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.28, 8.2.10 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Undefined constant "P" in /in/6HIOF:15 Stack trace: #0 {main} thrown in /in/6HIOF on line 15
Process exited with code 255.
Output for 5.4.0 - 5.4.24, 5.5.0 - 5.5.8
Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /in/6HIOF 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/6HIOF on line 15
Process exited with code 255.

preferences:
98.62 ms | 401 KiB | 90 Q