Language.prototype.whphp = {
	"comment" : {
		"single" : {
			"begin" : "//"
		},
		"double" : {
			"begin" : "/*",
			"end" : "*/"
		}
	},
	"quote" : new Array(
		"\"", "'"
	),
	"keyword" : new Array(
		"abstract", "array", "as", "bool", "boolean", "break", "case", "catch", "class", "clone", "const", "continue", "declare", "default", "define", "do", "echo", "else", "elseif", "empty", "exit", "extends", "final", "for", "foreach", "function", "if", "implements", "include", "include_once", "int", "interface", "isset", "list", "new", "null", "object", "print", "private", "protected", "public", "require", "require_once", "return", "static", "string", "switch", "throw", "try", "unset", "while"
	),
	"function" : new Array(
		
	),
	"sign" : new Array(
		"=", "(", ")", "{", "}", "+", "-", "!", "?", "<", ">", ";", ".", "[", "]", "&", "%"
	)
}
