Is it safe to concatenate `null` with a string in PHP?

I didn't found a statement about the compatibility between strings and null in the docs, but trying this on PHP 5.5: echo 'foo' . null . 'bar'; prints out foobar. I wonder if this behaviour is