diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 92 | 
1 files changed, 86 insertions, 6 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #15 parallel version 0.0.1dev ] { +Extension [ <persistent> extension #126 parallel version 0.8.0 ] { -  - Classes [3] { +  - Classes [4] {      Class [ <internal:parallel> final class parallel\Runtime ] {        - Constants [0] { @@ -15,7 +15,7 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {        - Properties [0] {        } -      - Methods [3] { +      - Methods [4] {          Method [ <internal:parallel, ctor> public method __construct ] {          } @@ -24,10 +24,13 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {          Method [ <internal:parallel> public method close ] {          } + +        Method [ <internal:parallel> public method kill ] { +        }        }      } -    Class [ <internal:parallel> final class parallel\Future ] { +    Class [ <internal:parallel> class parallel\Exception extends ErrorException implements Throwable ] {        - Constants [0] {        } @@ -38,16 +41,93 @@ Extension [ <persistent> extension #15 parallel version 0.0.1dev ] {        - Static methods [0] {        } +      - Properties [5] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +        Property [ <default> protected $severity ] +      } + +      - Methods [11] { +        Method [ <internal:Core, inherits ErrorException, ctor> public method __construct ] { + +          - Parameters [6] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $severity ] +            Parameter #3 [ <optional> $filename ] +            Parameter #4 [ <optional> $lineno ] +            Parameter #5 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits ErrorException> final public method getSeverity ] { +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        } +      } +    } + +    Class [ <internal:parallel> final class parallel\Future ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [1] { +        Method [ <internal:parallel> static public method select ] { + +          - Parameters [5] { +            Parameter #0 [ <required> array &$resolving ] +            Parameter #1 [ <required> array &$resolved ] +            Parameter #2 [ <required> array &$errored ] +            Parameter #3 [ <optional> array &$timedout ] +            Parameter #4 [ <optional> integer $timeout ] +          } +        } +      } +        - Properties [0] {        } -      - Methods [1] { +      - Methods [2] {          Method [ <internal:parallel> public method value ] {          } + +        Method [ <internal:parallel> public method done ] { +        }        }      } -    Class [ <internal:parallel> class parallel\Exception extends ErrorException implements Throwable ] { +    Class [ <internal:parallel> class parallel\TimeoutException extends parallel\Exception implements Throwable ] {        - Constants [0] {        }  | 
