summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/each_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/each_error.phpt')
-rw-r--r--ext/standard/tests/array/each_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/array/each_error.phpt b/ext/standard/tests/array/each_error.phpt
index 0806bee674..88055ce589 100644
--- a/ext/standard/tests/array/each_error.phpt
+++ b/ext/standard/tests/array/each_error.phpt
@@ -3,8 +3,8 @@ Test each() function : error conditions - pass incorrect number of args
--FILE--
<?php
/* Prototype : array each(array $arr)
- * Description: Return the currently pointed key..value pair in the passed array,
- * and advance the pointer to the next element
+ * Description: Return the currently pointed key..value pair in the passed array,
+ * and advance the pointer to the next element
* Source code: Zend/zend_builtin_functions.c
*/