Dots
in
incoming
variable
names
Now, what the parser sees is a variable named
$varname
, followed by the string concatenation operator, followed by
the barestring (i.e. unquoted string which doesn't match any
known key or reserved words) 'ext'. Obviously, this doesn't
have the intended result.