Home
last modified time | relevance | path

Searched refs:TRACK_VARS_POST (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/main/
H A Dphp_variables.c298 if (PG(http_globals)[TRACK_VARS_POST]) { in SAPI_TREAT_DATA_FUNC()
299 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); in SAPI_TREAT_DATA_FUNC()
301 PG(http_globals)[TRACK_VARS_POST] = array_ptr; in SAPI_TREAT_DATA_FUNC()
683 vars = PG(http_globals)[TRACK_VARS_POST]; in php_auto_globals_create_post()
688 if (PG(http_globals)[TRACK_VARS_POST]) { in php_auto_globals_create_post()
689 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
691 PG(http_globals)[TRACK_VARS_POST] = vars; in php_auto_globals_create_post()
829 …php_autoglobal_merge(Z_ARRVAL_P(form_variables), Z_ARRVAL_P(PG(http_globals)[TRACK_VARS_POST]) TSR… in php_auto_globals_create_request()
H A Dphp_globals.h41 #define TRACK_VARS_POST 0 macro
/PHP-5.4/ext/mbstring/
H A Dmb_gpc.c82 PG(http_globals)[TRACK_VARS_POST] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-5.4/ext/filter/
H A Dfilter.c427 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()

Completed in 11 milliseconds