Regular expression to match PHP function names.
http://php.net/manual/functions.user-defined.php
private const PHP_FUNCTION_PATTERN = '/^[a-zA-Z_\\x7f-\\xff][a-zA-Z0-9_\\x7f-\\xff]*$/';