From: Rasmus Lerdorf Date: Sat, 12 Nov 2011 19:12:39 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.5.0alpha1~900 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd7e9cfca1c1cd324c6a38b0dcf87b714ff12a38;p=php Fix test --- diff --git a/ext/standard/tests/streams/bug49936.phpt b/ext/standard/tests/streams/bug49936.phpt index d77e161c5f..e7cde2bd8e 100644 --- a/ext/standard/tests/streams/bug49936.phpt +++ b/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)