Searched refs:exception (Results 1 – 11 of 11) sorted by relevance
7 print "--- Catch exception with try/catch\n";12 echo "got exception";17 --- Catch exception with try/catch18 got exception
17 echo 'OK construct exception' . PHP_EOL;40 echo 'OK readImages exception'. PHP_EOL;45 OK construct exception48 OK readImages exception
15 echo "Normal exception".PHP_EOL;23 echo "Abnormal exception of type: ".get_class($e)."\n";29 Normal exception
37 // Since 6.9.9-26, no exception raised48 echo "Expected exception not thrown.\n";59 echo "Unexpected exception" . $ie->getMessage() . "\n";
2 Prevent zero dimension images and check exception
57 echo "failed to throw an exception.\n";
42 echo "unexpected exception: " . $e->getMessage();
86 echo "Failed to throw exception".PHP_EOL;102 echo "Unexpected exception: ".$e->getMessage().PHP_EOL;
330 if (EG(exception)) { in php_imagick_stream_handler()
116 …* 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/77553 - Fixes error with empty exception messages681 + Closes PECL Bug #11934 - setImageVirtualPixelMethod triggers exception729 - Fixed wrong exception type in Imagick::setSamplingFactors
55 if (!EG(exception)) { in PHP_METHOD()1038 ExceptionInfo *exception = NULL; in PHP_METHOD() local1039 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 37 milliseconds