3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); $a[1] = 'toto'; $m = memory_get_usage(); $a[2] = 'titi'; $m2 = memory_get_usage(); $a[1000000] = 'tata'; $m3 = memory_get_usage(); echo ( $m2-$m ) . ' '. ( $m3 - $m );
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
0 0
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
296 568
Output for 5.3.0 - 5.3.29
312 624
Output for 5.2.1 - 5.2.2, 5.2.10 - 5.2.17
296 592
Output for 5.2.3 - 5.2.9
264 560
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/CoRZ4</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/CoRZ4</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/CoRZ4</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/CoRZ4</b> on line <b>4</b><br />

preferences:
233.82 ms | 401 KiB | 325 Q