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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user