--langdef=extPHP --langmap=extPHP:.php --regex-extPHP=/^([ \t]*(abstract[ \t]+|final[ \t]+)?)class[ \t]+([A-Za-z_][A-Za-z0-9_]*)/\3/c/ --regex-extPHP=/^([ \t]*)interface[ \t]+([A-Za-z_][A-Za-z0-9_]*)/\2/c/ --regex-extPHP=/(^|[ \t])define[ \t]*\([ \t]*['\"]?([A-Za-z_][A-Za-z0-9_])*/\2/d/ --regex-extPHP=/(^[ \t]*(public|protected|private)?([ \t]*static)?[ \t]+)function[ \t]+&?[ \t]*([A-Za-z_][A-Za-z0-9_]*)/\4/f/