Variables::isParameterDeclaration()
Opened this issue · 0 comments
jrfnl commented
Check if a T_VARIABLE
is a parameter in a function declaration.
Should take T_FUNCTION
, T_CLOSURE
and T_FN
into account.
Should this also take closure T_USE
into account ?