Home
last modified time | relevance | path

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

/PHP-5.6/ext/date/
H A Dphp_date.h173 HashTable *tzcache; variable
H A Dphp_date.c682 date_globals->tzcache = NULL; in PHP_GINIT_FUNCTION()
702 DATEG(tzcache) = NULL; in PHP_RINIT_FUNCTION()
716 if(DATEG(tzcache)) { in PHP_RSHUTDOWN_FUNCTION()
717 zend_hash_destroy(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()
718 FREE_HASHTABLE(DATEG(tzcache)); in PHP_RSHUTDOWN_FUNCTION()
719 DATEG(tzcache) = NULL; in PHP_RSHUTDOWN_FUNCTION()
917 if(!DATEG(tzcache)) { in php_date_parse_tzfile()
918 ALLOC_HASHTABLE(DATEG(tzcache)); in php_date_parse_tzfile()
919 zend_hash_init(DATEG(tzcache), 4, NULL, _php_date_tzinfo_dtor, 0); in php_date_parse_tzfile()
922 …if (zend_hash_find(DATEG(tzcache), formal_tzname, strlen(formal_tzname) + 1, (void **) &ptzi) == S… in php_date_parse_tzfile()
[all …]

Completed in 21 milliseconds