2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"gray", 
"purple", 
"gray", 
"brown", 
"blue", 
"purple", 
"brown");
 
   21 $this->quotecolour              = 
"blue";
 
   22 $this->blockcommentcolour       = 
"green";
 
   23 $this->linecommentcolour        = 
"green";
 
   27 $this->indent                   = array();
 
   28 $this->unindent                 = array();
 
   32 $this->stringchars              = array(
"\"", 
"'");
 
   33 $this->delimiters               = array(
"-", 
"+", 
"?", 
"(", 
")", 
"[", 
"]", 
":", 
";", 
"\"", 
"'", 
" ", 
",", 
"     ", 
"#");
 
   38 $this->linecommenton            = array(
";");
 
   39 $this->blockcommenton           = array(
"");
 
   40 $this->blockcommentoff          = array(
"");
 
   44 $this->keywords                 = array(
 
  874                         "$CHECKCPU16" => 
"4", 
 
  884                         "$ERRORPRINT" => 
"4", 
 
  915                         "$NOABSOLUTE" => 
"4", 
 
  921                         "$NOERRORPRINT" => 
"4", 
 
  924                         "$NOEXTINSTR" => 
"4", 
 
  946                         "$NOOPTIMIZE" => 
"4", 
 
  952                         "$NORETCHECK" => 
"4", 
 
  954                         "$NOSEGMENTED" => 
"4", 
 
  958                         "$NOSTRICTTASK" => 
"4", 
 
  976                         "$PAGELENGTH" => 
"4", 
 
  996                         "$STRICTTASK" => 
"4", 
 
 1063                         "BITADDRESSABLE" => 
"6", 
 
 1093                         "GLBUSRSTACK" => 
"6", 
 
 1097                         "IRAMADDRESSABLE" => 
"6", 
 
 1106                         "PECADDRESSABLE" => 
"6", 
 
 1171 $this->linkscripts      = array(
 
 1179                         "8" => 
"donothing");