3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(memory_get_usage());$a=255;var_dump(memory_get_usage());
Output for 7.3.0 - 7.3.12
int(386272) int(386304)
Output for 7.2.0 - 7.2.24
int(382360) int(382392)
Output for 7.1.25 - 7.1.33
int(345656) int(345688)
Output for 7.0.0 - 7.0.20, 7.1.0, 7.1.7
int(345728) int(345760)
Output for 7.1.5 - 7.1.6
int(345904) int(345936)
Output for 5.6.7 - 5.6.28
int(216464) int(216648)
Output for 5.5.24 - 5.5.35
int(216464) int(216632)
Output for 5.4.10 - 5.4.45
int(216984) int(217152)
Output for 5.4.0 - 5.4.9
int(216456) int(216624)
Output for 5.3.11 - 5.3.29
int(619128) int(619304)
Output for 5.3.0 - 5.3.10
int(618824) int(619000)
Output for 5.2.10 - 5.2.17
int(76768) int(76936)
Output for 5.2.7 - 5.2.9
int(77128) int(77344)
Output for 5.2.3 - 5.2.6
int(77448) int(77664)
Output for 5.2.1 - 5.2.2
int(75344) int(75480)
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/e6TEW 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/e6TEW 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/e6TEW 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/e6TEW on line 2

preferences:
199.94 ms | 401 KiB | 221 Q