Searched refs:isBigInt (Results 1 – 2 of 2) sorted by relevance
547 $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 ? gmp_abs($type->getValue()) : ($int * -1);834 $int = $isBigInt ? gmp_sub($int, '1') : $int - 1;[all …]
28 public function isBigInt(): bool function