Skip to content

Commit 887ed94

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix clean section in test
2 parents 5c671c3 + f06a755 commit 887ed94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/rename_variation2-win32.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ echo "Done\n";
3939
--CLEAN--
4040
<?php
4141
$file_path = __DIR__;
42-
rmdir($file_path."/12345");
42+
rmdir($file_path."/12346");
4343
?>
4444
--EXPECT--
4545
*** Testing rename() by renaming a file and directory to numeric name ***

0 commit comments

Comments
 (0)