3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 10; $i++) { eval('return function() {};'); gc_collect_cycles(); $new = memory_get_usage(); if (isset($old)) { echo ($new - $old) . "\n"; } $old = $new; }
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.1, 8.1.0 - 8.1.18, 8.2.0 - 8.2.5
0 32 0 0 0 0 0 0 0
Output for 8.0.0 - 8.0.28
408 440 408 408 408 408 408 408 408
Output for 7.4.2 - 7.4.33
352 384 352 352 352 352 352 352 352
Output for 5.6.0 - 5.6.40
224 48 0 0 0 0 0 0 0
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
224 32 0 0 0 0 0 0 0
Output for 5.3.0 - 5.3.29
240 32 0 0 0 0 0 0 0
Output for 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Parse error: syntax error, unexpected T_FUNCTION in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function: gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.
Output for 4.4.2 - 4.4.4
Parse error: syntax error, unexpected T_FUNCTION in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function: gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_FUNCTION in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function: gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/3p4sl(4) : eval()'d code on line 1 Fatal error: Call to undefined function: gc_collect_cycles() in /in/3p4sl on line 5
Process exited with code 255.

preferences:
254.97 ms | 401 KiB | 436 Q