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
commit f06a755848
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

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 ***