Searched refs:verbosity (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/win32/build/ |
H A D | config.w32.phpize.in | 5 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
|
H A D | config.w32 | 5 ARG_WITH("verbosity", "Output verbosity, 0-2.", "1");
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.stub.php | 388 function pg_set_error_verbosity($connection, int $verbosity = UNKNOWN): int|false {} argument
|
H A D | pgsql_arginfo.h | 285 ZEND_ARG_TYPE_INFO(0, verbosity, IS_LONG, 0)
|
H A D | pgsql.c | 2927 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 29 milliseconds