Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_variables.c439 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in SAPI_TREAT_DATA_FUNC()
440 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); in SAPI_TREAT_DATA_FUNC()
777 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
778 array_init(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
781 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
782 Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
921 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.h41 #define TRACK_VARS_GET 1 macro
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c76 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c163 phpdbg_rebuild_http_globals_array(TRACK_VARS_GET, "_GET"); in phpdbg_webdata_decompress()
/PHP-7.4/ext/filter/
H A Dfilter.c441 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
/PHP-7.4/ext/session/
H A Dsession.c3104 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()

Completed in 29 milliseconds