diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-06 08:13:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-06 08:13:21 +0100 |
commit | 3da433b1a26feeaad6c27d873f91dd5e13d94a05 (patch) | |
tree | e48abca2e29bee00ab98d6b8ca5ec07c6a0fa1ea /REFLECTION-im6 | |
parent | db4596664e5bba856881a659da5e12efce3b2bfa (diff) |
test build
Diffstat (limited to 'REFLECTION-im6')
-rw-r--r-- | REFLECTION-im6 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/REFLECTION-im6 b/REFLECTION-im6 index 3843079..100d85c 100644 --- a/REFLECTION-im6 +++ b/REFLECTION-im6 @@ -28,7 +28,7 @@ Extension [ <persistent> extension #76 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 #76 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 #76 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 #76 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 #76 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 #76 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 [583] { Constant [ public int COLOR_BLACK ] { 11 } @@ -2035,7 +2035,7 @@ Extension [ <persistent> extension #76 imagick version 3.6.0 ] { } } - Method [ <internal:imagick> public method __toString ] { + Method [ <internal:imagick, prototype Stringable> public method __toString ] { - Parameters [0] { } |