deststream       1656 ext/standard/file.c 	php_stream *srcstream = NULL, *deststream = NULL;
deststream       1731 ext/standard/file.c 	deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx);
deststream       1733 ext/standard/file.c 	if (srcstream && deststream) {
deststream       1734 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
deststream       1739 ext/standard/file.c 	if (deststream) {
deststream       1740 ext/standard/file.c 		php_stream_close(deststream);