diff options
Diffstat (limited to 'ext/pgsql/tests/80_bug32223.phpt')
-rw-r--r-- | ext/pgsql/tests/80_bug32223.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt index fbe0d5ff97..36dd3a803f 100644 --- a/ext/pgsql/tests/80_bug32223.phpt +++ b/ext/pgsql/tests/80_bug32223.phpt @@ -52,7 +52,6 @@ if ($row[0] == 'f') pg_close($dbh); ?> -===DONE=== --EXPECTF-- resource(%d) of type (pgsql result) resource(%d) of type (pgsql result) @@ -61,4 +60,3 @@ array(1) { string(1) "f" } string(14) "NOTICE: 11111" -===DONE=== |