Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/
H A Dhttp.c362 zval *global_post = &PG(http_globals)[TRACK_VARS_POST]; in PHP_FUNCTION() local
365 ZVAL_COPY_VALUE(&old_post, global_post); in PHP_FUNCTION()
367 array_init(global_post); in PHP_FUNCTION()
369 sapi_handle_post(global_post); in PHP_FUNCTION()
370 ZVAL_COPY_VALUE(&post, global_post); in PHP_FUNCTION()
372 ZVAL_COPY_VALUE(global_post, &old_post); in PHP_FUNCTION()

Completed in 6 milliseconds