Searched refs:pg_last_error (Results 1 – 8 of 8) 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";
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…
70 //echo pg_last_error($db);
468 ZEND_FUNCTION(pg_last_error);565 ZEND_FE(pg_last_error, arginfo_pg_last_error)566 ZEND_DEP_FALIAS(pg_errormessage, pg_last_error, arginfo_pg_errormessage)
474 function pg_last_error(?PgSql\Connection $connection = null): string {} function
865 PHP_FUNCTION(pg_last_error) in PHP_FUNCTION() argument
Completed in 34 milliseconds