I use something like the example here
http://www.php.net/manual/en/ref.errorfunc.php
Vincent
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. Killmer; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] PHP 5 try catch block
You can only catch exceptions.
will allways result in fatal error
results in "all ok" though.
Vincent
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You can only catch exceptions.
will allways result in fatal error
results in "all ok" though.
Vincent
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What is generating these exceptions? Java?
-Original Message-
From: Charles P. Killmer
To: [EMAIL PROTECTED]
Sent: 17-5-2004 19:50
Subject: [PHP-WIN] PHP 5 try catch block
Has anyone figured out how to catch fatal errors? Something like a
script like this with an obvivous parse error.
:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 12:58 PM
To: Charles P. Killmer
Subject: Re: [PHP-WIN] PHP 5 try catch block
Have you tried the if statement with the isset command?
For example:
**
$SomeVariable = "NoneTheLess";
if (!isset($SomeVariables))
{
echo "Vari