diff options
Diffstat (limited to 'REFLECTION-im7')
| -rw-r--r-- | REFLECTION-im7 | 31 | 
1 files changed, 20 insertions, 11 deletions
diff --git a/REFLECTION-im7 b/REFLECTION-im7 index 019d9c7..1563dc7 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #79 imagick version 3.7.0 ] { +Extension [ <persistent> extension #78 imagick version 3.7.0 ] {    - Dependencies {      Dependency [ gmagick (Conflicts) ] @@ -42,8 +42,8 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -60,6 +60,7 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -133,8 +134,8 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -151,6 +152,7 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -224,8 +226,8 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -242,6 +244,7 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -315,8 +318,8 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -333,6 +336,7 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -406,8 +410,8 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {        - Properties [4] {          Property [ protected $message = '' ]          Property [ protected $code = 0 ] -        Property [ protected $file = NULL ] -        Property [ protected $line = NULL ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] { @@ -424,6 +428,7 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { @@ -4013,12 +4018,14 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:imagick, prototype Iterator> public method rewind ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:imagick, prototype Iterator> public method valid ] { @@ -5705,12 +5712,14 @@ Extension [ <persistent> extension #79 imagick version 3.7.0 ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:imagick, prototype Iterator> public method rewind ] {            - Parameters [0] {            } +          - Tentative return [ void ]          }          Method [ <internal:imagick, prototype Iterator> public method current ] {  | 
