Does php have something like "try" in python?
Posted: Thu Feb 09, 2006 7:03 pm
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?
I wanto to test the execution of some functions. How can I test a big block of code?