Searched defs:ctype_lower (Results 1 – 4 of 4) sorted by relevance
41 function ctype_lower($var) { function
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } function
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } function
112 public static function ctype_lower($text) function in Symfony\\Polyfill\\Ctype\\Ctype