From 69e14eb22992461f01bcdede4e0e917cf80a73af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 May 2019 10:01:08 +0200 Subject: v0.9.0 --- PHPINFO | 2 +- REFLECTION | 1714 +++++++++++++++++++++++++++++++++++++++++++++++- php-pecl-parallel.spec | 5 +- 3 files changed, 1695 insertions(+), 26 deletions(-) diff --git a/PHPINFO b/PHPINFO index c78a27a..7698bd0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ parallel parallel support => enabled -parallel version => 0.8.3 +parallel version => 0.9.0 diff --git a/REFLECTION b/REFLECTION index 0255281..248a70e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #127 parallel version 0.8.3 ] { +Extension [ extension #15 parallel version 0.9.0 ] { - - Classes [4] { - Class [ final class parallel\Runtime ] { + - Classes [31] { + Class [ class parallel\Error extends ErrorException implements Throwable ] { - Constants [0] { } @@ -12,25 +12,60 @@ Extension [ extension #127 parallel version 0.8.3 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] } - - Methods [4] { - Method [ public method __construct ] { + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } } - Method [ public method run ] { + Method [ final public method getSeverity ] { } - Method [ public method close ] { + Method [ public method __wakeup ] { } - Method [ public method kill ] { + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class parallel\Exception extends ErrorException implements Throwable ] { + Class [ class parallel\Runtime\Error extends parallel\Error implements Throwable ] { - Constants [0] { } @@ -94,7 +129,7 @@ Extension [ extension #127 parallel version 0.8.3 ] { } } - Class [ final class parallel\Future ] { + Class [ class parallel\Runtime\Error\Bootstrap extends parallel\Runtime\Error implements Throwable ] { - Constants [0] { } @@ -102,32 +137,191 @@ Extension [ extension #127 parallel version 0.8.3 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method select ] { + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { - - Parameters [5] { - Parameter #0 [ array &$resolving ] - Parameter #1 [ array &$resolved ] - Parameter #2 [ array &$errored ] - Parameter #3 [ array &$timedout ] - Parameter #4 [ integer $timeout ] + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] } } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } } + } - - Properties [0] { + Class [ class parallel\Runtime\Error\Closed extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { } - - Methods [2] { - Method [ public method value ] { + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } } - Method [ public method done ] { + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Runtime\Error\Killed extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { } } } - Class [ class parallel\TimeoutException extends parallel\Exception implements Throwable ] { + Class [ class parallel\Runtime\Error\IllegalFunction extends parallel\Runtime\Error implements Throwable ] { - Constants [0] { } @@ -190,6 +384,1478 @@ Extension [ extension #127 parallel version 0.8.3 ] { } } } + + Class [ class parallel\Runtime\Error\IllegalParameter extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Runtime\Error\IllegalInstruction extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Runtime\Error\IllegalReturn extends parallel\Runtime\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Future\Error extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Future\Error\Killed extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Future\Error\Cancelled extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Future\Error\Foreign extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Channel\Error extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Channel\Error\Existence extends parallel\Channel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Channel\Error\IllegalValue extends parallel\Channel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Channel\Error\Closed extends parallel\Channel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Error extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Error\Existence extends parallel\Events\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Error\Timeout extends parallel\Events\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Input\Error extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Input\Error\Existence extends parallel\Events\Input\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Input\Error\IllegalValue extends parallel\Events\Input\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class parallel\Events\Event\Error extends parallel\Error implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class parallel\Runtime ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $bootstrap ] + } + } + + Method [ public method run ] { + + - Parameters [2] { + Parameter #0 [ Closure $task ] + Parameter #1 [ array $argv ] + } + - Return [ \parallel\Future or NULL ] + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method kill ] { + + - Parameters [0] { + } + - Return [ void ] + } + } + } + + Class [ final class parallel\Future ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method value ] { + + - Parameters [0] { + } + } + + Method [ public method done ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method cancel ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + + Method [ public method cancelled ] { + + - Parameters [0] { + } + - Return [ boolean ] + } + } + } + + Class [ final class parallel\Channel ] { + + - Constants [1] { + Constant [ public integer Infinite ] { -1 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method make ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ integer $capacity ] + } + - Return [ \parallel\Channel ] + } + + Method [ static public method open ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Return [ \parallel\Channel ] + } + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method send ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + - Return [ void ] + } + + Method [ public method recv ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + - Return [ void ] + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class parallel\Events implements Countable, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method setInput ] { + + - Parameters [1] { + Parameter #0 [ \parallel\Events\Input $input ] + } + - Return [ void ] + } + + Method [ public method addChannel ] { + + - Parameters [1] { + Parameter #0 [ \parallel\Channel $channel ] + } + - Return [ void ] + } + + Method [ public method addFuture ] { + + - Parameters [2] { + Parameter #0 [ string $name ] + Parameter #1 [ \parallel\Future $future ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $target ] + } + - Return [ void ] + } + + Method [ public method setBlocking ] { + + - Parameters [1] { + Parameter #0 [ boolean $blocking ] + } + - Return [ void ] + } + + Method [ public method setTimeout ] { + + - Parameters [1] { + Parameter #0 [ integer $timeout ] + } + - Return [ void ] + } + + Method [ public method poll ] { + + - Parameters [0] { + } + - Return [ \parallel\Events\Event or NULL ] + } + + Method [ public method count ] { + } + } + } + + Class [ final class parallel\Events\Event ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $type ] + Property [ public $source ] + Property [ public $object ] + Property [ public $value ] + } + + - Methods [1] { + Method [ public method __construct ] { + } + } + } + + Class [ 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 [ final class parallel\Events\Input ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ string $target ] + Parameter #1 [ $value ] + } + - Return [ void ] + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ string $target ] + } + - Return [ void ] + } + + Method [ 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 - 0.9.0-1 +- update to 0.9.0 + * Mon Mar 25 2019 Remi Collet - 0.8.3-1 - update to 0.8.3 (beta) -- cgit