From 112f3bc093f3d4358603dca82daa1bd903ffe454 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2026 09:42:37 +0200 Subject: update to 1.8.0 raise dependency on PHP 8.2 switch to phpunit11 --- REFLECTION | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 121 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1fa4927..755545e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #148 ds version 1.6.0 ] { +Extension [ extension #154 ds version 1.8.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -381,7 +381,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [39] { + - Methods [41] { Method [ public method __construct ] { - Parameters [1] { @@ -663,6 +663,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -681,7 +695,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [39] { + - Methods [41] { Method [ public method __construct ] { - Parameters [1] { @@ -737,6 +751,20 @@ Extension [ extension #148 ds version 1.6.0 ] { - Return [ array ] } + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Method [ public method allocate ] { - Parameters [1] { @@ -980,7 +1008,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -1101,6 +1129,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -1119,7 +1161,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -1240,6 +1282,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -1258,7 +1314,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [43] { + - Methods [45] { Method [ public method __construct ] { - Parameters [1] { @@ -1579,6 +1635,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -1597,7 +1667,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [35] { + - Methods [37] { Method [ public method __construct ] { - Parameters [1] { @@ -1854,6 +1924,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -1872,7 +1956,7 @@ Extension [ extension #148 ds version 1.6.0 ] { - Properties [0] { } - - Methods [13] { + - Methods [15] { Method [ public method __construct ] { - Parameters [0] { @@ -1960,6 +2044,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } @@ -1979,7 +2077,7 @@ Extension [ extension #148 ds version 1.6.0 ] { Property [ public $value = NULL ] } - - Methods [4] { + - Methods [6] { Method [ public method __construct ] { - Parameters [2] { @@ -2008,6 +2106,20 @@ Extension [ extension #148 ds version 1.6.0 ] { } - Return [ array ] } + + Method [ public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } } } } -- cgit