Open mmcev106 opened 2 years ago
Click here for an example. Remove the line with the comment to see the taints that you would expect to be reported.
I found these snippets:
Curiously enough assigning $b['f'] to a temporary variable allows taints to propagate: https://psalm.dev/r/5c7fa9e34b
$b['f']
Click here for an example. Remove the line with the comment to see the taints that you would expect to be reported.