Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_variables.c435 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in SAPI_TREAT_DATA_FUNC()
436 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
796 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
797 array_init(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
800 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
801 Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
928 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.h40 #define TRACK_VARS_POST 0 macro
/PHP-7.4/ext/mbstring/
H A Dmb_gpc.c73 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c162 phpdbg_rebuild_http_globals_array(TRACK_VARS_POST, "_POST"); in phpdbg_webdata_decompress()
/PHP-7.4/ext/filter/
H A Dfilter.c440 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()

Completed in 21 milliseconds