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   2582 ext/session/session.c 	early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC);
TRACK_VARS_GET    386 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_GET]) {
TRACK_VARS_GET    387 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    389 main/php_variables.c 					PG(http_globals)[TRACK_VARS_GET] = array_ptr;
TRACK_VARS_GET    722 main/php_variables.c 		vars = PG(http_globals)[TRACK_VARS_GET];
TRACK_VARS_GET    727 main/php_variables.c 		if (PG(http_globals)[TRACK_VARS_GET]) {
TRACK_VARS_GET    728 main/php_variables.c 			zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    730 main/php_variables.c 		PG(http_globals)[TRACK_VARS_GET] = vars;
TRACK_VARS_GET    887 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRMLS_CC);