Skip to content

Commit 9bf677f

Browse files
Z_TYPE_P
1 parent da6a7d6 commit 9bf677f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_opcode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ ZEND_API void destroy_zend_class(zval *zv)
297297
* so we don't need to destroy the underlying ->ce here, but we do need
298298
* to free the attributes and the storage for the
299299
* skip the destruction of aliases entirely. */
300-
if (UNEXPECTED(Z_TYPE_INFO_P(zv) == IS_ALIAS_PTR)) {
300+
if (UNEXPECTED(Z_TYPE_P(zv) == IS_ALIAS_PTR)) {
301301
zend_class_alias *class_alias = Z_CLASS_ALIAS_P(zv);
302302

303303
if (class_alias->alias_flags & ZEND_ACC_IMMUTABLE) {

0 commit comments

Comments
 (0)