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