Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.h126 HashTable *tzcache; variable
H A Dphp_date.c398 date_globals->tzcache = NULL; in PHP_GINIT_FUNCTION()
417 DATEG(tzcache) = NULL; in PHP_RINIT_FUNCTION()
438 if (DATEG(tzcache)) { in ZEND_MODULE_POST_ZEND_DEACTIVATE_D()
439 zend_hash_destroy(DATEG(tzcache)); in ZEND_MODULE_POST_ZEND_DEACTIVATE_D()
440 FREE_HASHTABLE(DATEG(tzcache)); in ZEND_MODULE_POST_ZEND_DEACTIVATE_D()
441 DATEG(tzcache) = NULL; in ZEND_MODULE_POST_ZEND_DEACTIVATE_D()
508 if(!DATEG(tzcache)) { in php_date_parse_tzfile()
509 ALLOC_HASHTABLE(DATEG(tzcache)); in php_date_parse_tzfile()
510 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()
513 if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) { in php_date_parse_tzfile()
[all …]

Completed in 40 milliseconds