Re: Exceptions



eagger wrote:

> Hi,
>
> I'm trying to get some more inside info on how exactly exceptions get
> handled inside PHP. Exception handling is not supported in C which is the
> language of the PHP engine (true/false?)

both true, but WTF has that got to with how PHP handles them?

Go RTFM - particularly:
http://www.php.net/exceptions
http://www.php.net/manual/en/ref.errorfunc.php

C.
.



Relevant Pages

  • Exceptions
    ... I'm trying to get some more inside info on how exactly exceptions get ... Exception handling is not supported in C which is the ... language of the PHP engine so.... ...
    (comp.lang.php)
  • Re: PHP error
    ... I'm posting 3 functions from that class. ... Exception handling did not exist in PHP ... My hosting company provides PHP 4.4.7 ...
    (comp.lang.php)