diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 156 | 
1 files changed, 143 insertions, 13 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #186 http version 3.2.0 ] { +Extension [ <persistent> extension #194 http version 3.2.1 ] {    - Dependencies {      Dependency [ raphf (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {    }    - Constants [56] { -    Constant [ integer http\Client\Curl\FEATURES ] { 4179869 } +    Constant [ integer http\Client\Curl\FEATURES ] { 12568477 }      Constant [ integer http\Client\Curl\Features\IPV6 ] { 1 }      Constant [ integer http\Client\Curl\Features\KERBEROS4 ] { 2 }      Constant [ integer http\Client\Curl\Features\KERBEROS5 ] { 262144 } @@ -33,9 +33,9 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {      Constant [ integer http\Client\Curl\Features\HTTP2 ] { 65536 }      Constant [ integer http\Client\Curl\Features\UNIX_SOCKETS ] { 524288 }      Constant [ integer http\Client\Curl\Features\PSL ] { 1048576 } -    Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.55.1 OpenSSL/1.1.0h zlib/1.2.11 libidn2/2.0.5 libpsl/0.18.0 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.31.1 } -    Constant [ string http\Client\Curl\Versions\CURL ] { 7.55.1 } -    Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.0h } +    Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.61.1 OpenSSL/1.1.1b zlib/1.2.11 brotli/1.0.5 libidn2/2.1.1 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.7/openssl/zlib nghttp2/1.34.0 } +    Constant [ string http\Client\Curl\Versions\CURL ] { 7.61.1 } +    Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1b }      Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.11 }      Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 }      Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } @@ -72,7 +72,7 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {      Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 }    } -  - Classes [31] { +  - Classes [33] {      Interface [ <internal:http> interface http\Exception ] {        - Constants [0] { @@ -1041,6 +1041,132 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {        }      } +    Class [ <internal:http> class http\Encoding\Stream\Enbrotli extends http\Encoding\Stream ] { + +      - Constants [12] { +        Constant [ public integer FLUSH_NONE ] { 0 } +        Constant [ public integer FLUSH_SYNC ] { 1048576 } +        Constant [ public integer FLUSH_FULL ] { 2097152 } +        Constant [ public integer LEVEL_MIN ] { 1 } +        Constant [ public integer LEVEL_DEF ] { 4 } +        Constant [ public integer LEVEL_MAX ] { 11 } +        Constant [ public integer WBITS_MIN ] { 160 } +        Constant [ public integer WBITS_DEF ] { 352 } +        Constant [ public integer WBITS_MAX ] { 384 } +        Constant [ public integer MODE_GENERIC ] { 0 } +        Constant [ public integer MODE_TEXT ] { 4096 } +        Constant [ public integer MODE_FONT ] { 8192 } +      } + +      - Static properties [0] { +      } + +      - Static methods [1] { +        Method [ <internal:http> static public method encode ] { + +          - Parameters [2] { +            Parameter #0 [ <required> $data ] +            Parameter #1 [ <optional> $flags ] +          } +        } +      } + +      - Properties [0] { +      } + +      - Methods [5] { +        Method [ <internal:http, inherits http\Encoding\Stream, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> $flags ] +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method update ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data ] +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method flush ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method done ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method finish ] { + +          - Parameters [0] { +          } +        } +      } +    } + +    Class [ <internal:http> class http\Encoding\Stream\Debrotli extends http\Encoding\Stream ] { + +      - Constants [3] { +        Constant [ public integer FLUSH_NONE ] { 0 } +        Constant [ public integer FLUSH_SYNC ] { 1048576 } +        Constant [ public integer FLUSH_FULL ] { 2097152 } +      } + +      - Static properties [0] { +      } + +      - Static methods [1] { +        Method [ <internal:http> static public method decode ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data ] +          } +        } +      } + +      - Properties [0] { +      } + +      - Methods [5] { +        Method [ <internal:http, inherits http\Encoding\Stream, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> $flags ] +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method update ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $data ] +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method flush ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method done ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:http, inherits http\Encoding\Stream> public method finish ] { + +          - Parameters [0] { +          } +        } +      } +    } +      Class [ <internal:http> class http\Header implements Serializable ] {        - Constants [5] { @@ -1968,8 +2094,9 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {          Method [ <internal:http, prototype SplSubject> public method notify ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <optional> http\Client\Request or NULL $request ] +            Parameter #1 [ <optional> $progress ]            }          } @@ -2931,7 +3058,7 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {      Class [ <internal:http> class http\Env\Url extends http\Url ] { -      - Constants [19] { +      - Constants [22] {          Constant [ public integer REPLACE ] { 0 }          Constant [ public integer JOIN_PATH ] { 1 }          Constant [ public integer JOIN_QUERY ] { 2 } @@ -2951,6 +3078,9 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {          Constant [ public integer PARSE_TOIDN_2003 ] { 9437184 }          Constant [ public integer PARSE_TOIDN_2008 ] { 5242880 }          Constant [ public integer PARSE_TOPCT ] { 2097152 } +        Constant [ public integer IGNORE_ERRORS ] { 268435456 } +        Constant [ public integer SILENT_ERRORS ] { 536870912 } +        Constant [ public integer STDFLAGS ] { 3350531 }        }        - Static properties [0] { @@ -2971,7 +3101,7 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {        }        - Methods [5] { -        Method [ <internal:http, overwrites http\Url, ctor> public method __construct ] { +        Method [ <internal:http, inherits http\Url, ctor> public method __construct ] {            - Parameters [3] {              Parameter #0 [ <optional> $old_url ] @@ -2980,7 +3110,7 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {            }          } -        Method [ <internal:http, overwrites http\Url, prototype http\Url> public method mod ] { +        Method [ <internal:http, inherits http\Url> public method mod ] {            - Parameters [2] {              Parameter #0 [ <required> $more_url_parts ] @@ -2988,19 +3118,19 @@ Extension [ <persistent> extension #186 http version 3.2.0 ] {            }          } -        Method [ <internal:http, overwrites http\Url, prototype http\Url> public method toString ] { +        Method [ <internal:http, inherits http\Url> public method toString ] {            - Parameters [0] {            }          } -        Method [ <internal:http, overwrites http\Url, prototype http\Url> public method __toString ] { +        Method [ <internal:http, inherits http\Url> public method __toString ] {            - Parameters [0] {            }          } -        Method [ <internal:http, overwrites http\Url, prototype http\Url> public method toArray ] { +        Method [ <internal:http, inherits http\Url> public method toArray ] {            - Parameters [0] {            }  | 
