Issues with isset function
quanyang opened this issue · 4 comments
quanyang commented
Currently the CFG is showing isset as:
Expr_Isset
result: Var#9
However, this would not give information on what is being checked by the isset function.
Not sure if this would be considered an issue to you guys, but I kind of solved it by changing isset to an operand instead of block.
nikic commented
quanyang commented
Same issue with empty function and maybe others.
nikic commented