3v4l.org

run code in 300+ PHP versions simultaneously
<?php try { var_dump(new DateTime('aa')); } catch(Exception $e) { var_dump($e); }
Output for 8.3.0 - 8.3.4
object(DateMalformedStringException)#2 (7) { ["message":protected]=> string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/eW3Yd" ["line":protected]=> int(5) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/eW3Yd" ["line"]=> int(5) ["function"]=> string(11) "__construct" ["class"]=> string(8) "DateTime" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(2) "aa" } } } ["previous":"Exception":private]=> NULL }
Output for 8.1.0 - 8.1.27, 8.2.0 - 8.2.17
object(Exception)#2 (7) { ["message":protected]=> string(99) "Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/eW3Yd" ["line":protected]=> int(5) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/eW3Yd" ["line"]=> int(5) ["function"]=> string(11) "__construct" ["class"]=> string(8) "DateTime" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(2) "aa" } } } ["previous":"Exception":private]=> NULL }
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30
object(Exception)#2 (8) { ["message":protected]=> string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/eW3Yd" ["line":protected]=> int(5) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/eW3Yd" ["line"]=> int(5) ["function"]=> string(11) "__construct" ["class"]=> string(8) "DateTime" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(2) "aa" } } } ["previous":"Exception":private]=> NULL ["severity"]=> int(2) }
Output for 5.2.0 - 5.2.17
object(Exception)#2 (7) { ["message:protected"]=> string(124) "DateTime::__construct(): Failed to parse time string (aa) at position 0 (a): The timezone could not be found in the database" ["string:private"]=> string(0) "" ["code:protected"]=> int(0) ["file:protected"]=> string(9) "/in/eW3Yd" ["line:protected"]=> int(5) ["trace:private"]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/eW3Yd" ["line"]=> int(5) ["function"]=> string(11) "__construct" ["class"]=> string(8) "DateTime" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(2) "aa" } } } ["severity"]=> int(2) }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Class 'DateTime' not found in /in/eW3Yd on line 5
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected '{' in /in/eW3Yd 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
Parse error: parse error, unexpected '{' in /in/eW3Yd on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/eW3Yd on line 4
Process exited with code 255.

preferences:
229.71 ms | 401 KiB | 350 Q