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.c270 static zend_class_entry *date_ce_date_error, *date_ce_date_object_error, *date_ce_date_range_error; variable
313 …zend_throw_error(date_ce_date_object_error, "Object of type %s has not been correctly initialized … in date_throw_uninitialized_error()
320 …zend_throw_error(date_ce_date_object_error, "Object of type %s not been correctly initialized by c… in date_throw_uninitialized_error()
323 …zend_throw_error(date_ce_date_object_error, "Object of type %s (inheriting %s) has not been correc… in date_throw_uninitialized_error()
1807 date_ce_date_object_error = register_class_DateObjectError(date_ce_date_error); in date_register_classes()
1867 …zend_throw_error(date_ce_date_object_error, "Trying to compare an incomplete DateTime or DateTimeI… in date_object_compare_date()
2007 …zend_throw_error(date_ce_date_object_error, "Trying to compare uninitialized DateTimeZone objects"… in date_object_compare_timezone()

Completed in 27 milliseconds