]> granicus.if.org Git - php/commit
Disable inlining for $this->foo(), because $this may be used not in object context
authorDmitry Stogov <dmitry@zend.com>
Thu, 30 Jun 2016 18:03:08 +0000 (21:03 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 30 Jun 2016 18:03:08 +0000 (21:03 +0300)
commitc3667a5eed098cc106351ec032306a149509dfa3
tree0e74281bad3bfcc19636964019f8bbcc93cac7f9
parent5ae07dc34ac7582c6ea5fdc5f24129a05ac9c78a
Disable inlining for $this->foo(), because $this may be used not in object context
ext/opcache/Optimizer/optimize_func_calls.c
ext/opcache/tests/wrong_inlining_002.phpt [new file with mode: 0644]