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 ada9d37 commit 4a1ae93Copy full SHA for 4a1ae93
Zend/Optimizer/zend_optimizer.c
@@ -869,7 +869,7 @@ const zend_class_constant *zend_fetch_class_const_info(
869
} else if (opline->op1_type == IS_UNUSED
870
&& op_array->scope && !(op_array->scope->ce_flags & ZEND_ACC_TRAIT)
871
&& !(op_array->fn_flags & ZEND_ACC_TRAIT_CLONE)) {
872
- int fetch_type = opline->op1.num & ZEND_FETCH_CLASS_MASK;
+ uint32_t fetch_type = opline->op1.num & ZEND_FETCH_CLASS_MASK;
873
if (fetch_type == ZEND_FETCH_CLASS_SELF) {
874
ce = op_array->scope;
875
} else if (fetch_type == ZEND_FETCH_CLASS_STATIC) {
0 commit comments