--regex-php=/^[ \t]*[(private| public|static)( \t)]*function[ \t]+([a-za-z0-9_]+)[ \t]*\(//f, function, functions/
--regex-php=/^[ \t]*[(private| public|static)]+[ \t]+$([a-za-z0-9_]+)[ \t]*//p, property, properties/
--regex-php=/^[ \t]*(const)[ \t]+([a-za-z0-9_]+)[ \t]*//d, const, constants/
--regex-php='/abstract class ([^ ]*)//c/' \
--regex-php='/interface ([^ ]*)//c/' \
--regex-php='/(public |static |abstract |protected |private )+function ([^ (]*)//f/'])











