Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds