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

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Parse error: syntax error, unexpected '.=' (T_CONCAT_EQUAL), expecting end of file in /home/travis/build/pmmaga/php-src/ext/pgsql/tests/config.inc on line 25
001- array(3) {
002- ["num"]=>
003- array(7) {
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- ["is enum"]=>
017- bool(false)
018- }
019- ["str"]=>
020- array(7) {
021- ["num"]=>
022- int(2)
023- ["type"]=>
024- string(4) "text"
025- ["len"]=>
026- int(-1)
027- ["not null"]=>
028- bool(false)
029- ["has default"]=>
030- bool(false)
031- ["array dims"]=>
032- int(0)
033- ["is enum"]=>
034- bool(false)
035- }
036- ["bin"]=>
037- array(7) {
038- ["num"]=>
039- int(3)
040- ["type"]=>
041- string(5) "bytea"
042- ["len"]=>
043- int(-1)
044- ["not null"]=>
045- bool(false)
046- ["has default"]=>
047- bool(false)
048- ["array dims"]=>
049- int(0)
050- ["is enum"]=>
051- bool(false)
052- }
053- }