Searched refs:pg_last_error (Results 1 – 10 of 10) sorted by relevance
26 die(pg_last_error($db));33 die(pg_last_error($db));
22 echo pg_last_error()."\n";31 echo pg_last_error()."\n";
26 var_dump(pg_last_error($db));
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
30 'pg_last_error',99 Deprecated: pg_last_error(): Automatic fetching of PostgreSQL connection is deprecated in %s on lin…
71 //echo pg_last_error($db);
80 Deprecated: Function pg_errormessage() is deprecated since 8.0, use pg_last_error() instead in %s o…
479 function pg_last_error(?PgSql\Connection $connection = null): string {} function
503 ZEND_FUNCTION(pg_last_error);608 ZEND_FE(pg_last_error, arginfo_pg_last_error)
1009 PHP_FUNCTION(pg_last_error) in PHP_FUNCTION() argument
Completed in 31 milliseconds