Skip to content

Commit 4d74ef1

Browse files
Cache
1 parent 545bb6d commit 4d74ef1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Zend/zend_execute_API.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,6 @@ ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *
12701270
zend_class_alias *alias = NULL;
12711271
if (ce_zval) {
12721272
if (Z_TYPE_P(ce_zval) == IS_ALIAS_PTR) {
1273-
ce_cache = 0;
12741273
alias = Z_CLASS_ALIAS_P(ce_zval);
12751274
ce = alias->ce;
12761275
} else {

0 commit comments

Comments
 (0)