https://github.com/cjohansson/emacs-phps-mode/issues/5
The PHP Lexer has no token for booleans and this plugin uses syntax coloring for lexer tokens so it wouldn't make sense to use a special syntax coloring for booleans. Function names and booleans are lexed as T_STRING and therefore they have identical syntax coloring.