Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php547 $isBigInt = false;
550 if (!$isBigInt) {
555 $isBigInt = true;
560 if ($isBigInt) {
564 if ($isBigInt) {
573 return $isBigInt ? gmp_strval($value) : $value;
825 $isBigInt = $type->isBigInt();
827 $this->throwIfBigIntGmpNeeded($isBigInt);
829 $int = $isBigInt
1083 throwIfBigIntGmpNeeded(bool $isBigInt) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DBigIntTrait.php28 public function isBigInt(): bool
25 public function isBigInt() : bool global() function