Skip to content

inconsistent assignref #431

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
ichiriac opened this issue Oct 26, 2019 · 1 comment
Closed

inconsistent assignref #431

ichiriac opened this issue Oct 26, 2019 · 1 comment

Comments

@ichiriac
Copy link
Member

Introduced here :
#388

Example of inconsistencies :

<?php
$foo += &$bar;
$foo = 1 + &$bar;

The =& is not an operator, maybe it's a conding style, but in reality & is attached to the variable and not the operation

/cc @evilebottnawi

@ichiriac
Copy link
Member Author

ok, i've got a mind refresh from #205 - let's close it even if I have a problem with that approach

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