Searched refs:pg_last_notice (Results 1 – 6 of 6) sorted by relevance
/PHP-8.3/ext/pgsql/tests/ |
H A D | 09notice.phpt | 29 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 D | 80_bug32223b.phpt | 2 Bug #32223 (weird behaviour of pg_last_notice using define) 52 var_dump(pg_last_notice($dbh));
|
H A D | 80_bug32223.phpt | 2 Bug #32223 (weird behaviour of pg_last_notice) 51 var_dump(pg_last_notice($dbh));
|
/PHP-8.3/ext/pgsql/ |
H A D | pgsql_arginfo.h | 483 ZEND_FUNCTION(pg_last_notice); 585 ZEND_FE(pg_last_notice, arginfo_pg_last_notice)
|
H A D | pgsql.stub.php | 564 …function pg_last_notice(PgSql\Connection $connection, int $mode = PGSQL_NOTICE_LAST): array|string… function
|
H A D | pgsql.c | 1404 PHP_FUNCTION(pg_last_notice) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds