.. |
Assignment
|
Support simple list assignment in foreach
|
2020-12-06 19:14:52 -05:00 |
BinaryOp
|
Fix #4802 - don’t clone context when analysing coalesce
|
2020-12-07 14:30:57 -05:00 |
Call
|
Memoize private inferred mutation-free methods (#4832)
|
2020-12-12 10:26:14 -05:00 |
Fetch
|
Union types if stmt already has one
|
2020-12-10 01:40:20 -05:00 |
ArrayAnalyzer.php
|
Simplify ArrayAnalyzer
|
2020-11-27 14:19:55 -05:00 |
ArrayCreationInfo.php
|
Simplify ArrayAnalyzer
|
2020-11-27 14:19:55 -05:00 |
AssertionFinder.php
|
Ref #4753 - allow int literals to inform key type
|
2020-12-02 17:13:45 -05:00 |
AssignmentAnalyzer.php
|
Fix #4839 - undefined possibly set in by-reference should be treated as such
|
2020-12-14 16:57:48 -05:00 |
BinaryOpAnalyzer.php
|
Narrow inference of $a <=> $b from "int" to "-1|0|1" (#4680)
|
2020-11-23 13:10:51 -05:00 |
BitwiseNotAnalyzer.php
|
|
|
BooleanNotAnalyzer.php
|
|
|
CallAnalyzer.php
|
Tighten up rules arouund when mutation-free methods get memoised
|
2020-12-08 16:39:06 -05:00 |
CastAnalyzer.php
|
Allow int casts if the type comes from calculation (#4768)
|
2020-12-03 23:15:07 -05:00 |
CloneAnalyzer.php
|
|
|
EmptyAnalyzer.php
|
|
|
EncapsulatedStringAnalyzer.php
|
Fix #4527 - improve interpolated string types
|
2020-11-11 00:38:26 -05:00 |
EvalAnalyzer.php
|
Break out TaintedInput issues into a lot of separate ones
|
2020-11-17 12:44:31 -05: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
|
|
|
IncludeAnalyzer.php
|
preserve analyzers until the end of file (#4834)
|
2020-12-13 01:17:13 -05:00 |
InstanceofAnalyzer.php
|
|
|
IssetAnalyzer.php
|
|
|
MagicConstAnalyzer.php
|
|
|
MatchAnalyzer.php
|
Fix #4544 - improve handling of get_class in match
|
2020-11-13 11:55:42 -05:00 |
NullsafeAnalyzer.php
|
|
|
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
|
|
|