]> granicus.if.org Git - php/commit
Refactor update_op2_const
authorNikita Popov <nikic@php.net>
Sat, 7 Nov 2015 16:27:12 +0000 (17:27 +0100)
committerNikita Popov <nikic@php.net>
Sat, 7 Nov 2015 16:31:09 +0000 (17:31 +0100)
commit9da456655c56da3bf3099777fe5dec887f964bfd
tree82f6173e56c1f96360f9d26d84d0f6cea45707b2
parentde8bfb32bd1696a0420b36086a333abf0714a2a1
Refactor update_op2_const

Combines both switches into one, to avoid having to maintain the same
opcode list twice. This also makes most of the bugs fixed by the next
commit pretty obvious.

No functional change here.
ext/opcache/Optimizer/zend_optimizer.c