Test: /ext/pdo_mysql/tests/pdo_mysql_multi_stmt_nextrowset.phpt - Version 7.4.11-dev    

There is 1 diff reported by users for this test.

Count Diff
13 (100%)
045+ 046+ Fatal error: Uncaught Error: Call to a member function fetchAll() on bool in %s/pdo_mysql_multi_stmt_nextrowset.php:14 047+ Stack trace: 048+ #0 %s/pdo_mysql_multi_stmt_nextrowset.php(41): test_proc(Object(PDO)) 049+ #1 {main} 050+ thrown in %s/pdo_mysql_multi_stmt_nextrowset.php on line 14 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!