Test: /ext/pgsql/tests/14pg_update.phpt - Version 7.4.11    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
002+ UPDATE "php_pgsql_test" SET "num"='1234',"str"='ABC',"bin"='XYZ' WHERE "num"='1234'; 002- UPDATE "php_pgsql_test" SET "num='1234',"str='ABC',"bin='XYZ' WHERE "num='1234';