What is the use of al this crappy \" formatting in PHP??? For instance, a line like this:
Works just as well when entered like this:
...which is a lot clearer in my opinion. I don't like this \" format at all, makes my code harder to read, what is the exact use why 95% of all PHP code is made like this?