Test: /ext/pgsql/tests/pg_select_001.phpt - Version 5.6.27RC1    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- Warning: pg_select(): Table 'foo' doesn't exists in %s on line %d
002- bool(false)
003- array(1) {
004- [0]=>
005- array(2) {
006- ["id"]=>
007- string(1) "1"
008- ["id2"]=>
009- string(1) "2"
010- }
011- }
012-
013- Notice: pg_select(): Invalid field name (id) in values in %s on line %d
014- bool(false)
015- array(1) {
016- [0]=>
017- array(2) {
018- ["id4"]=>
019- string(1) "4"
020- ["id3"]=>
021- string(1) "5"
022- }
023- }