Test: /ext/pdo_informix/tests/fvt_024.phpt - Version 7.4.29    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught PDOException: invalid data source name in /usr/local/src/php-7.4.29/ext/pdo_informix/tests/fvt.inc:41 002+ Stack trace: 003+ #0 /usr/local/src/php-7.4.29/ext/pdo_informix/tests/fvt.inc(41): PDO->__construct('', '', '', Array) 004+ #1 %s/fvt_024.php(10): FVTTest->connect() 005+ #2 %s/fvt_024.php(94): Test->runTest() 006+ #3 {main} 007+ thrown in /usr/local/src/php-7.4.29/ext/pdo_informix/tests/fvt.inc on line 41 001- As row column numbers: 0 cat Pook 002- As row column names: 0 003- As row column numbers: 0 cat Pook 004- As row column names: 0 005- 006- Notice: Undefined offset: 1 in %s 007- Rows not available: 008- As row column number: 0 009- 010- Notice: Uninitialized string offset: 1 in %s 011- Rows not available: 012- The id is: 0 Breed is: cat 013- Result in row : 1 014- The id is: 1 Breed is: dog 015- Result in row : 1 016- The id is: 2 Breed is: horse 017- Result in row : 1 018- The id is: 3 Breed is: gold fish 019- Result in row : 1 020- The id is: 4 Breed is: budgerigar 021- Result in row : 1 022- The id is: 5 Breed is: goat 023- Result in row : 1 024- The id is: 6 Breed is: llama 025- Result in row : 1 026- object(animalObj)#4 (4) { 027- ["id"]=> 028- NULL 029- ["breed"]=> 030- NULL 031- ["ID"]=> 032- string(1) "3" 033- ["BREED"]=> 034- string(9) "gold fish" 035- } 036- object(animalObj)#4 (4) { 037- ["id"]=> 038- NULL 039- ["breed"]=> 040- NULL 041- ["ID"]=> 042- string(1) "4" 043- ["BREED"]=> 044- string(10) "budgerigar" 045- } 046- object(animalObj)#4 (4) { 047- ["id"]=> 048- NULL 049- ["breed"]=> 050- NULL 051- ["ID"]=> 052- string(1) "5" 053- ["BREED"]=> 054- string(4) "goat" 055- } 056- object(animalObj)#4 (4) { 057- ["id"]=> 058- NULL 059- ["breed"]=> 060- NULL 061- ["ID"]=> 062- string(1) "6" 063- ["BREED"]=> 064- string(5) "llama" 065- } 066- object(animalObj)#3 (4) { 067- ["id"]=> 068- NULL 069- ["breed"]=> 070- NULL 071- ["ID"]=> 072- string(1) "0" 073- ["BREED"]=> 074- string(3) "cat" 075- } 076- object(animalObj)#8 (4) { 077- ["id"]=> 078- NULL 079- ["breed"]=> 080- NULL 081- ["ID"]=> 082- string(1) "1" 083- ["BREED"]=> 084- string(3) "dog" 085- } 086- object(animalObj)#3 (4) { 087- ["id"]=> 088- NULL 089- ["breed"]=> 090- NULL 091- ["ID"]=> 092- string(1) "2" 093- ["BREED"]=> 094- string(5) "horse" 095- } 096- object(animalObj)#8 (4) { 097- ["id"]=> 098- NULL 099- ["breed"]=> 100- NULL 101- ["ID"]=> 102- string(1) "3" 103- ["BREED"]=> 104- string(9) "gold fish" 105- } 106- object(animalObj)#3 (4) { 107- ["id"]=> 108- NULL 109- ["breed"]=> 110- NULL 111- ["ID"]=> 112- string(1) "4" 113- ["BREED"]=> 114- string(10) "budgerigar" 115- } 116- object(animalObj)#8 (4) { 117- ["id"]=> 118- NULL 119- ["breed"]=> 120- NULL 121- ["ID"]=> 122- string(1) "5" 123- ["BREED"]=> 124- string(4) "goat" 125- } 126- object(animalObj)#3 (4) { 127- ["id"]=> 128- NULL 129- ["breed"]=> 130- NULL 131- ["ID"]=> 132- string(1) "6" 133- ["BREED"]=> 134- string(5) "llama" 135- } 136- object(stdClass)#6 (2) { 137- ["ID"]=> 138- string(1) "0" 139- ["BREED"]=> 140- string(3) "cat" 141- } 142- object(stdClass)#3 (2) { 143- ["ID"]=> 144- string(1) "1" 145- ["BREED"]=> 146- string(3) "dog" 147- } 148- object(stdClass)#6 (2) { 149- ["ID"]=> 150- string(1) "2" 151- ["BREED"]=> 152- string(5) "horse" 153- } 154- object(stdClass)#3 (2) { 155- ["ID"]=> 156- string(1) "3" 157- ["BREED"]=> 158- string(9) "gold fish" 159- } 160- object(stdClass)#6 (2) { 161- ["ID"]=> 162- string(1) "4" 163- ["BREED"]=> 164- string(10) "budgerigar" 165- } 166- object(stdClass)#3 (2) { 167- ["ID"]=> 168- string(1) "5" 169- ["BREED"]=> 170- string(4) "goat" 171- } 172- object(stdClass)#6 (2) { 173- ["ID"]=> 174- string(1) "6" 175- ["BREED"]=> 176- string(5) "llama" 177- } 178- object(PDORow)#7 (3) { 179- ["queryString"]=> 180- string(29) "SELECT id, breed FROM animals" 181- ["ID"]=> 182- string(1) "0" 183- ["BREED"]=> 184- string(3) "cat" 185- } 186- object(PDORow)#7 (3) { 187- ["queryString"]=> 188- string(29) "SELECT id, breed FROM animals" 189- ["ID"]=> 190- string(1) "1" 191- ["BREED"]=> 192- string(3) "dog" 193- } 194- object(PDORow)#7 (3) { 195- ["queryString"]=> 196- string(29) "SELECT id, breed FROM animals" 197- ["ID"]=> 198- string(1) "2" 199- ["BREED"]=> 200- string(5) "horse" 201- } 202- object(PDORow)#7 (3) { 203- ["queryString"]=> 204- string(29) "SELECT id, breed FROM animals" 205- ["ID"]=> 206- string(1) "3" 207- ["BREED"]=> 208- string(9) "gold fish" 209- } 210- object(PDORow)#7 (3) { 211- ["queryString"]=> 212- string(29) "SELECT id, breed FROM animals" 213- ["ID"]=> 214- string(1) "4" 215- ["BREED"]=> 216- string(10) "budgerigar" 217- } 218- object(PDORow)#7 (3) { 219- ["queryString"]=> 220- string(29) "SELECT id, breed FROM animals" 221- ["ID"]=> 222- string(1) "5" 223- ["BREED"]=> 224- string(4) "goat" 225- } 226- object(PDORow)#7 (3) { 227- ["queryString"]=> 228- string(29) "SELECT id, breed FROM animals" 229- ["ID"]=> 230- string(1) "6" 231- ["BREED"]=> 232- string(5) "llama" 233- }