Searched refs:TRACK_VARS_COOKIE (Results 1 – 5 of 5) sorted by relevance
220 if (PG(http_globals)[TRACK_VARS_COOKIE] && in php_register_variable_ex()221 symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()310 if (PG(http_globals)[TRACK_VARS_COOKIE]) { in SAPI_TREAT_DATA_FUNC()311 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); in SAPI_TREAT_DATA_FUNC()313 PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr; in SAPI_TREAT_DATA_FUNC()706 vars = PG(http_globals)[TRACK_VARS_COOKIE]; in php_auto_globals_create_cookie()711 if (PG(http_globals)[TRACK_VARS_COOKIE]) { in php_auto_globals_create_cookie()712 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()714 PG(http_globals)[TRACK_VARS_COOKIE] = vars; in php_auto_globals_create_cookie()836 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) T… in php_auto_globals_create_request()
43 #define TRACK_VARS_COOKIE 2 macro
88 PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
429 PARSE_CASE(PARSE_COOKIE, cookie_array, TRACK_VARS_COOKIE) in php_sapi_filter()
2399 if (early_find_sid_in(&progress->sid, TRACK_VARS_COOKIE, progress TSRMLS_CC)) {
Completed in 32 milliseconds