From 672f64c2a9ccb7b86bb401f70c083faec9b9090c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 827 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 827 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..902844d --- /dev/null +++ b/REFLECTION @@ -0,0 +1,827 @@ +Extension [ extension #118 pthreads version 2.0.7 ] { + + - Constants [10] { + Constant [ integer PTHREADS_INHERIT_ALL ] { 1118481 } + Constant [ integer PTHREADS_INHERIT_NONE ] { 0 } + Constant [ integer PTHREADS_INHERIT_INI ] { 1 } + Constant [ integer PTHREADS_INHERIT_CONSTANTS ] { 16 } + Constant [ integer PTHREADS_INHERIT_CLASSES ] { 4096 } + Constant [ integer PTHREADS_INHERIT_FUNCTIONS ] { 256 } + Constant [ integer PTHREADS_INHERIT_INCLUDES ] { 65536 } + Constant [ integer PTHREADS_INHERIT_COMMENTS ] { 1048576 } + Constant [ integer PTHREADS_ALLOW_HEADERS ] { 268435456 } + Constant [ integer PTHREADS_ALLOW_GLOBALS ] { 16777216 } + } + + - Classes [7] { + Class [ class Threaded implements Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method notify ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method isWaiting ] { + + - Parameters [0] { + } + } + + Method [ public method isTerminated ] { + + - Parameters [0] { + } + } + + Method [ public method getTerminationInfo ] { + + - Parameters [0] { + } + } + + Method [ public method synchronized ] { + + - Parameters [1] { + Parameter #0 [ $function ] + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $overwrite ] + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method chunk ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $preserve ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Threaded implements Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method notify ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method isWaiting ] { + + - Parameters [0] { + } + } + + Method [ public method isTerminated ] { + + - Parameters [0] { + } + } + + Method [ public method getTerminationInfo ] { + + - Parameters [0] { + } + } + + Method [ public method synchronized ] { + + - Parameters [1] { + Parameter #0 [ $function ] + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $overwrite ] + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method chunk ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $preserve ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Thread extends Threaded implements Countable, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method getCurrentThreadId ] { + + - Parameters [0] { + } + } + + Method [ static public method getCurrentThread ] { + + - Parameters [0] { + } + } + + Method [ static public method globally ] { + + - Parameters [2] { + Parameter #0 [ $block ] + Parameter #1 [ $args ] + } + } + } + + - Properties [0] { + } + + - Methods [23] { + Method [ public method start ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method join ] { + + - Parameters [0] { + } + } + + Method [ public method detach ] { + + - Parameters [0] { + } + } + + Method [ public method isStarted ] { + + - Parameters [0] { + } + } + + Method [ public method isJoined ] { + + - Parameters [0] { + } + } + + Method [ public method getThreadId ] { + + - Parameters [0] { + } + } + + Method [ public method getCreatorId ] { + + - Parameters [0] { + } + } + + Method [ public method kill ] { + + - Parameters [0] { + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method notify ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method isWaiting ] { + + - Parameters [0] { + } + } + + Method [ public method isTerminated ] { + + - Parameters [0] { + } + } + + Method [ public method getTerminationInfo ] { + + - Parameters [0] { + } + } + + Method [ public method synchronized ] { + + - Parameters [1] { + Parameter #0 [ $function ] + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $overwrite ] + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method chunk ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $preserve ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Worker extends Thread implements Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method getCurrentThreadId ] { + + - Parameters [0] { + } + } + + Method [ static public method getCurrentThread ] { + + - Parameters [0] { + } + } + + Method [ static public method globally ] { + + - Parameters [2] { + Parameter #0 [ $block ] + Parameter #1 [ $args ] + } + } + } + + - Properties [0] { + } + + - Methods [29] { + Method [ public method shutdown ] { + + - Parameters [0] { + } + } + + Method [ public method stack ] { + + - Parameters [1] { + Parameter #0 [ &$work ] + } + } + + Method [ public method unstack ] { + + - Parameters [1] { + Parameter #0 [ &$work ] + } + } + + Method [ public method getStacked ] { + + - Parameters [0] { + } + } + + Method [ public method isShutdown ] { + + - Parameters [0] { + } + } + + Method [ public method isWorking ] { + + - Parameters [0] { + } + } + + Method [ public method start ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method join ] { + + - Parameters [0] { + } + } + + Method [ public method detach ] { + + - Parameters [0] { + } + } + + Method [ public method isStarted ] { + + - Parameters [0] { + } + } + + Method [ public method isJoined ] { + + - Parameters [0] { + } + } + + Method [ public method getThreadId ] { + + - Parameters [0] { + } + } + + Method [ public method getCreatorId ] { + + - Parameters [0] { + } + } + + Method [ public method kill ] { + + - Parameters [0] { + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method notify ] { + + - Parameters [0] { + } + } + + Method [ public method isRunning ] { + + - Parameters [0] { + } + } + + Method [ public method isWaiting ] { + + - Parameters [0] { + } + } + + Method [ public method isTerminated ] { + + - Parameters [0] { + } + } + + Method [ public method getTerminationInfo ] { + + - Parameters [0] { + } + } + + Method [ public method synchronized ] { + + - Parameters [1] { + Parameter #0 [ $function ] + } + } + + Method [ public method lock ] { + + - Parameters [0] { + } + } + + Method [ public method unlock ] { + + - Parameters [0] { + } + } + + Method [ public method merge ] { + + - Parameters [2] { + Parameter #0 [ $from ] + Parameter #1 [ $overwrite ] + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method chunk ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $preserve ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Mutex ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ final static public method create ] { + + - Parameters [1] { + Parameter #0 [ $lock ] + } + } + + Method [ final static public method lock ] { + + - Parameters [1] { + Parameter #0 [ $mutex ] + } + } + + Method [ final static public method trylock ] { + + - Parameters [1] { + Parameter #0 [ $mutex ] + } + } + + Method [ final static public method unlock ] { + + - Parameters [2] { + Parameter #0 [ $mutex ] + Parameter #1 [ $destroy ] + } + } + + Method [ final static public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $mutex ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Cond ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ final static public method create ] { + + - Parameters [0] { + } + } + + Method [ final static public method signal ] { + + - Parameters [1] { + Parameter #0 [ $condition ] + } + } + + Method [ final static public method wait ] { + + - Parameters [3] { + Parameter #0 [ $condition ] + Parameter #1 [ $mutex ] + Parameter #2 [ $timeout ] + } + } + + Method [ final static public method broadcast ] { + + - Parameters [1] { + Parameter #0 [ $condition ] + } + } + + Method [ final static public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $condition ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ final public method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Pool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ protected $size ] + Property [ protected $class ] + Property [ protected $workers ] + Property [ protected $work ] + Property [ protected $ctor ] + Property [ protected $last ] + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $size ] + Parameter #1 [ $class ] + Parameter #2 [ $ctor ] + } + } + + Method [ public method resize ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method submit ] { + + - Parameters [1] { + Parameter #0 [ $task ] + } + } + + Method [ public method submitTo ] { + + - Parameters [2] { + Parameter #0 [ $worker ] + Parameter #1 [ $task ] + } + } + + Method [ public method collect ] { + + - Parameters [1] { + Parameter #0 [ $collector ] + } + } + + Method [ public method shutdown ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit