3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { function bar() : static { return new static(); } } var_dump(Foo::bar());
Output for 8.1.23 - 8.1.33, 8.2.10 - 8.2.29, 8.3.0 - 8.3.25, 8.4.1 - 8.4.12
Fatal error: Uncaught Error: Non-static method Foo::bar() cannot be called statically in /in/LEXis:15 Stack trace: #0 {main} thrown in /in/LEXis on line 15
Process exited with code 255.
Output for 7.0.0 - 7.0.3
Parse error: syntax error, unexpected 'static' (T_STATIC) in /in/LEXis on line 7
Process exited with code 255.
Output for 5.5.24 - 5.5.32, 5.6.8 - 5.6.18
Parse error: syntax error, unexpected ':', expecting ';' or '{' in /in/LEXis on line 7
Process exited with code 255.

preferences:
92.19 ms | 408 KiB | 5 Q