From: Anatol Belski Date: Mon, 19 Aug 2013 09:22:18 +0000 (+0200) Subject: modified the new glob() test for master X-Git-Tag: php-5.6.0alpha1~285^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f61b648da4df521b0aaed1c588ae3ac3ab2e540b;p=php modified the new glob() test for master --- diff --git a/ext/standard/tests/file/glob_variation3.phpt b/ext/standard/tests/file/glob_variation3.phpt index 9e1e28baf9..4f504e668c 100644 --- a/ext/standard/tests/file/glob_variation3.phpt +++ b/ext/standard/tests/file/glob_variation3.phpt @@ -15,5 +15,6 @@ var_dump(glob("$path/*.none")); --EXPECT-- array(0) { } -bool(false) +array(0) { +} ==DONE==