diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-02-13 11:37:32 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-30 09:30:13 +0100 |
commit | aef8836110e5defe309c05dfd23eb4a90f105782 (patch) | |
tree | 4b582ae92bc104c0bc5add95c5d7aa49e401371e /ext/intl/breakiterator/breakiterator_methods.cpp | |
parent | 776f4bc680033b4934398b9f6a113bd1b64e5097 (diff) | |
download | php-git-aef8836110e5defe309c05dfd23eb4a90f105782.tar.gz |
Don't check $this existence in object opcodes
We are now guaranteed that $this always exists inside methods, as
well as insides closures (if they use $this at all).
This removes checks for $this existence from the individual object
opcodes. Instead ZEND_FETCH_THIS is used in the cases where $this
is not guaranteed to exist, which is mainly the pseudo-main scope.
Closes GH-3822.
Diffstat (limited to 'ext/intl/breakiterator/breakiterator_methods.cpp')
0 files changed, 0 insertions, 0 deletions