Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_variables.c434 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in SAPI_TREAT_DATA_FUNC()
435 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &array); in SAPI_TREAT_DATA_FUNC()
753 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
754 array_init(&PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
757 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
758 Z_ADDREF(PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
897 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.0/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.0/sapi/phpdbg/
H A Dphpdbg_wait.c157 phpdbg_rebuild_http_globals_array(TRACK_VARS_GET, "_GET"); in phpdbg_webdata_decompress()
/PHP-8.0/ext/filter/
H A Dfilter.c376 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
/PHP-8.0/ext/session/
H A Dsession.c2947 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()

Completed in 22 milliseconds