summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject_uasort_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/arrayObject_uasort_error1.phpt')
-rw-r--r--ext/spl/tests/arrayObject_uasort_error1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/arrayObject_uasort_error1.phpt b/ext/spl/tests/arrayObject_uasort_error1.phpt
index d7306c9c88..11d96f233d 100644
--- a/ext/spl/tests/arrayObject_uasort_error1.phpt
+++ b/ext/spl/tests/arrayObject_uasort_error1.phpt
@@ -1,12 +1,12 @@
--TEST--
-Test ArrayObject::uasort() function : wrong arg count
+Test ArrayObject::uasort() function : wrong arg count
--FILE--
<?php
/* Prototype : int ArrayObject::uasort(callback cmp_function)
* Description: proto int ArrayIterator::uasort(callback cmp_function)
- Sort the entries by values user defined function.
+ Sort the entries by values user defined function.
* Source code: ext/spl/spl_array.c
- * Alias to functions:
+ * Alias to functions:
*/
$ao = new ArrayObject();