Searched refs:TRACK_VARS_POST (Results 1 – 4 of 4) sorted by relevance
298 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()
41 #define TRACK_VARS_POST 0 macro
82 PG(http_globals)[TRACK_VARS_POST] = array_ptr; in ZEND_EXTERN_MODULE_GLOBALS()
427 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()
Completed in 17 milliseconds