srcstream         578 ext/standard/file.c 	php_stream *srcstream = NULL;
srcstream         586 ext/standard/file.c 		php_stream_from_zval(srcstream, data);
srcstream         623 ext/standard/file.c 			if (php_stream_copy_to_stream_ex(srcstream, stream, PHP_STREAM_COPY_ALL, &len) != SUCCESS) {
srcstream        1697 ext/standard/file.c 	php_stream *srcstream = NULL, *deststream = NULL;
srcstream        1766 ext/standard/file.c 	srcstream = php_stream_open_wrapper_ex(src, "rb", src_flg | REPORT_ERRORS, NULL, ctx);
srcstream        1768 ext/standard/file.c 	if (!srcstream) {
srcstream        1774 ext/standard/file.c 	if (srcstream && deststream) {
srcstream        1775 ext/standard/file.c 		ret = php_stream_copy_to_stream_ex(srcstream, deststream, PHP_STREAM_COPY_ALL, NULL);
srcstream        1777 ext/standard/file.c 	if (srcstream) {
srcstream        1778 ext/standard/file.c 		php_stream_close(srcstream);