php shorthand operater

php shorthand operater (.=)

concatenation  example
$test.=$tes1;
same like above
$test=$test.$tes1;