Searched defs:ctype_upper (Results 1 – 8 of 8) sorted by relevance
/plugin/mikioplugin/inc/ | ||
H A D | polyfill-ctype.php | 65 function ctype_upper($var) { function |
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function |
H A D | Ctype.php | 176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype |
/plugin/mdpage/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap.php | 42 function ctype_upper($input) { return p\Ctype::ctype_upper($input); } function |
H A D | Ctype.php | 176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype |
/plugin/combo/vendor/symfony/polyfill-ctype/ | ||
H A D | bootstrap80.php | 42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } function |
H A D | bootstrap.php | 46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function |
H A D | Ctype.php | 176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype |