Skip to content
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

Refactored parsing of macros #1084

Closed
wants to merge 2 commits into from
Closed

Refactored parsing of macros #1084

wants to merge 2 commits into from

Conversation

hason
Copy link
Contributor

@hason hason commented May 11, 2013

Fixes: #1052

}
$class = get_class($this);

return new $class($arguments, $this->lineno);
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 really needed to use this emulation of new static() ? Wouldn't it be enough to use new self() here ?

@hason
Copy link
Contributor Author

hason commented Jul 16, 2013

Closing this PR because of prioritization of #1139

@hason hason closed this Jul 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants