3v4l.org

run code in 300+ PHP versions simultaneously
<?php set_error_handler(function ($errno, $errstr) { global $errored; $errored = TRUE; return TRUE; }); $errored = FALSE; var_dump( array_filter( get_declared_classes(), function ($className) use (&$errored) { $errored = FALSE; if (!(new ReflectionClass($className))->hasMethod('__toString')) { $x = new $className; $x = (string)$x; return $errored; } return FALSE; } ) );
Output for 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Fatal error: Uncaught Error: Call to private InternalIterator::__construct() from global scope in /in/hCh1V:14 Stack trace: #0 [internal function]: {closure}('InternalIterato...') #1 /in/hCh1V(9): array_filter(Array, Object(Closure)) #2 {main} thrown in /in/hCh1V on line 14
Process exited with code 255.
Output for 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27
Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in /in/hCh1V:15 Stack trace: #0 [internal function]: {closure}('stdClass') #1 /in/hCh1V(19): array_filter(Array, Object(Closure)) #2 {main} thrown in /in/hCh1V on line 15
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33
Fatal error: Uncaught Error: Instantiation of 'Closure' is not allowed in /in/hCh1V:14 Stack trace: #0 [internal function]: {closure}('Closure') #1 /in/hCh1V(19): array_filter(Array, Object(Closure)) #2 {main} thrown in /in/hCh1V on line 14
Process exited with code 255.
Output for 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.21
Fatal error: Uncaught exception 'Exception' with message 'DateTimeZone::__construct() expects exactly 1 parameter, 0 given' in /in/hCh1V:14 Stack trace: #0 /in/hCh1V(14): DateTimeZone->__construct() #1 [internal function]: {closure}('DateTimeZone') #2 /in/hCh1V(20): array_filter(Array, Object(Closure)) #3 {main} thrown in /in/hCh1V on line 14
Process exited with code 255.
Output for 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/hCh1V on line 13
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION, expecting ')' in /in/hCh1V on line 4
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, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION, expecting ')' in /in/hCh1V on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/hCh1V on line 4
Process exited with code 255.

preferences:
226.01 ms | 401 KiB | 307 Q