Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_variables.c447 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in SAPI_TREAT_DATA_FUNC()
448 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); in SAPI_TREAT_DATA_FUNC()
766 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
767 array_init(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
770 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
771 Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
910 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_GET])); in php_auto_globals_create_request()
H A Dphp_globals.h39 #define TRACK_VARS_GET 1 macro
/PHP-8.1/ext/mbstring/
H A Dmb_gpc.c68 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-8.1/ext/filter/
H A Dfilter.c379 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
/PHP-8.1/ext/session/
H A Dsession.c2930 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()

Completed in 27 milliseconds