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 evalutes to the string
'SOME_LABEL_NOT_DEFINED' which evalutes to true and there
likely not an error. Sounds reasonable?
--
Please always Cc to me when replying to me on the lists.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]