Can you describe what you mean by working and broken? What scheme is being used? The PHP syntax never references "Var" so that change shouldn't have any effect.
Perhaps this is because DefinedIdent isn't rooted on Ident? Does this change have the desired effect:
=Variable +DefinedIdent +Ident
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this patch solves the issue.
Can you describe what you mean by working and broken? What scheme is being used? The PHP syntax never references "Var" so that change shouldn't have any effect.
Perhaps this is because DefinedIdent isn't rooted on Ident? Does this change have the desired effect: