TRACK_VARS_POST   437 ext/filter/filter.c 		PARSE_CASE(PARSE_POST,    post_array,    TRACK_VARS_POST)
TRACK_VARS_POST    80 ext/mbstring/mb_gpc.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array);
TRACK_VARS_POST   378 main/php_variables.c 					zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   379 main/php_variables.c 					ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array);
TRACK_VARS_POST   696 main/php_variables.c 		zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   697 main/php_variables.c 		array_init(&PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   700 main/php_variables.c 	zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   701 main/php_variables.c 	Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]);
TRACK_VARS_POST   805 main/php_variables.c 					php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST]));
TRACK_VARS_POST   162 sapi/phpdbg/phpdbg_wait.c 		phpdbg_rebuild_http_globals_array(TRACK_VARS_POST, "_POST");