php-src/ext/pgsql/tests/09notice.phpt
Yasuo Ohgaki 1abb9cd02c Add error message from _notice_handler()
# Currently, it always logs whennever notice message is
# recieved. I'll change error log optional later.
2002-04-05 07:57:33 +00:00

14 lines
255 B
PHP

--TEST--
PostgreSQL notice function
--SKIPIF--
<?php include("skipif.inc"); ?>
--FILE--
<?php
include("notice.inc");
?>
--EXPECT--
NOTICE: BEGIN: already a transaction in progress
NOTICE: BEGIN: already a transaction in progress
pg_last_notice() is Ok