mirror of
https://github.com/php/php-src.git
synced 2026-04-03 22:22:18 +02:00
Fix test
This commit is contained in:
@@ -15,12 +15,8 @@ var_dump(opendir($dir));
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: opendir(): connect() failed: Connection refused in %s on line %d
|
||||
|
||||
Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
|
||||
Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d
|
||||
bool(false)
|
||||
|
||||
Warning: opendir(): connect() failed: Connection refused in %s on line %d
|
||||
|
||||
Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
|
||||
Warning: opendir(ftp://...@localhost/): failed to open dir: not implemented in %s on line %d
|
||||
bool(false)
|
||||
|
||||
Reference in New Issue
Block a user