CodeHighlighter.addStyle("php",{
	comment : {
		exp  : /\/\*[^\*\/]+/
	},
	brackets : {
		exp  : /\{|\}|\(|\)/
	},
	variables : {
		exp  : /\$[a-z0-9_]+/
	},
	string : {
		exp  : /'[^']*'|"[^"]*"/
	},
	keywords : {
		exp  : /\b(return|function|self|class|if|then|else|for|foreach|while|case|switch|break|try|catch|throw|new)\b/
	}
});
