3v4l.org

run code in 300+ PHP versions simultaneously
<?php class C { const A = 1; function f() { $l = function () { echo self::A; }; $l(); }; }
Output for 5.4.0 - 5.4.29
Parse error: syntax error, unexpected ';', expecting function (T_FUNCTION) in /in/koHDh on line 8
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected ';', expecting T_FUNCTION in /in/koHDh on line 8
Process exited with code 255.

preferences:
182.15 ms | 1386 KiB | 66 Q