3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = 10; $a = new SplFixedArray($n); for($i = 0; $i < $n; $i++) $a[$i] = range(1,RAND(10,100)); print $a[$i-1]; print count($a);
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Notice: Array to string conversion in /in/imZd9 on line 6 Array10
Output for 5.3.0 - 5.3.29
Array10
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Fatal error: Class 'SplFixedArray' not found in /in/imZd9 on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: splfixedarray in /in/imZd9 on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: splfixedarray in /in/imZd9 on line 3

preferences:
125.59 ms | 401 KiB | 175 Q