From: Marcus Boerger Date: Sun, 9 Oct 2005 15:14:22 +0000 (+0000) Subject: - MFH Add new test X-Git-Tag: php-5.1.0RC2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8c5828ce077fe821e5c079d6adc5f6916107777;p=php - MFH 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===