3v4l.org

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

preferences:
174.98 ms | 1395 KiB | 29 Q