2009/7/2 Robert Cummings <rob...@interjinn.com>:
> Ionut G. Stan wrote:
> I think it should be E_WARNING with auto type juggling if bad data comes
> through. This way it behaves as normal PHP code does without special
> handling to mitigate a script failure. The log files will still alert you to
> the problem, and if you really want an exception handler then you still have
> that option.

It should be an E_RECOVERABLE, as it would make most sense, the error
is recoverable as it did not leave the engine in a state that it
cannot continue from a technical standpoint.


-- 
regrads,

Kalle Sommer Nielsen
ka...@php.net

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

Reply via email to