Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_variables.c412 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); in SAPI_TREAT_DATA_FUNC()
413 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
730 zval_ptr_dtor(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
731 array_init(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
734 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
735 Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
862 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); in php_auto_globals_create_request()
H A Dphp_globals.h41 #define TRACK_VARS_POST 0 macro
/PHP-7.2/ext/mbstring/
H A Dmb_gpc.c80 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_wait.c162 phpdbg_rebuild_http_globals_array(TRACK_VARS_POST, "_POST"); in phpdbg_webdata_decompress()
/PHP-7.2/ext/filter/
H A Dfilter.c440 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()

Completed in 15 milliseconds