Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_variables.c241 if (PG(http_globals)[TRACK_VARS_COOKIE] && in php_register_variable_ex()
242 symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) && in php_register_variable_ex()
334 if (PG(http_globals)[TRACK_VARS_COOKIE]) { in SAPI_TREAT_DATA_FUNC()
335 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]); in SAPI_TREAT_DATA_FUNC()
337 PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr; in SAPI_TREAT_DATA_FUNC()
725 …php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) TSRMLS_CC); in php_hash_environment()
901 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) T… in php_auto_globals_create_request()
H A Dphp_globals.h43 #define TRACK_VARS_COOKIE 2 macro
/PHP-5.3/ext/mbstring/
H A Dmb_gpc.c87 PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-5.3/ext/filter/
H A Dfilter.c430 PARSE_CASE(PARSE_COOKIE, cookie_array, TRACK_VARS_COOKIE) in php_sapi_filter()
/PHP-5.3/ext/standard/
H A Dbasic_functions.c6180 …zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) TSRMLS_CC, (apply_f…

Completed in 28 milliseconds