3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(array_reduce([1, null, null, 2, null], function($carry, $item) { if(empty($item)) { $carry++; } return $carry; }, 0));

preferences:
86.66 ms | 402 KiB | 5 Q