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 4a078ec commit d369627Copy full SHA for d369627
Zend/zend_API.h
@@ -750,7 +750,6 @@ static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc)
750
memcpy(copy, fcc->function_handler, sizeof(zend_function));
751
fcc->function_handler->common.function_name = NULL;
752
fcc->function_handler = copy;
753
- memset(&EG(trampoline), 0, sizeof(zend_function));
754
}
755
if (fcc->object) {
756
GC_ADDREF(fcc->object);
0 commit comments