I think he's trying to solve the infamous issetor() in an extension...

Regards
Alan

Wez Furlong wrote:

Any uninitialized variable is a potential programmer error.
Again, if you don't want the notices, turn them off.
If you want "safe" code, turn them on and respect them.

--Wez.

On 5/28/06, Robert Cummings <[EMAIL PROTECTED]> wrote:

On Sun, 2006-05-28 at 17:54, Wez Furlong wrote:
> The E_NOTICE highlights a possible programmer error.
> If you don't want to see it, turn off E_NOTICE level in your error
> reporting settings.

But he's specifically working on something to allow the developer to
eliminate the warnings because the developer has thought about the use
first. In short he's attempting to create a more succinct structure that
will increase code clarity but is coming up against an extension
limitation.

Cheers,
Rob.
--
.------------------------------------------------------------.
| InterJinn Application Framework - http://www.interjinn.com |
:------------------------------------------------------------:
| An application and templating framework for PHP. Boasting  |
| a powerful, scalable system for accessing system services  |
| such as forms, properties, sessions, and caches. InterJinn |
| also provides an extremely flexible architecture for       |
| creating re-usable components quickly and easily.          |
`------------------------------------------------------------'




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

Reply via email to