diff options
Diffstat (limited to 'ext/standard/tests/file/is_dir_error.phpt')
-rw-r--r-- | ext/standard/tests/file/is_dir_error.phpt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/standard/tests/file/is_dir_error.phpt b/ext/standard/tests/file/is_dir_error.phpt index b23d21f8d9..6040767686 100644 --- a/ext/standard/tests/file/is_dir_error.phpt +++ b/ext/standard/tests/file/is_dir_error.phpt @@ -33,12 +33,3 @@ Warning: is_dir() expects exactly 1 parameter, 2 given in %s on line %d NULL bool(false) *** Done *** ---UEXPECTF-- -*** Testing is_dir() error conditions *** -Warning: is_dir() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: is_dir() expects exactly 1 parameter, 2 given in %s on line %d -NULL -bool(false) -*** Done *** |