Skip to content

inconsistent assignref #431

Closed
Closed
@ichiriac

Description

@ichiriac

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions