1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
  Fix clean section in test
This commit is contained in:
Ilija Tovilo
2024-04-15 14:15:09 +02:00

View File

@@ -39,7 +39,7 @@ echo "Done\n";
--CLEAN--
<?php
$file_path = __DIR__;
rmdir($file_path."/12345");
rmdir($file_path."/12346");
?>
--EXPECT--
*** Testing rename() by renaming a file and directory to numeric name ***