Searched refs:areConfusable (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | spoofchecker_004.phpt | 13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo")); 20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
|
H A D | spoofchecker_005.phpt | 13 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 14 var_dump($x->areConfusable("hello", "h\xD0\xB5llo")); 20 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 21 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
|
H A D | spoofchecker_002.phpt | 12 var_dump($x->areConfusable("hello, world", "goodbye, world")); 13 var_dump($x->areConfusable("hello, world", "hello, world")); 14 var_dump($x->areConfusable("hello, world", "he11o, wor1d"));
|
/PHP-8.0/ext/intl/spoofchecker/ |
H A D | spoofchecker_arginfo.h | 35 ZEND_METHOD(Spoofchecker, areConfusable); 46 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC)
|
H A D | spoofchecker.stub.php | 19 public function areConfusable(string $string1, string $string2, &$errorCode = null) {} function in Spoofchecker
|
H A D | spoofchecker_main.c | 53 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
|
Completed in 43 milliseconds