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 93aab70 commit acd3ec6Copy full SHA for acd3ec6
Zend/zend_compile.c
@@ -4131,7 +4131,7 @@ static void _compile_verify_variance(HashTable *unverified_types)
4131
zend_op *opline = get_next_op();
4132
opline->op1_type = IS_CONST;
4133
opline->opcode = ZEND_VERIFY_VARIANCE;
4134
- LITERAL_STR(opline->op1, lcname);
+ LITERAL_STR(opline->op1, zend_string_copy(lcname));
4135
} ZEND_HASH_FOREACH_END();
4136
}
4137
0 commit comments