RE: [PHP-WIN] PHP 5 try catch block

2004-05-18 Thread Vincent Jansen
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

RE: [PHP-WIN] PHP 5 try catch block

2004-05-18 Thread Charles P. Killmer
. 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

RE: [PHP-WIN] PHP 5 try catch block

2004-05-18 Thread Vincent Jansen
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

RE: [PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Svensson, B.A.T. (HKG)
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.

RE: [PHP-WIN] PHP 5 try catch block

2004-05-17 Thread Charles P. Killmer
:[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