How to get code completion to work for PHP in Netbeans 6.9.1? I want Netbeans to suggest native PHP functions.

EDIT:
The auto complete only works for reserved vars and reserved keywords but not for native functions. Looking at the example above, it should suggest e.g str_replace, strlen, etc...that doesnt happen even after CTRL + SPC.