TRACK_VARS_GET 364 ext/filter/filter.c PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) TRACK_VARS_GET 79 ext/mbstring/mb_gpc.c PG(http_globals)[TRACK_VARS_GET] = array_ptr; TRACK_VARS_GET 6398 ext/standard/basic_functions.c zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len); TRACK_VARS_GET 304 main/php_variables.c if (PG(http_globals)[TRACK_VARS_GET]) { TRACK_VARS_GET 305 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); TRACK_VARS_GET 307 main/php_variables.c PG(http_globals)[TRACK_VARS_GET] = array_ptr; TRACK_VARS_GET 696 main/php_variables.c php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC); TRACK_VARS_GET 842 main/php_variables.c php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC);