Searched refs:Ctype (Results 1 – 12 of 12) sorted by relevance
12 use Symfony\Polyfill\Ctype as p;15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }21 function ctype_print($text) { return p\Ctype::ctype_print($text); }22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }23 function ctype_space($text) { return p\Ctype::ctype_space($text); }[all …]
12 namespace Symfony\Polyfill\Ctype;21 final class Ctype class
1 Symfony Polyfill / Ctype
12 use Symfony\Polyfill\Ctype as p;15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); }18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); }21 function ctype_cntrl($input) { return p\Ctype::ctype_cntrl($input); }24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); }27 function ctype_graph($input) { return p\Ctype::ctype_graph($input); }30 function ctype_lower($input) { return p\Ctype::ctype_lower($input); }33 function ctype_print($input) { return p\Ctype::ctype_print($input); }36 function ctype_punct($input) { return p\Ctype::ctype_punct($input); }39 function ctype_space($input) { return p\Ctype::ctype_space($input); }[all …]
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[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[all...]
12 namespace Symfony\Polyfill\Ctype;15 * Ctype implementation through regex.21 final class Ctype class
484 "Symfony\\Polyfill\\Ctype\\": ""
3025 "Symfony\\Polyfill\\Ctype\\": ""