Skip to content

Commit f06a755

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix clean section in test
2 parents df4d59e + a7a7e6d commit f06a755

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)