Searched refs:ctype_alpha (Results 1 – 6 of 6) sorted by relevance
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
16 if(!function_exists('ctype_alpha')) {17 function ctype_alpha($var) { function
471 if (ctype_alpha($operator[$length - 1])) {476 if (ctype_alpha($operator[0])) {
299 || (\strlen($file) > 3 && ctype_alpha($file[0])