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 e79d6b3 commit d57801eCopy full SHA for d57801e
ext/opcache/jit/zend_jit_vm_helpers.c
@@ -384,7 +384,7 @@ static zend_always_inline zend_constant* _zend_quick_get_constant(
384
if (!CONST_IS_RECURSIVE(c)) {
385
CONST_PROTECT_RECURSION(c);
386
zend_deprecated_constant(c, c->name);
387
- CONST_PROTECT_RECURSION(c);
+ CONST_UNPROTECT_RECURSION(c);
388
if (EG(exception)) {
389
return NULL;
390
}
0 commit comments