Skip to content

Fix error on variadic function calls. #949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

MaartenStaa
Copy link
Collaborator

Fixes a parse error when passing multiple argument spreads such as
foo(...$bar, ...$baz). Adds extra checks for function definitions with
variadic parameters, followed by any other parameters.

Fixes #946

Fixes a parse error when passing multiple argument spreads such as
`foo(...$bar, ...$baz)`. Adds extra checks for function definitions with
variadic parameters, followed by any other parameters.

Fixes #946
@MaartenStaa MaartenStaa requested a review from czosel June 7, 2022 12:39
Copy link
Collaborator

@czosel czosel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Sorry about the delay @MaartenStaa!

@czosel czosel merged commit 2a5a56f into main Jun 10, 2022
MaartenStaa pushed a commit that referenced this pull request Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unpacking multiple arguments
2 participants