Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D09notice.phpt29 var_dump(pg_last_notice($db));
30 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
38 var_dump(pg_last_notice($db));
39 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
42 var_dump(pg_last_notice($db, PGSQL_NOTICE_CLEAR));
43 var_dump(pg_last_notice($db, PGSQL_NOTICE_LAST));
44 var_dump(pg_last_notice($db, PGSQL_NOTICE_ALL));
48 var_dump(pg_last_notice($db, 99));
78 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)
51 var_dump(pg_last_notice($dbh));
H A D80_bug32223b.phpt2 Bug #32223 (weird behaviour of pg_last_notice using define)
52 var_dump(pg_last_notice($dbh));
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h482 ZEND_FUNCTION(pg_last_notice);
583 ZEND_FE(pg_last_notice, arginfo_pg_last_notice)
H A Dpgsql.stub.php564 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string… function
H A Dpgsql.c1409 PHP_FUNCTION(pg_last_notice) in PHP_FUNCTION() argument

Completed in 38 milliseconds