On 10/21/07, 131 <[EMAIL PROTECTED]> wrote:
> It's not always a structural issue :/
It is

> I'm sure non defined string interpretation is a bad thing
it is definitely a bad thing, but it is a documented bad thing and I
believe there are still some scripts which rely on this

> I'm not a php core writter, but it have to be, even a little, more
> complicated to use undefined constants as there "string" value, than as
> "null"
>
> Maybe i'm the only one thinking that way.
> I'll try to handle this by myself with parsekit & runkit ...

use of undefined constants produces a E_NOTICE
you can catch these in error-handler while debugging and fix the
structure of code accordingly.

-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to