From fe726b1beb785ff2769259012f7ebf3d8b7aae67 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Fri, 17 Sep 2010 16:40:02 +0000 Subject: [PATCH] Remove OS dependent directory separator from EXPECT --- ext/pdo/tests/pdo_034.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pdo/tests/pdo_034.phpt b/ext/pdo/tests/pdo_034.phpt index 3b30cdc3ea..3803c2f4ef 100644 --- a/ext/pdo/tests/pdo_034.phpt +++ b/ext/pdo/tests/pdo_034.phpt @@ -44,9 +44,9 @@ array(5) { string(1) "4" } -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error: PDO::FETCH_KEY_PAIR fetch mode requires the result set to contain extactly 2 columns. in %s/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 %spdo_034.php on line %d -Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%s/pdo_034.php on line %d +Warning: PDOStatement::fetch(): SQLSTATE[HY000]: General error%spdo_034.php on line %d bool(false) array(5) { ["test0"]=> -- 2.40.0