TRACK_VARS_SERVER 432 ext/filter/filter.c PARSE_CASE(PARSE_SERVER, server_array, TRACK_VARS_SERVER) TRACK_VARS_SERVER 69 ext/phar/phar_object.c if (!PG(http_globals)[TRACK_VARS_SERVER]) { TRACK_VARS_SERVER 73 ext/phar/phar_object.c _SERVER = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); TRACK_VARS_SERVER 611 ext/phar/phar_object.c if (PG(http_globals)[TRACK_VARS_SERVER]) { TRACK_VARS_SERVER 612 ext/phar/phar_object.c HashTable *_server = Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]); TRACK_VARS_SERVER 1501 ext/session/session.c if (!PS(use_only_cookies) && !PS(id) && PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 1502 ext/session/session.c zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "REQUEST_URI", sizeof("REQUEST_URI"), (void **) &data) == SUCCESS && TRACK_VARS_SERVER 1521 ext/session/session.c PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 1522 ext/session/session.c zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_REFERER", sizeof("HTTP_REFERER"), (void **) &data) == SUCCESS && TRACK_VARS_SERVER 2070 ext/soap/soap.c if (PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 2071 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 && TRACK_VARS_SERVER 4259 ext/standard/basic_functions.c if (PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 4260 ext/standard/basic_functions.c (zend_hash_find(HASH_OF(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv"), (void **) &args) != FAILURE || TRACK_VARS_SERVER 500 ext/standard/browscap.c if (!PG(http_globals)[TRACK_VARS_SERVER] || TRACK_VARS_SERVER 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 TRACK_VARS_SERVER 74 ext/zlib/zlib.c if (PG(http_globals)[TRACK_VARS_SERVER] && SUCCESS == zend_hash_find(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "HTTP_ACCEPT_ENCODING", sizeof("HTTP_ACCEPT_ENCODING"), (void *) &enc)) { TRACK_VARS_SERVER 543 main/php_variables.c if (PG(http_globals)[TRACK_VARS_SERVER]) { TRACK_VARS_SERVER 544 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); TRACK_VARS_SERVER 546 main/php_variables.c PG(http_globals)[TRACK_VARS_SERVER] = array_ptr; TRACK_VARS_SERVER 627 main/php_variables.c php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); TRACK_VARS_SERVER 738 main/php_variables.c zend_hash_update(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "argv", sizeof("argv"), argv, sizeof(zval *), NULL); TRACK_VARS_SERVER 739 main/php_variables.c zend_hash_update(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER]), "argc", sizeof("argc"), argc, sizeof(zval *), NULL); TRACK_VARS_SERVER 742 main/php_variables.c php_build_argv(SG(request_info).query_string, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); TRACK_VARS_SERVER 751 main/php_variables.c if (PG(http_globals)[TRACK_VARS_SERVER]) { TRACK_VARS_SERVER 752 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_SERVER]); TRACK_VARS_SERVER 754 main/php_variables.c PG(http_globals)[TRACK_VARS_SERVER] = server_vars; TRACK_VARS_SERVER 757 main/php_variables.c zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_SERVER], sizeof(zval *), NULL); TRACK_VARS_SERVER 758 main/php_variables.c Z_ADDREF_P(PG(http_globals)[TRACK_VARS_SERVER]); TRACK_VARS_SERVER 82 sapi/apache_hooks/sapi_apache.c php_register_variable_ex("request", req, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); TRACK_VARS_SERVER 86 sapi/apache_hooks/sapi_apache.c php_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_CC); TRACK_VARS_SERVER 639 sapi/cgi/cgi_main.c } else if (PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 640 sapi/cgi/cgi_main.c array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 641 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && TRACK_VARS_SERVER 642 sapi/cgi/cgi_main.c zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 TRACK_VARS_SERVER 645 sapi/cgi/cgi_main.c *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER]; TRACK_VARS_SERVER 584 sapi/fpm/fpm/fpm_main.c } else if (PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 585 sapi/fpm/fpm/fpm_main.c array_ptr != PG(http_globals)[TRACK_VARS_SERVER] && TRACK_VARS_SERVER 586 sapi/fpm/fpm/fpm_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && TRACK_VARS_SERVER 587 sapi/fpm/fpm/fpm_main.c zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_SERVER])) > 0 TRACK_VARS_SERVER 590 sapi/fpm/fpm/fpm_main.c *array_ptr = *PG(http_globals)[TRACK_VARS_SERVER];