If we are looking for something with two identical chars the replacement will be wrong. Because of the code bellow:
PhpCompletion.prototype.getHints = function (implicitChar)
{
/** Fix type delay */
if (implicitChar !== this.lastChar) { // <-------- here
return false
}
