Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c199 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
201 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
215 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
219 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
223 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
293 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
H A Dfile.h116 int pclose_ret; member
H A Dfile.c989 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
/PHP-7.3/main/streams/
H A Dstreams.c1606 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1612 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()

Completed in 19 milliseconds