Searched refs:TRACK_VARS_GET (Results 1 – 5 of 5) sorted by relevance
304 if (PG(http_globals)[TRACK_VARS_GET]) { in SAPI_TREAT_DATA_FUNC()305 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); in SAPI_TREAT_DATA_FUNC()307 PG(http_globals)[TRACK_VARS_GET] = array_ptr; in SAPI_TREAT_DATA_FUNC()656 vars = PG(http_globals)[TRACK_VARS_GET]; in php_auto_globals_create_get()661 if (PG(http_globals)[TRACK_VARS_GET]) { in php_auto_globals_create_get()662 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()664 PG(http_globals)[TRACK_VARS_GET] = vars; in php_auto_globals_create_get()822 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()
42 #define TRACK_VARS_GET 1 macro
85 PG(http_globals)[TRACK_VARS_GET] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
428 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
2408 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC);
Completed in 26 milliseconds