mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
fix test on windows
This commit is contained in:
parent
9f86ad6142
commit
3cd16d46c9
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ $b = opendir('phar://test.phar/');
|
||||||
while (false !== ($c = readdir($b))) {
|
while (false !== ($c = readdir($b))) {
|
||||||
echo "$c\n";
|
echo "$c\n";
|
||||||
}
|
}
|
||||||
|
closedir($b);
|
||||||
unlink($a . '/test1.txt');
|
unlink($a . '/test1.txt');
|
||||||
unlink($a . '/test2.txt');
|
unlink($a . '/test2.txt');
|
||||||
unlink($a . '/test3.txt');
|
unlink($a . '/test3.txt');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue