Searched refs:pg_set_error_verbosity (Results 1 – 5 of 5) sorted by relevance
18 if (function_exists('pg_set_error_verbosity')) {19 pg_set_error_verbosity($db, PGSQL_ERRORS_TERSE);20 pg_set_error_verbosity($db, PGSQL_ERRORS_DEFAULT);21 pg_set_error_verbosity($db, PGSQL_ERRORS_VERBOSE);
17 pg_set_error_verbosity(PGSQL_ERRORS_TERSE);85 Deprecated: pg_set_error_verbosity(): Automatic fetching of PostgreSQL connection is deprecated in …
506 ZEND_FUNCTION(pg_set_error_verbosity);621 ZEND_FE(pg_set_error_verbosity, arginfo_pg_set_error_verbosity)
382 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} function
2916 PHP_FUNCTION(pg_set_error_verbosity) in PHP_FUNCTION() argument
Completed in 20 milliseconds