Re: [PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-31 Thread Markus Fischer
On Thu, Jan 31, 2002 at 06:48:42PM +0900, Yasuo Ohgaki wrote : > BTW, Zend does not complain for following line. > (with or without this patch) > > SOME_LABEL_NOT_DEFINED; > > Is this intended behavior? Good questions. I've observed this too. It's an undefined constant, therefore evalu

Re: [PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-31 Thread Yasuo Ohgaki
Derick Rethans wrote: > On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > > >>Zak Greant wrote: >> >>> I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we >>> agreed that <<- heredoc syntax was an acceptable way to handle this. >>> The <<- syntax would work like the same way as <<

Re: [PHP-DEV] Re: [Zend Engine 2] Heredoc-Syntax

2002-01-30 Thread Derick Rethans
On Wed, 30 Jan 2002, Yasuo Ohgaki wrote: > Zak Greant wrote: > > I talked to [EMAIL PROTECTED] about this quite some time ago. IIRC, we > > agreed that <<- heredoc syntax was an acceptable way to handle this. > > The <<- syntax would work like the same way as <<- in bash. > > > Hi Zak, > I