diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-10 14:11:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-10 14:11:46 +0200 |
commit | 6022f79edaa053fece96c5014f30fb8ee85f06f7 (patch) | |
tree | 1a8947dd7590c1880f0417d1d0bf004349ba3f37 /REFLECTION | |
parent | 4461d7ef0034dfd85609c3616ac0abee08c5a730 (diff) |
add upstream patch for PHP 8
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #156 xmldiff version 1.1.2 ] { +Extension [ <persistent> extension #117 xmldiff version 1.1.2 ] { - Dependencies { Dependency [ dom (Required) ] @@ -150,7 +150,7 @@ Extension [ <persistent> extension #156 xmldiff version 1.1.2 ] { } } - Class [ <internal:xmldiff> class XMLDiff\Exception extends Exception ] { + Class [ <internal:xmldiff> class XMLDiff\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -168,8 +168,8 @@ Extension [ <persistent> extension #156 xmldiff version 1.1.2 ] { Property [ <default> protected $line ] } - - Methods [9] { - Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + - Methods [10] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { Parameter #0 [ <optional> $message ] @@ -178,28 +178,31 @@ Extension [ <persistent> extension #156 xmldiff version 1.1.2 ] { } } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } |