diff options
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 ] {          }        }      }  | 
