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