Home
last modified time | relevance | path

Searched refs:pg_last_notice (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D09notice.phpt29 $msg = pg_last_notice($db);
35 echo "pg_last_notice() is Ok\n";
43 pg_last_notice() is Ok
H A D80_bug32223.phpt2 Bug #32223 (weird behaviour of pg_last_notice)
49 var_dump(pg_last_notice($dbh));
H A D80_bug32223b.phpt2 Bug #32223 (weird behaviour of pg_last_notice using define)
50 var_dump(pg_last_notice(dbh));
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h142 PHP_FUNCTION(pg_last_notice);
H A DREADME181 string pg_last_notice(resource connection)
H A Dpgsql.c646 PHP_FE(pg_last_notice, arginfo_pg_last_notice)
2207 PHP_FUNCTION(pg_last_notice) argument

Completed in 19 milliseconds