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 8468049 commit 612d7f6Copy full SHA for 612d7f6
Zend/zend.c
@@ -594,7 +594,7 @@ static void function_copy_ctor(zval *zv) /* {{{ */
594
for (i = 0 ; i < num_args; i++) {
595
if (ZEND_TYPE_IS_CLASS(arg_info[i].type)) {
596
zend_string *name = zend_string_dup(ZEND_TYPE_NAME(arg_info[i].type), 1);
597
- ZEND_TYPE_SET_PTR(new_arginfo[i].type, name);
+ ZEND_TYPE_SET_PTR(new_arg_info[i].type, name);
598
}
599
600
func->common.arg_info = new_arg_info + 1;
0 commit comments