Skip to content

Short array syntax has been added in PHP 5.4.0 #87

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

Closed
wants to merge 1 commit into from

Conversation

nicolasmoreira
Copy link

http://php.net/manual/en/migration54.new-features.php
Short array syntax has been added, e.g. $a = [1, 2, 3, 4]; or $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4];.

http://php.net/manual/en/migration54.new-features.php
Short array syntax has been added, e.g. $a = [1, 2, 3, 4]; or $a = ['one' => 1, 'two' => 2, 'three' => 3, 'four' => 4];.
@cmfcmf
Copy link
Owner

cmfcmf commented Nov 9, 2016

Hey @nicolasmoreira, I just merged #88 which restores PHP 5.3 compatibility, so this pull request should not be needed anymore. Thank you for the heads-up though!

@cmfcmf cmfcmf closed this Nov 9, 2016
@nicolasmoreira
Copy link
Author

Perfect

Thanks!

On Wed, Nov 9, 2016 at 10:34 AM, Christian Flach [email protected]
wrote:

Hey @nicolasmoreira https://github.com/nicolasmoreira, I just merged #88
#88 which restores
PHP 5.3 compatibility, so this pull request should not be needed anymore.
Thank you for the heads-up though!


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#87 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABIYqaRn_RlpSfu5Skk5SakCwv_1MMQDks5q8cvbgaJpZM4Ks29C
.

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