public function hexNumbersAreNumbers()
 {
     $long = new Long('0xAAAA');
     $this->assertEquals(43690, $long->intValue());
 }