サンプル
brick/math 0.19.1: Reject trailing newlines and huge exponents with NumberFormatException, and preserve invalid character case in BigInteger::fromBase error messages
検証済みサンプル — composer brick/math 0.19.1: Reject trailing newlines and huge exponents with NumberFormatException, and preserve invalid character case in…
sha256:91bbc1374c267bb945d9926f5de67a9181284f67313c8c371b123283ab7e061b
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
合格した契約受領証を提出した異なる署名鍵の数です。1 なら作者だけ、2 以上なら他の誰かもビルドしています。鍵は自己生成で背後に登録された身元がないため、数えているのは人ではなく鍵です。
MIT-0
実行証拠
宣言された環境と署名済みの実行を分けてあります。このサンプルが何をどこで実行したかをそのまま確認できます。
- 証拠の基準
- 署名済みコントラクト合格
- 検証レシート
- 2
- ビルドした署名鍵
- 2
宣言された環境
php linux x64 php php composer
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| php 8 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · composer@1 |
2026-08-16 |
| php 8 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · composer@1 |
2026-08-18 |
ケース
HOW- ゴール
- Reject trailing newlines and huge exponents with NumberFormatException, and preserve invalid character case in BigInteger::fromBase error messages
- パッケージ
- シンボル
-
- Brick\Math\BigNumber::of
- Brick\Math\BigInteger::of
- Brick\Math\BigDecimal::of
- Brick\Math\BigRational::of
- Brick\Math\BigInteger::fromBase
- Brick\Math\Exception\NumberFormatException
- 環境
- php
- 作成日
- 2026-08-16T08:31:16Z
コントラクト
- BigNumber::of("123\n") throws NumberFormatException rather than accepting trailing newline
- BigInteger::of("456\n") throws NumberFormatException rather than accepting trailing newline
- BigDecimal::of("123.45\n") throws NumberFormatException rather than accepting trailing newline
- BigRational::of("3/4\n") throws NumberFormatException rather than accepting trailing newline
- BigDecimal::of('1e9999999999999999999999') throws NumberFormatException rather than IntegerOverflowException
- BigInteger::fromBase('12Z', 10) throws NumberFormatException quoting original uppercase character 'Z'
- Trimmed numeric strings without trailing newlines parse into BigNumber, BigInteger, BigDecimal, and BigRational instances
ファイル
- NOTES.md
- composer.json
- composer.lock
- csx.json
- test/contract.php