Test: /ext/pdo_ibm/tests/fvt_025_ColumnMetaData.phpt - Version 5.4.20-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Fatal error: Uncaught exception 'PDOException' with message 'invalid data source name' in /usr/local/src/php-5.4.x/ext/pdo_ibm/tests/fvt.inc:41
002+ Stack trace:
003+ #0 /usr/local/src/php-5.4.x/ext/pdo_ibm/tests/fvt.inc(41): PDO->__construct('', '', '', Array)
004+ #1 /usr/local/src/php-5.4.x/ext/pdo_ibm/tests/fvt.inc(97): FVTTest->connect()
005+ #2 /usr/local/src/php-5.4.x/ext/pdo_ibm/tests/fvt.inc(137): TestSkip->runTest()
006+ #3 %s/fvt_025_ColumnMetaData.php(2): require_once('/usr/local/src/...')
007+ #4 {main}
008+ thrown in /usr/local/src/php-5.4.x/ext/pdo_ibm/tests/fvt.inc on line 41
001- array\(8\) \{
002- \["scale"\]=>
003- int\(0\)
004- \["table"\]=>
005- string\(7\) ("ANIMALS")|("animals")
006- \["native_type"\]=>
007- string\(7\) "INTEGER"
008- \["flags"\]=>
009- array\(3\) {
010- \["not_null"\]=>
011- bool\(false\)
012- \["unsigned"\]=>
013- bool\(false\)
014- \["auto_increment"\]=>
015- bool\(false\)
016- \}
017- \["name"\]=>
018- string\(2\) "ID"
019- \["len"\]=>
020- int\(11\)
021- \["precision"\]=>
022- int\(0\)
023- \["pdo_type"\]=>
024- int\(2\)
025- \}
026- array\(8\) \{
027- \["scale"\]=>
028- int\(0\)
029- \["table"\]=>
030- string\(7\) ("ANIMALS")|("animals")
031- \["native_type"\]=>
032- string\(7\) "VARCHAR"
033- \["flags"\]=>
034- array\(3\) \{
035- \["not_null"\]=>
036- bool\(false\)
037- \["unsigned"\]=>
038- bool\(true\)
039- \["auto_increment"\]=>
040- bool\(false\)
041- \}
042- \["name"\]=>
043- string\(5\) "BREED"
044- \["len"\]=>
045- int\(32\)
046- \["precision"\]=>
047- int\(0\)
048- \["pdo_type"\]=>
049- int\(2\)
050- \}
051- array\(8\) \{
052- \["scale"\]=>
053- int\(0\)
054- \["table"\]=>
055- string\(7\) ("ANIMALS")|("animals")
056- \["native_type"\]=>
057- string\(4\) "CHAR"
058- \["flags"\]=>
059- array\(3\) {
060- \["not_null"\]=>
061- bool\(false\)
062- \["unsigned"\]=>
063- bool\(true\)
064- \["auto_increment"\]=>
065- bool\(false\)
066- \}
067- \["name"\]=>
068- string\(4\) "NAME"
069- \["len"\]=>
070- int\(16\)
071- \["precision"\]=>
072- int\(0\)
073- \["pdo_type"\]=>
074- int\(2\)
075- \}
076- array\(8\) \{
077- \["scale"\]=>
078- int\(2\)
079- \["table"\]=>
080- string\(7\) ("ANIMALS")|("animals")
081- \["native_type"\]=>
082- string\(7\) "DECIMAL"
083- \["flags"\]=>
084- array\(3\) {
085- \["not_null"\]=>
086- bool\(false\)
087- \["unsigned"\]=>
088- bool\(false\)
089- \["auto_increment"\]=>
090- bool\(false\)
091- \}
092- \["name"\]=>
093- string\(6\) "WEIGHT"
094- \["len"\]=>
095- int\(9\)
096- \["precision"\]=>
097- int\(2\)
098- \["pdo_type"\]=>
099- int\(2\)
100- \}
101- Error: HY097
102- Error: 42P10