Searched refs:ctype_upper (Results 1 – 13 of 13) sorted by relevance
64 if(!function_exists('ctype_upper')) {65 function ctype_upper($var) { function 71 function ctype_upper($var) { function
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function
176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype
42 function ctype_upper($input) { return p\Ctype::ctype_upper($input); } function
45 if (!function_exists('ctype_upper')) {46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function
41 if (!function_exists('ctype_upper')) {42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } function
110 if (\ctype_upper($firstChar)) {
127 if (ctype_upper($match[0])) {
719 if (strlen($word) > 1 && ctype_upper(str_replace("-", "", $word))) {838 if (ctype_upper(str_replace(" ", "", $name))) {
765 $valid = !ctype_upper($value);
1 …type_digit ctype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit vi…