Skip to content

Commit eaa7d0d

Browse files
Cache
1 parent ad1f55c commit eaa7d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_execute_API.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,6 @@ ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *
12781278
zend_class_alias *alias = NULL;
12791279
if (ce_zval) {
12801280
if (Z_TYPE_P(ce_zval) == IS_ALIAS_PTR) {
1281-
ce_cache = 0;
12821281
alias = Z_CLASS_ALIAS_P(ce_zval);
12831282
ce = alias->ce;
12841283
} else {

0 commit comments

Comments
 (0)