--TEST-- ion\Decimal --EXTENSIONS-- ion --FILE-- TEST DONE --EXPECTF-- TEST object(ion\Decimal)#%d (2) { ["number"]=> int(1) ["context"]=> object(ion\Decimal\Context)#%d (1) { ["bits"]=> int(128) } } object(ion\Decimal)#%d (2) { ["number"]=> string(4) "1.23" ["context"]=> object(ion\Decimal\Context)#%d (1) { ["bits"]=> int(128) } } DONE