Lines Matching defs:text
5 function ctype_alnum(mixed $text): bool {}
7 function ctype_alpha(mixed $text): bool {}
9 function ctype_cntrl(mixed $text): bool {}
11 function ctype_digit(mixed $text): bool {}
13 function ctype_lower(mixed $text): bool {}
15 function ctype_graph(mixed $text): bool {}
17 function ctype_print(mixed $text): bool {}
19 function ctype_punct(mixed $text): bool {}
21 function ctype_space(mixed $text): bool {}
23 function ctype_upper(mixed $text): bool {}
25 function ctype_xdigit(mixed $text): bool {}