Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/
H A Dphp_date.h140 #define PHP_DATE_INIT_CTOR 0x01 macro
H A Dphp_date.c2397 if ((flags & PHP_DATE_INIT_CTOR) && err && err->error_count) { in php_date_initialize()
2580 …tialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DATE_INIT_CTOR); in PHP_METHOD()
2597 …tialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DATE_INIT_CTOR); in PHP_METHOD()

Completed in 31 milliseconds