summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2021-03-12 21:50:26 +0300
committerDmitry Stogov <dmitry@zend.com>2021-03-12 21:50:26 +0300
commitfe3dbe52944af66a61281987147c2c1d2ca59afe (patch)
tree1eac20411599f01d1e27dd6604c2e74b8c0a0630 /Zend
parent3d117433724c2299f2784406affc0b0be6cb03ba (diff)
downloadphp-git-fe3dbe52944af66a61281987147c2c1d2ca59afe.tar.gz
Fixed compilation warning
Diffstat (limited to 'Zend')
-rw-r--r--Zend/zend_inheritance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_inheritance.c b/Zend/zend_inheritance.c
index 676ab0368c..c4e67c1e3e 100644
--- a/Zend/zend_inheritance.c
+++ b/Zend/zend_inheritance.c
@@ -2623,6 +2623,7 @@ ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend_string
zval *zv;
ALLOCA_FLAG(use_heap)
+ SET_ALLOCA_FLAG(use_heap);
ZEND_ASSERT(!(ce->ce_flags & ZEND_ACC_LINKED));
if (ce->parent_name) {