TRACK_VARS_COOKIE  365 ext/filter/filter.c 		PARSE_CASE(PARSE_COOKIE,  cookie_array,  TRACK_VARS_COOKIE)
TRACK_VARS_COOKIE   82 ext/mbstring/mb_gpc.c 					PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr;
TRACK_VARS_COOKIE 6409 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
TRACK_VARS_COOKIE  224 main/php_variables.c 			if (PG(http_globals)[TRACK_VARS_COOKIE] &&
TRACK_VARS_COOKIE  225 main/php_variables.c 				symtable1 == Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) &&
TRACK_VARS_COOKIE  310 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_COOKIE]) {
TRACK_VARS_COOKIE  311 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_COOKIE]);
TRACK_VARS_COOKIE  313 main/php_variables.c 					PG(http_globals)[TRACK_VARS_COOKIE] = array_ptr;
TRACK_VARS_COOKIE  686 main/php_variables.c 						php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) TSRMLS_CC);
TRACK_VARS_COOKIE  856 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_COOKIE]) TSRMLS_CC);