Home
last modified time | relevance | path

Searched refs:date_ce_date_object_error (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/date/
H A Dphp_date.c272 zend_class_entry *date_ce_date_error, *date_ce_date_object_error, *date_ce_date_range_error; variable
315 …zend_throw_error(date_ce_date_object_error, "Object of type %s has not been correctly initialized … in date_throw_uninitialized_error()
322 …zend_throw_error(date_ce_date_object_error, "Object of type %s not been correctly initialized by c… in date_throw_uninitialized_error()
324 …zend_throw_error(date_ce_date_object_error, "Object of type %s (inheriting %s) has not been correc… in date_throw_uninitialized_error()
1840 date_ce_date_object_error = register_class_DateObjectError(date_ce_date_error); in date_register_classes()
1900 …zend_throw_error(date_ce_date_object_error, "Trying to compare an incomplete DateTime or DateTimeI… in date_object_compare_date()
2040 …zend_throw_error(date_ce_date_object_error, "Trying to compare uninitialized DateTimeZone objects"… in date_object_compare_timezone()

Completed in 18 milliseconds