Searched defs:ctype_print (Results 1 – 4 of 4) sorted by relevance
47 function ctype_print($var) { function
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); } function
37 function ctype_print($text) { return p\Ctype::ctype_print($text); } function
128 public static function ctype_print($text) function in Symfony\\Polyfill\\Ctype\\Ctype