Home
last modified time | relevance | path

Searched refs:verbosity (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/win32/build/
H A Dconfig.w32.phpize.in5 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
H A Dconfig.w325 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php388 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} argument
H A Dpgsql_arginfo.h285 ZEND_ARG_TYPE_INFO(0, verbosity, IS_LONG, 0)
H A Dpgsql.c2927 zend_long verbosity; in PHP_FUNCTION() local
2933 if (zend_parse_parameters(argc, "l", &verbosity) == FAILURE) { in PHP_FUNCTION()
2939 if (zend_parse_parameters(argc, "rl", &pgsql_link, &verbosity) == FAILURE) { in PHP_FUNCTION()
2949 if (verbosity & (PQERRORS_TERSE|PQERRORS_DEFAULT|PQERRORS_VERBOSE)) { in PHP_FUNCTION()
2950 RETURN_LONG(PQsetErrorVerbosity(pgsql, verbosity)); in PHP_FUNCTION()

Completed in 31 milliseconds