Searched refs:areConfusable (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | spoofchecker_005.phpt | 14 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 15 var_dump($x->areConfusable("hello", "h\xD0\xB5llo")); 21 var_dump($x->areConfusable("HELLO", "H\xD0\x95LLO")); 22 var_dump($x->areConfusable("hello", "h\xD0\xB5llo"));
|
H A D | spoofchecker_002.phpt | 14 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 D | spoofchecker_self_references.phpt | 12 $checker->areConfusable("", "", $checker);
|
H A D | gh10647.phpt | 14 var_dump($x->areConfusable('google.com', 'goog1e.com', $error));
|
H A D | spoofchecker_typed_references.phpt | 23 $checker->areConfusable("", "", $test->x);
|
/php-src/ext/intl/spoofchecker/ |
H A D | spoofchecker.stub.php | 66 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {} function in Spoofchecker
|
H A D | spoofchecker_arginfo.h | 39 ZEND_METHOD(Spoofchecker, areConfusable); 50 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC)
|
H A D | spoofchecker_main.c | 65 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
|
Completed in 15 milliseconds