Searched refs:collator_set_strength (Results 1 – 5 of 5) sorted by relevance
96 PHP_FUNCTION( collator_set_strength ) in PHP_FUNCTION() argument
67 ZEND_FUNCTION(collator_set_strength);
303 function collator_set_strength(Collator $object, int $strength): true {} function
845 ZEND_FUNCTION(collator_set_strength);1032 ZEND_FE(collator_set_strength, arginfo_collator_set_strength)
92 …return $GLOBALS['oo-mode'] ? $coll->setStrength( $strength ) : collator_set_strength( $coll, $stre…
Completed in 26 milliseconds