3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump($a = memory_get_usage()); $foo = 1; var_dump($b = memory_get_usage()); var_dump($b - $a);
Output for 7.4.0
int(386664) int(386696) int(32)
Output for 7.3.0 - 7.3.12
int(386584) int(386616) int(32)
Output for 7.2.17 - 7.2.25
int(382688) int(382720) int(32)
Output for 7.2.0
int(382728) int(382760) int(32)
Output for 7.1.26 - 7.1.33
int(346016) int(346048) int(32)
Output for 7.0.0 - 7.0.20, 7.1.0, 7.1.7
int(346088) int(346120) int(32)
Output for 7.1.5 - 7.1.6
int(346304) int(346336) int(32)
Output for 5.6.7 - 5.6.28
int(216800) int(217144) int(344)
Output for 5.5.24 - 5.5.35
int(216800) int(217104) int(304)
Output for 5.4.10 - 5.4.45
int(217320) int(217624) int(304)
Output for 5.4.0 - 5.4.9
int(216792) int(217096) int(304)
Output for 5.3.11 - 5.3.29
int(619824) int(620144) int(320)
Output for 5.3.0 - 5.3.10
int(619520) int(619840) int(320)
Output for 5.2.10 - 5.2.17
int(77464) int(77768) int(304)
Output for 5.2.7 - 5.2.9
int(77896) int(78208) int(312)
Output for 5.2.3 - 5.2.6
int(78216) int(78528) int(312)
Output for 5.2.1 - 5.2.2
int(76112) int(76384) int(272)
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/93YsL 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/93YsL 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/93YsL 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/93YsL on line 2

preferences:
175.56 ms | 401 KiB | 206 Q