summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_values_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/array_values_error.phpt')
-rw-r--r--ext/standard/tests/array/array_values_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/array_values_error.phpt b/ext/standard/tests/array/array_values_error.phpt
index 07d682c9e1..40256185a1 100644
--- a/ext/standard/tests/array/array_values_error.phpt
+++ b/ext/standard/tests/array/array_values_error.phpt
@@ -3,7 +3,7 @@ Test array_values() function : error conditions - Pass incorrect number of funct
--FILE--
<?php
/* Prototype : array array_values(array $input)
- * Description: Return just the values from the input array
+ * Description: Return just the values from the input array
* Source code: ext/standard/array.c
*/