Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c273 zend_class_entry *date_ce_date_exception, *date_ce_date_invalid_timezone_exception, *date_ce_date_i… variable
1843 date_ce_date_exception = register_class_DateException(zend_ce_exception); in date_register_classes()
1844 …e_invalid_timezone_exception = register_class_DateInvalidTimeZoneException(date_ce_date_exception); in date_register_classes()
1845 …invalid_operation_exception = register_class_DateInvalidOperationException(date_ce_date_exception); in date_register_classes()
1846 …e_malformed_string_exception = register_class_DateMalformedStringException(date_ce_date_exception); in date_register_classes()
1847 …val_string_exception = register_class_DateMalformedIntervalStringException(date_ce_date_exception); in date_register_classes()
1848 …eriod_string_exception = register_class_DateMalformedPeriodStringException(date_ce_date_exception); in date_register_classes()
2045 …zend_throw_error(date_ce_date_exception, "Cannot compare two different kinds of DateTimeZone objec… in date_object_compare_timezone()

Completed in 28 milliseconds