# initializing like this will represent '0' as a number $foo = 0; # by double quoting it, the '0' should be seen as a string $foo = "0";