Searched refs:pg_last_notice (Results 1 – 5 of 5) sorted by relevance
27 var_dump(pg_last_notice($db));28 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));36 var_dump(pg_last_notice($db));37 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));40 var_dump(pg_last_notice($db, PGSQL_NOTICE_CLEAR));41 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));42 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));45 var_dump(pg_last_notice($db, 99));72 Warning: pg_last_notice(): Invalid option specified (99) in %s%e09notice.php on line %d
2 Bug #32223 (weird behaviour of pg_last_notice)49 var_dump(pg_last_notice($dbh));
2 Bug #32223 (weird behaviour of pg_last_notice using define)50 var_dump(pg_last_notice(dbh));
148 PHP_FUNCTION(pg_last_notice);
673 PHP_FE(pg_last_notice, arginfo_pg_last_notice)2319 PHP_FUNCTION(pg_last_notice) argument
Completed in 26 milliseconds