From 91682f88e4d346683b7dc1c79a84a7231eae757e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 9 Oct 2005 15:58:13 +0000 Subject: [PATCH] - MFH Make test check for PlPgSQL before using it --- ext/pgsql/tests/80_bug32223.phpt | 35 +++++++++++++++++--------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/ext/pgsql/tests/80_bug32223.phpt b/ext/pgsql/tests/80_bug32223.phpt index 94d934eb29..a605fcc20b 100755 --- a/ext/pgsql/tests/80_bug32223.phpt +++ b/ext/pgsql/tests/80_bug32223.phpt @@ -1,8 +1,17 @@ --TEST-- -Bug #27597 pg_fetch_array not returning false +Bug #32223 (weird behaviour of pg_last_notice) --SKIPIF-- --FILE-- getMessage()); + var_dump(pg_last_notice($dbh)); } pg_close($dbh); -- 2.50.1