3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(ini_get('zend.enable_gc')); class ExceptionHandler { public function __construct() { set_exception_handler($this); } public function __invoke(Exception $e) { echo $exception->getMessage(); } } function error($no, $message) { throw new Exception($message); } set_error_handler('error'); new ExceptionHandler; throw new Exception("Test");
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
string(1) "1" Fatal error: Uncaught Exception: Undefined variable $exception in /in/vThSI:19 Stack trace: #0 /in/vThSI(13): error(2, 'Undefined varia...', '/in/vThSI', 13) #1 [internal function]: ExceptionHandler->__invoke(Object(Exception)) #2 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
string(1) "1" Fatal error: Uncaught Exception: Undefined variable: exception in /in/vThSI:19 Stack trace: #0 /in/vThSI(13): error(8, 'Undefined varia...', '/in/vThSI', 13, Array) #1 [internal function]: ExceptionHandler->__invoke(Object(Exception)) #2 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
string(1) "1" Fatal error: Uncaught exception 'Exception' with message 'Undefined variable: exception' in /in/vThSI:19 Stack trace: #0 /in/vThSI(13): error(8, 'Undefined varia...', '/in/vThSI', 13, Array) #1 [internal function]: ExceptionHandler->__invoke(Object(Exception)) #2 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 5.3.18 - 5.3.29, 5.4.8 - 5.4.45
string(1) "1" Warning: Uncaught exception 'Exception' with message 'Undefined variable: exception' in /in/vThSI:19 Stack trace: #0 /in/vThSI(13): error(8, 'Undefined varia...', '/in/vThSI', 13, Array) #1 [internal function]: ExceptionHandler->__invoke(Object(Exception)) #2 {main} thrown in /in/vThSI on line 19 Fatal error: Call to a member function getMessage() on a non-object in /in/vThSI on line 13
Process exited with code 255.
Output for 5.3.3 - 5.3.17, 5.4.0 - 5.4.7
string(1) "1" Fatal error: Call to a member function getMessage() on a non-object in /in/vThSI on line 13
Process exited with code 255.
Output for 5.3.0 - 5.3.2
string(1) "1" Fatal error: Call to a member function getMessage() on a non-object in /in/vThSI on line 0
Process exited with code 255.
Output for 5.2.0 - 5.2.17
string(0) "" Fatal error: Uncaught exception 'Exception' with message 'Object of class ExceptionHandler could not be converted to string' in /in/vThSI:19 Stack trace: #0 [internal function]: error(4096, 'Object of class...', '/in/vThSI', 8, Array) #1 /in/vThSI(8): set_exception_handler(Object(ExceptionHandler)) #2 /in/vThSI(23): ExceptionHandler->__construct() #3 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 5.0.5, 5.1.0 - 5.1.6
string(0) "" Fatal error: Uncaught exception 'Exception' with message 'set_exception_handler() expects the argument (Object id #1) to be a valid callback' in /in/vThSI:19 Stack trace: #0 [internal function]: error(2, 'set_exception_h...', '/in/vThSI', 8, Array) #1 /in/vThSI(8): set_exception_handler(Object(ExceptionHandler)) #2 /in/vThSI(23): ExceptionHandler->__construct() #3 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 5.0.3 - 5.0.4
string(0) "" Fatal error: Uncaught exception 'Exception' with message 'set_exception_handler() expects the argument (Object id #1) to be a valid callback' in /in/vThSI:19 Stack trace: #0 /in/vThSI(19): error() #1 /in/vThSI(8): error(2, 'set_exception_h...', '/in/vThSI', 8, Array) #2 /in/vThSI(8): set_exception_handler(Object(ExceptionHandler)) #3 /in/vThSI(23): ExceptionHandler->__construct() #4 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 5.0.0 - 5.0.2
string(0) "" Fatal error: Uncaught exception 'Exception' with message 'set_exception_handler() expects the argument (Object id #1) to be a valid callback' in /in/vThSI:19 Stack trace: #0 /in/vThSI(8): error(2, 'set_exception_h...', '/in/vThSI', 8, Array) #1 /in/vThSI(8): set_exception_handler(Object(ExceptionHandler)) #2 /in/vThSI(23): ExceptionHandler->__construct() #3 {main} thrown in /in/vThSI on line 19
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/vThSI on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /in/vThSI on line 6
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in /in/vThSI on line 6
Process exited with code 255.

preferences:
241.41 ms | 401 KiB | 331 Q