3v4l.org

run code in 300+ PHP versions simultaneously
<?php function createDateFromFormat($format, $time) { $result = \DateTimeImmutable::createFromFormat($format, $time); var_dump(\DateTimeImmutable::getLastErrors()); if (!$result || \DateTimeImmutable::getLastErrors()['warning_count']) { return false; } return $result; } var_dump(\DateTimeImmutable::createFromFormat('Y-m-d', '2005-12-1')); var_dump(\DateTimeImmutable::createFromFormat('Y-m-d', '2005')); var_dump(\DateTimeImmutable::createFromFormat('Y-m-d', '0-0-0')); var_dump(createDateFromFormat('Y-m-d', '2005-12-1')); var_dump(createDateFromFormat('Y-m-d', '2005')); var_dump(createDateFromFormat('Y-m-d', '0-0-0'));
Output for 8.3.0 - 8.3.7
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(27) "-0001-11-30 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) Warning: Trying to access array offset on false in /in/ObWH0 on line 9 object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(1) ["errors"]=> array(1) { [4]=> string(43) "Not enough data available to satisfy format" } } bool(false) array(4) { ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(27) "The parsed date was invalid" } ["error_count"]=> int(0) ["errors"]=> array(0) { } } bool(false)
Output for 8.2.0 - 8.2.18
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(27) "-0001-11-30 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) Warning: Trying to access array offset on value of type bool in /in/ObWH0 on line 9 object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(1) ["errors"]=> array(1) { [4]=> string(43) "Not enough data available to satisfy format" } } bool(false) array(4) { ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(27) "The parsed date was invalid" } ["error_count"]=> int(0) ["errors"]=> array(0) { } } bool(false)
Output for 8.1.7 - 8.1.28
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(27) "-0001-11-30 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(1) ["errors"]=> array(1) { [4]=> string(43) "Not enough data available to satisfy format" } } bool(false) array(4) { ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(27) "The parsed date was invalid" } ["error_count"]=> int(0) ["errors"]=> array(0) { } } bool(false)
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.31, 7.4.0 - 7.4.33, 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.6
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(27) "-0001-11-30 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 15:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(1) ["errors"]=> array(1) { [4]=> string(12) "Data missing" } } bool(false) array(4) { ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(27) "The parsed date was invalid" } ["error_count"]=> int(0) ["errors"]=> array(0) { } } bool(false)
Output for 7.3.32 - 7.3.33, 8.0.13
object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 13:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(27) "-0001-11-30 13:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(0) ["errors"]=> array(0) { } } object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2005-12-01 13:36:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } array(4) { ["warning_count"]=> int(0) ["warnings"]=> array(0) { } ["error_count"]=> int(1) ["errors"]=> array(1) { [4]=> string(12) "Data missing" } } bool(false) array(4) { ["warning_count"]=> int(1) ["warnings"]=> array(1) { [5]=> string(27) "The parsed date was invalid" } ["error_count"]=> int(0) ["errors"]=> array(0) { } } bool(false)

preferences:
156.15 ms | 404 KiB | 174 Q