3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { if (true) { public static function A() {} } } new A;
Output for 5.4.0 - 5.4.21
Parse error: syntax error, unexpected 'if' (T_IF), expecting function (T_FUNCTION) in /in/ChG5R on line 4
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in /in/ChG5R on line 4
Process exited with code 255.

preferences:
177.55 ms | 1395 KiB | 57 Q