Searched refs:ctype_space (Results 1 – 7 of 7) sorted by relevance
43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
58 if(!function_exists('ctype_space')) {59 function ctype_space($var) { function
41 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
338 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))345 if ('' === $t || ctype_space($t)) {
400 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {