Test: /ext/pdo_mysql/tests/bug_41997.phpt - Version 5.5.2-dev    

There are 2 different diffs reported by users for this test.

Count Diff
63 (95%)
008+
009+ Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s/bug_41997.php on line 10
010+ array(0) {
011+ }
3 (5%)
001+ Warning: PDO::exec(): SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected in %s/bug_41997.php on line 5
002+
003+ Warning: PDO::exec(): SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected in %s/bug_41997.php on line 6
004+
005+ Warning: PDO::query(): SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected in %s/bug_41997.php on line 8
006+
007+ Fatal error: Call to a member function fetchAll() on a non-object in %s/bug_41997.php on line 10
001- array(1) {
002- [0]=>
003- array(1) {
004- [%u|b%"one"]=>
005- %unicode|string%(1) "1"
006- }
007- }
008- array(3) {
009- [0]=>
010- %unicode|string%(5) "00000"
011- [1]=>
012- NULL
013- [2]=>
014- NULL
015- }
016- array(1) {
017- [0]=>
018- array(1) {
019- [%u|b%"two"]=>
020- %unicode|string%(1) "2"
021- }
022- }
023- array(3) {
024- [0]=>
025- %unicode|string%(5) "00000"
026- [1]=>
027- NULL
028- [2]=>
029- NULL
030- }
031- done!