File tree Expand file tree Collapse file tree 2 files changed +10
-37
lines changed Expand file tree Collapse file tree 2 files changed +10
-37
lines changed Original file line number Diff line number Diff line change 2
2
3
3
/** @generate-class-entries */
4
4
5
- /**
6
- * @compile-time-eval
7
- */
8
5
function ctype_alnum (mixed $ text ): bool {}
9
6
10
- /**
11
- * @compile-time-eval
12
- */
13
7
function ctype_alpha (mixed $ text ): bool {}
14
8
15
- /**
16
- * @compile-time-eval
17
- */
18
9
function ctype_cntrl (mixed $ text ): bool {}
19
10
20
- /**
21
- * @compile-time-eval
22
- */
23
11
function ctype_digit (mixed $ text ): bool {}
24
12
25
13
function ctype_lower (mixed $ text ): bool {}
26
14
27
- /**
28
- * @compile-time-eval
29
- */
30
15
function ctype_graph (mixed $ text ): bool {}
31
16
32
- /**
33
- * @compile-time-eval
34
- */
35
17
function ctype_print (mixed $ text ): bool {}
36
18
37
- /**
38
- * @compile-time-eval
39
- */
40
19
function ctype_punct (mixed $ text ): bool {}
41
20
42
- /**
43
- * @compile-time-eval
44
- */
45
21
function ctype_space (mixed $ text ): bool {}
46
22
47
23
function ctype_upper (mixed $ text ): bool {}
48
24
49
- /**
50
- * @compile-time-eval
51
- */
52
25
function ctype_xdigit (mixed $ text ): bool {}
You can’t perform that action at this time.
0 commit comments