3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('memory_limit', 0); str_repeat('xyz',5000000000);
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
Warning: Failed to set memory limit to 0 bytes (Current memory usage is 2097152 bytes) in /in/P7Ivf on line 3 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 15000000032 bytes) in /in/P7Ivf on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 15000000032 bytes) in /in/P7Ivf on line 5
Process exited with code 255.
Output for 5.4.41 - 5.4.45, 5.5.25 - 5.5.37, 5.6.9 - 5.6.28
Warning: str_repeat(): Result is too big, maximum 2147483647 allowed in /in/P7Ivf on line 5
Output for 5.2.2 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.40, 5.5.0 - 5.5.24, 5.6.0 - 5.6.8
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 15000000001 bytes) in /in/P7Ivf on line 5
Process exited with code 255.
Output for 5.2.1
Fatal error: Allowed memory size of 0 bytes exhausted (tried to allocate 2115098113 bytes) in /in/P7Ivf on line 5
Process exited with code 255.
Output for 5.1.5, 5.2.0

Process exited with code 139.
Output for 4.4.4 - 4.4.9, 5.1.6
FATAL: emalloc(): Unable to allocate 15000000001 bytes
Process exited with code 1.
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.3, 5.0.0 - 5.0.5, 5.1.0 - 5.1.4

preferences:
209.78 ms | 402 KiB | 353 Q