3v4l.org

run code in 300+ PHP versions simultaneously
<?php function printMe() { echo(get_called_class() . "\n"); } class Foo { public static printMe() { printMe(); } } Foo::printMe();
Output for 5.4.0 - 5.4.15
Parse error: syntax error, unexpected 'printMe' (T_STRING), expecting variable (T_VARIABLE) in /in/bDvP8 on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.25
Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE in /in/bDvP8 on line 9
Process exited with code 255.

preferences:
230.11 ms | 1399 KiB | 49 Q