Skip to content

Commit d0de618

Browse files
committed
Revert "ctype functions"
This reverts commit 069fa1a.
1 parent e0652de commit d0de618

File tree

2 files changed

+10
-37
lines changed

2 files changed

+10
-37
lines changed

ext/ctype/ctype.stub.php

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,51 +2,24 @@
22

33
/** @generate-class-entries */
44

5-
/**
6-
* @compile-time-eval
7-
*/
85
function ctype_alnum(mixed $text): bool {}
96

10-
/**
11-
* @compile-time-eval
12-
*/
137
function ctype_alpha(mixed $text): bool {}
148

15-
/**
16-
* @compile-time-eval
17-
*/
189
function ctype_cntrl(mixed $text): bool {}
1910

20-
/**
21-
* @compile-time-eval
22-
*/
2311
function ctype_digit(mixed $text): bool {}
2412

2513
function ctype_lower(mixed $text): bool {}
2614

27-
/**
28-
* @compile-time-eval
29-
*/
3015
function ctype_graph(mixed $text): bool {}
3116

32-
/**
33-
* @compile-time-eval
34-
*/
3517
function ctype_print(mixed $text): bool {}
3618

37-
/**
38-
* @compile-time-eval
39-
*/
4019
function ctype_punct(mixed $text): bool {}
4120

42-
/**
43-
* @compile-time-eval
44-
*/
4521
function ctype_space(mixed $text): bool {}
4622

4723
function ctype_upper(mixed $text): bool {}
4824

49-
/**
50-
* @compile-time-eval
51-
*/
5225
function ctype_xdigit(mixed $text): bool {}

ext/ctype/ctype_arginfo.h

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)