1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00

Fixed compilation warning

This commit is contained in:
Dmitry Stogov
2021-03-12 21:50:26 +03:00
parent 3d11743372
commit fe3dbe5294

View File

@@ -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) {