Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dspoofchecker_004.phpt15 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
22 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_005.phpt15 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
16 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
22 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
23 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
H A Dspoofchecker_002.phpt14 var_dump($x->areConfusable("hello, world", "goodbye, world"));
15 var_dump($x->areConfusable("hello, world", "hello, world"));
16 var_dump($x->areConfusable("hello, world", "he11o, wor1d"));
H A Dgh10647.phpt16 var_dump($x->areConfusable('google.com', 'goog1e.com', $error));
/PHP-8.1/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): bool {} function in Spoofchecker
H A Dspoofchecker_main.c54 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
/PHP-8.1/
H A DNEWS724 . Fixed bug GH-10647 (Spoolchecker isSuspicious/areConfusable methods

Completed in 27 milliseconds