3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = []; for ($i = 0; $i < 10000; $i++) { $a = [$i, $a]; } print_r($a, true);
Output for 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.3 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.1, 8.1.28, 8.2.18, 8.3.5 - 8.3.6
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 48238592 bytes) in /in/WPj99 on line 1
Process exited with code 255.
Output for 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Out of memory (allocated 27262976 bytes) (tried to allocate 23072768 bytes) in /in/WPj99 on line 1 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for 8.1.2 - 8.1.27
Fatal error: Out of memory (allocated 29360128) (tried to allocate 23072768 bytes) in /in/WPj99 on line 1 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for 7.3.32 - 7.3.33, 8.0.13
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 98570240 bytes) in /in/WPj99 on line 1
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.9, 5.6.11 - 5.6.15, 5.6.17 - 5.6.19, 5.6.21 - 5.6.27, 5.6.29, 5.6.31 - 5.6.38, 7.0.0 - 7.0.33
Array ( [0] => 9999 [1] => Array ( [0] => 9998 [1] => Array ( [0] => 9997 [1] => Array ( [0] => 9996 [1] => Array ( [0] => 9995 [1] => Array ( [0] => 9994 [1] => Array ( [0] => 9993 [1] => Array ( [0] => 9992 [1] => Array ( [0] => 9991 [1] => Array ( [0] => 9990 [1] => Array ( [0] => 9989 [1] => Array ( [0] => 9988 [1] => Array ( [0] => 9987 [1] => Array ( [0] => 9986 [1] => Array ( [0] => 9985 [1] => Array ( [0] => 9984 [1] => Array ( [0] => 9983 [1] => Array ( [0] => 9982 [1] => Array ( [0] => 9981 [1] => Array ( [0] => 9980 [1] => Array ( [0] => 9979 [1] => Array ( [0] => 9978 [1] => Array ( [0] => 9977 [1] => Array ( [0] => 9976 [1] => Array ( [0] => 9975 [1] => Array ( [0] => 9974 [1] => Array ( [0] => 9973 [1] => Array ( [0] => 9972 [1] => Array ( [0] => 9971 [1] => Array ( [0] => 9970 [1] => Array ( [0] => 9969 [1] => Array ( [0] => 9968 [1] => Array ( [0] => 9967 [1] => Array ( [0] => 9966 [1] => Array ( [0] => 9965 [1] => Array ( [0] => 9964 [1] => Array ( [0] => 9963 [1] => Array ( [0] => 9962 [1] => Array ( [0] => 9961 [1] => Array ( [0] => 9960 [1] => Array ( [0] => 9959 [1] => Array ( [0] => 9958 [1] => Array ( [0] => 9957 [1] => Array ( [0] => 9956 [1] => Array ( [0] => 9955 [1] => Array ( [0] => 9954 [1] => Array ( [0] => 9953 [1] => Array ( [0] => 9952 [1] => Array ( [0] => 9951 [1] => Array ( [0] => 9950 [1] => Array ( [0] => 9949 [1] => Array
Process exited with code 137.
Output for 5.6.10, 5.6.16, 5.6.20, 5.6.28, 5.6.30

Process exited with code 137.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected '[' in /in/WPj99 on line 1
Process exited with code 255.

preferences:
371.03 ms | 401 KiB | 369 Q