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*/ function exception_error_handler($errno, $errstr, $errfile, $errline) { var_dump($errstr); } set_error_handler("exception_error_handler", error_reporting()); user_error('aaaaaaa')
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected end of file in /in/GrTdV on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end in /in/GrTdV on line 15
Process exited with code 255.

preferences:
179.39 ms | 1395 KiB | 61 Q