Searched refs:setAllowedChars (Results 1 – 4 of 4) sorted by relevance
12 $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…
78 public function setAllowedChars(string $pattern, int $patternOptions = 0): void {} function in Spoofchecker
45 ZEND_METHOD(Spoofchecker, setAllowedChars);56 ZEND_ME(Spoofchecker, setAllowedChars, arginfo_class_Spoofchecker_setAllowedChars, ZEND_ACC_PUBLIC)
169 PHP_METHOD(Spoofchecker, setAllowedChars) in PHP_METHOD() argument
Completed in 11 milliseconds