improve decimal support
authorMichael Wallner <mike@php.net>
Tue, 7 Dec 2021 11:41:49 +0000 (12:41 +0100)
committerMichael Wallner <mike@php.net>
Tue, 7 Dec 2021 11:41:49 +0000 (12:41 +0100)
commit5160cd44798ab39c50a19df6f849355c8425d20b
tree4ea52a4e37f29acbbab2733aca8f7b453fcec413
parent1c60d5a9bfc334355a8f873cc295c055feda609a
improve decimal support
13 files changed:
ion.c
ion.stub.php
ion_arginfo.h
ion_private.h
tests/Decimal.phpt [new file with mode: 0644]
tests/Decimal/Context.phpt [new file with mode: 0644]
tests/Decimal/Context/__construct.phpt [new file with mode: 0644]
tests/Decimal/__construct.phpt [new file with mode: 0644]
tests/Decimal/__toString.phpt [new file with mode: 0644]
tests/Decimal/equals.phpt [new file with mode: 0644]
tests/Decimal/isInt.phpt [new file with mode: 0644]
tests/Decimal/toInt.phpt [new file with mode: 0644]
tests/Decimal/toString.phpt [new file with mode: 0644]