Searched defs:ctype_space (Results 1 – 4 of 4) sorted by relevance
59 function ctype_space($var) { function
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype