The following list indicates words you must not use for ColdFusion variables, user-defined function names, or custom tag names. Although you can safely use some of these words in some situations, you can prevent errors by avoiding them entirely.
Built-in function names, such as Now or Hash can be used as variable names except for the following functions:
ParameterExists
PreserveSingleQuotes
QuotedValueList
ValueList
Note:
You cannot use Built-in Function names as User-Defined Function names. You can, however, use Built-in Function names as User-Defined Function names, when you define the function in a cfc .