summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-05-17 13:40:12 +0000
committerHannes Magnusson <bjori@php.net>2007-05-17 13:40:12 +0000
commit4ad45f6566d3fc6d4c0ba2afa5f732ebb5e2acf6 (patch)
tree58a94171d580e5f73cc75bbbb4908700b7a803e1
parent4bd12c4673466a5dd0eb028c08148e470a9afa9d (diff)
downloadphp-git-4ad45f6566d3fc6d4c0ba2afa5f732ebb5e2acf6.tar.gz
Fix paths for ext/sqlite
-rw-r--r--ext/pdo/tests/pdo_034.phpt4
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)