diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 61 | 
1 files changed, 59 insertions, 2 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #127 parallel version 1.1.2 ] { +Extension [ <persistent> extension #125 parallel version 1.1.3 ] {    - Functions {      Function [ <internal:parallel> function parallel\bootstrap ] { @@ -23,7 +23,7 @@ Extension [ <persistent> extension #127 parallel version 1.1.2 ] {      }    } -  - Classes [36] { +  - Classes [37] {      Class [ <internal:parallel> class parallel\Error extends Error implements Throwable ] {        - Constants [0] { @@ -366,6 +366,63 @@ Extension [ <persistent> extension #127 parallel version 1.1.2 ] {        }      } +    Class [ <internal:parallel> class parallel\Runtime\Error\IllegalVariable extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Error, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Error> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Error, prototype Throwable> public method __toString ] { +        } +      } +    } +      Class [ <internal:parallel> class parallel\Runtime\Error\IllegalParameter extends parallel\Runtime\Error implements Throwable ] {        - Constants [0] { | 
