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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/tests/arrayObject_uasort_error1.phpt b/ext/spl/tests/arrayObject_uasort_error1.phpt
index 9706eadfca..e8b52f9e59 100644
--- a/ext/spl/tests/arrayObject_uasort_error1.phpt
+++ b/ext/spl/tests/arrayObject_uasort_error1.phpt
@@ -1,10 +1,10 @@
--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:
*/