PHP_STREAM_FREE_CLOSE 195 ext/bz2/bz2.c php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE | (close_handle == 0 ? PHP_STREAM_FREE_PRESERVE_HANDLE : 0)); PHP_STREAM_FREE_CLOSE 1099 ext/mysqlnd/mysqlnd_net.c php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); PHP_STREAM_FREE_CLOSE 1102 ext/mysqlnd/mysqlnd_net.c php_stream_free(net_stream, PHP_STREAM_FREE_CLOSE); PHP_STREAM_FREE_CLOSE 1087 ext/sockets/sockets.c PHP_STREAM_FREE_KEEP_RSRC | PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_CLOSE 901 ext/standard/file.c (stream->is_persistent ? PHP_STREAM_FREE_CLOSE_PERSISTENT : PHP_STREAM_FREE_CLOSE)); PHP_STREAM_FREE_CLOSE 291 main/php_streams.h #define PHP_STREAM_FREE_CLOSE_CASTED (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PRESERVE_HANDLE) PHP_STREAM_FREE_CLOSE 292 main/php_streams.h #define PHP_STREAM_FREE_CLOSE_PERSISTENT (PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_PERSISTENT) PHP_STREAM_FREE_CLOSE 296 main/php_streams.h #define php_stream_close(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE) PHP_STREAM_FREE_CLOSE 89 main/streams/cast.c return php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC); PHP_STREAM_FREE_CLOSE 131 main/streams/cast.c return php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_KEEP_RSRC); PHP_STREAM_FREE_CLOSE 383 main/streams/memory.c php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE); PHP_STREAM_FREE_CLOSE 423 main/streams/memory.c ret = php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE | (close_handle ? 0 : PHP_STREAM_FREE_PRESERVE_HANDLE)); PHP_STREAM_FREE_CLOSE 510 main/streams/memory.c php_stream_free_enclosed(ts->innerstream, PHP_STREAM_FREE_CLOSE); PHP_STREAM_FREE_CLOSE 1619 main/streams/streams.c FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR); PHP_STREAM_FREE_CLOSE 1625 main/streams/streams.c FG(pclose_ret) = php_stream_free(stream, PHP_STREAM_FREE_CLOSE | PHP_STREAM_FREE_RSRC_DTOR);