From 2491badd8d68305764ede9af3a1b8de18cbd49e0 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 19 Dec 2022 08:55:14 +0100
Subject: test build

---
 REFLECTION-im6 | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)

(limited to 'REFLECTION-im6')

diff --git a/REFLECTION-im6 b/REFLECTION-im6
index 547f09b..67b4af9 100644
--- a/REFLECTION-im6
+++ b/REFLECTION-im6
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
+Extension [ <persistent> extension #84 imagick version 3.7.0 ] {
 
   - Dependencies {
     Dependency [ gmagick (Conflicts) ]
@@ -42,8 +42,8 @@ Extension [ <persistent> extension #76 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 #76 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 #76 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 #76 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 #76 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 #76 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 #76 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 #76 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 #76 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 #76 imagick version 3.7.0 ] {
 
           - Parameters [0] {
           }
+          - Tentative return [ void ]
         }
 
         Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
@@ -4045,12 +4050,14 @@ Extension [ <persistent> extension #76 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 ] {
@@ -5451,12 +5458,14 @@ Extension [ <persistent> extension #76 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 ] {
-- 
cgit