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