Searched refs:getLastErrors (Results 1 – 9 of 9) sorted by relevance
10 $lastErrors = DateTime::getLastErrors();
27 print_r(DateTime::getLastErrors());
14 var_dump(DateTime::getLastErrors());
12 var_dump( DateTime::getLastErrors() );
13 echo DateTime::getLastErrors()['errors'][0], "\n";
21 var_dump(DateTime::getLastErrors());
370 public static function getLastErrors(): array|false {} function in DateTime476 public static function getLastErrors(): array|false {} function in DateTimeImmutable
664 …ZEND_ME_MAPPING(getLastErrors, date_get_last_errors, arginfo_class_DateTime_getLastErrors, ZEND_AC…689 …ZEND_ME_MAPPING(getLastErrors, date_get_last_errors, arginfo_class_DateTimeImmutable_getLastErrors…
2089 . Fixed bug GH-9431 (DateTime::getLastErrors() not returning false when no
Completed in 25 milliseconds