Searched defs:ctype_punct (Results 1 – 4 of 4) sorted by relevance
53 function ctype_punct($var) { function
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } function
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } function
144 public static function ctype_punct($text) function in Symfony\\Polyfill\\Ctype\\Ctype