So I have a couple of examples with sums in PHP and they are as following:
$var = "0"; // $var = "0" string $var++; // $var = "1"