I have replaced all my tabs by spaces in my PHP code source (and I configured Eclipse to use 4 spaces as tabs). When I hit tab, I get 4 spaces, that's OK.
But when I hit backspace to remove an indentation level (a tab), it removes only one space. So I have to hit 4 times space to remove an indentation level.
That is one of the most absurd thing I've seen in Eclipse, so I guess there is an option somewhere to enable us to remove 4 spaces as if it where a tab ? or a plugin ?