Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dphp_date.h138 #define PHP_DATE_INIT_CTOR 0x01 macro
H A Dphp_date.c2273 if ((flags & PHP_DATE_INIT_CTOR) && err && err->error_count) { in php_date_initialize()
2453 …tialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DATE_INIT_CTOR); in PHP_METHOD()
2470 …tialize(Z_PHPDATE_P(ZEND_THIS), time_str, time_str_len, NULL, timezone_object, PHP_DATE_INIT_CTOR); in PHP_METHOD()

Completed in 19 milliseconds