Home
last modified time | relevance | path

Searched defs:ctype_alpha (Results 1 – 4 of 4) sorted by relevance

/template/mikio/inc/
H A Dpolyfill-ctype.php17 function ctype_alpha($var) { function
/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
H A Dbootstrap.php22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype