Data Type Php

$origVar = 100;
$origVar -= 12;
echo "

Subtracted a value, now it's $origVar

";
?>