Home
last modified time | relevance | path

Searched defs:ctype_space (Results 1 – 4 of 4) sorted by last modified time

/template/mikio/inc/
H A Dpolyfill-ctype.php59 function ctype_space($var) { function
/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
H A Dbootstrap.php43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
H A DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype