From: Rasmus Lerdorf Date: Wed, 25 Nov 2009 05:38:33 +0000 (+0000) Subject: And there is no 23,24,25 in this test at all. Perhaps these lines were X-Git-Tag: php-5.4.0alpha1~191^2~2345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b37fd48a9934db75a88b930fc0040ddb902438e;p=php And there is no 23,24,25 in this test at all. Perhaps these lines were added to the wrong file by mistake? Those were the same ones missing from pdo_mysql___construct_options.phpt --- diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt index b4ee6ea7d9..4c9e414370 100644 --- a/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt @@ -78,8 +78,5 @@ if (MySQLPDOTest::isPDOMySQLnd()) ?> --EXPECTF-- [001] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean -[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 '%snonexistent' doesn't exist [026] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_READ_DEFAULT_FILE' done!