3v4l.org

run code in 300+ PHP versions simultaneously
<?php /*E_ERROR E_PARSE E_CORE_ERROR E_CORE_WARNING E_COMPILE_ERROR E_COMPILE_WARNING E_STRICT*/ class P { static function ASDF(){} } P->ASDF();
Output for 8.1.23 - 8.1.27, 8.2.10 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Undefined constant "P" in /in/PbQ16:15 Stack trace: #0 {main} thrown in /in/PbQ16 on line 15
Process exited with code 255.
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/PbQ16 on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/PbQ16 on line 15
Process exited with code 255.

preferences:
90.89 ms | 401 KiB | 77 Q