2$BEAUT_PATH = realpath(
".") .
"/Services/COPage/syntax_highlight/php";
6require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
24 $this->colours = array(
"blue",
"purple",
"gray",
"brown",
"blue",
"purple",
"gray",
"brown");
25 $this->quotecolour =
"blue";
26 $this->blockcommentcolour =
"green";
27 $this->linecommentcolour =
"green";
31 $this->indent = array();
32 $this->unindent = array();
36 $this->stringchars = array();
37 $this->delimiters = array(
"+",
"?",
"(",
")",
":",
";",
"\\",
" ",
",",
" ",
"-");
42 $this->linecommenton = array(
";");
43 $this->blockcommenton = array(
"");
44 $this->blockcommentoff = array(
"");
48 $this->keywords = array(
51 "LISTREGISTERS" =>
"1",
59 "NOLISTREGISTERS" =>
"1",
60 "NOLISTSYMBOLS" =>
"1",
106 "OBJECTCONTROLS" =>
"2",
110 "PRINTCONTROLS" =>
"2",
114 "RENAMESYMBOLS" =>
"2",
120 "SYMBOLCOLUMNS" =>
"2",
139 "FPSTACKSIZE" =>
"4",
156 "NOSORTALIGN" =>
"4",
196 "CHECKCLASSES" =>
"6",
198 "GLOBALSONLY" =>
"6",
216 "NOCHECKCLASSES" =>
"6",
218 "NOSTRICTTASK" =>
"6",
225 "PUBLICSONLY" =>
"6",
253 "SHAREDRTLIB" =>
"8");
262 $this->linkscripts = array(
An exception for terminatinating execution or to throw for unit testing.