Test: /ext/pdo_informix/tests/fvt_025.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_025.php(5): FVTTest->connect() 005+ #2 %s/fvt_025.php(33): 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- array(7) { 002- ["scale"]=> 003- int(0) 004- ["native_type"]=> 005- string(7) "INTEGER" 006- ["flags"]=> 007- array(3) { 008- ["not_null"]=> 009- bool(false) 010- ["unsigned"]=> 011- bool(false) 012- ["auto_increment"]=> 013- bool(false) 014- } 015- ["name"]=> 016- string(2) "ID" 017- ["len"]=> 018- int(11) 019- ["precision"]=> 020- int(0) 021- ["pdo_type"]=> 022- int(2) 023- } 024- array(7) { 025- ["scale"]=> 026- int(0) 027- ["native_type"]=> 028- string(7) "VARCHAR" 029- ["flags"]=> 030- array(3) { 031- ["not_null"]=> 032- bool(false) 033- ["unsigned"]=> 034- bool(true) 035- ["auto_increment"]=> 036- bool(false) 037- } 038- ["name"]=> 039- string(5) "BREED" 040- ["len"]=> 041- int(32) 042- ["precision"]=> 043- int(0) 044- ["pdo_type"]=> 045- int(2) 046- } 047- array(7) { 048- ["scale"]=> 049- int(0) 050- ["native_type"]=> 051- string(4) "CHAR" 052- ["flags"]=> 053- array(3) { 054- ["not_null"]=> 055- bool(false) 056- ["unsigned"]=> 057- bool(true) 058- ["auto_increment"]=> 059- bool(false) 060- } 061- ["name"]=> 062- string(4) "NAME" 063- ["len"]=> 064- int(16) 065- ["precision"]=> 066- int(0) 067- ["pdo_type"]=> 068- int(2) 069- } 070- array(7) { 071- ["scale"]=> 072- int(2) 073- ["native_type"]=> 074- string(7) "DECIMAL" 075- ["flags"]=> 076- array(3) { 077- ["not_null"]=> 078- bool(false) 079- ["unsigned"]=> 080- bool(false) 081- ["auto_increment"]=> 082- bool(false) 083- } 084- ["name"]=> 085- string(6) "WEIGHT" 086- ["len"]=> 087- int(9) 088- ["precision"]=> 089- int(2) 090- ["pdo_type"]=> 091- int(2) 092- } 093- Error: HY097 094- Error: 42P10