Home
last modified time | relevance | path

Searched refs:TRACK_VARS_COOKIE (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/main/
H A Dphp_variables.c274 if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && in php_register_variable_ex()
275 symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
443 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_COOKIE]); in SAPI_TREAT_DATA_FUNC()
444 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); in SAPI_TREAT_DATA_FUNC()
811 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
812 array_init(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
815 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
816 Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
935 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE])); in php_auto_globals_create_request()
H A Dphp_globals.h42 #define TRACK_VARS_COOKIE 2 macro
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c48 zval cookies = PG(http_globals)[TRACK_VARS_COOKIE]; in PHP_RINIT_FUNCTION()
H A Dphpdbg_wait.c164 phpdbg_rebuild_http_globals_array(TRACK_VARS_COOKIE, "_COOKIE"); in phpdbg_webdata_decompress()
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c79 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.4/ext/filter/
H A Dfilter.c442 PARSE_CASE(PARSE_COOKIE, cookie_array, TRACK_VARS_COOKIE) in php_sapi_filter()
/PHP-7.4/ext/session/
H A Dsession.c3095 if (early_find_sid_in(&progress->sid, TRACK_VARS_COOKIE, progress)) { in php_session_rfc1867_early_find_sid()

Completed in 26 milliseconds