Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels