Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } function
H A Dbootstrap80.php21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } function
H A DCtype.php64 public static function ctype_cntrl($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php22 if(!function_exists('ctype_cntrl')) {
23 function ctype_cntrl($var) { function