3v4l.org

run code in 300+ PHP versions simultaneously
<?php $newArray = array(); while(true){ array_push($newArray,$newArray); } ?>
Output for 7.0.0 - 7.0.1, 7.0.3, 7.0.6 - 7.0.7, 7.0.9 - 7.0.33, 7.1.0 - 7.1.9, 7.1.11 - 7.1.20, 7.1.22 - 7.1.33, 7.2.0, 7.2.2 - 7.2.3, 7.2.9 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1, 8.1.28, 8.2.18 - 8.2.19, 8.3.5 - 8.3.7
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 69632 bytes) in /in/8ZtkE on line 6
Process exited with code 255.
Output for 8.2.17, 8.3.4
Fatal error: Out of memory (allocated 31457280 bytes) (tried to allocate 36864 bytes) in /in/8ZtkE on line 6 mmap() failed: [12] Cannot allocate memory mmap() failed: [12] Cannot allocate memory
Process exited with code 255.
Output for 5.5.33, 5.5.35 - 5.5.36, 5.6.11, 5.6.18, 7.0.2, 7.0.4 - 7.0.5, 7.0.8, 7.1.10, 7.1.21, 7.2.1, 7.2.4 - 7.2.8

Process exited with code 137.
Output for 5.5.0 - 5.5.32, 5.5.34, 5.5.37 - 5.5.38, 5.6.0 - 5.6.10, 5.6.12 - 5.6.17, 5.6.19 - 5.6.40
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /in/8ZtkE on line 6
Process exited with code 255.

preferences:
184.14 ms | 404 KiB | 204 Q