summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/arsort_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/array/arsort_basic.phpt')
-rw-r--r--ext/standard/tests/array/arsort_basic.phpt6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/standard/tests/array/arsort_basic.phpt b/ext/standard/tests/array/arsort_basic.phpt
index 7ed285aac7..c636a62784 100644
--- a/ext/standard/tests/array/arsort_basic.phpt
+++ b/ext/standard/tests/array/arsort_basic.phpt
@@ -2,12 +2,6 @@
Test arsort() function : basic functionality
--FILE--
<?php
-/* Prototype : bool arsort ( array &$array [, int $sort_flags] )
- * Description: Sort an array and maintain index association
- Elements will be arranged from highest to lowest when this function has completed.
- * Source code: ext/standard/array.c
-*/
-
/*
* Testing arsort() by providing integer/string arrays to check the basic functionality
* with following flag values.