Searched refs:Spoofchecker (Results 1 – 17 of 17) sorted by relevance
/PHP-8.2/ext/intl/tests/ |
H A D | spoofchecker_unknown_restriction_level.phpt | 2 Spoofchecker attempting to pass an unknown restriction level 7 if (!class_exists("Spoofchecker")) print 'skip'; 9 if (!method_exists(new Spoofchecker(), 'setRestrictionLevel')) print 'skip ICU version < 58'; 14 $x = new Spoofchecker(); 16 $x->setRestrictionLevel(Spoofchecker::SINGLE_SCRIPT); 23 Spoofchecker::setRestrictionLevel(): Argument #1 ($level) must be one of Spoofchecker::ASCII, Spoof…
|
H A D | spoofchecker_004.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 13 $x = new Spoofchecker(); 19 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE | 20 Spoofchecker::WHOLE_SCRIPT_CONFUSABLE | 21 Spoofchecker::SINGLE_SCRIPT_CONFUSABLE);
|
H A D | spoofchecker_005.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 13 $x = new Spoofchecker(); 19 $x->setChecks(Spoofchecker::MIXED_SCRIPT_CONFUSABLE | 20 Spoofchecker::WHOLE_SCRIPT_CONFUSABLE | 21 Spoofchecker::SINGLE_SCRIPT_CONFUSABLE);
|
H A D | spoofchecker_007.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 16 $x = new Spoofchecker(); 17 $x->setRestrictionLevel(Spoofchecker::HIGHLY_RESTRICTIVE); 22 $x->setRestrictionLevel(Spoofchecker::SINGLE_SCRIPT_RESTRICTIVE);
|
H A D | spoofchecker_self_references.phpt | 8 $checker = new Spoofchecker(); 11 $checker = new Spoofchecker();
|
H A D | spoofchecker_006.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 12 $x = new Spoofchecker(); 17 $x = new Spoofchecker();
|
H A D | gh10647.phpt | 2 Bug GH-10647 (Spoofchecker::isSuspicious $errorCode always null) 10 $x = new Spoofchecker();
|
H A D | spoofchecker_typed_references.phpt | 15 $checker = new Spoofchecker(); 22 $checker = new Spoofchecker();
|
H A D | spoofchecker_002.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 12 $x = new Spoofchecker();
|
H A D | spoofchecker_003.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 12 $x = new Spoofchecker();
|
H A D | spoofchecker_001.phpt | 6 <?php if(!class_exists("Spoofchecker")) print 'skip'; ?> 13 $x = new Spoofchecker();
|
H A D | bug62915-2.phpt | 7 if (!class_exists('Spoofchecker')) 21 class D extends Spoofchecker {
|
/PHP-8.2/ext/intl/spoofchecker/ |
H A D | spoofchecker_arginfo.h | 33 ZEND_METHOD(Spoofchecker, __construct); 34 ZEND_METHOD(Spoofchecker, isSuspicious); 35 ZEND_METHOD(Spoofchecker, areConfusable); 36 ZEND_METHOD(Spoofchecker, setAllowedLocales); 37 ZEND_METHOD(Spoofchecker, setChecks); 39 ZEND_METHOD(Spoofchecker, setRestrictionLevel); 44 ZEND_ME(Spoofchecker, __construct, arginfo_class_Spoofchecker___construct, ZEND_ACC_PUBLIC) 45 ZEND_ME(Spoofchecker, isSuspicious, arginfo_class_Spoofchecker_isSuspicious, ZEND_ACC_PUBLIC) 46 ZEND_ME(Spoofchecker, areConfusable, arginfo_class_Spoofchecker_areConfusable, ZEND_ACC_PUBLIC) 47 …ZEND_ME(Spoofchecker, setAllowedLocales, arginfo_class_Spoofchecker_setAllowedLocales, ZEND_ACC_PU… [all …]
|
H A D | spoofchecker_main.c | 23 PHP_METHOD(Spoofchecker, isSuspicious) in PHP_METHOD() argument 52 PHP_METHOD(Spoofchecker, areConfusable) in PHP_METHOD() argument 84 PHP_METHOD(Spoofchecker, setAllowedLocales) in PHP_METHOD() argument 106 PHP_METHOD(Spoofchecker, setChecks) in PHP_METHOD() argument 128 PHP_METHOD(Spoofchecker, setRestrictionLevel) in PHP_METHOD() argument
|
H A D | spoofchecker_create.c | 24 PHP_METHOD(Spoofchecker, __construct) in PHP_METHOD() argument
|
H A D | spoofchecker.stub.php | 6 class Spoofchecker class
|
/PHP-8.2/ |
H A D | UPGRADING | 312 ResourceBundle, Spoofchecker, IntlTimeZone and Transliterator instances are
|
Completed in 35 milliseconds