Test: /ext/pgsql/tests/13pg_select_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- array(1) {
002- [0]=>
003- array(3) {
004- ["num"]=>
005- string(4) "1234"
006- ["str"]=>
007- string(3) "AAA"
008- ["bin"]=>
009- string(8) "\x424242"
010- }
011- }
012- SELECT * FROM "php_pgsql_test" WHERE "num"=1234;
013- SELECT * FROM "php_pgsql_test" WHERE "num"='1234';
014- Ok