felipe Fri Feb 22 02:15:43 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/pdo/tests bug_44159.phpt Log: Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/bug_44159.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/pdo/tests/bug_44159.phpt diff -u php-src/ext/pdo/tests/bug_44159.phpt:1.1.2.1 php-src/ext/pdo/tests/bug_44159.phpt:1.1.2.2 --- php-src/ext/pdo/tests/bug_44159.phpt:1.1.2.1 Tue Feb 19 14:53:04 2008 +++ php-src/ext/pdo/tests/bug_44159.phpt Fri Feb 22 02:15:42 2008 @@ -23,10 +23,11 @@ Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); the classname must be a string specifying an existing class in %s on line %d bool(false) + +Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in %s on line %d +bool(false) bool(true) bool(true) bool(true) bool(true) bool(true) -bool(true) -
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php