Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Infinite recursion on TokenizedStrings with mismatched brackets on function calls #85

@markfinal

Description

@markfinal

If there are mismatched brackets on function calls, e.g.

@dir($(0)

then this resulted in an infinite loop, because the balancing groups on the regex always returned no matches, feeding the expression containing the function back into the parsing code.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions