Home
last modified time | relevance | path

Searched refs:message (Results 1 – 10 of 10) sorted by relevance

/imagick/tests/
H A D280_imagickkernel_exception_invalid_origin.phpt53 $message = $e->getMessage();
54 if (strpos($message, "origin_y for matrix is outside bounds of rows") === 0) {
57 else if (strpos($message, "origin_x for matrix is outside bounds of columns") === 0) {
61 echo "Unexpected message: " . $message . "\n";
76 $message = $e->getMessage();
77 if (strpos($message, "origin_y for matrix is outside bounds of rows") === 0) {
81 echo "Unexpected message: " . $message . "\n";
101 $message = $e->getMessage();
102 if (strpos($message, "origin_x for matrix is outside bounds of columns") === 0) {
106 echo "Unexpected message: " . $message . "\n";
H A Dskipif.inc17 $message = sprintf(
22 die($message);
37 $message = sprintf(
42 die($message);
57 $message = sprintf(
62 die($message);
109 $message = sprintf(
115 die($message);
H A Dbug20636.phpt17 // fails to be created with the error message "unable to acquire cache
H A D275_ImagickPixel_unitializedObjects.phpt61 echo "Incorrect message: " . $ipe->getMessage() . "\n";
H A D014-setresourcelimit.phpt24 …e. When this limit is exceeded, the pixel cache is not be created and an error message is returned.
H A D145_imagickkernel_coverage.phpt90 echo "Unexpected message ".$e->getMessage()." for test:".PHP_EOL;
/imagick/util/
H A Dcalculate_cflags.php14 $message = sprintf( variable
19 fwrite(STDERR, $message);
/imagick/docker/nixos/
H A Dshell.nix9 # Needed to avoid error message when using fonts
/imagick/
H A DREADME.md48 …k/blob/master/docker/nixos/shell.nix) FONTCONFIG_FILE to avoid a warning message when loading font…
H A DChangeLog472 - Fixes incorrect error message "wand contains no images"

Completed in 16 milliseconds