Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dspoofchecker_004.phpt12 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
13 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
19 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO"));
20 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-5.5/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.c114 PHP_ME(Spoofchecker, areConfusable, spoofchecker_are_confusable, ZEND_ACC_PUBLIC)

Completed in 6 milliseconds