Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfile.h88 int pclose_ret; member
H A Dproc_open.c296 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
298 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
311 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
316 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
320 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
383 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
H A Dfile.c863 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
/PHP-8.3/main/streams/
H A Dstreams.c1820 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1826 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()

Completed in 23 milliseconds