Home
last modified time | relevance | path

Searched refs:pg_last_error (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D01createdb.phpt22 echo pg_last_error()."\n";
31 echo pg_last_error()."\n";
H A Dgh10672.phpt26 die(pg_last_error($db));
33 die(pg_last_error($db));
H A D05large_object.phpt46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
H A Dbug71998.phpt64 //echo pg_last_error($db);
H A Ddeprecated_implicit_default_link.phpt30 'pg_last_error',
99 Deprecated: pg_last_error(): Automatic fetching of PostgreSQL connection is deprecated in %s on lin…
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h458 ZEND_FUNCTION(pg_last_error);
550 ZEND_FE(pg_last_error, arginfo_pg_last_error)
551 ZEND_DEP_FALIAS(pg_errormessage, pg_last_error, arginfo_pg_errormessage)
H A Dpgsql.stub.php46 function pg_last_error(?PgSql\Connection $connection = null): string {} function
H A Dpgsql.c955 PHP_FUNCTION(pg_last_error) in PHP_FUNCTION() argument

Completed in 28 milliseconds