3v4l.org

run code in 500+ PHP versions simultaneously
<?php $array = array_map(function($a, $b) { return 1; }, range(0, 10), array_fill(0, 1, 2), array_fill(0, 100, 3), // not even used ); print count($array); // 100 ?>
Output for 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
100

preferences:
52.4 ms | 856 KiB | 4 Q