mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix clean section in test
This commit is contained in:
commit
f06a755848
1 changed files with 1 additions and 1 deletions
|
@ -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 ***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue