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

Concatenation problem in array keys. #66

Open
ex13 opened this issue Feb 12, 2015 · 0 comments
Open

Concatenation problem in array keys. #66

ex13 opened this issue Feb 12, 2015 · 0 comments
Labels

Comments

@ex13
Copy link
Contributor

ex13 commented Feb 12, 2015

$array = [
    'key' . 'key' => 'value',
];

is throwing an "Array key not aligned correctly; expected 12 spaces but found 20" error, when it shouldn't.
There may be instances when you want to use the concatenation in an array key, but the standard doesn't let you to do it right now.

@ex13 ex13 added the bug label Feb 12, 2015
@tautrimas tautrimas added planned and removed planned labels Feb 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants