Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar.c85 if (PHAR_GLOBALS->request_init && PHAR_GLOBALS->phar_fname_map.arBuckets) { in ZEND_INI_MH()
117 PHAR_GLOBALS->request_init = 1; in phar_split_cache_list()
158 PHAR_GLOBALS->request_init = 0; in phar_split_cache_list()
171 PHAR_GLOBALS->request_init = 0; in phar_split_cache_list()
3519 if (!PHAR_GLOBALS->request_init)
3525 PHAR_GLOBALS->request_init = 1;
3559 if (PHAR_GLOBALS->request_init)
3584 PHAR_GLOBALS->request_init = 0;
H A Dphar_internal.h172 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 29 milliseconds