summaryrefslogtreecommitdiff
path: root/ext/spl/tests/arrayObject_natsort_basic1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/arrayObject_natsort_basic1.phpt')
-rw-r--r--ext/spl/tests/arrayObject_natsort_basic1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/arrayObject_natsort_basic1.phpt b/ext/spl/tests/arrayObject_natsort_basic1.phpt
index 1b4fd60f55..abf292f5e7 100644
--- a/ext/spl/tests/arrayObject_natsort_basic1.phpt
+++ b/ext/spl/tests/arrayObject_natsort_basic1.phpt
@@ -1,12 +1,12 @@
--TEST--
-SPL: Test ArrayObject::natsort() function : basic functionality
+SPL: Test ArrayObject::natsort() function : basic functionality
--FILE--
<?php
/* Prototype : int ArrayObject::natsort()
* Description: proto int ArrayIterator::natsort()
- Sort the entries by values using "natural order" algorithm.
+ Sort the entries by values using "natural order" algorithm.
* Source code: ext/spl/spl_array.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing ArrayObject::natsort() : basic functionality ***\n";