And correct my correction before anyone notices

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310880 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2011-05-10 09:27:37 +00:00
parent 7f8c6ad5fc
commit a7729a2a06

View file

@ -30,7 +30,7 @@ try {
}
$db->exec("INSERT INTO test VALUES('A', 'B')");
$db->exec("INSERT INTO test VALUES('D', 'D')");
$db->exec("INSERT INTO test VALUES('C', 'D')");
$db->exec("INSERT INTO test VALUES('E', 'F')");
$stmt = $db->prepare('SELECT id, val from test');