Searched refs:areConfusable (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/intl/tests/ |
H A D | spoofchecker_004.phpt | 15 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 D | spoofchecker_005.phpt | 15 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 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 | gh10647.phpt | 16 var_dump($x->areConfusable('google.com', 'goog1e.com', $error));
|
/PHP-8.1/ext/intl/spoofchecker/ |
H A D | spoofchecker_arginfo.h | 35 ZEND_METHOD(Spoofchecker, areConfusable); 46 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC)
|
H A D | spoofchecker.stub.php | 19 public function areConfusable(string $string1, string $string2, &$errorCode = null): bool {} function in Spoofchecker
|
H A D | spoofchecker_main.c | 54 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
|
/PHP-8.1/ |
H A D | NEWS | 741 . Fixed bug GH-10647 (Spoolchecker isSuspicious/areConfusable methods
|
Completed in 20 milliseconds