1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00
This commit is contained in:
Rasmus Lerdorf
2011-11-12 19:12:39 +00:00
parent ffb1c4d8ef
commit bd7e9cfca1

View File

@@ -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)