Page 1 of 1

Does php have something like "try" in python?

Posted: Thu Feb 09, 2006 7:03 pm
by danf_1979
I Python you can use 'try' in your error handling methods. Is there something like that in PHP?
I wanto to test the execution of some functions. How can I test a big block of code?

Posted: Thu Feb 09, 2006 7:06 pm
by hawleyjr

Posted: Thu Feb 09, 2006 7:20 pm
by Ambush Commander
He might be using PHP4. Perfectly understandable.