Home
last modified time | relevance | path

Searched refs:Spoofchecker (Results 1 – 12 of 12) sorted by relevance

/PHP-5.5/ext/intl/spoofchecker/
H A Dspoofchecker_main.h22 PHP_METHOD(Spoofchecker, isSuspicious);
23 PHP_METHOD(Spoofchecker, areConfusable);
24 PHP_METHOD(Spoofchecker, setAllowedLocales);
25 PHP_METHOD(Spoofchecker, setChecks);
H A Dspoofchecker_main.c27 PHP_METHOD(Spoofchecker, isSuspicious) in PHP_METHOD() argument
59 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
92 PHP_METHOD(Spoofchecker, setAllowedLocales) in PHP_METHOD() argument
116 PHP_METHOD(Spoofchecker, setChecks) in PHP_METHOD() argument
H A Dspoofchecker_class.c112 PHP_ME(Spoofchecker, __construct, spoofchecker_0_args, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
113 PHP_ME(Spoofchecker, isSuspicious, spoofchecker_is_suspicous, ZEND_ACC_PUBLIC)
114 PHP_ME(Spoofchecker, areConfusable, spoofchecker_are_confusable, ZEND_ACC_PUBLIC)
115 PHP_ME(Spoofchecker, setAllowedLocales, spoofchecker_set_allowed_locales, ZEND_ACC_PUBLIC)
116 PHP_ME(Spoofchecker, setChecks, spoofchecker_set_checks, ZEND_ACC_PUBLIC)
H A Dspoofchecker_create.h22 PHP_METHOD(Spoofchecker, __construct);
H A Dspoofchecker_create.c29 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
H A Dspoofchecker_class.h59 #define SPOOFCHECKER_METHOD_FETCH_OBJECT_NO_CHECK INTL_METHOD_FETCH_OBJECT(Spoofchecker, co)
/PHP-5.5/ext/intl/tests/
H A Dspoofchecker_004.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
10 $x = new Spoofchecker();
16 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
17 Spoofchecker::WHOLE_SCRIPT_CONFUSABLE |
18 Spoofchecker::SINGLE_SCRIPT_CONFUSABLE);
H A Dspoofchecker_002.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
10 $x = new Spoofchecker();
H A Dspoofchecker_003.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
10 $x = new Spoofchecker();
H A Dspoofchecker_001.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
10 $x = new Spoofchecker();
H A Dbug62915-2.phpt19 class D extends Spoofchecker {
/PHP-5.5/
H A DNEWS2697 . Fixed Spoofchecker not being registered on ICU 49.1. (Gustavo)
3388 . Added Spoofchecker class, allows checking for visibly confusable characters and

Completed in 47 milliseconds