summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/count_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/count_error.phpt')
-rw-r--r--ext/standard/tests/array/count_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/count_error.phpt b/ext/standard/tests/array/count_error.phpt
index 76f7213645..32d15edc6f 100644
--- a/ext/standard/tests/array/count_error.phpt
+++ b/ext/standard/tests/array/count_error.phpt
@@ -3,7 +3,7 @@ Test count() function : error conditions - pass incorrect number of args
--FILE--
<?php
/* Prototype : int count(mixed var [, int mode])
- * Description: Count the number of elements in a variable (usually an array)
+ * Description: Count the number of elements in a variable (usually an array)
* Source code: ext/standard/array.c
*/