Test: /ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt - Version 7.4.29    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
004+ 005+ Fatal error: Uncaught Error: Call to a member function fetchAll() on bool in %s/pdo_mysql_multi_stmt_nextrowset.php:14 006+ Stack trace: 007+ #0 %s/pdo_mysql_multi_stmt_nextrowset.php(34): test_proc(Object(PDO)) 008+ #1 {main} 009+ thrown in %s/pdo_mysql_multi_stmt_nextrowset.php on line 14 004- array(3) { 005- [0]=> 006- array(1) { 007- ["id"]=> 008- string(1) "1" 009- } 010- [1]=> 011- array(1) { 012- ["id"]=> 013- string(1) "2" 014- } 015- [2]=> 016- array(1) { 017- ["id"]=> 018- string(1) "3" 019- } 020- } 021- array(3) { 022- [0]=> 023- array(2) { 024- ["id"]=> 025- string(1) "3" 026- ["label"]=> 027- string(1) "c" 028- } 029- [1]=> 030- array(2) { 031- ["id"]=> 032- string(1) "2" 033- ["label"]=> 034- string(1) "b" 035- } 036- [2]=> 037- array(2) { 038- ["id"]=> 039- string(1) "1" 040- ["label"]=> 041- string(1) "a" 042- } 043- } 044- bool(false) 045- array(3) { 046- [0]=> 047- array(1) { 048- ["id"]=> 049- string(1) "1" 050- } 051- [1]=> 052- array(1) { 053- ["id"]=> 054- string(1) "2" 055- } 056- [2]=> 057- array(1) { 058- ["id"]=> 059- string(1) "3" 060- } 061- } 062- array(3) { 063- [0]=> 064- array(2) { 065- ["id"]=> 066- string(1) "3" 067- ["label"]=> 068- string(1) "c" 069- } 070- [1]=> 071- array(2) { 072- ["id"]=> 073- string(1) "2" 074- ["label"]=> 075- string(1) "b" 076- } 077- [2]=> 078- array(2) { 079- ["id"]=> 080- string(1) "1" 081- ["label"]=> 082- string(1) "a" 083- } 084- } 085- bool(false) 086- string(5) "42000" 087- 088- Testing with PDO::MYSQL_ATTR_MULTI_STATEMENTS set to true 089- array(3) { 090- [0]=> 091- array(1) { 092- ["id"]=> 093- string(1) "1" 094- } 095- [1]=> 096- array(1) { 097- ["id"]=> 098- string(1) "2" 099- } 100- [2]=> 101- array(1) { 102- ["id"]=> 103- string(1) "3" 104- } 105- } 106- array(3) { 107- [0]=> 108- array(2) { 109- ["id"]=> 110- string(1) "3" 111- ["label"]=> 112- string(1) "c" 113- } 114- [1]=> 115- array(2) { 116- ["id"]=> 117- string(1) "2" 118- ["label"]=> 119- string(1) "b" 120- } 121- [2]=> 122- array(2) { 123- ["id"]=> 124- string(1) "1" 125- ["label"]=> 126- string(1) "a" 127- } 128- } 129- bool(false) 130- array(3) { 131- [0]=> 132- array(1) { 133- ["id"]=> 134- string(1) "1" 135- } 136- [1]=> 137- array(1) { 138- ["id"]=> 139- string(1) "2" 140- } 141- [2]=> 142- array(1) { 143- ["id"]=> 144- string(1) "3" 145- } 146- } 147- array(3) { 148- [0]=> 149- array(2) { 150- ["id"]=> 151- string(1) "3" 152- ["label"]=> 153- string(1) "c" 154- } 155- [1]=> 156- array(2) { 157- ["id"]=> 158- string(1) "2" 159- ["label"]=> 160- string(1) "b" 161- } 162- [2]=> 163- array(2) { 164- ["id"]=> 165- string(1) "1" 166- ["label"]=> 167- string(1) "a" 168- } 169- } 170- bool(false) 171- string(5) "00000" 172- done!