--TEST-- ion\Reader\Stream --EXTENSIONS-- ion --FILE-- TEST next(); var_dump($r->readDecimal()); ?> DONE --EXPECTF-- TEST int(5) object(ion\Decimal)#2 (2) { ["number"]=> int(123) ["context"]=> object(ion\Decimal\Context)#3 (5) { ["digits"]=> int(999999999) ["eMax"]=> int(999999999) ["eMin"]=> int(-999999999) ["round"]=> int(3) ["clamp"]=> bool(false) } } DONE