Home
last modified time | relevance | path

Searched refs:ctype_punct (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); } function
H A Dbootstrap80.php36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); } function
H A DCtype.php144 public static function ctype_punct($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php52 if(!function_exists('ctype_punct')) {
53 function ctype_punct($var) { function