.. |
Assignment
|
ConcatAnalyzer improvements and non-falsy-string fixes. (#5544)
|
2021-03-31 23:16:21 -04:00 |
BinaryOp
|
Fix #5578 - variables always set in conditionals should be combined
|
2021-04-06 11:11:40 -04:00 |
Call
|
Fix #5383 - prevent unsound use of new static for generics
|
2021-04-10 13:16:19 -04:00 |
Fetch
|
ConcatAnalyzer improvements and non-falsy-string fixes. (#5544)
|
2021-03-31 23:16:21 -04:00 |
ArrayAnalyzer.php
|
Add tainting for array keys
|
2021-03-24 15:32:56 -04:00 |
ArrayCreationInfo.php
|
Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428)
|
2021-03-19 21:44:44 -04:00 |
AssertionFinder.php
|
Allow variable keys with array_key_exists (#5606)
|
2021-04-09 11:29:45 -04:00 |
AssignmentAnalyzer.php
|
Do not consider isset checks on static properties as redundant (#5525)
|
2021-03-30 11:56:08 -04:00 |
BinaryOpAnalyzer.php
|
Added event to prevent tainting. (#5398)
|
2021-03-19 22:41:41 -04:00 |
BitwiseNotAnalyzer.php
|
|
|
BooleanNotAnalyzer.php
|
4.x - refactor unused variable detection
|
2020-09-30 12:28:13 -04:00 |
CallAnalyzer.php
|
Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222)
|
2021-02-15 16:18:41 -05:00 |
CastAnalyzer.php
|
Track variable usage in bool to int casts (#5349)
|
2021-03-11 00:08:32 -05:00 |
CloneAnalyzer.php
|
Allow cloning interfaces
|
2020-07-01 11:14:31 -04:00 |
EmptyAnalyzer.php
|
add native return types (#4116)
|
2020-09-04 16:26:33 -04:00 |
EncapsulatedStringAnalyzer.php
|
Added event to prevent tainting. (#5398)
|
2021-03-19 22:41:41 -04:00 |
EvalAnalyzer.php
|
Added event to prevent tainting. (#5398)
|
2021-03-19 22:41:41 -04:00 |
ExitAnalyzer.php
|
Fix #4599 - propagate taints to parent callers where necessary
|
2020-11-18 09:59:54 -05:00 |
ExpressionIdentifier.php
|
Tighten up rules arouund when mutation-free methods get memoised
|
2020-12-08 16:39:06 -05:00 |
IncDecExpressionAnalyzer.php
|
Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222)
|
2021-02-15 16:18:41 -05:00 |
IncludeAnalyzer.php
|
Added event to prevent tainting. (#5398)
|
2021-03-19 22:41:41 -04:00 |
InstanceofAnalyzer.php
|
Allow phantom classes in instanceof expression (#5498)
|
2021-03-29 00:11:45 -04:00 |
IssetAnalyzer.php
|
More return types (#4173)
|
2020-09-12 11:24:05 -04:00 |
MagicConstAnalyzer.php
|
__TRAIT__ can be string or non-empty-string (#3469)
|
2020-05-27 19:23:46 -04:00 |
MatchAnalyzer.php
|
Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222)
|
2021-02-15 16:18:41 -05:00 |
NullsafeAnalyzer.php
|
Fix #5542 - nullsafe method calls are assumed used
|
2021-03-31 10:08:52 -04:00 |
PrintAnalyzer.php
|
Fix #4599 - propagate taints to parent callers where necessary
|
2020-11-18 09:59:54 -05:00 |
SimpleTypeInferer.php
|
support shift and bitwise operations in constants (#4740)
|
2020-11-29 21:43:49 -05:00 |
TernaryAnalyzer.php
|
Consolidate similar functionality
|
2020-11-07 00:58:20 -05:00 |
UnaryPlusMinusAnalyzer.php
|
|
|
YieldAnalyzer.php
|
Fix #4829 – don’t crash when yielding non-existent class
|
2020-12-11 10:04:28 -05:00 |
YieldFromAnalyzer.php
|
Check iterator types on yield from (#5042)
|
2021-01-20 17:41:15 -05:00 |