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