Skip to content

Commit ebbe333

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix file name clash in test
2 parents 795ad1e + 358721b commit ebbe333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/stream_copy_to_stream.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stream_copy_to_stream() tests
55
define('WIN', substr(PHP_OS, 0, 3) == 'WIN');
66

77
$initial_file = __DIR__.'/bug38086.txt';
8-
$new_file = __DIR__.'/bug38086_1.txt';
8+
$new_file = __DIR__.'/stream_copy_to_stream.txt';
99

1010
$src = fopen($initial_file, 'r');
1111
stream_filter_append($src, "string.rot13", STREAM_FILTER_READ);

0 commit comments

Comments
 (0)