These are the one's I have noted so far that are not recognized as php functions in both the predictive text and in the syntax highlighting:
isset
empty
I will add more if I notice them.
Also, it would be very nice if alternative syntax for control structures was recognized, ie:
if(...):
endif;
foreach(...):
endforeach;
etc...