[PHP-NOTES] note 130256 added to language.operators.precedence

[email protected] ("[email protected]")
Newsgroups php.notes
Message-ID <[email protected]>
$a = 1;

    echo $a + $a                 .'<br>'; // 2
    echo $a + $a++             .'<br>'; // 3 
    echo $a + $a++             .'<br>'; // 5
    echo +$a + $a++           .'<br>'; // 6
    echo +$a+ + $a++         .'<br>'; // 8
    echo +$a++ + $a++       .'<br>'; // 11
    echo +$a++ + +$a++     .'<br>'; // 15
    echo +$a++ + +$a++     .'<br>'; // 19
    echo +$a++ + +$a++     .'<br>'; // 23 ?
    echo +$a++ + +$a++     .'<br>'; // 27 ?
    echo +$a++ + +$a++     .'<br>'; // 31 ?

Comportamiento extraño e impredecibles.
----
Server IP: 45.112.84.4
Probable Submitter: 80.90.5.137 (proxied: 200.126.99.138)
----
Manual Page -- https://php.net/manual/en/language.operators.precedence.php
Edit        -- https://main.php.net/note/edit/130256
Del: integrated  -- https://main.php.net/note/delete/130256/integrated
Del: useless     -- https://main.php.net/note/delete/130256/useless
Del: bad code    -- https://main.php.net/note/delete/130256/bad+code
Del: spam        -- https://main.php.net/note/delete/130256/spam
Del: non-english -- https://main.php.net/note/delete/130256/non-english
Del: in docs     -- https://main.php.net/note/delete/130256/in+docs
Del: other reasons-- https://main.php.net/note/delete/130256
Reject      -- https://main.php.net/note/reject/130256
Search      -- https://main.php.net/manage/user-notes.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.