Searched refs:tzcache (Results 1 – 2 of 2) sorted by relevance
200 HashTable *tzcache; variable
681 date_globals->tzcache = NULL; in PHP_GINIT_FUNCTION()701 DATEG(tzcache) = NULL; in PHP_RINIT_FUNCTION()715 if(DATEG(tzcache)) { in PHP_RSHUTDOWN_FUNCTION()716 zend_hash_destroy(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()717 FREE_HASHTABLE(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()718 DATEG(tzcache) = NULL; in PHP_RSHUTDOWN_FUNCTION()929 if(!DATEG(tzcache)) { in php_date_parse_tzfile()930 ALLOC_HASHTABLE(DATEG(tzcache)); in php_date_parse_tzfile()931 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()934 if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) { in php_date_parse_tzfile()[all …]
Completed in 17 milliseconds