summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject_asort_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/arrayObject_asort_basic1.phpt')
-rw-r--r--ext/spl/tests/arrayObject_asort_basic1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/arrayObject_asort_basic1.phpt b/ext/spl/tests/arrayObject_asort_basic1.phpt
index 6a523aec66..f095f6146c 100644
--- a/ext/spl/tests/arrayObject_asort_basic1.phpt
+++ b/ext/spl/tests/arrayObject_asort_basic1.phpt
@@ -4,9 +4,9 @@ SPL: Test ArrayObject::asort() function : basic functionality with array based s
<?php
/* Prototype : int ArrayObject::asort()
* Description: proto int ArrayIterator::asort()
- * Sort the entries by values.
+ * Sort the entries by values.
* Source code: ext/spl/spl_array.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing ArrayObject::asort() : basic functionality ***\n";