Searched refs:ctype_punct (Results 1 – 9 of 9) sorted by relevance
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } function
144 public static function ctype_punct($text) function in Symfony\\Polyfill\\Ctype\\Ctype
36 function ctype_punct($input) { return p\Ctype::ctype_punct($input); } function
39 if (!function_exists('ctype_punct')) {40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } function
35 if (!function_exists('ctype_punct')) {36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } function
52 if(!function_exists('ctype_punct')) {53 function ctype_punct($var) { function
1 …type_alpha ctype_cntrl ctype_digit ctype_lower ctype_graph ctype_print ctype_punct ctype_space cty…