fresh COW empty array if ($keys === []) { $lost++; } else { $kept++; } if ($i < 8) { $firstSamples[$i] = $keys; } } echo json_encode([ 'php' => PHP_VERSION, 'iterations' => 100, 'lost_dropped' => $lost, // how many times `$arr[null]=true` produced [] 'kept_ok' => $kept, // how many times it produced [""] // 'first_samples' => $firstSamples, ], JSON_PRETTY_PRINT), PHP_EOL;