diff options
author | Nikita Popov <nikic@php.net> | 2014-09-28 12:31:52 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2014-09-28 12:31:52 +0200 |
commit | 5bd34be604d726057fa6571d19208ee8d9832056 (patch) | |
tree | 8eb871c23438159ab4577562424de892a9f0b5cd /ext/opcache/zend_persist.c | |
parent | 877eb02fd6cb56c5017a7770de1bdfaf97932b2f (diff) | |
download | php-git-5bd34be604d726057fa6571d19208ee8d9832056.tar.gz |
Opcache compatibility for coalesce operator
Diffstat (limited to 'ext/opcache/zend_persist.c')
-rw-r--r-- | ext/opcache/zend_persist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/zend_persist.c b/ext/opcache/zend_persist.c index 05fbd4fc75..6491b9d781 100644 --- a/ext/opcache/zend_persist.c +++ b/ext/opcache/zend_persist.c @@ -373,6 +373,7 @@ static void zend_persist_op_array_ex(zend_op_array *op_array, zend_persistent_sc case ZEND_JMPZ_EX: case ZEND_JMPNZ_EX: case ZEND_JMP_SET: + case ZEND_COALESCE: case ZEND_NEW: case ZEND_FE_RESET: case ZEND_FE_FETCH: |