Home
last modified time | relevance | path

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

/php-src/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 Dspoofchecker_self_references.phpt12 $checker->areConfusable("", "", $checker);
H A Dgh10647.phpt14 var_dump($x->areConfusable('google.com', 'goog1e.com', $error));
H A Dspoofchecker_typed_references.phpt23 $checker->areConfusable("", "", $test->x);
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {} function in Spoofchecker
H A Dspoofchecker_arginfo.h39 ZEND_METHOD(Spoofchecker, areConfusable);
50 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC)
H A Dspoofchecker_main.c65 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument

Completed in 9 milliseconds