Searched refs:Ctype (Results 1 – 10 of 10) sorted by relevance
12 use Symfony\Polyfill\Ctype as p;19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }37 function ctype_print($text) { return p\Ctype::ctype_print($text); }40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }43 function ctype_space($text) { return p\Ctype::ctype_space($text); }[all …]
12 use Symfony\Polyfill\Ctype as p;15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }[all …]
12 namespace Symfony\Polyfill\Ctype;21 final class Ctype class
1 Symfony Polyfill / Ctype
47 "Symfony\\Polyfill\\Ctype\\": ""
481 "Symfony\\Polyfill\\Ctype\\": ""