Searched refs:TRACK_VARS_GET (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/main/ |
H A D | php_variables.c | 434 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 D | php_globals.h | 39 #define TRACK_VARS_GET 1 macro
|
/PHP-8.0/ext/mbstring/ |
H A D | mb_gpc.c | 68 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_GET], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 157 phpdbg_rebuild_http_globals_array(TRACK_VARS_GET, "_GET"); in phpdbg_webdata_decompress()
|
/PHP-8.0/ext/filter/ |
H A D | filter.c | 376 PARSE_CASE(PARSE_GET, get_array, TRACK_VARS_GET) in php_sapi_filter()
|
/PHP-8.0/ext/session/ |
H A D | session.c | 2947 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress); in php_session_rfc1867_early_find_sid()
|
Completed in 44 milliseconds