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

Implement PHP 5.5 syntax #35

Closed
nikic opened this issue Sep 6, 2012 · 1 comment
Closed

Implement PHP 5.5 syntax #35

nikic opened this issue Sep 6, 2012 · 1 comment

Comments

@nikic
Copy link
Owner

nikic commented Sep 6, 2012

This is a tracking bug for the syntactical changes that PHP 5.5 introduces (as of now).

Implemented:

  • drop of ref restrictions in foreach (this was already working ^^)
  • list in foreach (f8f1e17)
  • finally clause (ae3774f)
  • yield expression (417a8bb)
  • constant string and array dereferencing (4259b44)
  • empty with expressions (af5d288)
@nikic
Copy link
Owner Author

nikic commented Sep 7, 2012

Closing this for now, as all currently available features are implemented.

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

No branches or pull requests

1 participant