Home
last modified time | relevance | path

Searched refs:sortWithSortKeys (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/ext/intl/tests/
H A Dbug60192-sortwithsortkeys.phpt18 $c->sortWithSortKeys($a);
21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
H A Dut_common.inc60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
/PHP-5.4/ext/intl/doc/
H A Dcollator_api.php177 public function sortWithSortKeys( $arr ) {} function in Collator
/PHP-5.4/ext/intl/collator/
H A Dcollator_class.c121 PHP_NAMED_FE( sortWithSortKeys, ZEND_FN( collator_sort_with_sort_keys ), collator_sort_args )

Completed in 16 milliseconds