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 ee9c514 commit 12cf23cCopy full SHA for 12cf23c
scalar_objects.c
@@ -161,6 +161,9 @@ static zend_function *scalar_objects_get_indirection_func(
161
ind->fn.fn_flags = ZEND_ACC_CALL_VIA_HANDLER | (fbc->common.fn_flags & keep_flags);
162
ind->fn.num_args = fbc->common.num_args - 1;
163
ind->fn.required_num_args = fbc->common.required_num_args - 1;
164
+#if PHP_VERSION_ID >= 80000
165
+ ind->fn.attributes = NULL;
166
+#endif
167
#if PHP_VERSION_ID >= 80200
168
ind->fn.T = 0;
169
#endif
0 commit comments