php-src/pear/tests
Stig Bakken 971f8b0881 @Added a more configurable error reporting interface to DB.
Added a more configurable error reporting interface to DB.
Also added some more tests, and moved the DB tests to pear/DB/tests.
#Usage example that prints and exits on every error:
#$dbh = DB::connect($dsn);
#$dbh->setErrorHandling(PEAR_ERROR_DIE);
#
#Example with plain callback function:
#$dbh->setErrorHandling(PEAR_ERROR_CALLBACK, "errorHandler");
#
#Example with object callback function:
#$dbh->setErrorHandling(PEAR_ERROR_CALLBACK, array($obj, "errorHandler"));
#
#Handler functions/methods are called with the error object as a parameter.
#
2000-09-09 02:39:56 +00:00
..
pear1.phpt @Added a more configurable error reporting interface to DB. 2000-09-09 02:39:56 +00:00
pear_error2.phpt @Added a more configurable error reporting interface to DB. 2000-09-09 02:39:56 +00:00
pear_error_callback.phpt @Added a more configurable error reporting interface to DB. 2000-09-09 02:39:56 +00:00
pear_error.phpt @Added a more configurable error reporting interface to DB. 2000-09-09 02:39:56 +00:00
PEAR_Error.r @Added XML_Parser class in PEAR (Stig) 2000-07-30 17:41:31 +00:00
PEAR_Error.t @Added XML_Parser class in PEAR (Stig) 2000-07-30 17:41:31 +00:00
PEAR.r @Added XML_Parser class in PEAR (Stig) 2000-07-30 17:41:31 +00:00
PEAR.t @Added XML_Parser class in PEAR (Stig) 2000-07-30 17:41:31 +00:00
php.ini * the beginning of a regression testing framework? 2000-07-25 00:55:37 +00:00