diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 117 | 
1 files changed, 117 insertions, 0 deletions
| diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..e7bdd69 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,117 @@ +Extension [ <persistent> extension #72 bsdiff version 0.1.1 ] { + +  - Functions { +    Function [ <internal:bsdiff> function bsdiff_diff ] { + +      - Parameters [3] { +        Parameter #0 [ <required> string $old_file ] +        Parameter #1 [ <required> string $new_file ] +        Parameter #2 [ <required> string $diff_file ] +      } +      - Return [ void ] +    } +    Function [ <internal:bsdiff> function bsdiff_patch ] { + +      - Parameters [3] { +        Parameter #0 [ <required> string $old_file ] +        Parameter #1 [ <required> string $new_file ] +        Parameter #2 [ <required> string $diff_file ] +      } +      - Return [ void ] +    } +  } + +  - Classes [1] { +    Class [ <internal:bsdiff> class BsdiffException extends Exception implements Throwable, Stringable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected $file = NULL ] +        Property [ protected $line = NULL ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> string $message = "" ] +            Parameter #1 [ <optional> int $code = 0 ] +            Parameter #2 [ <optional> ?Throwable $previous = null ] +          } +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { + +          - Parameters [0] { +          } +          - Return [ int ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { + +          - Parameters [0] { +          } +          - Return [ array ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { + +          - Parameters [0] { +          } +          - Return [ ?Throwable ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } + +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ] +        } +      } +    } +  } +} + | 
