]> granicus.if.org Git - php/commit
Remove OP_RANGE_EX distinction
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Apr 2020 10:58:50 +0000 (12:58 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 15 Apr 2020 11:00:36 +0000 (13:00 +0200)
commitdd163d05ffeb1e3fea8cc5ba2b187324e9b32553
tree79c495df6e280cc042c20516b71715e6f7f29bab
parent99084262c3f56dd8a4efa6fa689441966745440f
Remove OP_RANGE_EX distinction

Only leave OP_RANGE macros, which always have the "EX" behavior.

This was already done for most other macros before, but these
were missed. This helps avoid mistakes by using the wrong macro.
ext/opcache/jit/zend_jit.c
ext/opcache/jit/zend_jit_trace.c