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 9dd407c commit ad1f55cCopy full SHA for ad1f55c
Zend/zend_opcode.c
@@ -296,7 +296,7 @@ ZEND_API void destroy_zend_class(zval *zv)
296
* so we don't need to destroy the underlying ->ce here, but we do need
297
* to free the attributes and the storage for the
298
* skip the destruction of aliases entirely. */
299
- if (UNEXPECTED(Z_TYPE_INFO_P(zv) == IS_ALIAS_PTR)) {
+ if (UNEXPECTED(Z_TYPE_P(zv) == IS_ALIAS_PTR)) {
300
zend_class_alias *class_alias = Z_CLASS_ALIAS_P(zv);
301
302
if (class_alias->alias_flags & ZEND_ACC_IMMUTABLE) {
0 commit comments