diff options
Diffstat (limited to 'ext/standard/tests/file/is_writable_error.phpt')
-rw-r--r-- | ext/standard/tests/file/is_writable_error.phpt | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/standard/tests/file/is_writable_error.phpt b/ext/standard/tests/file/is_writable_error.phpt index 4e5bbf046e..e3755bc748 100644 --- a/ext/standard/tests/file/is_writable_error.phpt +++ b/ext/standard/tests/file/is_writable_error.phpt @@ -43,24 +43,3 @@ NULL bool(false) bool(false) Done ---UEXPECTF-- -*** Testing is_writable(): error conditions *** - -Warning: is_writable() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -Warning: is_writeable() expects exactly 1 parameter, 0 given in %s on line %d -NULL - -*** Testing is_writeable(): error conditions *** - -Warning: is_writable() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -Warning: is_writeable() expects exactly 1 parameter, 2 given in %s on line %d -NULL - -*** Testing is_writable() on non-existent file *** -bool(false) -bool(false) -Done |