Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_globals.h40 #define TRACK_VARS_POST 0 macro
H A Dphp_variables.c479 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in SAPI_TREAT_DATA_FUNC()
480 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &array); in SAPI_TREAT_DATA_FUNC()
820 zval_ptr_dtor_nogc(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
821 array_init(&PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
824 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
825 Z_ADDREF(PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
952 php_autoglobal_merge(Z_ARRVAL(form_variables), Z_ARRVAL(PG(http_globals)[TRACK_VARS_POST])); in php_auto_globals_create_request()
/php-src/ext/mbstring/
H A Dmb_gpc.c64 ZVAL_COPY_VALUE(&PG(http_globals)[TRACK_VARS_POST], &v_array); in ZEND_EXTERN_MODULE_GLOBALS()
/php-src/ext/standard/
H A Dhttp.c345 zval *global_post = &PG(http_globals)[TRACK_VARS_POST]; in PHP_FUNCTION()
/php-src/ext/filter/
H A Dfilter.c305 PARSE_CASE(PARSE_POST, post_array, TRACK_VARS_POST) in php_sapi_filter()

Completed in 19 milliseconds