Home
last modified time | relevance | path

Searched refs:TRACK_VARS_GET (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/main/
H A Dphp_variables.c392 if (PG(http_globals)[TRACK_VARS_GET]) { in SAPI_TREAT_DATA_FUNC()
393 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); in SAPI_TREAT_DATA_FUNC()
395 PG(http_globals)[TRACK_VARS_GET] = array_ptr; in SAPI_TREAT_DATA_FUNC()
728 vars = PG(http_globals)[TRACK_VARS_GET]; in php_auto_globals_create_get()
733 if (PG(http_globals)[TRACK_VARS_GET]) { in php_auto_globals_create_get()
734 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
736 PG(http_globals)[TRACK_VARS_GET] = vars; in php_auto_globals_create_get()
912 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_GET]) TSRM… in php_auto_globals_create_request()
H A Dphp_globals.h42 #define TRACK_VARS_GET 1 macro
/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c85 PG(http_globals)[TRACK_VARS_GET] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-5.6/ext/filter/
H A Dfilter.c437 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
/PHP-5.6/ext/session/
H A Dsession.c2605 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC);

Completed in 25 milliseconds