3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pass = str_repeat('a', 1024 * 512); echo memory_get_peak_usage()/(1024*1024) . 'MB';
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.7
0.87216949462891MB
Output for 8.1.0 - 8.1.28
0.87246704101562MB
Output for 8.0.0 - 8.0.30
0.87208557128906MB
Output for 7.4.0 - 7.4.33
0.87237548828125MB
Output for 7.3.0 - 7.3.33
0.87229919433594MB
Output for 7.2.17 - 7.2.33
0.86858367919922MB
Output for 7.2.0 - 7.2.6
0.86862182617188MB
Output for 7.1.26 - 7.1.33
0.83361053466797MB
Output for 7.0.0 - 7.0.20, 7.1.0, 7.1.7 - 7.1.20
0.83367919921875MB
Output for 7.1.5 - 7.1.6
0.83376312255859MB
Output for 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
0.70751953125MB
Output for 5.4.10 - 5.4.45
0.70796203613281MB
Output for 5.4.0 - 5.4.9
0.70745849609375MB
Output for 5.3.11 - 5.3.29
1.0918502807617MB
Output for 5.3.0 - 5.3.10
1.0915603637695MB
Output for 5.2.10 - 5.2.17
0.57405853271484MB
Output for 5.2.7 - 5.2.9
0.57408905029297MB
Output for 5.2.3 - 5.2.6
0.57439422607422MB
Output for 5.2.1 - 5.2.2
0.57241821289062MB
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_peak_usage() in /in/hkPCn on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: memory_get_peak_usage() in /in/hkPCn on line 5
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_peak_usage() in /in/hkPCn on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: memory_get_peak_usage() in /in/hkPCn on line 5

preferences:
219.45 ms | 401 KiB | 345 Q