diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-05-16 21:03:46 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-05-16 21:03:46 +0000 |
| commit | 67032ecdf0cb7a03c9802e7e84c345a9e2aa1cb8 (patch) | |
| tree | beba1f8c59caa3927c5cac586b259cbc25968223 | |
| parent | 5e7b464517bda9548c7b8d0de290a0c16680c26e (diff) | |
| download | php-git-67032ecdf0cb7a03c9802e7e84c345a9e2aa1cb8.tar.gz | |
Make test work in sqlite
| -rw-r--r-- | ext/pdo/tests/pdo_034.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdo_034.phpt b/ext/pdo/tests/pdo_034.phpt index ea6ff0388a..ca250a6b14 100644 --- a/ext/pdo/tests/pdo_034.phpt +++ b/ext/pdo/tests/pdo_034.phpt @@ -60,5 +60,5 @@ array(5) { Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %s/tests/pdo_034.php on line %d -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error in %s/tests/pdo_034.php on line %d +Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/tests/pdo_034.php on line %d bool(false) |
