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; define575 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string…
54 #define PGSQL_NOTICE_LAST 1 /* Get the last notice */ macro1579 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION()1592 case PGSQL_NOTICE_LAST: in PHP_FUNCTION()
754 REGISTER_LONG_CONSTANT("PGSQL_NOTICE_LAST", PGSQL_NOTICE_LAST, CONST_PERSISTENT); in register_pgsql_symbols()
Completed in 36 milliseconds