Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c345 zval *global_post = &PG(http_globals)[TRACK_VARS_POST]; in PHP_FUNCTION() local
348 ZVAL_COPY_VALUE(&old_post, global_post); in PHP_FUNCTION()
350 array_init(global_post); in PHP_FUNCTION()
352 sapi_handle_post(global_post); in PHP_FUNCTION()
353 ZVAL_COPY_VALUE(&post, global_post); in PHP_FUNCTION()
355 ZVAL_COPY_VALUE(global_post, &old_post); in PHP_FUNCTION()

Completed in 5 milliseconds