Searched refs:Spoofchecker (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/intl/spoofchecker/ |
H A D | spoofchecker_main.h | 22 PHP_METHOD(Spoofchecker, isSuspicious); 23 PHP_METHOD(Spoofchecker, areConfusable); 24 PHP_METHOD(Spoofchecker, setAllowedLocales); 25 PHP_METHOD(Spoofchecker, setChecks);
|
H A D | spoofchecker_class.c | 94 PHP_ME(Spoofchecker, __construct, spoofchecker_0_args, ZEND_ACC_PUBLIC|ZEND_ACC_CTOR) 95 PHP_ME(Spoofchecker, isSuspicious, spoofchecker_is_suspicous, ZEND_ACC_PUBLIC) 96 PHP_ME(Spoofchecker, areConfusable, spoofchecker_are_confusable, ZEND_ACC_PUBLIC) 97 PHP_ME(Spoofchecker, setAllowedLocales, spoofchecker_set_allowed_locales, ZEND_ACC_PUBLIC) 98 PHP_ME(Spoofchecker, setChecks, spoofchecker_set_checks, ZEND_ACC_PUBLIC)
|
H A D | spoofchecker_main.c | 27 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 D | spoofchecker_create.h | 22 PHP_METHOD(Spoofchecker, __construct);
|
H A D | spoofchecker_create.c | 29 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
|
/PHP-7.1/ext/intl/tests/ |
H A D | spoofchecker_004.phpt | 4 <?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 D | spoofchecker_005.phpt | 4 <?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 D | spoofchecker_006.phpt | 4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?> 10 $x = new Spoofchecker(); 15 $x = new Spoofchecker();
|
H A D | spoofchecker_002.phpt | 4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?> 10 $x = new Spoofchecker();
|
H A D | spoofchecker_003.phpt | 4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?> 10 $x = new Spoofchecker();
|
H A D | spoofchecker_001.phpt | 4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?> 11 $x = new Spoofchecker();
|
H A D | bug62915-2.phpt | 19 class D extends Spoofchecker {
|
Completed in 20 milliseconds