3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { private $test = 0; } $a = new A; $func = function () {echo $this->test; } $func->bindTo($a, 'A'); $func();
Output for 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '$func' (T_VARIABLE) in /in/GSVvB on line 10
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_VARIABLE in /in/GSVvB on line 10
Process exited with code 255.

preferences:
199.74 ms | 1394 KiB | 65 Q