Home
last modified time | relevance | path

Searched refs:asort (Results 26 – 50 of 50) sorted by relevance

12

/PHP-7.0/ext/spl/tests/
H A DRecursiveDirectoryIterator_getSubPath_basic.phpt22 asort($list);
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt25 asort($list);
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt16 asort( $tt );
22 asort( $tt );
H A Dget_html_translation_table_basic1.phpt18 asort($tt);
24 asort($tt);
H A Dget_html_translation_table_variation1.phpt79 asort($v);
89 asort($v);
H A Dget_html_translation_table_basic5.phpt10 asort( $tt );
27 asort( $tt );
34 asort( $tt );
40 asort( $tt );
H A Dget_html_translation_table_basic2.phpt24 asort( $tt );
30 asort( $tt );
36 asort( $tt );
/PHP-7.0/ext/phar/tests/
H A Dphar_buildfromdirectory4.phpt20 asort($a);
H A Dphar_buildfromdirectory5.phpt19 asort($a);
H A Dphar_buildfromiterator8.phpt13 asort($a);
H A Dphar_buildfromiterator10.phpt18 asort($a);
/PHP-7.0/ext/spl/
H A Dspl.php649 function asort() {/**/} function in ArrayObject
770 function asort() {/**/} function in ArrayIterator
H A Dspl_array.c1497 SPL_ARRAY_METHOD(Array, asort, SPL_ARRAY_METHOD_MAY_USER_ARG) /* }}} */ in SPL_ARRAY_METHOD() argument
1902 SPL_ME(Array, asort, arginfo_array_void, ZEND_ACC_PUBLIC)
1929 SPL_ME(Array, asort, arginfo_array_void, ZEND_ACC_PUBLIC)
/PHP-7.0/ext/standard/tests/array/
H A Dlocale_sort.phpt28 asort($table, SORT_LOCALE_STRING);
H A D002.phpt2 Test arsort, asort, krsort, ksort, rsort, and sort
27 foreach (array ('arsort', 'asort', 'krsort', 'ksort', 'rsort', 'sort') as $test_function) {
168 -- Testing asort() --
/PHP-7.0/ext/intl/doc/
H A Dcollator_api.php165 public function asort( $arr, $sort_flags ) {} function in Collator
/PHP-7.0/ext/standard/
H A Dphp_array.h34 PHP_FUNCTION(asort);
H A Darray.c876 PHP_FUNCTION(asort) in PHP_FUNCTION() argument
H A Dbasic_functions.c3274 PHP_FE(asort, arginfo_asort)
/PHP-7.0/ext/intl/collator/
H A Dcollator_class.c114 PHP_NAMED_FE( asort, ZEND_FN( collator_asort ), collator_sort_args )
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt13 asort($a);
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt13 asort($a);
/PHP-7.0/ext/intl/tests/
H A Dcollator_asort.phpt2 asort()
H A Dcollator_asort_variant2.phpt2 asort()
H A Dut_common.inc68 …return $GLOBALS['oo-mode'] ? $coll->asort( $arr, $sort_flag ) : collator_asort( $coll, $arr, $sort…

Completed in 79 milliseconds

12