I code php at work and C# in my free time.
I would choose C# any day. Writing good php is much harder, its not type safe, allows for ugly code constructs, bad compiler help, cannot even hint the type of elements inside an array.
In short you have to be a good programmer to write good php (if...