diff options
Diffstat (limited to 'ext/standard/tests/file/fnmatch_basic.phpt')
-rw-r--r-- | ext/standard/tests/file/fnmatch_basic.phpt | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/ext/standard/tests/file/fnmatch_basic.phpt b/ext/standard/tests/file/fnmatch_basic.phpt index debec49cc1..0b6db879c2 100644 --- a/ext/standard/tests/file/fnmatch_basic.phpt +++ b/ext/standard/tests/file/fnmatch_basic.phpt @@ -31,23 +31,7 @@ var_dump( fnmatch(NULL, NULL) ); echo "\n*** Done ***\n"; ?> ---EXPECTF-- -*** Testing fnmatch() with file *** -bool(true) -bool(true) -bool(true) -bool(true) -bool(true) -bool(false) -*** Testing fnmatch() with other than file *** -bool(true) -bool(true) -bool(true) -bool(true) -bool(true) - -*** Done *** ---UEXPECTF-- +--EXPECT-- *** Testing fnmatch() with file *** bool(true) bool(true) |