TRACK_VARS_ENV 367 ext/filter/filter.c PARSE_CASE(PARSE_ENV, env_array, TRACK_VARS_ENV) TRACK_VARS_ENV 707 main/php_variables.c php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV]) TSRMLS_CC); TRACK_VARS_ENV 807 main/php_variables.c if (PG(http_globals)[TRACK_VARS_ENV]) { TRACK_VARS_ENV 808 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_ENV]); TRACK_VARS_ENV 810 main/php_variables.c PG(http_globals)[TRACK_VARS_ENV] = env_vars; TRACK_VARS_ENV 813 main/php_variables.c php_import_environment_variables(PG(http_globals)[TRACK_VARS_ENV] TSRMLS_CC); TRACK_VARS_ENV 816 main/php_variables.c zend_hash_update(&EG(symbol_table), name, name_len + 1, &PG(http_globals)[TRACK_VARS_ENV], sizeof(zval *), NULL); TRACK_VARS_ENV 817 main/php_variables.c PG(http_globals)[TRACK_VARS_ENV]->refcount++; TRACK_VARS_ENV 820 main/php_variables.c zend_hash_update(&EG(symbol_table), "HTTP_ENV_VARS", sizeof("HTTP_ENV_VARS"), &PG(http_globals)[TRACK_VARS_ENV], sizeof(zval *), NULL); TRACK_VARS_ENV 821 main/php_variables.c PG(http_globals)[TRACK_VARS_ENV]->refcount++; TRACK_VARS_ENV 549 sapi/cgi/cgi_main.c if (PG(http_globals)[TRACK_VARS_ENV] && TRACK_VARS_ENV 550 sapi/cgi/cgi_main.c array_ptr != PG(http_globals)[TRACK_VARS_ENV] && TRACK_VARS_ENV 551 sapi/cgi/cgi_main.c Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && TRACK_VARS_ENV 552 sapi/cgi/cgi_main.c zend_hash_num_elements(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_ENV])) > 0) { TRACK_VARS_ENV 554 sapi/cgi/cgi_main.c *array_ptr = *PG(http_globals)[TRACK_VARS_ENV]; TRACK_VARS_ENV 579 sapi/cgi/cgi_main.c int filter_arg = (array_ptr == PG(http_globals)[TRACK_VARS_ENV])?PARSE_ENV:PARSE_SERVER;