-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 26eac7d
uri: Clean up naming of public symbols (#19794)
* uri: Rename `uri_recomposition_mode_t` to `php_uri_recomposition_mode`
* uri: Align the names of the `php_uri_recomposition_mode` values
* uri: Rename `uri_component_read_mode_t` to `php_uri_component_read_mode`
* uri: Align the names of the `php_uri_component_read_mode` values
* uri: Rename `uri_property_name_t` to `php_uri_property_name`
* uri: Align the names of the `php_uri_property_name` values
* uri: Rename `uri_property_handler_t` to `php_uri_property_handler`
* uri: Rename `uri_(read|write)_t` to `php_uri_property_handler_(read|write)`
* uri: Rename `php_uri_property_handler`’s `(read|write)_func` to `read|write`
The `_func` is implied by the data type and the name of the struct.
* uri: Rename `uri_parser_t` to `php_uri_parser`
* uri: Shorten the names of `php_uri_parser` fields
The `_uri` suffix is implied, because this is an URI parser.1 parent 9659f3e commit 26eac7d
File tree
18 files changed
+339
-339
lines changed- ext
- filter
- openssl
- soap
- standard
- uri
- zend_test
- main/streams
18 files changed
+339
-339
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
615 | - | ||
615 | + | ||
616 | 616 |
| |
617 | 617 |
| |
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
621 | 621 |
| |
622 | - | ||
622 | + | ||
623 | 623 |
| |
624 | 624 |
| |
625 | 625 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2634 | 2634 |
| |
2635 | 2635 |
| |
2636 | 2636 |
| |
2637 | - | ||
2637 | + | ||
2638 | 2638 |
| |
2639 | 2639 |
| |
2640 | 2640 |
| |
| |||
2647 | 2647 |
| |
2648 | 2648 |
| |
2649 | 2649 |
| |
2650 | - | ||
2650 | + | ||
2651 | 2651 |
| |
2652 | 2652 |
| |
2653 | 2653 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
434 | - | ||
434 | + | ||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 | 438 |
| |
439 | - | ||
439 | + | ||
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
| |||
1148 | 1148 |
| |
1149 | 1149 |
| |
1150 | 1150 |
| |
1151 | - | ||
1151 | + | ||
1152 | 1152 |
| |
1153 | 1153 |
| |
1154 | 1154 |
| |
1155 | 1155 |
| |
1156 | 1156 |
| |
1157 | 1157 |
| |
1158 | - | ||
1158 | + | ||
1159 | 1159 |
| |
1160 | 1160 |
| |
1161 | 1161 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | - | ||
138 | + | ||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | - | ||
144 | + | ||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
| |||
956 | 956 |
| |
957 | 957 |
| |
958 | 958 |
| |
959 | - | ||
959 | + | ||
960 | 960 |
| |
961 | 961 |
| |
962 | 962 |
| |
963 | 963 |
| |
964 | 964 |
| |
965 | - | ||
965 | + | ||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
969 | 969 |
| |
970 | - | ||
970 | + | ||
971 | 971 |
| |
972 | 972 |
| |
973 | 973 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
393 | 393 |
| |
394 | 394 |
| |
395 | 395 |
| |
396 | - | ||
396 | + | ||
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 | - | ||
401 | + | ||
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
| |||
1097 | 1097 |
| |
1098 | 1098 |
| |
1099 | 1099 |
| |
1100 | - | ||
1100 | + | ||
1101 | 1101 |
| |
1102 | 1102 |
| |
1103 | 1103 |
| |
|
0 commit comments