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 baba425 commit 8fdaeefCopy full SHA for 8fdaeef
Zend/zend_inheritance.c
@@ -372,7 +372,7 @@ static zend_string *zend_get_function_declaration(zend_function *fptr TSRMLS_DC)
372
for (i = 0; i < fptr->common.num_args;) {
373
if (arg_info->class_name) {
374
const char *class_name;
375
- uint32_t class_name_len;
+ size_t class_name_len;
376
if (!strcasecmp(arg_info->class_name, "self") && fptr->common.scope) {
377
class_name = fptr->common.scope->name->val;
378
class_name_len = fptr->common.scope->name->len;
0 commit comments