Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 11 of 11) sorted by relevance

/imagick/tests/
H A D001_imagick_readimage.phpt7 print "--- Catch exception with try/catch\n";
12 echo "got exception";
17 --- Catch exception with try/catch
18 got exception
H A D019-readimages.phpt17 echo 'OK construct exception' . PHP_EOL;
40 echo 'OK readImages exception'. PHP_EOL;
45 OK construct exception
48 OK readImages exception
H A D270_imagick_restoreErrorHandler.phpt15 echo "Normal exception".PHP_EOL;
23 echo "Abnormal exception of type: ".get_class($e)."\n";
29 Normal exception
H A D150_Imagick_setregistry.phpt37 // Since 6.9.9-26, no exception raised
48 echo "Expected exception not thrown.\n";
59 echo "Unexpected exception" . $ie->getMessage() . "\n";
H A D288_imagick_prevent_zero_size_images.phpt2 Prevent zero dimension images and check exception
H A D275_ImagickPixel_unitializedObjects.phpt57 echo "failed to throw an exception.\n";
H A D280_imagickkernel_exception_invalid_origin.phpt42 echo "unexpected exception: " . $e->getMessage();
H A D145_imagickkernel_coverage.phpt86 echo "Failed to throw exception".PHP_EOL;
102 echo "Unexpected exception: ".$e->getMessage().PHP_EOL;
/imagick/
H A Dimagick_file.c330 if (EG(exception)) { in php_imagick_stream_handler()
H A DChangeLog116 …* Imagick::getRegistry() now throws an exception if the key does not exist, rather than terminatin…
306 exception being thrown. See https://github.com/mkoppanen/imagick/issues/77
553 - Fixes error with empty exception messages
681 + Closes PECL Bug #11934 - setImageVirtualPixelMethod triggers exception
729 - Fixed wrong exception type in Imagick::setSamplingFactors
H A Dimagick_class.c55 if (!EG(exception)) { in PHP_METHOD()
1038 ExceptionInfo *exception = NULL; in PHP_METHOD() local
1039 result = InterpretImageProperties(image_info, image, embedText, exception); in PHP_METHOD()
1542 if (!EG(exception)) { in PHP_METHOD()
1596 if (!EG(exception)) { in PHP_METHOD()
3770 if (!EG(exception)) { in PHP_METHOD()

Completed in 49 milliseconds