3v4l.org

run code in 300+ PHP versions simultaneously
<?php $words = array_fill(0,10000, 'words dude words'); var_dump(memory_get_peak_usage());
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
int(652504)
Output for 8.1.0 - 8.1.28
int(914960)
Output for 8.0.0 - 8.0.30
int(914560)
Output for 7.4.0 - 7.4.33
int(914864)
Output for 7.3.0 - 7.3.33
int(914784)
Output for 7.2.0 - 7.2.33
int(910888)
Output for 7.1.25
int(874152)
Output for 7.0.0 - 7.0.20, 7.1.0, 7.1.7 - 7.1.20
int(874224)
Output for 7.1.5 - 7.1.6
int(874352)
Output for 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
int(1228632)
Output for 5.4.10 - 5.4.45
int(1229096)
Output for 5.4.0 - 5.4.9
int(1228568)
Output for 5.3.11 - 5.3.29
int(1631632)
Output for 5.3.0 - 5.3.10
int(1631328)
Output for 5.2.10 - 5.2.17
int(1089784)
Output for 5.2.7 - 5.2.9
int(1089816)
Output for 5.2.3 - 5.2.6
int(1090136)
Output for 5.2.2
int(1088024)
Output for 5.2.1
int(1087496)
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/4lRt5 on line 4
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/4lRt5 on line 4
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/4lRt5 on line 4
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/4lRt5 on line 4

preferences:
216.35 ms | 401 KiB | 330 Q