uw Fri, 17 Sep 2010 16:40:02 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=303470
Log: Remove OS dependent directory separator from EXPECT Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo/tests/pdo_034.phpt U php/php-src/trunk/ext/pdo/tests/pdo_034.phpt Modified: php/php-src/branches/PHP_5_3/ext/pdo/tests/pdo_034.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/pdo/tests/pdo_034.phpt 2010-09-17 15:35:39 UTC (rev 303469) +++ php/php-src/branches/PHP_5_3/ext/pdo/tests/pdo_034.phpt 2010-09-17 16:40:02 UTC (rev 303470) @@ -44,9 +44,9 @@ 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"]=> Modified: php/php-src/trunk/ext/pdo/tests/pdo_034.phpt =================================================================== --- php/php-src/trunk/ext/pdo/tests/pdo_034.phpt 2010-09-17 15:35:39 UTC (rev 303469) +++ php/php-src/trunk/ext/pdo/tests/pdo_034.phpt 2010-09-17 16:40:02 UTC (rev 303470) @@ -44,9 +44,9 @@ 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"]=>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php