We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cd0d5 commit a7a7e6dCopy full SHA for a7a7e6d
ext/standard/tests/file/rename_variation2-win32.phpt
@@ -39,7 +39,7 @@ echo "Done\n";
39
--CLEAN--
40
<?php
41
$file_path = __DIR__;
42
-rmdir($file_path."/12345");
+rmdir($file_path."/12346");
43
?>
44
--EXPECT--
45
*** Testing rename() by renaming a file and directory to numeric name ***
0 commit comments