Home
last modified time | relevance | path

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

/PHP-7.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-7.0/ext/intl/spoofchecker/
H A Dspoofchecker_main.h23 PHP_METHOD(Spoofchecker, areConfusable);
H A Dspoofchecker_main.c59 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
H A Dspoofchecker_class.c103 PHP_ME(Spoofchecker, areConfusable, spoofchecker_are_confusable, ZEND_ACC_PUBLIC)

Completed in 9 milliseconds