Home
last modified time | relevance | path

Searched refs:isSuspicious (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/intl/tests/
H A Dspoofchecker_006.phpt13 var_dump($x->isSuspicious("http://www.payp\u{0430}l.com"));
14 var_dump($x->isSuspicious("\u{041F}aypal.com"));
19 var_dump($x->isSuspicious("NAPKIN PEZ"));
20 var_dump($x->isSuspicious("napkin pez"));
H A Dspoofchecker_001.phpt15 var_dump($x->isSuspicious($url));
18 var_dump($x->isSuspicious("NAPKIN PEZ"));
19 var_dump($x->isSuspicious("napkin pez"));
H A Dgh10647.phpt2 Bug GH-10647 (Spoofchecker::isSuspicious $errorCode always null)
11 var_dump($x->isSuspicious("\u{041F}aypal.com", $error));
H A Dspoofchecker_003.phpt16 var_dump($x->isSuspicious($korean));
21 var_dump($x->isSuspicious($korean));
H A Dspoofchecker_007.phpt20 var_dump($x->isSuspicious($mixed));
25 var_dump($x->isSuspicious($mixed));
H A Dspoofchecker_self_references.phpt9 $checker->isSuspicious("", $checker);
H A Dspoofchecker_typed_references.phpt16 $checker->isSuspicious("", $test->x);
/PHP-8.2/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php82 public function isSuspicious(string $string, &$errorCode = null): bool {} function in Spoofchecker
H A Dspoofchecker_arginfo.h34 ZEND_METHOD(Spoofchecker, isSuspicious);
45 ZEND_ME(Spoofchecker, isSuspicious, arginfo_class_Spoofchecker_isSuspicious, ZEND_ACC_PUBLIC)
H A Dspoofchecker_main.c23 PHP_METHOD(Spoofchecker, isSuspicious) in PHP_METHOD() argument
/PHP-8.2/
H A DNEWS1274 . Fixed bug GH-10647 (Spoolchecker isSuspicious/areConfusable methods

Completed in 18 milliseconds