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