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
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 <<
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