Searched refs:PGSQL_NOTICE_LAST (Results 1 – 4 of 4) sorted by relevance
43 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));78 pg_last_notice(): Argument #2 ($mode) must be one of PGSQL_NOTICE_LAST, PGSQL_NOTICE_ALL, or PGSQL_…
57 const PGSQL_NOTICE_LAST = UNKNOWN; define517 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string…
686 REGISTER_LONG_CONSTANT("PGSQL_NOTICE_LAST", PGSQL_NOTICE_LAST, CONST_PERSISTENT); in register_pgsql_symbols()
53 #define PGSQL_NOTICE_LAST 1 /* Get the last notice */ macro1406 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION()1417 case PGSQL_NOTICE_LAST: in PHP_FUNCTION()
Completed in 29 milliseconds