Looking for some type of function that will return true if an error has occurred in the running of the script, or false if no error occurred (the value of true/false could be switched) Basically, I am trying to find a way to test a string of PHP code and find out if it will produce errors when run.
Thanks,
Amitrus