I just starting playing with this php-mode, so maybe this is can be solved with a customization, but here's my issue. I like to put a space after conditions, like 'for', 'while', etc. This makes them stand out from function calls.
Anyway, if I type 'for<space>', the 'f' gets replaced by a <space> and the cursor is positioned on the 'o'. Similar thing happens for 'while'. What's going on? How can I disable this?