summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/count_invalid_mode.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/count_invalid_mode.phpt')
-rw-r--r--ext/standard/tests/array/count_invalid_mode.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/tests/array/count_invalid_mode.phpt b/ext/standard/tests/array/count_invalid_mode.phpt
index 4f7950e727..be39690e85 100644
--- a/ext/standard/tests/array/count_invalid_mode.phpt
+++ b/ext/standard/tests/array/count_invalid_mode.phpt
@@ -9,11 +9,9 @@ $modes = [
0,
1,
-1,
- -1.45,
2,
TRUE,
FALSE,
- NULL,
];
foreach ($modes as $mode) {
@@ -31,7 +29,5 @@ int(0)
int(0)
count(): Argument #2 ($mode) must be either COUNT_NORMAL or COUNT_RECURSIVE
count(): Argument #2 ($mode) must be either COUNT_NORMAL or COUNT_RECURSIVE
-count(): Argument #2 ($mode) must be either COUNT_NORMAL or COUNT_RECURSIVE
-int(0)
int(0)
int(0)