summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/is_executable_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/is_executable_error.phpt')
-rw-r--r--ext/standard/tests/file/is_executable_error.phpt12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/standard/tests/file/is_executable_error.phpt b/ext/standard/tests/file/is_executable_error.phpt
index f8680c714a..4fb3dbaf5f 100644
--- a/ext/standard/tests/file/is_executable_error.phpt
+++ b/ext/standard/tests/file/is_executable_error.phpt
@@ -27,15 +27,3 @@ NULL
*** Testing is_exceutable() on non-existent directory ***
bool(false)
Done
---UEXPECTF--
-*** Testing is_executable(): error conditions ***
-
-Warning: is_executable() expects exactly 1 parameter, 0 given in %s on line %d
-NULL
-
-Warning: is_executable() expects exactly 1 parameter, 2 given in %s on line %d
-NULL
-
-*** Testing is_exceutable() on non-existent directory ***
-bool(false)
-Done