diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-20 10:38:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-20 10:38:50 +0100 |
commit | 5fc402d6b2c8ac76af916d1b01b3ec6dc648d7e7 (patch) | |
tree | 751afd5f19341c433b3fd7df6087b79b8886f4af /REFLECTION-im7 | |
parent | 3da433b1a26feeaad6c27d873f91dd5e13d94a05 (diff) |
rebuild with latest ImageMagick 6/7
Diffstat (limited to 'REFLECTION-im7')
-rw-r--r-- | REFLECTION-im7 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/REFLECTION-im7 b/REFLECTION-im7 index 7cd1ca3..cc579d4 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -28,7 +28,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } - Classes [10] { - Class [ <internal:imagick> class ImagickException extends Exception implements Stringable, Throwable ] { + Class [ <internal:imagick> class ImagickException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -119,7 +119,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Class [ <internal:imagick> class ImagickDrawException extends Exception implements Stringable, Throwable ] { + Class [ <internal:imagick> class ImagickDrawException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -210,7 +210,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Class [ <internal:imagick> class ImagickPixelIteratorException extends Exception implements Stringable, Throwable ] { + Class [ <internal:imagick> class ImagickPixelIteratorException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -301,7 +301,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Class [ <internal:imagick> class ImagickPixelException extends Exception implements Stringable, Throwable ] { + Class [ <internal:imagick> class ImagickPixelException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -392,7 +392,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Class [ <internal:imagick> class ImagickKernelException extends Exception implements Stringable, Throwable ] { + Class [ <internal:imagick> class ImagickKernelException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -483,7 +483,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Class [ <internal:imagick> <iterateable> class Imagick implements Iterator, Traversable, Countable ] { + Class [ <internal:imagick> <iterateable> class Imagick implements Stringable, Iterator, Traversable, Countable ] { - Constants [615] { Constant [ public int COLOR_BLACK ] { 11 } @@ -2024,7 +2024,7 @@ Extension [ <persistent> extension #78 imagick version 3.6.0 ] { } } - Method [ <internal:imagick> public method __toString ] { + Method [ <internal:imagick, prototype Stringable> public method __toString ] { - Parameters [0] { } |