diff options
| author | Hannes Magnusson <bjori@php.net> | 2007-05-17 13:40:12 +0000 |
|---|---|---|
| committer | Hannes Magnusson <bjori@php.net> | 2007-05-17 13:40:12 +0000 |
| commit | 4ad45f6566d3fc6d4c0ba2afa5f732ebb5e2acf6 (patch) | |
| tree | 58a94171d580e5f73cc75bbbb4908700b7a803e1 | |
| parent | 4bd12c4673466a5dd0eb028c08148e470a9afa9d (diff) | |
| download | php-git-4ad45f6566d3fc6d4c0ba2afa5f732ebb5e2acf6.tar.gz | |
Fix paths for ext/sqlite
| -rw-r--r-- | ext/pdo/tests/pdo_034.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo/tests/pdo_034.phpt b/ext/pdo/tests/pdo_034.phpt index ca250a6b14..eaadb51f95 100644 --- a/ext/pdo/tests/pdo_034.phpt +++ b/ext/pdo/tests/pdo_034.phpt @@ -58,7 +58,7 @@ 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: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %s/tests%spdo_034.php on line %d -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/tests/pdo_034.php on line %d +Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/tests%spdo_034.php on line %d bool(false) |
