From aa4f4eaf8b52607c434302899e3e0be5d06bdf16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 14:06:59 +0200 Subject: add patch for PHP 8.3 from https://github.com/couchbase/couchbase-php-client/pull/130 --- REFLECTION | 497 +++++++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 350 insertions(+), 147 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f24e326..a86539b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 couchbase version 4.1.4 ] { +Extension [ extension #125 couchbase version 4.1.5 ] { - Dependencies { Dependency [ json (Required) ] @@ -279,6 +279,48 @@ Extension [ extension #122 couchbase version 4.1.4 ] { Parameter #6 [ ?array $options = ] } } + Function [ function Couchbase\Extension\createDocumentScanResult ] { + + - Parameters [6] { + Parameter #0 [ $connection = ] + Parameter #1 [ string $bucket = ] + Parameter #2 [ string $scope = ] + Parameter #3 [ string $collection = ] + Parameter #4 [ array $scan_type = ] + Parameter #5 [ ?array $options = ] + } + - Return [ null ] + } + Function [ function Couchbase\Extension\documentScanNextItem ] { + + - Parameters [1] { + Parameter #0 [ $scan_result ] + } + } + Function [ function Couchbase\Extension\documentLookupInAnyReplica ] { + + - Parameters [7] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucket ] + Parameter #2 [ string $scope ] + Parameter #3 [ string $collection ] + Parameter #4 [ string $id ] + Parameter #5 [ array $specs ] + Parameter #6 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\documentLookupInAllReplicas ] { + + - Parameters [7] { + Parameter #0 [ $connection ] + Parameter #1 [ string $bucket ] + Parameter #2 [ string $scope ] + Parameter #3 [ string $collection ] + Parameter #4 [ string $id ] + Parameter #5 [ array $specs ] + Parameter #6 [ ?array $options = ] + } + } Function [ function Couchbase\Extension\documentGetMulti ] { - Parameters [6] { @@ -441,6 +483,21 @@ Extension [ extension #122 couchbase version 4.1.4 ] { Parameter #2 [ ?array $options = ] } } + Function [ function Couchbase\Extension\searchIndexGet ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexGetAll ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ ?array $options = ] + } + } Function [ function Couchbase\Extension\searchIndexUpsert ] { - Parameters [3] { @@ -449,6 +506,79 @@ Extension [ extension #122 couchbase version 4.1.4 ] { Parameter #2 [ ?array $options = ] } } + Function [ function Couchbase\Extension\searchIndexDrop ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexGetDocumentsCount ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexIngestPause ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexIngestResume ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexQueryingAllow ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexQueryingDisallow ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexPlanFreeze ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexPlanUnfreeze ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ ?array $options = ] + } + } + Function [ function Couchbase\Extension\searchIndexDocumentAnalyze ] { + + - Parameters [4] { + Parameter #0 [ $connection ] + Parameter #1 [ string $indexName ] + Parameter #2 [ string $document ] + Parameter #3 [ ?array $options = ] + } + } Function [ function Couchbase\Extension\viewIndexUpsert ] { - Parameters [5] { @@ -771,12 +901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -870,12 +1001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -969,12 +1101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1068,12 +1201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1167,12 +1301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1266,12 +1401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1365,12 +1501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1464,12 +1601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1563,12 +1701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1662,12 +1801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1761,12 +1901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1860,12 +2001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -1959,12 +2101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2058,12 +2201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2157,12 +2301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2256,12 +2401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2355,12 +2501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2454,12 +2601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2553,12 +2701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2652,12 +2801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2751,12 +2901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2850,12 +3001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -2949,12 +3101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3048,12 +3201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3147,12 +3301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3246,12 +3401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3345,12 +3501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3444,12 +3601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3543,12 +3701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3642,12 +3801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3741,12 +3901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3840,12 +4001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -3939,12 +4101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4038,12 +4201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4137,12 +4301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4236,12 +4401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4335,12 +4501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4434,12 +4601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4533,12 +4701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4632,12 +4801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4731,12 +4901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4830,12 +5001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -4929,12 +5101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5028,12 +5201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5127,12 +5301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5226,12 +5401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5325,12 +5501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5424,12 +5601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5523,12 +5701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5622,12 +5801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5721,12 +5901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5820,12 +6001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -5919,12 +6101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6018,12 +6201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6117,12 +6301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6216,12 +6401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6315,12 +6501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6414,12 +6601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6513,12 +6701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6612,12 +6801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6711,12 +6901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6810,12 +7001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -6909,12 +7101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7008,12 +7201,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7107,12 +7301,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7206,12 +7401,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7305,12 +7501,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7404,12 +7601,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7503,12 +7701,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7602,12 +7801,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7701,12 +7901,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7800,12 +8001,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } @@ -7899,12 +8101,13 @@ Extension [ extension #122 couchbase version 4.1.4 ] { - Return [ array ] } - Method [ public method __construct ] { + Method [ public method __construct ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ string $message = "" ] Parameter #1 [ int $code = 0 ] Parameter #2 [ ?Throwable $previous = null ] + Parameter #3 [ ?array $context = null ] } } -- cgit