Searched refs:ctype_space (Results 1 – 10 of 10) 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
59 function ctype_space($var) { function
48 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
557 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))562 if ('' === $t || ctype_space($t)) {
2888 ctype_space($this->buffer[$this->count - 1]);2906 ctype_space($this->buffer[$this->count - 1]);