1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/opcache
Nikita Popov aef8836110 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.
2019-10-30 09:30:13 +01:00
..
2019-10-25 12:53:24 +02:00
2019-10-25 12:53:24 +02:00
2019-10-08 10:49:30 +02:00
2019-10-03 02:18:16 +03:00
2015-02-05 16:58:19 +08:00
2019-08-26 16:05:01 +02:00
2019-08-26 16:05:01 +02:00
2019-02-05 10:33:28 +03:00
2019-07-17 19:52:49 +02:00
2019-10-14 16:50:56 +02:00
2019-02-05 10:33:28 +03:00
2019-10-25 10:51:17 +02:00
2019-02-05 10:33:28 +03:00
2019-06-28 09:19:49 +02:00
2019-10-22 17:53:24 +03:00
2019-09-03 14:23:44 +03:00