Searched refs:sortWithSortKeys (Results 1 – 5 of 5) sorted by relevance
2 Bug #71020 (Use after free in Collator::sortWithSortKeys)11 $var_3->sortWithSortKeys($myarray);
18 $c->sortWithSortKeys($a);21 Catchable fatal error: Collator::sortWithSortKeys(): Object not initialized in %s on line %d
60 …return $GLOBALS['oo-mode'] ? $coll->sortWithSortKeys( $arr ) : collator_sort_with_sort_keys( $coll…
177 public function sortWithSortKeys( $arr ) {} function in Collator
121 PHP_NAMED_FE( sortWithSortKeys, ZEND_FN( collator_sort_with_sort_keys ), collator_sort_args )
Completed in 7 milliseconds