Searched refs:PGSQL_NOTICE_LAST (Results 1 – 2 of 2) sorted by relevance
41 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));
55 #define PGSQL_NOTICE_LAST 1 /* Get the last notice */ macro1128 REGISTER_LONG_CONSTANT("PGSQL_NOTICE_LAST", PGSQL_NOTICE_LAST, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()2324 zend_long option = PGSQL_NOTICE_LAST;2337 case PGSQL_NOTICE_LAST:
Completed in 25 milliseconds