--regex-php=/^[ t]*[(private| public|static)( t)]*function[ t]+([A-Za-z0-9_]+)[ t]*( /1/f, 関数, 関数/
--regex-php=/^[ t]*[(private| public|static)]+[ t]+$([A-Za-z0-9_]+)[ t]*/1/p, プロパティ, プロパティ/
--regex-php=/^[ t]*(const)[ t]+([A-Za-z0-9_]+)[ t]*/2 /d, const, constants/
--regex-PHP='/abstract class ([^ ]*)/1/c/'
--regex-PHP='/interface ([^ ]*)/1/c /'
--regex-PHP='/(public |static |abstract |protected |private )+function ([^ (]*)/2/f/'])