Home
last modified time | relevance | path

Searched refs:ctype_upper (Results 1 – 4 of 4) sorted by relevance

/template/mikio/inc/
H A Dpolyfill-ctype.php64 if(!function_exists('ctype_upper')) {
65 function ctype_upper($var) { function
71 function ctype_upper($var) { function
/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function
H A Dbootstrap80.php42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } function
H A DCtype.php176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype