Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_variables.c253 if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && in php_register_variable_ex()
254 symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
420 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); in SAPI_TREAT_DATA_FUNC()
421 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); in SAPI_TREAT_DATA_FUNC()
745 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
746 array_init(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
749 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
750 Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
869 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.h43 #define TRACK_VARS_COOKIE 2 macro
/PHP-7.2/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.2/ext/mbstring/
H A Dmb_gpc.c86 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.2/ext/filter/
H A Dfilter.c442 PARSE_CASE(PARSE_COOKIE, cookie_array, TRACK_VARS_COOKIE) in php_sapi_filter()
/PHP-7.2/ext/session/
H A Dsession.c2992 if (early_find_sid_in(&progress->sid, TRACK_VARS_COOKIE, progress)) { in php_session_rfc1867_early_find_sid()

Completed in 26 milliseconds