Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c273 …e_exception, *date_ce_date_invalid_operation_exception, *date_ce_date_malformed_string_exception, … variable
1846date_ce_date_malformed_string_exception = register_class_DateMalformedStringException(date_ce_date… in date_register_classes()
2433 …zend_throw_exception_ex(date_ce_date_malformed_string_exception, 0, "Failed to parse time string (… in php_date_initialize()
3359 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()
3386 zend_replace_error_handling(EH_THROW, date_ce_date_malformed_string_exception, &zeh); in PHP_METHOD()

Completed in 16 milliseconds