Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } function
H A Dbootstrap80.php30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } function
H A DCtype.php112 public static function ctype_lower($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php40 if(!function_exists('ctype_lower')) {
41 function ctype_lower($var) { function