3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { const NEW_USER = 10; public function static test() { var_dump(self::NEW_USER); } } $a = new A; $a->test();
Output for 5.4.0 - 5.4.31
Parse error: syntax error, unexpected 'static' (T_STATIC), expecting identifier (T_STRING) in /in/NHrlj on line 7
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STATIC, expecting T_STRING in /in/NHrlj on line 7
Process exited with code 255.

preferences:
186.59 ms | 1395 KiB | 68 Q