summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/sort_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/sort_error.phpt')
-rw-r--r--ext/standard/tests/array/sort_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/array/sort_error.phpt b/ext/standard/tests/array/sort_error.phpt
index 5337388b17..7c7ecb1105 100644
--- a/ext/standard/tests/array/sort_error.phpt
+++ b/ext/standard/tests/array/sort_error.phpt
@@ -1,14 +1,14 @@
--TEST--
-Test sort() function : error conditions
+Test sort() function : error conditions
--FILE--
<?php
/* Prototype : bool sort(array &array_arg [, int sort_flags])
- * Description: Sort an array
+ * Description: Sort an array
* Source code: ext/standard/array.c
*/
/*
-* Testing sort() function with all possible error conditions
+* Testing sort() function with all possible error conditions
*/
echo "*** Testing sort() : error conditions ***\n";