diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 1714 | ||||
| -rw-r--r-- | php-pecl-parallel.spec | 5 | 
3 files changed, 1695 insertions, 26 deletions
@@ -2,4 +2,4 @@  parallel  parallel support => enabled -parallel version => 0.8.3 +parallel version => 0.9.0 @@ -1,7 +1,7 @@ -Extension [ <persistent> extension #127 parallel version 0.8.3 ] { +Extension [ <persistent> extension #15 parallel version 0.9.0 ] { -  - Classes [4] { -    Class [ <internal:parallel> final class parallel\Runtime ] { +  - Classes [31] { +    Class [ <internal:parallel> class parallel\Error extends ErrorException implements Throwable ] {        - Constants [0] {        } @@ -12,25 +12,60 @@ Extension [ <persistent> extension #127 parallel version 0.8.3 ] {        - Static methods [0] {        } -      - Properties [0] { +      - Properties [5] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +        Property [ <default> protected $severity ]        } -      - Methods [4] { -        Method [ <internal:parallel, ctor> public method __construct ] { +      - 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:parallel> public method run ] { +        Method [ <internal:Core, inherits ErrorException> final public method getSeverity ] {          } -        Method [ <internal:parallel> public method close ] { +        Method [ <internal:Core, inherits Exception> public method __wakeup ] {          } -        Method [ <internal:parallel> public method kill ] { +        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> class parallel\Exception extends ErrorException implements Throwable ] { +    Class [ <internal:parallel> class parallel\Runtime\Error extends parallel\Error implements Throwable ] {        - Constants [0] {        } @@ -94,7 +129,7 @@ Extension [ <persistent> extension #127 parallel version 0.8.3 ] {        }      } -    Class [ <internal:parallel> final class parallel\Future ] { +    Class [ <internal:parallel> class parallel\Runtime\Error\Bootstrap extends parallel\Runtime\Error implements Throwable ] {        - Constants [0] {        } @@ -102,32 +137,383 @@ Extension [ <persistent> extension #127 parallel version 0.8.3 ] {        - Static properties [0] {        } -      - Static methods [1] { -        Method [ <internal:parallel> static public method select ] { +      - Static methods [0] { +      } -          - 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 [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 ] { +        }        } +    } -      - Properties [0] { +    Class [ <internal:parallel> class parallel\Runtime\Error\Closed extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] {        } -      - Methods [2] { -        Method [ <internal:parallel> public method value ] { +      - Static properties [0] { +      } + +      - 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:parallel> public method done ] { +        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> class parallel\Runtime\Error\Killed extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Runtime\Error\IllegalFunction extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Runtime\Error\IllegalParameter extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Runtime\Error\IllegalInstruction extends parallel\Runtime\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\TimeoutException extends parallel\Exception implements Throwable ] { +    Class [ <internal:parallel> class parallel\Runtime\Error\IllegalReturn extends parallel\Runtime\Error implements Throwable ] {        - Constants [0] {        } @@ -190,6 +576,1286 @@ Extension [ <persistent> extension #127 parallel version 0.8.3 ] {          }        }      } + +    Class [ <internal:parallel> class parallel\Future\Error extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Future\Error\Killed extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Future\Error\Cancelled extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Future\Error\Foreign extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Channel\Error extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Channel\Error\Existence extends parallel\Channel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Channel\Error\IllegalValue extends parallel\Channel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Channel\Error\Closed extends parallel\Channel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Error extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Error\Existence extends parallel\Events\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Error\Timeout extends parallel\Events\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Input\Error extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Input\Error\Existence extends parallel\Events\Input\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Input\Error\IllegalValue extends parallel\Events\Input\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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> class parallel\Events\Event\Error extends parallel\Error implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - 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\Runtime ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [4] { +        Method [ <internal:parallel, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> string $bootstrap ] +          } +        } + +        Method [ <internal:parallel> public method run ] { + +          - Parameters [2] { +            Parameter #0 [ <required> Closure $task ] +            Parameter #1 [ <optional> array $argv ] +          } +          - Return [ \parallel\Future or NULL ] +        } + +        Method [ <internal:parallel> public method close ] { + +          - Parameters [0] { +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method kill ] { + +          - Parameters [0] { +          } +          - Return [ void ] +        } +      } +    } + +    Class [ <internal:parallel> final class parallel\Future ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [5] { +        Method [ <internal:parallel, ctor> public method __construct ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:parallel> public method value ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:parallel> public method done ] { + +          - Parameters [0] { +          } +          - Return [ boolean ] +        } + +        Method [ <internal:parallel> public method cancel ] { + +          - Parameters [0] { +          } +          - Return [ boolean ] +        } + +        Method [ <internal:parallel> public method cancelled ] { + +          - Parameters [0] { +          } +          - Return [ boolean ] +        } +      } +    } + +    Class [ <internal:parallel> final class parallel\Channel ] { + +      - Constants [1] { +        Constant [ public integer Infinite ] { -1 } +      } + +      - Static properties [0] { +      } + +      - Static methods [2] { +        Method [ <internal:parallel> static public method make ] { + +          - Parameters [2] { +            Parameter #0 [ <required> string $name ] +            Parameter #1 [ <optional> integer $capacity ] +          } +          - Return [ \parallel\Channel ] +        } + +        Method [ <internal:parallel> static public method open ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $name ] +          } +          - Return [ \parallel\Channel ] +        } +      } + +      - Properties [0] { +      } + +      - Methods [4] { +        Method [ <internal:parallel> public method send ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $value ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method recv ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:parallel> public method close ] { + +          - Parameters [0] { +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method __toString ] { +        } +      } +    } + +    Class [ <internal:parallel> <iterateable> final class parallel\Events implements Countable, Traversable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [8] { +        Method [ <internal:parallel> public method setInput ] { + +          - Parameters [1] { +            Parameter #0 [ <required> \parallel\Events\Input $input ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method addChannel ] { + +          - Parameters [1] { +            Parameter #0 [ <required> \parallel\Channel $channel ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method addFuture ] { + +          - Parameters [2] { +            Parameter #0 [ <required> string $name ] +            Parameter #1 [ <required> \parallel\Future $future ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method remove ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $target ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method setBlocking ] { + +          - Parameters [1] { +            Parameter #0 [ <required> boolean $blocking ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method setTimeout ] { + +          - Parameters [1] { +            Parameter #0 [ <required> integer $timeout ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method poll ] { + +          - Parameters [0] { +          } +          - Return [ \parallel\Events\Event or NULL ] +        } + +        Method [ <internal:parallel, prototype Countable> public method count ] { +        } +      } +    } + +    Class [ <internal:parallel> final class parallel\Events\Event ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> public $type ] +        Property [ <default> public $source ] +        Property [ <default> public $object ] +        Property [ <default> public $value ] +      } + +      - Methods [1] { +        Method [ <internal:parallel, ctor> public method __construct ] { +        } +      } +    } + +    Class [ <internal:parallel> final class parallel\Events\Event\Type ] { + +      - Constants [6] { +        Constant [ public integer Read ] { 1 } +        Constant [ public integer Write ] { 2 } +        Constant [ public integer Close ] { 3 } +        Constant [ public integer Cancel ] { 5 } +        Constant [ public integer Kill ] { 6 } +        Constant [ public integer Error ] { 4 } +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [0] { +      } +    } + +    Class [ <internal:parallel> final class parallel\Events\Input ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [0] { +      } + +      - Methods [3] { +        Method [ <internal:parallel> public method add ] { + +          - Parameters [2] { +            Parameter #0 [ <required> string $target ] +            Parameter #1 [ <required> $value ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method remove ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $target ] +          } +          - Return [ void ] +        } + +        Method [ <internal:parallel> public method clear ] { + +          - Parameters [0] { +          } +          - Return [ void ] +        } +      } +    }    }  } diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index 256c1d7..2f78c60 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -13,7 +13,7 @@  Summary:        Parallel concurrency API  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        0.8.3 +Version:        0.9.0  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name} @@ -167,6 +167,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed May  8 2019 Remi Collet <remi@remirepo.net> - 0.9.0-1 +- update to 0.9.0 +  * Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 0.8.3-1  - update to 0.8.3 (beta)  | 
