All your criticisms (and some more) are valid. You are allowed and even expected to hate PHP. 

But, then again, it has some benefits:

- Ubiquitous
- Fast (especially using opcode caches)
- Huge community (and great documentation)
- Works

Finally, you can overcome many if not all the downsides by writing good code you'd write in any other language. You can write solid, secure and good smelling code in PHP, which many times will run faster and be easier to host and to scale than many alternatives.