1
0
mirror of https://github.com/php/php-src.git synced 2026-04-15 03:51:07 +02:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov 3ffe2cd251 Fixed bug #74431
If the last instruction in a block is a NOP, then `new_opline`
here won't be a copy of `opline`, it will be a copy of the last
non-NOP opline. Avoid performing a spurious update by explicitly
checking for NOP.
2017-04-14 22:03:06 +02:00
..
2017-04-14 22:03:06 +02:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-04-10 22:11:47 +02:00
2017-01-04 11:23:42 -06:00
2017-04-07 15:21:19 +08:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-01-04 11:23:42 -06:00
2017-03-07 10:18:34 +03:00
2017-01-04 11:23:42 -06:00
2017-03-07 09:48:18 +03:00