mirror of
https://github.com/php/php-src.git
synced 2026-03-27 09:42:22 +01:00
This commit is contained in:
@@ -603,6 +603,7 @@ static void overload_call_method(INTERNAL_FUNCTION_PARAMETERS, zend_property_ref
|
||||
}
|
||||
|
||||
return_value->value = retval->value;
|
||||
return_value->type = retval->type;
|
||||
zval_copy_ctor(return_value);
|
||||
zval_ptr_dtor(&retval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user