Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php37 function ctype_print($text) { return p\Ctype::ctype_print($text); } function
H A Dbootstrap80.php33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } function
H A DCtype.php128 public static function ctype_print($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php46 if(!function_exists('ctype_print')) {
47 function ctype_print($var) { function