TRACK_VARS_POST   363 ext/filter/filter.c 		PARSE_CASE(PARSE_POST,    post_array,    TRACK_VARS_POST)
TRACK_VARS_POST    76 ext/mbstring/mb_gpc.c 					PG(http_globals)[TRACK_VARS_POST] = array_ptr;
TRACK_VARS_POST  6403 ext/standard/basic_functions.c 				zend_hash_apply_with_arguments(Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]), (apply_func_args_t) copy_request_variable, 2, prefix, prefix_len);
TRACK_VARS_POST   298 main/php_variables.c 					if (PG(http_globals)[TRACK_VARS_POST]) {
TRACK_VARS_POST   299 main/php_variables.c 						zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   301 main/php_variables.c 					PG(http_globals)[TRACK_VARS_POST] = array_ptr;
TRACK_VARS_POST   676 main/php_variables.c 						php_autoglobal_merge(&EG(symbol_table), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSRMLS_CC);
TRACK_VARS_POST   849 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSRMLS_CC);