leilond - 2007-02-21

First of all sorry for all possible language error, english isn't my language ;)

I make large use of ctrl+space feature to auto complete commands in php
What is VERY strange is that the ctr+space don't work if you type
"str_"
or
"strr"

pratically all words between this two string aren't usable with ctrl+space
All this words are affected
str_pad
str_repeat
str_replace
str_rot13
strcasecmp
strchr
strcmp
strcoll
strcspn
strftime
strip_tags
stripcslashes
stripslashes
stristr
strlen
strnatcasecmp
strnatcmp
strncasecmp
strncmp
strpos
strrchr
strrev
strrpos

It works if you type "str" (positioning on str_pad, the first of the list) or strs (positioning on strspn, the first word after the list)

Anyone know why and how to fix it?