We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0487bcf commit 358721bCopy full SHA for 358721b
ext/standard/tests/file/stream_copy_to_stream.phpt
@@ -5,7 +5,7 @@ stream_copy_to_stream() tests
5
define('WIN', substr(PHP_OS, 0, 3) == 'WIN');
6
7
$initial_file = __DIR__.'/bug38086.txt';
8
-$new_file = __DIR__.'/bug38086_1.txt';
+$new_file = __DIR__.'/stream_copy_to_stream.txt';
9
10
$src = fopen($initial_file, 'r');
11
stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);
0 commit comments