Searched defs:ctype_cntrl (Results 1 – 4 of 4) sorted by relevance
23 function ctype_cntrl($var) { function
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); } function
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); } function
64 public static function ctype_cntrl($text) function in Symfony\\Polyfill\\Ctype\\Ctype