3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(1000, 9999); shuffle($a); var_dump(memory_get_usage(), memory_get_peak_usage());
Output for 7.4.0 - 7.4.1
int(915088) int(915088)
Output for 7.3.0 - 7.3.13
int(915000) int(915000)
Output for 7.2.0 - 7.2.26
int(911120) int(911120)
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
int(874416) int(874416)
Output for 5.4.0 - 5.4.9, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
int(1571952) int(1645552)
Output for 5.4.10 - 5.4.45
int(1572456) int(1646056)
Output for 5.3.11 - 5.3.29
int(1974456) int(2047984)
Output for 5.3.0 - 5.3.10
int(1974152) int(2047680)
Output for 5.2.10 - 5.2.17
int(1360736) int(1434216)
Output for 5.2.7 - 5.2.9
int(1362240) int(1434256)
Output for 5.2.3 - 5.2.6
int(1362544) int(1434560)
Output for 5.2.2
int(1360416) int(1432432)
Output for 5.2.1
int(1359920) int(1431936)
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0
<br /> <b>Fatal error</b>: Call to undefined function memory_get_usage() in <b>/in/CgUFb</b> on line <b>4</b><br />
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<br /> <b>Fatal error</b>: Call to undefined function: memory_get_usage() in <b>/in/CgUFb</b> on line <b>4</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<br /> <b>Fatal error</b>: Call to undefined function: memory_get_usage() in <b>/in/CgUFb</b> on line <b>4</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Fatal error</b>: Call to undefined function: memory_get_usage() in <b>/in/CgUFb</b> on line <b>4</b><br />

preferences:
227.29 ms | 401 KiB | 325 Q