Home
last modified time | relevance | path

Searched refs:PGSQL_NOTICE_LAST (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pgsql/tests/
H A D09notice.phpt43 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_…
/php-src/ext/pgsql/
H A Dpgsql.stub.php57 const PGSQL_NOTICE_LAST = UNKNOWN; define
564 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string…
H A Dpgsql_arginfo.h699 REGISTER_LONG_CONSTANT("PGSQL_NOTICE_LAST", PGSQL_NOTICE_LAST, CONST_PERSISTENT); in register_pgsql_symbols()
H A Dpgsql.c53 #define PGSQL_NOTICE_LAST 1 /* Get the last notice */ macro
1415 zend_long option = PGSQL_NOTICE_LAST; in PHP_FUNCTION()
1426 case PGSQL_NOTICE_LAST: in PHP_FUNCTION()

Completed in 22 milliseconds