Searched refs:pg_set_error_verbosity (Results 1 – 3 of 3) sorted by relevance
16 if (function_exists('pg_set_error_verbosity')) {17 pg_set_error_verbosity(PGSQL_ERRORS_TERSE);18 pg_set_error_verbosity(PGSQL_ERRORS_DEFAULT);19 pg_set_error_verbosity(PGSQL_ERRORS_VERBOSE);
181 PHP_FUNCTION(pg_set_error_verbosity);
707 PHP_FE(pg_set_error_verbosity, arginfo_pg_set_error_verbosity)3883 PHP_FUNCTION(pg_set_error_verbosity) argument
Completed in 26 milliseconds