3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { function test() { B::statCall() } } class B { function statCall() { var_dump($this); } } a = new A; a->test();
Output for 5.3.0 - 5.3.15, 5.4.0 - 5.4.5
Parse error: syntax error, unexpected '}' in 6v13P on line 8
Process exited with code 255.

preferences:
165.17 ms | 1399 KiB | 30 Q