TRACK_VARS_POST 429 ext/filter/filter.c PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) TRACK_VARS_POST 82 ext/mbstring/mb_gpc.c PG(http_globals)[TRACK_VARS_POST] = array_ptr; TRACK_VARS_POST 297 main/php_variables.c if (PG(http_globals)[TRACK_VARS_POST]) { TRACK_VARS_POST 298 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); TRACK_VARS_POST 300 main/php_variables.c PG(http_globals)[TRACK_VARS_POST] = array_ptr; TRACK_VARS_POST 666 main/php_variables.c vars = PG(http_globals)[TRACK_VARS_POST]; TRACK_VARS_POST 671 main/php_variables.c if (PG(http_globals)[TRACK_VARS_POST]) { TRACK_VARS_POST 672 main/php_variables.c zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); TRACK_VARS_POST 674 main/php_variables.c PG(http_globals)[TRACK_VARS_POST] = vars; TRACK_VARS_POST 812 main/php_variables.c php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSRMLS_CC);