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