Home
last modified time | relevance | path

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

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