Home
last modified time | relevance | path

Searched refs:setAllowedChars (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/tests/
H A Dspoofchecker_008.phpt12 $s->setAllowedChars('[a-z]');
14 $s->setAllowedChars('[1-3]');
16 $s->setAllowedChars('[a-z]', SpoofChecker::IGNORE_SPACE | SpoofChecker::CASE_INSENSITIVE);
20 $s->setAllowedChars('[a-z]', 1024);
26 $s->setAllowedChars("A-Z]");
32 $s->setAllowedChars("[A-Z");
42 Spoofchecker::setAllowedChars(): Argument #2 ($patternOptions) must be a valid pattern option, 0 or…
43 Spoofchecker::setAllowedChars(): Argument #1 ($pattern) must be a valid regular expression characte…
44 Spoofchecker::setAllowedChars(): Argument #1 ($pattern) must be a valid regular expression characte…
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php78 public function setAllowedChars(string $pattern, int $patternOptions = 0): void {} function in Spoofchecker
H A Dspoofchecker_arginfo.h45 ZEND_METHOD(Spoofchecker, setAllowedChars);
56 ZEND_ME(Spoofchecker, setAllowedChars, arginfo_class_Spoofchecker_setAllowedChars, ZEND_ACC_PUBLIC)
H A Dspoofchecker_main.c169 PHP_METHOD(Spoofchecker, setAllowedChars) in PHP_METHOD() argument
/php-src/
H A DNEWS352 . Added SpoofChecker::setAllowedChars to set unicode chars ranges.
H A DUPGRADING799 . Added SpoofChecker::setAllowedChars to limit the range of unicode

Completed in 10 milliseconds