On Wed, Feb 27, 2013 at 2:42 AM, Sebastian Krebs <krebs.seb@xxxxxxxxx> wrote: > 2013/2/27 tamouse mailing lists <tamouse.lists@xxxxxxxxx> >> Well, *I* have a stupid question: is $lhv =& expr the same as $lhv = &expr >> ?? > > Yes :) Because an operator "=&" doesn't exists, thus the lexer will split > them into the tokens "= &", or "= WHITESPACE &" respectively. The parser > again ignores whitespaces. > Thanks; thought I was seeing something new, and/or going nuts -- apologies for the thread hijack -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php