Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
H A Dbootstrap80.php18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php16 if(!function_exists('ctype_alpha')) {
17 function ctype_alpha($var) { function
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php471 if (ctype_alpha($operator[$length - 1])) {
476 if (ctype_alpha($operator[0])) {
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php299 || (\strlen($file) > 3 && ctype_alpha($file[0])