That doesn't justify the error being non-recoverable, though.

Regards,
Michael

On 8/10/06, Lukas Kahwe Smith <[EMAIL PROTECTED]> wrote:
Pierre wrote:

> Hello,
>
> On 8/10/06, Michael Walter <[EMAIL PROTECTED]> wrote:
>> Yeah. It is problematic that the application has no chance of dealing
>> with the errors itself (consider e.g. php-shell which has to go great
>> lengths to prevent fatal errors from user code leading to php-shell's
>> termination, and still fails at doing this in the general case).
>
> Why object should act differently than other php variables or
> constants? Undefined constant, variable, index or offset do not raise
> a fatal error. It should be the same for the object (constants, props,
> visibility,...).

Well for privat variables it is kind of different in that someone
specifically said "this variable/property exists, but you may only
access is from inside and not from the outside".

regards,
Lukas



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

Reply via email to