Re: [PHP] Stupid question
[email protected] (tamouse mailing lists)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAHUC_t-WyTTSPy276prZdTWHChrKLBx_MPjr5uKiEAFj+UBj8g@mail.gmail.com> |
On Wed, Feb 27, 2013 at 2:42 AM, Sebastian Krebs <[email protected]> wrote: > 2013/2/27 tamouse mailing lists <[email protected]> >> 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