Test: /ext/pgsql/tests/pg_meta_data_001.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(2) {
002- ["id"]=>
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- ["id3"]=>
018- array(6) {
019- ["num"]=>
020- int(2)
021- ["type"]=>
022- string(4) "int4"
023- ["len"]=>
024- int(4)
025- ["not null"]=>
026- bool(false)
027- ["has default"]=>
028- bool(false)
029- ["array dims"]=>
030- int(0)
031- }
032- }
033- array(2) {
034- ["id"]=>
035- array(6) {
036- ["num"]=>
037- int(1)
038- ["type"]=>
039- string(4) "int4"
040- ["len"]=>
041- int(4)
042- ["not null"]=>
043- bool(false)
044- ["has default"]=>
045- bool(false)
046- ["array dims"]=>
047- int(0)
048- }
049- ["id2"]=>
050- array(6) {
051- ["num"]=>
052- int(2)
053- ["type"]=>
054- string(4) "int4"
055- ["len"]=>
056- int(4)
057- ["not null"]=>
058- bool(false)
059- ["has default"]=>
060- bool(false)
061- ["array dims"]=>
062- int(0)
063- }
064- }