Test: /ext/pgsql/tests/11pg_meta_data.phpt - Version 5.6.0-dev    

There is 1 diff reported by users for this test.

Count Diff
3 (100%)
001+ Parse error: syntax error, unexpected '<' in /home/travis/build/php/php-src/ext/pgsql/tests/config.inc on line 18
001- array(3) {
002- ["num"]=>
003- array(6) {
004- ["num"]=>
005- int(1)
006- ["type"]=>
007- string(4) "int4"
008- ["len"]=>
009- int(4)
010- ["not null"]=>
011- bool(false)
012- ["has default"]=>
013- bool(false)
014- ["array dims"]=>
015- int(0)
016- }
017- ["str"]=>
018- array(6) {
019- ["num"]=>
020- int(2)
021- ["type"]=>
022- string(4) "text"
023- ["len"]=>
024- int(-1)
025- ["not null"]=>
026- bool(false)
027- ["has default"]=>
028- bool(false)
029- ["array dims"]=>
030- int(0)
031- }
032- ["bin"]=>
033- array(6) {
034- ["num"]=>
035- int(3)
036- ["type"]=>
037- string(5) "bytea"
038- ["len"]=>
039- int(-1)
040- ["not null"]=>
041- bool(false)
042- ["has default"]=>
043- bool(false)
044- ["array dims"]=>
045- int(0)
046- }
047- }