Home
last modified time | relevance | path

Searched refs:pg_last_notice (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/pgsql/tests/
H A D09notice.phpt27 var_dump(pg_last_notice($db));
28 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
36 var_dump(pg_last_notice($db));
37 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
40 var_dump(pg_last_notice($db, PGSQL_NOTICE_CLEAR));
41 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));
42 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
46 var_dump(pg_last_notice($db, 99));
75 pg_last_notice(): Argument #2 ($mode) must be one of PGSQL_NOTICE_LAST, PGSQL_NOTICE_ALL, or PGSQL_…
H A D80_bug32223.phpt2 Bug #32223 (weird behaviour of pg_last_notice)
49 var_dump(pg_last_notice($dbh));
H A D80_bug32223b.phpt2 Bug #32223 (weird behaviour of pg_last_notice using define)
50 var_dump(pg_last_notice(dbh));
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h121 PHP_FUNCTION(pg_last_notice);
H A Dpgsql_arginfo.h471 ZEND_FUNCTION(pg_last_notice);
568 ZEND_FE(pg_last_notice, arginfo_pg_last_notice)
H A Dpgsql.stub.php115 function pg_last_notice($connection, int $mode = PGSQL_NOTICE_LAST): array|string|bool {} function
H A Dpgsql.c1427 PHP_FUNCTION(pg_last_notice) in PHP_FUNCTION() argument

Completed in 22 milliseconds