Test: /ext/pgsql/tests/pg_insert_001.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- 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- }