Data Type Php

$origVar = 100;
$origVar += 25;
echo "

Added a value, now it's $origVar

";
?>