Searched defs:ctype_graph (Results 1 – 4 of 4) sorted by relevance
35 function ctype_graph($var) { function
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); } function
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); } function
96 public static function ctype_graph($text) function in Symfony\\Polyfill\\Ctype\\Ctype