Regular expression to match PHP function names.
http://php.net/manual/language.functions.php
... See full list
const DRUPAL_PHP_FUNCTION_PATTERN = '[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*';