Skip to content

Commit 82aa87b

Browse files
committed
WL#11947 add zend_parse_method_parameters wrapper to check correctness of arglists
- parse_function_parameters added - verification of optional args - remove trailing spaces
1 parent a0117df commit 82aa87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/zend_utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Verify_call_parameters
170170
const Type_spec& type_spec_required_args);
171171
void verify_optional_args_count(
172172
const Type_spec& type_spec_optional_args);
173-
uint32_t calc_arglist_optional_args_count();
173+
std::size_t calc_arglist_optional_args_count();
174174

175175
std::size_t calc_min_args_count(
176176
const Type_spec& type_spec,

0 commit comments

Comments
 (0)