From 9ba083c6792be9d1b69a5bac1745ad5b55899447 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Jul 2023 11:57:07 +0200 Subject: build out of sources tree --- REFLECTION | 645 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 458 insertions(+), 187 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 68cb732..6b7b740 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,98 +1,162 @@ -Extension [ extension #193 zmq version 1.1.3 ] { +Extension [ extension #124 zmq version 1.1.3 ] { - Classes [10] { Class [ class ZMQ ] { - - Constants [78] { - Constant [ integer SOCKET_PAIR ] { 0 } - Constant [ integer SOCKET_PUB ] { 1 } - Constant [ integer SOCKET_SUB ] { 2 } - Constant [ integer SOCKET_XSUB ] { 10 } - Constant [ integer SOCKET_XPUB ] { 9 } - Constant [ integer SOCKET_REQ ] { 3 } - Constant [ integer SOCKET_REP ] { 4 } - Constant [ integer SOCKET_XREQ ] { 5 } - Constant [ integer SOCKET_XREP ] { 6 } - Constant [ integer SOCKET_PUSH ] { 8 } - Constant [ integer SOCKET_PULL ] { 7 } - Constant [ integer SOCKET_DEALER ] { 5 } - Constant [ integer SOCKET_ROUTER ] { 6 } - Constant [ integer SOCKET_STREAM ] { 11 } - Constant [ integer SOCKET_UPSTREAM ] { 7 } - Constant [ integer SOCKET_DOWNSTREAM ] { 8 } - Constant [ integer POLL_IN ] { 1 } - Constant [ integer POLL_OUT ] { 2 } - Constant [ integer MODE_SNDMORE ] { 2 } - Constant [ integer MODE_NOBLOCK ] { 1 } - Constant [ integer MODE_DONTWAIT ] { 1 } - Constant [ integer DEVICE_FORWARDER ] { 2 } - Constant [ integer DEVICE_QUEUE ] { 3 } - Constant [ integer DEVICE_STREAMER ] { 1 } - Constant [ integer ERR_INTERNAL ] { -99 } - Constant [ integer ERR_EAGAIN ] { 11 } - Constant [ integer ERR_ENOTSUP ] { 95 } - Constant [ integer ERR_EFSM ] { 156384763 } - Constant [ integer ERR_ETERM ] { 156384765 } - Constant [ string LIBZMQ_VER ] { 4.1.2 } - Constant [ integer SOCKOPT_HWM ] { 201 } - Constant [ integer SOCKOPT_SNDHWM ] { 23 } - Constant [ integer SOCKOPT_RCVHWM ] { 24 } - Constant [ integer SOCKOPT_AFFINITY ] { 4 } - Constant [ integer SOCKOPT_IDENTITY ] { 5 } - Constant [ integer SOCKOPT_RATE ] { 8 } - Constant [ integer SOCKOPT_RECOVERY_IVL ] { 9 } - Constant [ integer SOCKOPT_SNDBUF ] { 11 } - Constant [ integer SOCKOPT_RCVBUF ] { 12 } - Constant [ integer SOCKOPT_LINGER ] { 17 } - Constant [ integer SOCKOPT_RECONNECT_IVL ] { 18 } - Constant [ integer SOCKOPT_RECONNECT_IVL_MAX ] { 21 } - Constant [ integer SOCKOPT_BACKLOG ] { 19 } - Constant [ integer SOCKOPT_MAXMSGSIZE ] { 22 } - Constant [ integer SOCKOPT_SUBSCRIBE ] { 6 } - Constant [ integer SOCKOPT_UNSUBSCRIBE ] { 7 } - Constant [ integer SOCKOPT_TYPE ] { 16 } - Constant [ integer SOCKOPT_RCVMORE ] { 13 } - Constant [ integer SOCKOPT_FD ] { 14 } - Constant [ integer SOCKOPT_EVENTS ] { 15 } - Constant [ integer SOCKOPT_SNDTIMEO ] { 28 } - Constant [ integer SOCKOPT_RCVTIMEO ] { 27 } - Constant [ integer SOCKOPT_IPV4ONLY ] { 31 } - Constant [ integer SOCKOPT_LAST_ENDPOINT ] { 32 } - Constant [ integer SOCKOPT_TCP_KEEPALIVE ] { 34 } - Constant [ integer SOCKOPT_TCP_KEEPALIVE_IDLE ] { 36 } - Constant [ integer SOCKOPT_TCP_KEEPALIVE_CNT ] { 35 } - Constant [ integer SOCKOPT_TCP_KEEPALIVE_INTVL ] { 37 } - Constant [ integer SOCKOPT_TCP_ACCEPT_FILTER ] { 38 } - Constant [ integer SOCKOPT_DELAY_ATTACH_ON_CONNECT ] { 39 } - Constant [ integer SOCKOPT_XPUB_VERBOSE ] { 40 } - Constant [ integer SOCKOPT_ROUTER_MANDATORY ] { 33 } - Constant [ integer SOCKOPT_ROUTER_RAW ] { 41 } - Constant [ integer SOCKOPT_IPV6 ] { 42 } - Constant [ integer SOCKOPT_PLAIN_SERVER ] { 44 } - Constant [ integer SOCKOPT_PLAIN_USERNAME ] { 45 } - Constant [ integer SOCKOPT_PLAIN_PASSWORD ] { 46 } - Constant [ integer SOCKOPT_CURVE_SERVER ] { 47 } - Constant [ integer SOCKOPT_CURVE_PUBLICKEY ] { 48 } - Constant [ integer SOCKOPT_CURVE_SECRETKEY ] { 49 } - Constant [ integer SOCKOPT_CURVE_SERVERKEY ] { 50 } - Constant [ integer SOCKOPT_PROBE_ROUTER ] { 51 } - Constant [ integer SOCKOPT_REQ_CORRELATE ] { 52 } - Constant [ integer SOCKOPT_REQ_RELAXED ] { 53 } - Constant [ integer SOCKOPT_CONFLATE ] { 54 } - Constant [ integer SOCKOPT_ZAP_DOMAIN ] { 55 } - Constant [ integer CTXOPT_MAX_SOCKETS ] { 2 } - Constant [ integer CTXOPT_MAX_SOCKETS_DEFAULT ] { 1023 } + - Constants [122] { + Constant [ public int SOCKET_PAIR ] { 0 } + Constant [ public int SOCKET_PUB ] { 1 } + Constant [ public int SOCKET_SUB ] { 2 } + Constant [ public int SOCKET_REQ ] { 3 } + Constant [ public int SOCKET_REP ] { 4 } + Constant [ public int SOCKET_XREQ ] { 5 } + Constant [ public int SOCKET_XREP ] { 6 } + Constant [ public int SOCKET_PUSH ] { 8 } + Constant [ public int SOCKET_PULL ] { 7 } + Constant [ public int SOCKET_DEALER ] { 5 } + Constant [ public int SOCKET_ROUTER ] { 6 } + Constant [ public int SOCKET_XSUB ] { 10 } + Constant [ public int SOCKET_XPUB ] { 9 } + Constant [ public int SOCKET_STREAM ] { 11 } + Constant [ public int SOCKET_UPSTREAM ] { 7 } + Constant [ public int SOCKET_DOWNSTREAM ] { 8 } + Constant [ public int POLL_IN ] { 1 } + Constant [ public int POLL_OUT ] { 2 } + Constant [ public int MODE_SNDMORE ] { 2 } + Constant [ public int MODE_NOBLOCK ] { 1 } + Constant [ public int MODE_DONTWAIT ] { 1 } + Constant [ public int ERR_INTERNAL ] { -99 } + Constant [ public int ERR_EAGAIN ] { 11 } + Constant [ public int ERR_ENOTSUP ] { 95 } + Constant [ public int ERR_EFSM ] { 156384763 } + Constant [ public int ERR_ETERM ] { 156384765 } + Constant [ public string LIBZMQ_VER ] { 4.3.4 } + Constant [ public string LIBZMQ_VERSION ] { 4.3.4 } + Constant [ public int LIBZMQ_VERSION_ID ] { 40304 } + Constant [ public int LIBZMQ_VERSION_MAJOR ] { 4 } + Constant [ public int LIBZMQ_VERSION_MINOR ] { 3 } + Constant [ public int LIBZMQ_VERSION_PATCH ] { 4 } + Constant [ public int SOCKOPT_HEARTBEAT_IVL ] { 75 } + Constant [ public int SOCKOPT_HEARTBEAT_TTL ] { 76 } + Constant [ public int SOCKOPT_HEARTBEAT_TIMEOUT ] { 77 } + Constant [ public int SOCKOPT_USE_FD ] { 89 } + Constant [ public int SOCKOPT_XPUB_MANUAL ] { 71 } + Constant [ public int SOCKOPT_XPUB_WELCOME_MSG ] { 72 } + Constant [ public int SOCKOPT_STREAM_NOTIFY ] { 73 } + Constant [ public int SOCKOPT_INVERT_MATCHING ] { 74 } + Constant [ public int SOCKOPT_XPUB_VERBOSER ] { 78 } + Constant [ public int SOCKOPT_CONNECT_TIMEOUT ] { 79 } + Constant [ public int SOCKOPT_TCP_MAXRT ] { 80 } + Constant [ public int SOCKOPT_THREAD_SAFE ] { 81 } + Constant [ public int SOCKOPT_MULTICAST_MAXTPDU ] { 84 } + Constant [ public int SOCKOPT_VMCI_BUFFER_SIZE ] { 85 } + Constant [ public int SOCKOPT_VMCI_BUFFER_MIN_SIZE ] { 86 } + Constant [ public int SOCKOPT_VMCI_BUFFER_MAX_SIZE ] { 87 } + Constant [ public int SOCKOPT_VMCI_CONNECT_TIMEOUT ] { 88 } + Constant [ public int SOCKOPT_TOS ] { 57 } + Constant [ public int SOCKOPT_ROUTER_HANDOVER ] { 56 } + Constant [ public int SOCKOPT_CONNECT_RID ] { 61 } + Constant [ public int SOCKOPT_HANDSHAKE_IVL ] { 66 } + Constant [ public int SOCKOPT_SOCKS_PROXY ] { 68 } + Constant [ public int SOCKOPT_XPUB_NODROP ] { 69 } + Constant [ public int SOCKOPT_ROUTER_MANDATORY ] { 33 } + Constant [ public int SOCKOPT_PROBE_ROUTER ] { 51 } + Constant [ public int SOCKOPT_REQ_RELAXED ] { 53 } + Constant [ public int SOCKOPT_REQ_CORRELATE ] { 52 } + Constant [ public int SOCKOPT_CONFLATE ] { 54 } + Constant [ public int SOCKOPT_ZAP_DOMAIN ] { 55 } + Constant [ public int SOCKOPT_MECHANISM ] { 43 } + Constant [ public int SOCKOPT_PLAIN_SERVER ] { 44 } + Constant [ public int SOCKOPT_PLAIN_USERNAME ] { 45 } + Constant [ public int SOCKOPT_PLAIN_PASSWORD ] { 46 } + Constant [ public int SOCKOPT_CURVE_SERVER ] { 47 } + Constant [ public int SOCKOPT_CURVE_PUBLICKEY ] { 48 } + Constant [ public int SOCKOPT_CURVE_SECRETKEY ] { 49 } + Constant [ public int SOCKOPT_CURVE_SERVERKEY ] { 50 } + Constant [ public int SOCKOPT_GSSAPI_SERVER ] { 62 } + Constant [ public int SOCKOPT_GSSAPI_PLAINTEXT ] { 65 } + Constant [ public int SOCKOPT_GSSAPI_PRINCIPAL ] { 63 } + Constant [ public int SOCKOPT_GSSAPI_SERVICE_PRINCIPAL ] { 64 } + Constant [ public int SOCKOPT_IPV6 ] { 42 } + Constant [ public int SOCKOPT_IMMEDIATE ] { 39 } + Constant [ public int SOCKOPT_ROUTER_RAW ] { 41 } + Constant [ public int SOCKOPT_IPV4ONLY ] { 31 } + Constant [ public int SOCKOPT_DELAY_ATTACH_ON_CONNECT ] { 39 } + Constant [ public int SOCKOPT_TYPE ] { 16 } + Constant [ public int SOCKOPT_SNDHWM ] { 23 } + Constant [ public int SOCKOPT_RCVHWM ] { 24 } + Constant [ public int SOCKOPT_AFFINITY ] { 4 } + Constant [ public int SOCKOPT_SUBSCRIBE ] { 6 } + Constant [ public int SOCKOPT_UNSUBSCRIBE ] { 7 } + Constant [ public int SOCKOPT_IDENTITY ] { 5 } + Constant [ public int SOCKOPT_RATE ] { 8 } + Constant [ public int SOCKOPT_RECOVERY_IVL ] { 9 } + Constant [ public int SOCKOPT_SNDBUF ] { 11 } + Constant [ public int SOCKOPT_RCVBUF ] { 12 } + Constant [ public int SOCKOPT_LINGER ] { 17 } + Constant [ public int SOCKOPT_RECONNECT_IVL ] { 18 } + Constant [ public int SOCKOPT_RECONNECT_IVL_MAX ] { 21 } + Constant [ public int SOCKOPT_BACKLOG ] { 19 } + Constant [ public int SOCKOPT_MAXMSGSIZE ] { 22 } + Constant [ public int SOCKOPT_MULTICAST_HOPS ] { 25 } + Constant [ public int SOCKOPT_RCVTIMEO ] { 27 } + Constant [ public int SOCKOPT_SNDTIMEO ] { 28 } + Constant [ public int SOCKOPT_XPUB_VERBOSE ] { 40 } + Constant [ public int SOCKOPT_TCP_KEEPALIVE ] { 34 } + Constant [ public int SOCKOPT_TCP_KEEPALIVE_IDLE ] { 36 } + Constant [ public int SOCKOPT_TCP_KEEPALIVE_CNT ] { 35 } + Constant [ public int SOCKOPT_TCP_KEEPALIVE_INTVL ] { 37 } + Constant [ public int SOCKOPT_TCP_ACCEPT_FILTER ] { 38 } + Constant [ public int SOCKOPT_RCVMORE ] { 13 } + Constant [ public int SOCKOPT_FD ] { 14 } + Constant [ public int SOCKOPT_EVENTS ] { 15 } + Constant [ public int SOCKOPT_LAST_ENDPOINT ] { 32 } + Constant [ public int SOCKOPT_HWM ] { 2001 } + Constant [ public int CTXOPT_MAX_SOCKETS ] { 2 } + Constant [ public int CTXOPT_MAX_SOCKETS_DEFAULT ] { 1023 } + Constant [ public int EVENT_CONNECTED ] { 1 } + Constant [ public int EVENT_CONNECT_DELAYED ] { 2 } + Constant [ public int EVENT_CONNECT_RETRIED ] { 4 } + Constant [ public int EVENT_LISTENING ] { 8 } + Constant [ public int EVENT_BIND_FAILED ] { 16 } + Constant [ public int EVENT_ACCEPTED ] { 32 } + Constant [ public int EVENT_ACCEPT_FAILED ] { 64 } + Constant [ public int EVENT_CLOSED ] { 128 } + Constant [ public int EVENT_CLOSE_FAILED ] { 256 } + Constant [ public int EVENT_DISCONNECTED ] { 512 } + Constant [ public int EVENT_MONITOR_STOPPED ] { 1024 } + Constant [ public int EVENT_ALL ] { 65535 } } - Static properties [0] { } - - Static methods [1] { + - Static methods [4] { Method [ static public method clock ] { - Parameters [0] { } } + + Method [ static public method z85encode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ static public method z85decode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ static public method curvekeypair ] { + + - Parameters [0] { + } + } } - Properties [0] { @@ -115,18 +179,29 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method acquire ] { + + - Parameters [0] { + } + } } - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ final public method __construct ] { - Parameters [2] { - Parameter #0 [ $io_threads ] - Parameter #1 [ $persistent ] + Parameter #0 [ $io_threads = ] + Parameter #1 [ $persistent = ] + } + } + + Method [ public method getsocketcount ] { + + - Parameters [0] { } } @@ -135,7 +210,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [3] { Parameter #0 [ $type ] Parameter #1 [ $dsn ] - Parameter #2 [ $on_new_socket ] + Parameter #2 [ $on_new_socket = ] } } @@ -182,14 +257,14 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Properties [0] { } - - Methods [18] { + - Methods [20] { Method [ final public method __construct ] { - Parameters [4] { Parameter #0 [ ZMQContext $ZMQContext ] Parameter #1 [ $type ] - Parameter #2 [ $persistent_id ] - Parameter #3 [ $on_new_socket ] + Parameter #2 [ $persistent_id = ] + Parameter #3 [ $on_new_socket = ] } } @@ -197,14 +272,14 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [2] { Parameter #0 [ $message ] - Parameter #1 [ $mode ] + Parameter #1 [ $mode = ] } } Method [ public method recv ] { - Parameters [1] { - Parameter #0 [ $mode ] + Parameter #0 [ $mode = ] } } @@ -212,14 +287,14 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [2] { Parameter #0 [ $message ] - Parameter #1 [ $mode ] + Parameter #1 [ $mode = ] } } Method [ public method recvmulti ] { - Parameters [1] { - Parameter #0 [ $mode ] + Parameter #0 [ $mode = ] } } @@ -227,7 +302,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [2] { Parameter #0 [ $dsn ] - Parameter #1 [ $force ] + Parameter #1 [ $force = ] } } @@ -235,7 +310,22 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [2] { Parameter #0 [ $dsn ] - Parameter #1 [ $force ] + Parameter #1 [ $force = ] + } + } + + Method [ public method monitor ] { + + - Parameters [2] { + Parameter #0 [ $dsn ] + Parameter #1 [ $events = ] + } + } + + Method [ public method recvevent ] { + + - Parameters [1] { + Parameter #0 [ $flags = ] } } @@ -302,14 +392,14 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [2] { Parameter #0 [ $message ] - Parameter #1 [ $mode ] + Parameter #1 [ $mode = ] } } Method [ public method recvmsg ] { - Parameters [1] { - Parameter #0 [ $mode ] + Parameter #0 [ $mode = ] } } } @@ -329,7 +419,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Properties [0] { } - - Methods [7] { + - Methods [8] { Method [ public method add ] { - Parameters [2] { @@ -343,7 +433,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [3] { Parameter #0 [ &$readable ] Parameter #1 [ &$writable ] - Parameter #2 [ $timeout ] + Parameter #2 [ $timeout = ] } } @@ -372,6 +462,12 @@ Extension [ extension #193 zmq version 1.1.3 ] { } } + Method [ public method items ] { + + - Parameters [0] { + } + } + Method [ final private method __clone ] { - Parameters [0] { @@ -400,7 +496,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [3] { Parameter #0 [ ZMQSocket $frontend ] Parameter #1 [ ZMQSocket $backend ] - Parameter #2 [ ZMQSocket $capture ] + Parameter #2 [ ZMQSocket $capture = ] } } @@ -415,7 +511,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [3] { Parameter #0 [ $idle_callback ] Parameter #1 [ $timeout ] - Parameter #2 [ $user_data ] + Parameter #2 [ $user_data = ] } } @@ -437,7 +533,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { - Parameters [3] { Parameter #0 [ $idle_callback ] Parameter #1 [ $timeout ] - Parameter #2 [ $user_data ] + Parameter #2 [ $user_data = ] } } @@ -462,7 +558,7 @@ Extension [ extension #193 zmq version 1.1.3 ] { } } - Class [ class ZMQException extends Exception ] { + Class [ class ZMQException extends Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -474,52 +570,87 @@ Extension [ extension #193 zmq version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class ZMQContextException extends ZMQException ] { + Class [ final class ZMQContextException extends ZMQException implements Stringable, Throwable ] { - Constants [0] { } @@ -531,52 +662,87 @@ Extension [ extension #193 zmq version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class ZMQSocketException extends ZMQException ] { + Class [ final class ZMQSocketException extends ZMQException implements Stringable, Throwable ] { - Constants [0] { } @@ -588,52 +754,87 @@ Extension [ extension #193 zmq version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class ZMQPollException extends ZMQException ] { + Class [ final class ZMQPollException extends ZMQException implements Stringable, Throwable ] { - Constants [0] { } @@ -645,52 +846,87 @@ Extension [ extension #193 zmq version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ final class ZMQDeviceException extends ZMQException ] { + Class [ final class ZMQDeviceException extends ZMQException implements Stringable, Throwable ] { - Constants [0] { } @@ -702,47 +938,82 @@ Extension [ extension #193 zmq version 1.1.3 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { - Method [ method __construct ] { + Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } + - Tentative return [ void ] } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getCode ] { + Method [ final public method getCode ] { + + - Parameters [0] { + } } - Method [ final public method getFile ] { + Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ final public method getLine ] { + Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } -- cgit