-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 2792802
committed
Replace
Only covers constants declared via stub files, others will be handled
separately in a later commit.
Does not include the intl extension, since that had some errors relating to the
cpp code; that extension will be updated separately.
Also fix an undefined variable warning in gen_stub.php.@deprecated
with #[\Deprecated]
for internal constants1 parent 8f3cdf6 commit 2792802
File tree
69 files changed
+641
-150
lines changed- build
- ext
- curl
- tests
- date
- tests
- dom
- tests
- enchant
- filter
- tests
- mysqli
- tests
- pgsql
- random
- tests
- 01_functions
- 03_randomizer
- methods
- reflection/tests/internal_parameter_default_value
- soap
- tests
- standard
- tests
- assert
- file
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+641
-150
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5317 | 5317 |
| |
5318 | 5318 |
| |
5319 | 5319 |
| |
5320 | - | ||
5320 | + | ||
5321 | 5321 |
| |
5322 | 5322 |
| |
5323 | 5323 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
17 | 16 |
| |
18 | 17 |
| |
18 | + | ||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | + | ||
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 | - | ||
24 | + | ||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | - | ||
87 | 86 |
| |
87 | + | ||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | - | ||
94 | 93 |
| |
94 | + | ||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 | - | ||
101 | 100 |
| |
101 | + | ||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 | - | ||
33 | + | ||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | - | ||
34 | + | ||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | - | ||
16 | + | ||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
26 | + | ||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
|
0 commit comments