Searched refs:global_post (Results 1 – 1 of 1) sorted by relevance
362 zval *global_post = &PG(http_globals)[TRACK_VARS_POST]; in PHP_FUNCTION() local365 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 5 milliseconds