From: Rasmus Lerdorf Date: Wed, 25 Nov 2009 05:29:57 +0000 (+0000) Subject: Unless I am completely misreading this test case, these 3 lines at the X-Git-Tag: php-5.4.0alpha1~191^2~2346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ff2df9b5f5daf48479678af83fafa576356d6d0;p=php Unless I am completely misreading this test case, these 3 lines at the end should be in the expected output. --- diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt index b0959a3ac9..c0df4a5127 100644 --- a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt @@ -176,4 +176,7 @@ Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this func Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this function: driver does not support that attribute in %s on line %d [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE' -done! \ No newline at end of file +[023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND' +[024] SQLSTATE[42000] [1065] Query was empty +[025] SQLSTATE[42S02] [1146] Table 'test.nonexistent' doesn't exist +done!