Browse Source

Fix test

pull/7/head
Rasmus Lerdorf 15 years ago
parent
commit
bd7e9cfca1
  1. 8
      ext/standard/tests/streams/bug49936.phpt

8
ext/standard/tests/streams/bug49936.phpt

@ -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)
Loading…
Cancel
Save