I got some php code here:
which outputs 234,
but when I add a number 11 before \"
The dot operator has the same precedence as + and -, which can yield unexpected results.
That technically answers your question... if you want numbers to be treated as numbers during concatination just wrap them in parenthesis.