Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/tests/
H A D09notice.phpt41 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));
/PHP-7.4/ext/pgsql/
H A Dpgsql.c55 #define PGSQL_NOTICE_LAST 1 /* Get the last notice */ macro
1128 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 18 milliseconds