diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 482 | 
1 files changed, 381 insertions, 101 deletions
@@ -1,7 +1,7 @@ -Extension [ <persistent> extension #119 crypto version 0.3.2 ] { +Extension [ <persistent> extension #125 crypto version 0.3.2 ] {    - Classes [17] { -    Class [ <internal:crypto> class Crypto\CryptoException extends Exception implements Throwable ] { +    Class [ <internal:crypto> class Crypto\CryptoException extends Exception implements Throwable, Stringable ] {        - Constants [0] {        } @@ -13,52 +13,87 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } -    Class [ <internal:crypto> class Crypto\CipherException extends Crypto\CryptoException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\CipherException extends Crypto\CryptoException implements Stringable, Throwable ] {        - Constants [30] {          Constant [ public int ALGORITHM_NOT_FOUND ] { 1 } @@ -100,47 +135,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -165,8 +235,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {          Method [ <internal:crypto> static public method getAlgorithms ] {            - Parameters [2] { -            Parameter #0 [ <optional> $aliases ] -            Parameter #1 [ <optional> $prefix ] +            Parameter #0 [ <optional> $aliases = <default> ] +            Parameter #1 [ <optional> $prefix = <default> ]            }          } @@ -194,7 +264,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [1] { -        Property [ <default> protected $algorithm ] +        Property [ protected $algorithm = NULL ]        }        - Methods [18] { @@ -202,8 +272,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $algorithm ] -            Parameter #1 [ <optional> $mode ] -            Parameter #2 [ <optional> $key_size ] +            Parameter #1 [ <optional> $mode = <default> ] +            Parameter #2 [ <optional> $key_size = <default> ]            }          } @@ -217,7 +287,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $iv ] +            Parameter #1 [ <optional> $iv = <default> ]            }          } @@ -239,7 +309,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ]              Parameter #1 [ <required> $key ] -            Parameter #2 [ <optional> $iv ] +            Parameter #2 [ <optional> $iv = <default> ]            }          } @@ -247,7 +317,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $key ] -            Parameter #1 [ <optional> $iv ] +            Parameter #1 [ <optional> $iv = <default> ]            }          } @@ -269,7 +339,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $data ]              Parameter #1 [ <required> $key ] -            Parameter #2 [ <optional> $iv ] +            Parameter #2 [ <optional> $iv = <default> ]            }          } @@ -338,8 +408,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {          Method [ <internal:crypto> static public method getAlgorithms ] {            - Parameters [2] { -            Parameter #0 [ <optional> $aliases ] -            Parameter #1 [ <optional> $prefix ] +            Parameter #0 [ <optional> $aliases = <default> ] +            Parameter #1 [ <optional> $prefix = <default> ]            }          } @@ -360,7 +430,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [1] { -        Property [ <default> protected $algorithm ] +        Property [ protected $algorithm = NULL ]        }        - Methods [7] { @@ -410,7 +480,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\HashException extends Crypto\CryptoException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\HashException extends Crypto\CryptoException implements Stringable, Throwable ] {        - Constants [7] {          Constant [ public int HASH_ALGORITHM_NOT_FOUND ] { 1 } @@ -429,47 +499,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -486,8 +591,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {          Method [ <internal:crypto, inherits Crypto\Hash> static public method getAlgorithms ] {            - Parameters [2] { -            Parameter #0 [ <optional> $aliases ] -            Parameter #1 [ <optional> $prefix ] +            Parameter #0 [ <optional> $aliases = <default> ] +            Parameter #1 [ <optional> $prefix = <default> ]            }          } @@ -508,7 +613,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [1] { -        Property [ <default> protected $algorithm ] +        Property [ protected $algorithm = NULL ]        }        - Methods [7] { @@ -559,7 +664,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\MACException extends Crypto\HashException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\MACException extends Crypto\HashException implements Throwable, Stringable ] {        - Constants [9] {          Constant [ public int HASH_ALGORITHM_NOT_FOUND ] { 1 } @@ -580,47 +685,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -637,8 +777,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {          Method [ <internal:crypto, inherits Crypto\Hash> static public method getAlgorithms ] {            - Parameters [2] { -            Parameter #0 [ <optional> $aliases ] -            Parameter #1 [ <optional> $prefix ] +            Parameter #0 [ <optional> $aliases = <default> ] +            Parameter #1 [ <optional> $prefix = <default> ]            }          } @@ -659,7 +799,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [1] { -        Property [ <default> protected $algorithm ] +        Property [ protected $algorithm = NULL ]        }        - Methods [7] { @@ -722,8 +862,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {          Method [ <internal:crypto, inherits Crypto\Hash> static public method getAlgorithms ] {            - Parameters [2] { -            Parameter #0 [ <optional> $aliases ] -            Parameter #1 [ <optional> $prefix ] +            Parameter #0 [ <optional> $aliases = <default> ] +            Parameter #1 [ <optional> $prefix = <default> ]            }          } @@ -744,7 +884,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [1] { -        Property [ <default> protected $algorithm ] +        Property [ protected $algorithm = NULL ]        }        - Methods [7] { @@ -857,7 +997,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\Base64Exception extends Crypto\CryptoException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\Base64Exception extends Crypto\CryptoException implements Stringable, Throwable ] {        - Constants [6] {          Constant [ public int ENCODE_UPDATE_FORBIDDEN ] { 1 } @@ -875,47 +1015,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -933,8 +1108,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [3] {              Parameter #0 [ <required> $num ] -            Parameter #1 [ <optional> $must_be_strong ] -            Parameter #2 [ <optional> &$returned_strong_result ] +            Parameter #1 [ <optional> $must_be_strong = <default> ] +            Parameter #2 [ <optional> &$returned_strong_result = <default> ]            }          } @@ -942,7 +1117,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $buf ] -            Parameter #1 [ <optional> $entropy ] +            Parameter #1 [ <optional> $entropy = <default> ]            }          } @@ -956,7 +1131,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $filename ] -            Parameter #1 [ <optional> $max_bytes ] +            Parameter #1 [ <optional> $max_bytes = <default> ]            }          } @@ -975,7 +1150,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\RandException extends Crypto\CryptoException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\RandException extends Crypto\CryptoException implements Stringable, Throwable ] {        - Constants [4] {          Constant [ public int GENERATE_PREDICTABLE ] { 1 } @@ -991,47 +1166,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -1055,7 +1265,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [2] {              Parameter #0 [ <required> $length ] -            Parameter #1 [ <optional> $salt ] +            Parameter #1 [ <optional> $salt = <default> ]            }          } @@ -1094,7 +1304,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\KDFException extends Crypto\CryptoException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\KDFException extends Crypto\CryptoException implements Stringable, Throwable ] {        - Constants [5] {          Constant [ public int KEY_LENGTH_LOW ] { 1 } @@ -1111,47 +1321,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      } @@ -1176,8 +1421,8 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {            - Parameters [4] {              Parameter #0 [ <required> $hashAlgorithm ]              Parameter #1 [ <required> $length ] -            Parameter #2 [ <optional> $salt ] -            Parameter #3 [ <optional> $iterations ] +            Parameter #2 [ <optional> $salt = <default> ] +            Parameter #3 [ <optional> $iterations = <default> ]            }          } @@ -1242,7 +1487,7 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }      } -    Class [ <internal:crypto> class Crypto\PBKDF2Exception extends Crypto\KDFException implements Throwable ] { +    Class [ <internal:crypto> class Crypto\PBKDF2Exception extends Crypto\KDFException implements Throwable, Stringable ] {        - Constants [7] {          Constant [ public int KEY_LENGTH_LOW ] { 1 } @@ -1261,47 +1506,82 @@ Extension [ <persistent> extension #119 crypto version 0.3.2 ] {        }        - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] +        Property [ protected $message = '' ] +        Property [ protected $code = 0 ] +        Property [ protected string $file = '' ] +        Property [ protected int $line = 0 ]        }        - Methods [10] {          Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {            - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] +            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] { +          } +          - Tentative return [ void ]          }          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 Throwable> public method __toString ] { +        Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] { + +          - Parameters [0] { +          } +          - Return [ string ]          }        }      }  | 
