Home
last modified time | relevance | path

Searched refs:areConfusable (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dspoofchecker_004.phpt13 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 Dspoofchecker_005.phpt13 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 Dspoofchecker_002.phpt12 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 Dspoofchecker_arginfo.h35 ZEND_METHOD(Spoofchecker, areConfusable);
46 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC)
H A Dspoofchecker.stub.php19 public function areConfusable(string $string1, string $string2, &$errorCode = null) {} function in Spoofchecker
H A Dspoofchecker_main.c53 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument

Completed in 7 milliseconds