Test: /ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt - Version 7.0.25-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ [001] PDO::__construct(): 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, []
002+ done!
001- [003] [TODO][CHANGEREQUEST] Please, lets not ignore invalid options and bail out!
002- [003a] Expecting default value for 'PDO::MYSQL_ATTR_INIT_COMMAND' of ''/string, getAttribute() reports setting ''/boolean
003- [015] PDO::ATTR_EMULATE_PREPARES should be on
004- [016] PDO::MYSQL_ATTR_DIRECT_QUERY should be on
005- [017] PDO::ATTR_EMULATE_PREPARES should be off
006- [018] PDO::MYSQL_ATTR_DIRECT_QUERY should be off
007- [021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
008- [023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
009- [024] SQLSTATE[42000] [1065] Query was empty
010- [025] SQLSTATE[42S02] [1146] Table '%s.nonexistent' doesn't exist
011- done!