Skip to content

Support parsing new (call_function())() #314

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
Feb 18, 2020

Conversation

TysonAndre
Copy link
Contributor

And add tests for arbitrary parenthesized expressions in new and
instanceof

src/Parser.php Outdated
@@ -2822,19 +2822,37 @@ private function parseScopedPropertyAccessExpression($expression, $fallbackParen
return $scopedPropertyAccessExpression;
}

public function isParsingObjectCreationExpression($expression) {
Copy link
Member

Choose a reason for hiding this comment

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

Is it typical in PHP to have a method and property with the same names? It threw me off.

And add tests for arbitrary parenthesized expressions in `new` and
`instanceof`
@TysonAndre TysonAndre force-pushed the object-creation-parens branch from 3e3e221 to c9fb699 Compare February 17, 2020 22:08
Copy link
Member

@roblourens roblourens left a comment

Choose a reason for hiding this comment

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

Thanks!

@roblourens roblourens merged commit c5e2bf5 into microsoft:master Feb 18, 2020
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.

2 participants