X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FDecimal.phpt;h=cd8b242e02fe1a073185295195514ee22bbe8f7d;hb=0ebd5a03550ffe66a371bcac0d525257faccdb1d;hp=e861cae112318acac64d0c50285652c63017025e;hpb=790bfba47fd8b204bb4b5d242015dd88c0c31109;p=awesomized%2Fext-ion diff --git a/tests/Decimal.phpt b/tests/Decimal.phpt index e861cae..cd8b242 100644 --- a/tests/Decimal.phpt +++ b/tests/Decimal.phpt @@ -15,18 +15,34 @@ object(ion\Decimal)#%d (2) { ["number"]=> int(1) ["context"]=> - object(ion\Decimal\Context)#%d (1) { - ["bits"]=> - int(128) + object(ion\Decimal\Context)#%d (5) { + ["digits"]=> + int(999999999) + ["eMax"]=> + int(999999999) + ["eMin"]=> + int(-999999999) + ["round"]=> + int(3) + ["clamp"]=> + bool(false) } } object(ion\Decimal)#%d (2) { ["number"]=> string(4) "1.23" ["context"]=> - object(ion\Decimal\Context)#%d (1) { - ["bits"]=> - int(128) + object(ion\Decimal\Context)#%d (5) { + ["digits"]=> + int(999999999) + ["eMax"]=> + int(999999999) + ["eMin"]=> + int(-999999999) + ["round"]=> + int(3) + ["clamp"]=> + bool(false) } } DONE