Home
last modified time | relevance | path

Searched refs:throwIfBigIntGmpNeeded (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php556 $this->throwIfBigIntGmpNeeded(true);
590 $this->throwIfBigIntGmpNeeded($bigint);
723 $this->throwIfBigIntGmpNeeded(true);
827 $this->throwIfBigIntGmpNeeded($isBigInt);
991 $this->throwIfBigIntGmpNeeded($isBigInt);
1105 $this->throwIfBigIntGmpNeeded($isBigInt);
1123 protected function throwIfBigIntGmpNeeded(bool $isBigInt): void
1083 protected function throwIfBigIntGmpNeeded(bool $isBigInt) : void global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder