Test: /ext/pgsql/tests/bug72028.phpt - Version 7.2.16-dev        

Bug #72028 pg_query_params(): NULL converts to empty string
Submitted: 2016-04-15 09:25:06 Modified:
From: iivarih Assigned:
Status: Closed Package: PostgreSQL related
PHP Version: 7.0.5 OS: Debian Jessie

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(2) {
002- ["value"]=>
003- NULL
004- ["details"]=>
005- string(38) "insert before looping with a reference"
006- }
007- array(2) {
008- ["value"]=>
009- NULL
010- ["details"]=>
011- string(37) "insert after looping with a reference"
012- }
013- ==DONE==