Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_variables.c443 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in SAPI_TREAT_DATA_FUNC()
444 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
785 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
786 array_init(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
789 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
790 Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
917 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.h38 #define TRACK_VARS_POST 0 macro
/PHP-8.1/ext/mbstring/
H A Dmb_gpc.c65 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/PHP-8.1/ext/filter/
H A Dfilter.c378 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()

Completed in 19 milliseconds