TRACK_VARS_GET    438 ext/filter/filter.c 		PARSE_CASE(PARSE_GET,     get_array,     TRACK_VARS_GET)
TRACK_VARS_GET     83 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array);
TRACK_VARS_GET   2842 ext/session/session.c 	early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress);
TRACK_VARS_GET    382 main/php_variables.c 					zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    383 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array);
TRACK_VARS_GET    677 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    678 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    681 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    682 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]);
TRACK_VARS_GET    798 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET]));
TRACK_VARS_GET    163 sapi/phpdbg/phpdbg_wait.c 		phpdbg_rebuild_http_globals_array(TRACK_VARS_GET, "_GET");