1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/ext/opcache
Nikita Popov 2d0e2733c8 Support prototypes in call graph
Even if we don't know the exact method being called, include it
in the call graph with the is_prototype flag. In particular, we
can still make use of return types from prototype methods, as
PHP 8 makes LSP violations a hard error.

Most other places are adjusted to skip calls with !is_prototype.
Maybe some of them would be fine, but ignoring them is conservative.
2021-03-19 10:49:15 +01:00
..
2021-03-19 10:49:15 +01:00
2021-03-19 10:49:15 +01:00
2021-03-15 10:53:08 +01:00
2021-01-28 10:38:25 +01:00
2021-03-05 16:44:25 +01:00
2019-02-05 10:33:28 +03:00
2021-03-05 15:09:26 +01:00
2021-03-17 19:08:03 +01:00
2019-02-05 10:33:28 +03:00
2021-03-17 19:08:03 +01:00
2021-03-17 19:08:03 +01:00
2021-02-09 22:53:57 +03:00
2021-02-09 22:53:57 +03:00