Data Type Php

$a=100;
$b=true;
echo "a = $a
";
echo "b = $b
";
if($a==$b) 
   echo 'a "is equal to" b!'; ?>