diff options
author | Ulf Wendel <uw@php.net> | 2010-09-17 16:40:02 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2010-09-17 16:40:02 +0000 |
commit | fe726b1beb785ff2769259012f7ebf3d8b7aae67 (patch) | |
tree | e3fdfab4ad9bf9151459c855a509bd9571ec9675 /ext | |
parent | 88117e6128dbede3ea452ac8f0cd643e0950e7a2 (diff) | |
download | php-git-fe726b1beb785ff2769259012f7ebf3d8b7aae67.tar.gz |
Remove OS dependent directory separator from EXPECT
Diffstat (limited to 'ext')
-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 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"]=> |