Re: [PHP-DEV] Looking for an explanation

2006-06-20 Thread David Tulloh
Oliver Block wrote: > Hello list, > > as you are familiar with the source code of php it might be easy to explain > how the brain of php interprets the following code: I think that this would be better suited to the startard PHP list. I would suggest posting any further followups there. > > p

[PHP-DEV] Looking for an explanation

2006-06-20 Thread Oliver Block
Hello list, as you are familiar with the source code of php it might be easy to explain how the brain of php interprets the following code: print ($life = "hard") -1; print "\nlife: {$life}\n"; Best regards, Oliver P.S. Actually, the origin of that code was the output of a string literal con