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