Test: /ext/pgsql/tests/12pg_insert_9.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- INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES (1234,E'AAA',E'\\x424242');
002- INSERT INTO "php_pgsql_test" ("num","str","bin") VALUES ('1234','AAA','BBB');
003- Ok