Searched refs:pg_last_error (Results 1 – 8 of 8) sorted by relevance
22 echo pg_last_error()."\n";31 echo pg_last_error()."\n";
26 die(pg_last_error($db));33 die(pg_last_error($db));
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
64 //echo pg_last_error($db);
30 'pg_last_error',99 Deprecated: pg_last_error(): Automatic fetching of PostgreSQL connection is deprecated in %s on lin…
458 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)
46 function pg_last_error(?PgSql\Connection $connection = null): string {} function
955 PHP_FUNCTION(pg_last_error) in PHP_FUNCTION() argument
Completed in 43 milliseconds