mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Fixed bug: #11265
This commit is contained in:
parent
fadd1472ea
commit
d1a382a1e8
@ -885,7 +885,10 @@ PHP_FUNCTION(pg_cmdtuples)
|
||||
|
||||
/* {{{ proto int pg_last_notice(int connection)
|
||||
Returns the last notice set by the backend */
|
||||
PHP_FUNCTION(pg_last_notice) {
|
||||
PHP_FUNCTION(pg_last_notice)
|
||||
{
|
||||
PGLS_FETCH();
|
||||
|
||||
if (PGG(last_notice) == NULL) {
|
||||
RETURN_FALSE;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user