Home
last modified time | relevance | path

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

/PHP-7.0/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_class.c101 PHP_ME(Spoofchecker, __construct, spoofchecker_0_args, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR)
102 PHP_ME(Spoofchecker, isSuspicious, spoofchecker_is_suspicous, ZEND_ACC_PUBLIC)
103 PHP_ME(Spoofchecker, areConfusable, spoofchecker_are_confusable, ZEND_ACC_PUBLIC)
104 PHP_ME(Spoofchecker, setAllowedLocales, spoofchecker_set_allowed_locales, ZEND_ACC_PUBLIC)
105 PHP_ME(Spoofchecker, setChecks, spoofchecker_set_checks, ZEND_ACC_PUBLIC)
H A Dspoofchecker_main.c27 PHP_METHOD(Spoofchecker, isSuspicious) in PHP_METHOD() argument
59 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument
94 PHP_METHOD(Spoofchecker, setAllowedLocales) in PHP_METHOD() argument
118 PHP_METHOD(Spoofchecker, setChecks) in PHP_METHOD() argument
H A Dspoofchecker_create.h22 PHP_METHOD(Spoofchecker, __construct);
H A Dspoofchecker_create.c29 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
/PHP-7.0/ext/intl/tests/
H A Dspoofchecker_004.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
11 $x = new Spoofchecker();
17 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
18 Spoofchecker::WHOLE_SCRIPT_CONFUSABLE |
19 Spoofchecker::SINGLE_SCRIPT_CONFUSABLE);
H A Dspoofchecker_005.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
11 $x = new Spoofchecker();
17 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE |
18 Spoofchecker::WHOLE_SCRIPT_CONFUSABLE |
19 Spoofchecker::SINGLE_SCRIPT_CONFUSABLE);
H A Dspoofchecker_006.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
10 $x = new Spoofchecker();
15 $x = new Spoofchecker();
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'; ?>
11 $x = new Spoofchecker();
H A Dbug62915-2.phpt19 class D extends Spoofchecker {

Completed in 17 milliseconds