Searched refs:strength (Results 1 – 13 of 13) sorted by relevance
/PHP-8.2/ext/intl/collator/ |
H A D | collator_attr.c | 98 zend_long strength; in PHP_FUNCTION() local 104 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION() 113 ucol_setStrength( co->ucoll, strength ); in PHP_FUNCTION()
|
H A D | collator.stub.php | 204 public function setStrength(int $strength) {} // TODO make return type void argument
|
H A D | collator_functions_arginfo.h | 30 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
H A D | collator_arginfo.h | 41 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
/PHP-8.2/ext/intl/tests/ |
H A D | collator_get_set_strength.phpt | 9 * Try to set/get collation strength. 13 * Set given collation strength, then get it back
|
H A D | ut_common.inc | 90 function ut_coll_set_strength( $coll, $strength ) 92 …return $GLOBALS['oo-mode'] ? $coll->setStrength( $strength ) : collator_set_strength( $coll, $stre…
|
/PHP-8.2/ext/fileinfo/ |
H A D | magicdata.patch | 15 -!:strength * 2 22 +!:strength * 2 92 -!:strength +50
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | bug77961.magic | 21 !:strength + 25
|
H A D | magic | 172 !:strength + 40 1251 !:strength +20 1689 !:strength + 5 2347 #!:strength +0 2416 #!:strength +0 2587 !:strength /2 3698 !:strength +1 3700 !:strength +1 5533 !:strength +50 10923 !:strength *2 [all …]
|
H A D | magic私はガラスを食べられます | 172 !:strength + 40 1251 !:strength +20 1689 !:strength + 5 2347 #!:strength +0 2416 #!:strength +0 2587 !:strength /2 3698 !:strength +1 3700 !:strength +1 5533 !:strength +50 10923 !:strength *2 [all …]
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 301 function collator_set_strength(Collator $object, int $strength): bool {} argument
|
H A D | php_intl_arginfo.h | 231 ZEND_ARG_TYPE_INFO(0, strength, IS_LONG, 0)
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 182 DECLARE_FIELD(strength),
|
Completed in 303 milliseconds