3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo memory_get_usage()."\n"; $x = '.'; $a = ''; for ($i=0;$i<1000;$i++) $a = "$a$x"; echo memory_get_usage()."\n"; unset($a,$x); echo memory_get_usage()."\n";
Output for 7.4.0 - 7.4.1
387064 388376 387096
Output for 7.3.0 - 7.3.13
386984 388296 387016
Output for 7.2.0 - 7.2.26
383168 384480 383200
Output for 7.1.0 - 7.1.33
346592 347904 346624
Output for 7.0.0 - 7.0.33
346608 347920 346640
Output for 5.6.0 - 5.6.40
217320 218816 217504
Output for 5.5.0 - 5.5.38
217320 218800 217488
Output for 5.4.10 - 5.4.45
217840 219320 218008
Output for 5.4.0 - 5.4.9
217312 218792 217480
Output for 5.3.11 - 5.3.29
620736 622256 620912
Output for 5.3.0 - 5.3.10
620432 621952 620608
Output for 5.2.10 - 5.2.17
79104 80600 79272
Output for 5.2.7 - 5.2.9
79472 116992 115968
Output for 5.2.3 - 5.2.6
79792 117312 116288
Output for 5.2.2
77720 110008 108984
Output for 5.2.1
77720 85544 84520
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0
Fatal error: Call to undefined function memory_get_usage() in /in/u4q4B on line 2
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: memory_get_usage() in /in/u4q4B on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: memory_get_usage() in /in/u4q4B on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: memory_get_usage() in /in/u4q4B on line 2

preferences:
232.02 ms | 401 KiB | 325 Q