From d391bbae1778fcec4292d7a08c1b78b44c5a7a25 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Sat, 12 Nov 2011 19:12:39 +0000 Subject: [PATCH] Fix test --- ext/standard/tests/streams/bug49936.phpt | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ext/standard/tests/streams/bug49936.phpt b/ext/standard/tests/streams/bug49936.phpt index d77e161c5f..dcfa6364a2 100644 --- a/ext/standard/tests/streams/bug49936.phpt +++ b/ext/standard/tests/streams/bug49936.phpt @@ -15,12 +15,9 @@ 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) + -- 2.50.1