From: Marcus Boerger Date: Sun, 9 Oct 2005 15:13:25 +0000 (+0000) Subject: - Add new test X-Git-Tag: RELEASE_0_9_1~184 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=362ea7143e9359e04500386bf20f47a5caf55342;p=php - Add new test --- diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt new file mode 100755 index 0000000000..94d934eb29 --- /dev/null +++ b/ext/pgsql/tests/80_bug32223.phpt @@ -0,0 +1,51 @@ +--TEST-- +Bug #27597 pg_fetch_array not returning false +--SKIPIF-- + +--FILE-- +getMessage()); +} + +pg_close($dbh); + +?> +===DONE=== +--EXPECTF-- +array(1) { + [0]=> + string(1) "f" +} +string(14) "NOTICE: 11111" +===DONE===