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

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+
001- Warning: pg_insert(): Table 'foo' doesn't exists in %s on line %d
002- string(55) "INSERT INTO "phptests"."foo" ("id","id2") VALUES (1,2);"
003- array(1) {
004- [0]=>
005- array(2) {
006- ["id"]=>
007- string(1) "1"
008- ["id2"]=>
009- string(1) "2"
010- }
011- }