http_globals      425 ext/filter/filter.c 			orig_array_ptr = PG(http_globals)[t]; \
http_globals      551 ext/filter/filter.c 			array_ptr = IF_G(env_array) ? IF_G(env_array) : PG(http_globals)[TRACK_VARS_ENV];
http_globals       82 ext/mbstring/mb_gpc.c 					PG(http_globals)[TRACK_VARS_POST] = array_ptr;
http_globals       85 ext/mbstring/mb_gpc.c 					PG(http_globals)[TRACK_VARS_GET] = array_ptr;
http_globals       88 ext/mbstring/mb_gpc.c 					PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr;
http_globals       69 ext/phar/phar_object.c 	if (!PG(http_globals)[TRACK_VARS_SERVER]) {
http_globals       73 ext/phar/phar_object.c 	_SERVER = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]);
http_globals      612 ext/phar/phar_object.c 		if (PG(http_globals)[TRACK_VARS_SERVER]) {
http_globals      613 ext/phar/phar_object.c 			HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]);
http_globals     1570 ext/session/session.c 	if (!PS(use_only_cookies) && !PS(id) && PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals     1571 ext/session/session.c 			zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI"), (void **) &data) == SUCCESS &&
http_globals     1590 ext/session/session.c 			PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals     1591 ext/session/session.c 			zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFERER"), (void **) &data) == SUCCESS &&
http_globals     2565 ext/session/session.c 	if (!PG(http_globals)[where]) {
http_globals     2569 ext/session/session.c 	if (zend_hash_find(Z_ARRVAL_P(PG(http_globals)[where]), PS(session_name), progress->sname_len+1, (void **)&ppid) == SUCCESS
http_globals     2079 ext/soap/soap.c 	if ((PG(http_globals)[TRACK_VARS_SERVER] || zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1 TSRMLS_CC)) &&
http_globals     2080 ext/soap/soap.c 		zend_hash_find(PG(http_globals)[TRACK_VARS_SERVER]->value.ht, "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT"), (void **) &agent_name) == SUCCESS &&
http_globals     4239 ext/standard/basic_functions.c 	if ((PG(http_globals)[TRACK_VARS_SERVER] || zend_is_auto_global(ZEND_STRL("_SERVER") TSRMLS_CC)) &&
http_globals     4240 ext/standard/basic_functions.c 		(zend_hash_find(Z_ARRVAL_P((PG(http_globals))[TRACK_VARS_SERVER]), "argv", sizeof("argv"), (void **) &args) != FAILURE ||
http_globals      500 ext/standard/browscap.c 		if (!PG(http_globals)[TRACK_VARS_SERVER] ||
http_globals      501 ext/standard/browscap.c 			zend_hash_find(HASH_OF(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT"), (void **) &http_user_agent) == FAILURE
http_globals       85 ext/zlib/zlib.c 		if ((PG(http_globals)[TRACK_VARS_SERVER]  || zend_is_auto_global(ZEND_STRL("_SERVER") TSRMLS_CC)) && 
http_globals       86 ext/zlib/zlib.c 				SUCCESS == zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING"), (void *) &enc)) {
http_globals     1785 main/main.c    			if (PG(http_globals)[i]) {
http_globals     1786 main/main.c    				zval_ptr_dtor(&PG(http_globals)[i]);
http_globals     1881 main/main.c    			if (PG(http_globals)[i]) {
http_globals     1882 main/main.c    				zval_ptr_dtor(&PG(http_globals)[i]);
http_globals      116 main/php_globals.h 	zval *http_globals[6];
http_globals      223 main/php_variables.c 			if (PG(http_globals)[TRACK_VARS_COOKIE] &&
http_globals      224 main/php_variables.c 				symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) &&
http_globals      380 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_POST]) {
http_globals      381 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
http_globals      383 main/php_variables.c 					PG(http_globals)[TRACK_VARS_POST] = array_ptr;
http_globals      386 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_GET]) {
http_globals      387 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
http_globals      389 main/php_variables.c 					PG(http_globals)[TRACK_VARS_GET] = array_ptr;
http_globals      392 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_COOKIE]) {
http_globals      393 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]);
http_globals      395 main/php_variables.c 					PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr;
http_globals      626 main/php_variables.c 	if (PG(http_globals)[TRACK_VARS_SERVER]) {
http_globals      627 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
http_globals      629 main/php_variables.c 	PG(http_globals)[TRACK_VARS_SERVER] = array_ptr;
http_globals      707 main/php_variables.c 	memset(PG(http_globals), 0, sizeof(PG(http_globals)));
http_globals      710 main/php_variables.c 		php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
http_globals      722 main/php_variables.c 		vars = PG(http_globals)[TRACK_VARS_GET];
http_globals      727 main/php_variables.c 		if (PG(http_globals)[TRACK_VARS_GET]) {
http_globals      728 main/php_variables.c 			zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
http_globals      730 main/php_variables.c 		PG(http_globals)[TRACK_VARS_GET] = vars;
http_globals      748 main/php_variables.c 		vars = PG(http_globals)[TRACK_VARS_POST];
http_globals      753 main/php_variables.c 		if (PG(http_globals)[TRACK_VARS_POST]) {
http_globals      754 main/php_variables.c 			zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
http_globals      756 main/php_variables.c 		PG(http_globals)[TRACK_VARS_POST] = vars;
http_globals      771 main/php_variables.c 		vars = PG(http_globals)[TRACK_VARS_COOKIE];
http_globals      776 main/php_variables.c 		if (PG(http_globals)[TRACK_VARS_COOKIE]) {
http_globals      777 main/php_variables.c 			zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]);
http_globals      779 main/php_variables.c 		PG(http_globals)[TRACK_VARS_COOKIE] = vars;
http_globals      792 main/php_variables.c 	if (PG(http_globals)[TRACK_VARS_FILES]) {
http_globals      793 main/php_variables.c 		vars = PG(http_globals)[TRACK_VARS_FILES];
http_globals      798 main/php_variables.c 		PG(http_globals)[TRACK_VARS_FILES] = vars;
http_globals      820 main/php_variables.c 					zend_hash_update(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv"), argv, sizeof(zval *), NULL);
http_globals      821 main/php_variables.c 					zend_hash_update(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "argc", sizeof("argc"), argc, sizeof(zval *), NULL);
http_globals      824 main/php_variables.c 				php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
http_globals      833 main/php_variables.c 		if (PG(http_globals)[TRACK_VARS_SERVER]) {
http_globals      834 main/php_variables.c 			zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
http_globals      836 main/php_variables.c 		PG(http_globals)[TRACK_VARS_SERVER] = server_vars;
http_globals      839 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_SERVER], sizeof(zval *), NULL);
http_globals      840 main/php_variables.c 	Z_ADDREF_P(PG(http_globals)[TRACK_VARS_SERVER]);
http_globals      851 main/php_variables.c 	if (PG(http_globals)[TRACK_VARS_ENV]) {
http_globals      852 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]);
http_globals      854 main/php_variables.c 	PG(http_globals)[TRACK_VARS_ENV] = env_vars;
http_globals      857 main/php_variables.c 		php_import_environment_variables(PG(http_globals)[TRACK_VARS_ENV] TSRMLS_CC);
http_globals      860 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_ENV], sizeof(zval *), NULL);
http_globals      861 main/php_variables.c 	Z_ADDREF_P(PG(http_globals)[TRACK_VARS_ENV]);
http_globals      887 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC);
http_globals      894 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSRMLS_CC);
http_globals      901 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) TSRMLS_CC);
http_globals      774 main/rfc1867.c 	PG(http_globals)[TRACK_VARS_FILES] = http_post_files;
http_globals       82 sapi/apache_hooks/sapi_apache.c     php_register_variable_ex("request", req, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
http_globals       86 sapi/apache_hooks/sapi_apache.c             php_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC);
http_globals      623 sapi/cgi/cgi_main.c 	int filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
http_globals      633 sapi/cgi/cgi_main.c 	if (PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      634 sapi/cgi/cgi_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      635 sapi/cgi/cgi_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
http_globals      636 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
http_globals      639 sapi/cgi/cgi_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
http_globals      643 sapi/cgi/cgi_main.c 	} else if (PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      644 sapi/cgi/cgi_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      645 sapi/cgi/cgi_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
http_globals      646 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0
http_globals      649 sapi/cgi/cgi_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];
http_globals      579 sapi/fpm/fpm/fpm_main.c 	if (PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      580 sapi/fpm/fpm/fpm_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      581 sapi/fpm/fpm/fpm_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
http_globals      582 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
http_globals      585 sapi/fpm/fpm/fpm_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
http_globals      589 sapi/fpm/fpm/fpm_main.c 	} else if (PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      590 sapi/fpm/fpm/fpm_main.c 		array_ptr != PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      591 sapi/fpm/fpm/fpm_main.c 		Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
http_globals      592 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0
http_globals      595 sapi/fpm/fpm/fpm_main.c 		*array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];
http_globals      605 sapi/fpm/fpm/fpm_main.c 	filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
http_globals      204 sapi/litespeed/lsapi_main.c 	int filter_arg = (Z_ARR_P((zval *)arg) == Z_ARR(PG(http_globals)[TRACK_VARS_ENV]))
http_globals      207 sapi/litespeed/lsapi_main.c     int filter_arg = (arg == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;
http_globals      247 sapi/litespeed/lsapi_main.c     if (Z_TYPE(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
http_globals      248 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_ENV]) &&
http_globals      249 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_ENV])) > 0
http_globals      252 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_ENV]);
http_globals      254 sapi/litespeed/lsapi_main.c     } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
http_globals      255 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
http_globals      256 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
http_globals      259 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
http_globals      263 sapi/litespeed/lsapi_main.c     if (PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      264 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_ENV] &&
http_globals      265 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY &&
http_globals      266 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0
http_globals      269 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_ENV];
http_globals      273 sapi/litespeed/lsapi_main.c     } else if (PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      274 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_SERVER] &&
http_globals      275 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
http_globals      276 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0
http_globals      279 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];