Add a PHP block and create a variable that holds an integer
<? # create a variable that holds an integer $intVar = "9554215464"; echo "<P>integer: $intVar</P>"; ?>