TRACK_VARS_GET 430 ext/filter/filter.c PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) TRACK_VARS_GET 85 ext/mbstring/mb_gpc.c PG(http_globals)[TRACK_VARS_GET] = array_ptr; TRACK_VARS_GET 2484 ext/session/session.c early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC); TRACK_VARS_GET 303 main/php_variables.c if (PG(http_globals)[TRACK_VARS_GET]) { TRACK_VARS_GET 304 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); TRACK_VARS_GET 306 main/php_variables.c PG(http_globals)[TRACK_VARS_GET] = array_ptr; TRACK_VARS_GET 639 main/php_variables.c vars = PG(http_globals)[TRACK_VARS_GET]; TRACK_VARS_GET 644 main/php_variables.c if (PG(http_globals)[TRACK_VARS_GET]) { TRACK_VARS_GET 645 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); TRACK_VARS_GET 647 main/php_variables.c PG(http_globals)[TRACK_VARS_GET] = vars; TRACK_VARS_GET 805 main/php_variables.c php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC);