Home
last modified time | relevance | path

Searched refs:request_init (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/phar/
H A Dphar.c87 if (PHAR_GLOBALS->request_init && PHAR_GLOBALS->phar_fname_map.arBuckets) { in ZEND_INI_MH()
119 PHAR_GLOBALS->request_init = 1; in phar_split_cache_list()
160 PHAR_GLOBALS->request_init = 0; in phar_split_cache_list()
173 PHAR_GLOBALS->request_init = 0; in phar_split_cache_list()
3585 if (!PHAR_GLOBALS->request_init)
3591 PHAR_GLOBALS->request_init = 1;
3625 if (PHAR_GLOBALS->request_init)
3650 PHAR_GLOBALS->request_init = 0;
H A Dphar_internal.h170 int request_init; variable
H A Dfunc_interceptors.c1040 if (!PHAR_G(request_init)) { in PharFileFunction()
H A Dstream.c106 …if (PHAR_GLOBALS->request_init && PHAR_GLOBALS->phar_fname_map.arBuckets && FAILURE == zend_hash_f… in phar_parse_url()

Completed in 22 milliseconds