3v4l.org

run code in 300+ PHP versions simultaneously
<?php $n = 10000; $a = new SplFixedArray($n); for($i = 0; $i < $n; $i++) $a[$i] = range(1,RAND(99,100)); print count($a);
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 8192 bytes) in /in/MGQA0 on line 5
Process exited with code 255.
Output for 5.3.0, 5.3.2 - 5.3.8, 5.3.10, 5.3.14 - 5.3.15, 5.3.25, 5.3.27, 5.3.29, 5.4.1, 5.4.3 - 5.4.6, 5.4.8 - 5.4.21, 5.4.23 - 5.4.28, 5.4.31 - 5.4.36, 5.4.40 - 5.4.41, 5.4.43, 5.4.45, 5.5.24 - 5.5.25, 5.5.27 - 5.5.33, 5.6.7 - 5.6.17, 5.6.19 - 5.6.21
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/MGQA0 on line 5
Process exited with code 255.
Output for 5.3.1, 5.3.18, 5.3.22, 5.4.7, 5.4.22, 5.4.29 - 5.4.30, 5.4.39, 5.4.42, 5.5.26, 5.5.34, 5.6.18
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1024 bytes) in /in/MGQA0 on line 5
Process exited with code 255.
Output for 5.4.0, 5.4.2, 5.4.37 - 5.4.38, 5.4.44, 5.5.35
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /in/MGQA0 on line 5
Process exited with code 255.
Output for 5.3.9, 5.3.11 - 5.3.13, 5.3.16 - 5.3.17, 5.3.19 - 5.3.21, 5.3.23 - 5.3.24, 5.3.26, 5.3.28
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /in/MGQA0 on line 5
Process exited with code 255.
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/MGQA0 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/MGQA0 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/MGQA0 on line 3

preferences:
188.91 ms | 401 KiB | 220 Q