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
..
2019-10-10 11:48:31 +03:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2020-08-09 22:03:36 +02:00
2021-01-07 09:43:31 -05:00
2020-03-25 14:26:42 +03:00
2020-07-24 10:05:03 +02:00
2020-07-24 10:05:03 +02:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2021-03-18 15:25:40 +01:00
2020-02-03 22:52:20 +01:00
2020-03-25 14:26:42 +03:00
2020-02-03 22:52:20 +01:00
2019-05-28 15:46:03 +02:00
2020-02-03 22:52:20 +01:00
2019-05-29 16:47:19 +02:00
2020-03-25 14:26:42 +03:00
2020-06-08 09:17:13 -04:00
2021-02-11 12:36:35 +01:00
2020-11-27 17:44:30 +01:00
2020-11-27 20:24:00 +01:00
2020-11-27 20:24:00 +01:00
2020-11-27 17:00:12 +01:00
2020-11-30 11:18:21 +01:00
2017-09-01 13:32:26 +03:00
2021-03-19 10:49:15 +01:00