php3-list | 199908
Date: 08/24/99
- Next message: Ray Parish: "[PHP3] Cookies"
- Previous message: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- In reply to: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Next in thread: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Reply: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Reply: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> While we are on the subject is there any way to catch fatal errors.
>
> In perl, eval cound be used for this, and the fatal error message is
return
> in a variable $! or @! or something.
>
> Can/will php support catching such errors.
>
> Sam
Errors which are likely to halt script execution or something else ugly can
be placed inside conditional statements so that if they fail, the 'else'
catches them and you can perhaps log the failed event or try something else
instead.
jason
-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ray Parish: "[PHP3] Cookies"
- Previous message: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- In reply to: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Next in thread: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Reply: Steve Edberg: "Re: [PHP3] 0 is not a result"
- Reply: Samuel Liddicott: "RE: [PHP3] 0 is not a result"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

