Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dphp_variables.c85 ZEND_ASSERT(Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) == IS_UNDEF || in php_register_known_variable()
86 Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) != symbol_table); in php_register_known_variable()
317 if (Z_TYPE(PG(http_globals)[TRACK_VARS_COOKIE]) != IS_UNDEF && in php_register_variable_ex()
318 symtable1 == Z_ARRVAL(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
486 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_COOKIE]); in SAPI_TREAT_DATA_FUNC()
487 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &array); in SAPI_TREAT_DATA_FUNC()
839 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
840 array_init(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
843 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
844 Z_ADDREF(PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
[all …]
H A Dphp_globals.h40 #define TRACK_VARS_COOKIE 2 macro
/PHP-8.2/ext/mbstring/
H A Dmb_gpc.c70 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_COOKIE], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-8.2/ext/filter/
H A Dfilter.c313 PARSE_CASE(PARSE_COOKIE, cookie_array, TRACK_VARS_COOKIE) in php_sapi_filter()
/PHP-8.2/ext/session/
H A Dsession.c2922 if (early_find_sid_in(&progress->sid, TRACK_VARS_COOKIE, progress)) { in php_session_rfc1867_early_find_sid()

Completed in 49 milliseconds