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:
@@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user