I used to set things like this when I wanted blank values.
$blankVar = \'\';
Then after some months, I decided this looked better and had a
Well, it's one thing how nice each approach looks, but the main difference is that one is an empty string and the other is an uninitialized variable (null)