We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574e531 commit f45b3acCopy full SHA for f45b3ac
Zend/Optimizer/zend_call_graph.h
@@ -38,7 +38,7 @@ struct _zend_call_info {
38
bool send_unpack; /* Parameters passed by SEND_UNPACK or SEND_ARRAY */
39
bool named_args; /* Function has named arguments */
40
bool is_prototype; /* An overridden child method may be called */
41
- int num_args;
+ int num_args; /* Number of arguments, excluding named and variadic arguments */
42
zend_send_arg_info arg_info[1];
43
};
44
0 commit comments