Searched refs:tzcache (Results 1 – 2 of 2) sorted by relevance
200 HashTable *tzcache; variable
693 date_globals->tzcache = NULL; in PHP_GINIT_FUNCTION()713 DATEG(tzcache) = NULL; in PHP_RINIT_FUNCTION()727 if(DATEG(tzcache)) { in PHP_RSHUTDOWN_FUNCTION()728 zend_hash_destroy(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()729 FREE_HASHTABLE(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()730 DATEG(tzcache) = NULL; in PHP_RSHUTDOWN_FUNCTION()941 if(!DATEG(tzcache)) { in php_date_parse_tzfile()942 ALLOC_HASHTABLE(DATEG(tzcache)); in php_date_parse_tzfile()943 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()946 if ((tzi = zend_hash_str_find_ptr(DATEG(tzcache), formal_tzname, strlen(formal_tzname))) != NULL) { in php_date_parse_tzfile()[all …]
Completed in 21 milliseconds