Home
last modified time | relevance | path

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

/PHP-7.4/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));
45 var_dump(pg_last_notice($db, 99));
72 Warning: pg_last_notice(): Invalid option specified (99) in %s%e09notice.php on line %d
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-7.4/ext/pgsql/
H A Dphp_pgsql.h148 PHP_FUNCTION(pg_last_notice);
H A Dpgsql.c673 PHP_FE(pg_last_notice, arginfo_pg_last_notice)
2319 PHP_FUNCTION(pg_last_notice) argument

Completed in 23 milliseconds