1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/ext/opcache/Optimizer
Nikita Popov be37de1ff1 Use LCA for object(ce) type joins
For B, C extending A the join of object(B) and object(C) should
be object(instanceof A). For simplicity we only handle the class
hierarchy, as computing the least common unique ancestor for
interfaces would be more involved.

Also ignore phi sources that don't have an object type: The join
of null and object(A) is now null|object(A) rather than
null|object.
2016-06-07 20:42:00 +02:00
..
2016-01-01 20:04:31 +02:00
2016-06-05 23:44:08 +02:00
2016-04-21 23:32:01 +02:00
2016-04-15 15:32:20 +02:00
2016-01-19 15:54:44 +03:00
2016-01-01 20:04:31 +02:00
2016-05-27 16:17:07 +08:00