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 40540b7 commit 9360955Copy full SHA for 9360955
Zend/zend_variables.c
@@ -70,6 +70,7 @@ static void ZEND_FASTCALL zend_string_destroy(zend_string *str)
70
71
static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref)
72
{
73
+ ZEND_ASSERT(!ZEND_REF_HAS_TYPE_SOURCES(ref));
74
i_zval_ptr_dtor(&ref->val);
75
efree_size(ref, sizeof(zend_reference));
76
}
0 commit comments