Home
last modified time | relevance | path

Searched refs:verbose (Results 1 – 3 of 3) sorted by relevance

/imagick/
H A DImagick.stub.php334 * @param bool $verbose
341 bool $verbose = false argument
H A DImagick_arginfo.h1383 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, verbose, _IS_BOOL, 0, "false")
1385 ZEND_ARG_INFO(0, verbose)
H A Dimagick_class.c2527 zend_bool verbose = 0; in PHP_METHOD() local
2530 …S() TSRMLS_CC, "ldd|b", &colorspace, &cluster_threshold, &smooth_threshold, &verbose) == FAILURE) { in PHP_METHOD()
2538 …status = MagickSegmentImage(intern->magick_wand, colorspace, verbose, cluster_threshold, smooth_th… in PHP_METHOD()

Completed in 79 milliseconds