deststream       1697 ext/standard/file.c 	php_stream *srcstream = NULL, *deststream = NULL;
deststream       1772 ext/standard/file.c 	deststream = php_stream_open_wrapper_ex(dest, "wb", REPORT_ERRORS, NULL, ctx);
deststream       1774 ext/standard/file.c 	if (srcstream && deststream) {
deststream       1775 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
deststream       1780 ext/standard/file.c 	if (deststream) {
deststream       1781 ext/standard/file.c 		php_stream_close(deststream);