summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_persist.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-06-11 13:15:03 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-06-11 13:16:38 +0200
commite4fae9c0615cd92783c226de8abcea31ed732672 (patch)
treefe947525c7c6c87661782f14e6592cf7fab74ea7 /ext/opcache/zend_persist.c
parent8f93beb06e8450126e6f78c3b650b68f390a4deb (diff)
parent8f8fcbbd397370b407dc2552c4bd6ee4ccb0e93b (diff)
downloadphp-git-e4fae9c0615cd92783c226de8abcea31ed732672.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/opcache/zend_persist.c')
-rw-r--r--ext/opcache/zend_persist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/opcache/zend_persist.c b/ext/opcache/zend_persist.c
index 16d07e689f..f4df9a301b 100644
--- a/ext/opcache/zend_persist.c
+++ b/ext/opcache/zend_persist.c
@@ -454,7 +454,6 @@ static void zend_persist_op_array_ex(zend_op_array *op_array, zend_persistent_sc
}
break;
case ZEND_DECLARE_ANON_CLASS:
- case ZEND_DECLARE_ANON_INHERITED_CLASS:
case ZEND_FE_FETCH_R:
case ZEND_FE_FETCH_RW:
case ZEND_SWITCH_LONG: