diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 171 |
1 files changed, 149 insertions, 22 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 http version 4.1.0 ] { +Extension [ <persistent> extension #84 http version 4.2.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -36,12 +36,12 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Constant [ int http\Client\Curl\Features\BROTLI ] { 8388608 } Constant [ int http\Client\Curl\Features\ALTSVC ] { 16777216 } Constant [ int http\Client\Curl\Features\HTTP3 ] { 33554432 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.71.1 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.71.1 OpenSSL/1.1.1k-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.0) libssh/0.9.5/openssl/zlib nghttp2/1.43.0 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.71.1 } Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1k-fips } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.11 } Constant [ null http\Client\Curl\Versions\ARES ] { } - Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.0 } + Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.2 } Constant [ null http\Client\Curl\Versions\ICONV ] { } Constant [ string http\Client\Curl\Versions\BROTLI ] { 1.0.9 } Constant [ string http\Client\Curl\Versions\NGHTTP2 ] { 1.43.0 } @@ -1526,7 +1526,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ public $value = NULL ] } - - Methods [8] { + - Methods [10] { Method [ <internal:http, ctor> public method __construct ] { - Parameters [2] { @@ -1535,28 +1535,43 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } - Method [ <internal:http, prototype Serializable> public method serialize ] { + Method [ <internal:http> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + + Method [ <internal:http> public method __serialize ] { - Parameters [0] { } + - Return [ array ] } - Method [ <internal:http> public method __toString ] { + Method [ <internal:http, prototype Serializable> public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + } + + Method [ <internal:http, prototype Serializable> public method serialize ] { - Parameters [0] { } } - Method [ <internal:http> public method toString ] { + Method [ <internal:http> public method __toString ] { - Parameters [0] { } } - Method [ <internal:http, prototype Serializable> public method unserialize ] { + Method [ <internal:http> public method toString ] { - - Parameters [1] { - Parameter #0 [ <required> $serialized ] + - Parameters [0] { } } @@ -1663,7 +1678,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ protected $parentMessage = NULL ] } - - Methods [42] { + - Methods [44] { Method [ <internal:http, ctor> public method __construct ] { - Parameters [2] { @@ -1875,6 +1890,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -2016,7 +2046,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { - Properties [0] { } - - Methods [14] { + - Methods [16] { Method [ <internal:http, ctor> public method __construct ] { - Parameters [1] { @@ -2049,6 +2079,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http> public method toStream ] { - Parameters [3] { @@ -2143,7 +2188,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ private $queryArray = NULL ] } - - Methods [20] { + - Methods [22] { Method [ <internal:http, ctor> final public method __construct ] { - Parameters [1] { @@ -2251,6 +2296,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { - Parameters [0] { } + - Return [ Traversable ] } Method [ <internal:http, prototype Serializable> public method serialize ] { @@ -2266,17 +2312,32 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, prototype ArrayAccess> public method offsetGet ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $name ] } } Method [ <internal:http, prototype ArrayAccess> public method offsetSet ] { - Parameters [2] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $name ] Parameter #1 [ <required> $value ] } } @@ -2284,14 +2345,14 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Method [ <internal:http, prototype ArrayAccess> public method offsetExists ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $name ] } } Method [ <internal:http, prototype ArrayAccess> public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ <required> $offset ] + Parameter #0 [ <required> $name ] } } } @@ -2566,7 +2627,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ protected $options = NULL ] } - - Methods [52] { + - Methods [54] { Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] { - Parameters [4] { @@ -2846,6 +2907,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http, inherits http\Message> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http, inherits http\Message> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -2944,7 +3020,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ protected $transferInfo = NULL ] } - - Methods [44] { + - Methods [46] { Method [ <internal:http> public method getCookies ] { - Parameters [2] { @@ -3171,6 +3247,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http, inherits http\Message> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http, inherits http\Message> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -3477,7 +3568,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { - Static properties [0] { } - - Static methods [13] { + - Static methods [14] { Method [ <internal:http> static public method getRequestHeader ] { - Parameters [1] { @@ -3576,6 +3667,12 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Parameter #3 [ <optional> &$result_array = <default> ] } } + + Method [ <internal:http> static public method reset ] { + + - Parameters [0] { + } + } } - Properties [0] { @@ -3615,7 +3712,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ protected $files = NULL ] } - - Methods [46] { + - Methods [48] { Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] { - Parameters [0] { @@ -3861,6 +3958,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http, inherits http\Message> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http, inherits http\Message> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] { - Parameters [0] { @@ -3973,7 +4085,7 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { Property [ protected $throttleChunk = NULL ] } - - Methods [55] { + - Methods [57] { Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] { - Parameters [0] { @@ -4276,6 +4388,21 @@ Extension [ <persistent> extension #82 http version 4.1.0 ] { } } + Method [ <internal:http, inherits http\Message> public method __serialize ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ <internal:http, inherits http\Message> public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> array $data ] + } + - Return [ void ] + } + Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] { - Parameters [0] { |