Searched refs:result (Results 1 – 10 of 10) sorted by relevance
55 $result = implode(" ", $CFLAGS); variable56 echo $result;57 fwrite(STDERR, "Ok. CFLAGS are: $result\n");
28 $result = $imageReopened->compareImages($memoryReopened, \Imagick::METRIC_MEANABSOLUTEERROR);30 if ($result[1] == 0) {35 var_dump($result);
30 $result = $imagick->mergeImageLayers($layerMethodType);31 $bytes = $result->getImageBlob();
22 //The rest of this example is to make the result obvious - because23 //otherwise the result is not obvious.
42 …compared to color [$color2] distance $testDistance doesn't meet expected result [$expectation].". …47 …compared to color [$color2] distance $testDistance doesn't meet expected result [$expectation].". …
77 $result = Imagick::queryFormats(strtoupper($format));78 if (count($result) == false) {
24 // value = variance expected in result
39 zend_bool result; in PHP_METHOD() local54 if (result == 0) { in PHP_METHOD()1017 char *result; in PHP_METHOD() local1046 if (result) { in PHP_METHOD()1505 zend_bool result; in PHP_METHOD() local1540 if (result == 0) { in PHP_METHOD()1560 zend_bool result; in PHP_METHOD() local1595 if (result == 0) { in PHP_METHOD()3753 zend_bool result; in PHP_METHOD() local3769 if (result == 0) { in PHP_METHOD()[all …]
75 4) Check the result of the image processing is a valid image file before displaying it to the user.…
490 - Fixes PECL bug #16085 (Twice crop returns invalid result)
Completed in 38 milliseconds