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