2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"purple",
"gray");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent = array(
"else\"\")\"\"(\"\"1\"\"2\"\"3\"\"4\"\"5\"\"6\"\"7\"\"8\"\"9\"\"0\"\"\"");
32 $this->unindent = array(
"end",
"else",
"#");
36 $this->stringchars = array();
37 $this->delimiters = array(
"~",
"!",
"@",
"%",
"^",
"&",
"*",
"(",
")",
"-",
"+",
"|",
"\\",
"/",
"{",
"}",
"[",
"]",
";",
"\"",
"'",
"<",
">",
" ",
",",
" ",
".",
"?");
42 $this->linecommenton = array(
"");
43 $this->blockcommenton = array(
"");
44 $this->blockcommentoff = array(
"");
48 $this->keywords = array(
118 "_currentframe" =>
"3",
128 "_droptarget" =>
"3",
131 "_framesloaded" =>
"3",
132 "_totalframes" =>
"3",
161 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.