Searched refs:pg_last_notice (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 09notice.phpt | 27 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 D | 80_bug32223.phpt | 2 Bug #32223 (weird behaviour of pg_last_notice) 49 var_dump(pg_last_notice($dbh));
|
H A D | 80_bug32223b.phpt | 2 Bug #32223 (weird behaviour of pg_last_notice using define) 50 var_dump(pg_last_notice(dbh));
|
/PHP-8.0/ext/pgsql/ |
H A D | php_pgsql.h | 121 PHP_FUNCTION(pg_last_notice);
|
H A D | pgsql_arginfo.h | 471 ZEND_FUNCTION(pg_last_notice); 568 ZEND_FE(pg_last_notice, arginfo_pg_last_notice)
|
H A D | pgsql.stub.php | 115 function pg_last_notice($connection, int $mode = PGSQL_NOTICE_LAST): array|string|bool {} function
|
H A D | pgsql.c | 1427 PHP_FUNCTION(pg_last_notice) in PHP_FUNCTION() argument
|
Completed in 59 milliseconds