Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Mar 19, 2004
1 parent 0c8d745 commit edde872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ext/sqlite/tests/sqlite_oo_020.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ try {
} catch(sqlite_exception $err) {
echo "Message: ".$err->getMessage()."\n";
echo "File: ".$err->getFile()."\n";
echo "File: ".$err->getCode()."\n";
echo "Line: ".$err->getLine()."\n";
print_r($err->getTrace());
echo "BackTrace: ".$err->getTraceAsString()."\n";
//echo "Line: ".$err->getLine()."\n";
//print_r($err->getTrace());
//echo "BackTrace: ".$err->getTraceAsString()."\n";
}

$db = sqlite_factory($dbname);
Expand Down

0 comments on commit edde872

Please sign in to comment.