summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/is_executable_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/is_executable_variation3.phpt')
-rw-r--r--ext/standard/tests/file/is_executable_variation3.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/file/is_executable_variation3.phpt b/ext/standard/tests/file/is_executable_variation3.phpt
index 42e37f5731..b9b3a98e5c 100644
--- a/ext/standard/tests/file/is_executable_variation3.phpt
+++ b/ext/standard/tests/file/is_executable_variation3.phpt
@@ -23,9 +23,7 @@ $invalid_files = array(
-2.34555,
TRUE,
FALSE,
- NULL,
" ",
- @$file_handle
);
/* loop through to test each element in the above array
is an executable file */
@@ -46,6 +44,4 @@ bool(false)
bool(false)
bool(false)
bool(false)
-bool(false)
-bool(false)
Done