assertEquals($i,IntStr::toNum($str)); } $int = 489404994190181376; $str = IntStr::toAlpha($int); $this->assertEquals($int,IntStr::toNum($str)); } }