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