TRACK_VARS_SERVER  440 ext/filter/filter.c 		PARSE_CASE(PARSE_SERVER,  server_array,  TRACK_VARS_SERVER)
TRACK_VARS_SERVER   69 ext/phar/phar_object.c 	if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_UNDEF) {
TRACK_VARS_SERVER   73 ext/phar/phar_object.c 	_SERVER = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  596 ext/phar/phar_object.c 		if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) != IS_UNDEF) {
TRACK_VARS_SERVER  597 ext/phar/phar_object.c 			HashTable *_server = Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER 1615 ext/session/session.c 			(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI") - 1)) &&
TRACK_VARS_SERVER 1631 ext/session/session.c 			!Z_ISUNDEF(PG(http_globals)[TRACK_VARS_SERVER]) &&
TRACK_VARS_SERVER 1632 ext/session/session.c 			(data = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFERER") - 1)) &&
TRACK_VARS_SERVER 2082 ext/soap/soap.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
TRACK_VARS_SERVER 2083 ext/soap/soap.c 		(agent_name = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) != NULL &&
TRACK_VARS_SERVER 4269 ext/standard/basic_functions.c 	if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
TRACK_VARS_SERVER 4270 ext/standard/basic_functions.c 		((args = zend_hash_str_find_ind(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1)) != NULL ||
TRACK_VARS_SERVER  460 ext/standard/browscap.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) && 
TRACK_VARS_SERVER  461 ext/standard/browscap.c 			(http_user_agent = zend_hash_str_find(Z_ARRVAL_P(&PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_USER_AGENT", sizeof("HTTP_USER_AGENT")-1)) == NULL
TRACK_VARS_SERVER  109 ext/zlib/zlib.c 		if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) &&
TRACK_VARS_SERVER  110 ext/zlib/zlib.c 			(enc = zend_hash_str_find(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING") - 1))) {
TRACK_VARS_SERVER  597 main/php_variables.c 	zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  598 main/php_variables.c 	array_init(&PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  602 main/php_variables.c 		sapi_module.register_server_variables(&PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  607 main/php_variables.c 		php_register_variable("PHP_AUTH_USER", SG(request_info).auth_user, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  610 main/php_variables.c 		php_register_variable("PHP_AUTH_PW", SG(request_info).auth_password, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  613 main/php_variables.c 		php_register_variable("PHP_AUTH_DIGEST", SG(request_info).auth_digest, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  618 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME_FLOAT", &request_time_float, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  620 main/php_variables.c 	php_register_variable_ex("REQUEST_TIME", &request_time_long, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  666 main/php_variables.c 		php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  745 main/php_variables.c 					zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv")-1, argv);
TRACK_VARS_SERVER  746 main/php_variables.c 					zend_hash_str_update(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER]), "argc", sizeof("argc")-1, argc);
TRACK_VARS_SERVER  749 main/php_variables.c 				php_build_argv(SG(request_info).query_string, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  754 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  755 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  758 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  759 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  622 sapi/cgi/cgi_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
TRACK_VARS_SERVER  623 sapi/cgi/cgi_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
TRACK_VARS_SERVER  624 sapi/cgi/cgi_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
TRACK_VARS_SERVER  627 sapi/cgi/cgi_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  573 sapi/fpm/fpm/fpm_main.c 	} else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
TRACK_VARS_SERVER  574 sapi/fpm/fpm/fpm_main.c 		Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
TRACK_VARS_SERVER  575 sapi/fpm/fpm/fpm_main.c 		zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
TRACK_VARS_SERVER  578 sapi/fpm/fpm/fpm_main.c 		ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  255 sapi/litespeed/lsapi_main.c     } else if (Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
TRACK_VARS_SERVER  256 sapi/litespeed/lsapi_main.c         Z_ARR_P(array_ptr) != Z_ARR(PG(http_globals)[TRACK_VARS_SERVER]) &&
TRACK_VARS_SERVER  257 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL(PG(http_globals)[TRACK_VARS_SERVER])) > 0
TRACK_VARS_SERVER  260 sapi/litespeed/lsapi_main.c         ZVAL_DUP(array_ptr, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  274 sapi/litespeed/lsapi_main.c     } else if (PG(http_globals)[TRACK_VARS_SERVER] &&
TRACK_VARS_SERVER  275 sapi/litespeed/lsapi_main.c         array_ptr != PG(http_globals)[TRACK_VARS_SERVER] &&
TRACK_VARS_SERVER  276 sapi/litespeed/lsapi_main.c         Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY &&
TRACK_VARS_SERVER  277 sapi/litespeed/lsapi_main.c         zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0
TRACK_VARS_SERVER  280 sapi/litespeed/lsapi_main.c         *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];
TRACK_VARS_SERVER  436 sapi/phpdbg/phpdbg_prompt.c 				php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  729 sapi/phpdbg/phpdbg_prompt.c 			php_build_argv(NULL, &PG(http_globals)[TRACK_VARS_SERVER]);
TRACK_VARS_SERVER  165 sapi/phpdbg/phpdbg_wait.c 		phpdbg_rebuild_http_globals_array(TRACK_VARS_SERVER, "_SERVER");