summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/is_file_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/is_file_error.phpt')
-rw-r--r--ext/standard/tests/file/is_file_error.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/standard/tests/file/is_file_error.phpt b/ext/standard/tests/file/is_file_error.phpt
index bb8b644e4d..db4270a058 100644
--- a/ext/standard/tests/file/is_file_error.phpt
+++ b/ext/standard/tests/file/is_file_error.phpt
@@ -45,16 +45,3 @@ Warning: is_file() expects parameter 1 to be string (Unicode or binary), resourc
NULL
*** Done ***
---UEXPECTF--
-*** Testing is_file() error conditions ***
-Warning: is_file() expects exactly 1 parameter, 0 given in %s on line %d
-NULL
-
-Warning: is_file() expects exactly 1 parameter, 2 given in %s on line %d
-NULL
-bool(false)
-
-Warning: is_file() expects parameter 1 to be string (Unicode or binary), resource given in %s on line %d
-NULL
-
-*** Done ***