Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.h94 int pclose_ret; member
H A Dproc_open.c293 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
295 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
308 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
313 FG(pclose_ret) = wstatus; in proc_open_rsrc_dtor()
317 FG(pclose_ret) = -1; in proc_open_rsrc_dtor()
380 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
H A Dfile.c851 RETURN_LONG(FG(pclose_ret)); in PHP_FUNCTION()
/php-src/main/streams/
H A Dstreams.c1825 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_regular_dtor()
1831 FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); in stream_resource_persistent_dtor()

Completed in 22 milliseconds