Searched refs:verbose (Results 1 – 3 of 3) sorted by relevance
/imagick/ |
H A D | Imagick.stub.php | 334 * @param bool $verbose 341 bool $verbose = false argument
|
H A D | Imagick_arginfo.h | 1383 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, verbose, _IS_BOOL, 0, "false") 1385 ZEND_ARG_INFO(0, verbose)
|
H A D | imagick_class.c | 2527 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 62 milliseconds