Searched refs:date_ce_date_malformed_string_exception (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/date/ |
H A D | php_date.c | 271 …e_exception, *date_ce_date_invalid_operation_exception, *date_ce_date_malformed_string_exception, … variable 1813 …date_ce_date_malformed_string_exception = register_class_DateMalformedStringException(date_ce_date… in date_register_classes() 2400 …zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "Failed to parse time string (… in php_date_initialize() 3331 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD() 3358 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD() 5101 …zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "%s(): Recurrence count must b… in date_period_init_finish()
|
Completed in 24 milliseconds