2 $BEAUT_PATH = realpath(
".").
"/Services/COPage/syntax_highlight/php";
 
    4 require_once(
"$BEAUT_PATH/Beautifier/HFile.php");
 
   20 $this->colours          = array(
"blue", 
"purple", 
"gray", 
"brown", 
"blue", 
"purple", 
"gray", 
"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(
 
   47                         "LISTREGISTERS" => 
"1", 
 
   55                         "NOLISTREGISTERS" => 
"1", 
 
   56                         "NOLISTSYMBOLS" => 
"1", 
 
  102                         "OBJECTCONTROLS" => 
"2", 
 
  106                         "PRINTCONTROLS" => 
"2", 
 
  110                         "RENAMESYMBOLS" => 
"2", 
 
  116                         "SYMBOLCOLUMNS" => 
"2", 
 
  135                         "FPSTACKSIZE" => 
"4", 
 
  152                         "NOSORTALIGN" => 
"4", 
 
  192                         "CHECKCLASSES" => 
"6", 
 
  194                         "GLOBALSONLY" => 
"6", 
 
  212                         "NOCHECKCLASSES" => 
"6", 
 
  214                         "NOSTRICTTASK" => 
"6", 
 
  221                         "PUBLICSONLY" => 
"6", 
 
  249                         "SHAREDRTLIB" => 
"8");
 
  258 $this->linkscripts      = array(