• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

syntax_highlight/php/HFile/HFile_htmlphpsql.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 require_once("$BEAUT_PATH/Beautifier/HFile.php");
00005   class HFile_htmlphpsql extends HFile{
00006    function HFile_htmlphpsql(){
00007      $this->HFile();    
00008 /*************************************/
00009 // Beautifier Highlighting Configuration File 
00010 // HTML+PHP+MySQL
00011 /*************************************/
00012 // Flags
00013 
00014 $this->nocase                   = "0";
00015 $this->notrim                   = "0";
00016 $this->perl                     = "0";
00017 
00018 // Colours
00019 
00020 $this->colours          = array("blue", "purple", "gray", "brown", "blue", "purple", "gray", "brown");
00021 $this->quotecolour              = "blue";
00022 $this->blockcommentcolour       = "green";
00023 $this->linecommentcolour        = "green";
00024 
00025 // Indent Strings
00026 
00027 $this->indent                   = array("{");
00028 $this->unindent                 = array("}");
00029 
00030 // String characters and delimiters
00031 
00032 $this->stringchars              = array();
00033 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "+", "|", "\\", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "     ", ".", "=");
00034 $this->escchar                  = "";
00035 
00036 // Comment settings
00037 
00038 $this->linecommenton            = array("");
00039 $this->blockcommenton           = array("");
00040 $this->blockcommentoff          = array("");
00041 
00042 // Keywords (keyword mapping to colour number)
00043 
00044 $this->keywords                 = array(
00045                         "<A" => "1", 
00046                         "</A>" => "1", 
00047                         "<ABBR>" => "1", 
00048                         "<ABBR" => "1", 
00049                         "</ABBR>" => "1", 
00050                         "<ABOVE>" => "1", 
00051                         "<ACRONYM>" => "1", 
00052                         "<ACRONYM" => "1", 
00053                         "</ACRONYM>" => "1", 
00054                         "<ADDRESS>" => "1", 
00055                         "<ADDRESS" => "1", 
00056                         "</ADDRESS>" => "1", 
00057                         "<APPLET" => "1", 
00058                         "</APPLET>" => "1", 
00059                         "<ARRAY>" => "1", 
00060                         "<AREA" => "1", 
00061                         "</AREA" => "1", 
00062                         "<B>" => "1", 
00063                         "<B" => "1", 
00064                         "</B>" => "1", 
00065                         "<BASE" => "1", 
00066                         "<BASEFONT" => "1", 
00067                         "<BDO>" => "1", 
00068                         "<BDO" => "1", 
00069                         "</BDO>" => "1", 
00070                         "<BGSOUND" => "1", 
00071                         "<BIG>" => "1", 
00072                         "<BIG" => "1", 
00073                         "</BIG>" => "1", 
00074                         "<BLINK>" => "1", 
00075                         "</BLINK>" => "1", 
00076                         "<BLOCKQUOTE>" => "1", 
00077                         "<BLOCKQUOTE" => "1", 
00078                         "</BLOCKQUOTE>" => "1", 
00079                         "<BODY" => "1", 
00080                         "<BODY>" => "1", 
00081                         "</BODY>" => "1", 
00082                         "<BOX>" => "1", 
00083                         "<BR" => "1", 
00084                         "<BR>" => "1", 
00085                         "<BLINK" => "1", 
00086                         "<BUTTON>" => "1", 
00087                         "</BUTTON>" => "1", 
00088                         "<CAPTION>" => "1", 
00089                         "<CAPTION" => "1", 
00090                         "</CAPTION>" => "1", 
00091                         "<CENTER>" => "1", 
00092                         "<CENTER" => "1", 
00093                         "</CENTER>" => "1", 
00094                         "<CITE>" => "1", 
00095                         "<CITE" => "1", 
00096                         "</CITE>" => "1", 
00097                         "<CODE>" => "1", 
00098                         "<CODE" => "1", 
00099                         "</CODE>" => "1", 
00100                         "<COL>" => "1", 
00101                         "</COL>" => "1", 
00102                         "<COLGROUP>" => "1", 
00103                         "</COLGROUP>" => "1", 
00104                         "<COMMENT>" => "1", 
00105                         "</COMMENT>" => "1", 
00106                         "<DD>" => "1", 
00107                         "<DD" => "1", 
00108                         "</DD>" => "1", 
00109                         "<DEL>" => "1", 
00110                         "<DEL" => "1", 
00111                         "</DEL>" => "1", 
00112                         "<DFN>" => "1", 
00113                         "<DFN" => "1", 
00114                         "</DFN>" => "1", 
00115                         "<DIR>" => "1", 
00116                         "<DIR" => "1", 
00117                         "</DIR>" => "1", 
00118                         "<DIV>" => "1", 
00119                         "<DIV" => "1", 
00120                         "</DIV>" => "1", 
00121                         "<DL>" => "1", 
00122                         "<DL" => "1", 
00123                         "</DL>" => "1", 
00124                         "<DT>" => "1", 
00125                         "<DT" => "1", 
00126                         "</DT>" => "1", 
00127                         "<EM>" => "1", 
00128                         "<EM" => "1", 
00129                         "</EM>" => "1", 
00130                         "<EMBED" => "1", 
00131                         "<FIELDSET>" => "1", 
00132                         "<FIELDSET" => "1", 
00133                         "</FIELDSET>" => "1", 
00134                         "<FIG>" => "1", 
00135                         "<FONT" => "1", 
00136                         "</FONT>" => "1", 
00137                         "<FORM>" => "1", 
00138                         "<FORM" => "1", 
00139                         "</FORM>" => "1", 
00140                         "<FRAME" => "1", 
00141                         "<FRAMESET" => "1", 
00142                         "</FRAMESET>" => "1", 
00143                         "<H1>" => "1", 
00144                         "<H1" => "1", 
00145                         "</H1>" => "1", 
00146                         "<H2>" => "1", 
00147                         "<H2" => "1", 
00148                         "</H2>" => "1", 
00149                         "<H3>" => "1", 
00150                         "<H3" => "1", 
00151                         "</H3>" => "1", 
00152                         "<H4>" => "1", 
00153                         "<H4" => "1", 
00154                         "</H4>" => "1", 
00155                         "<H5>" => "1", 
00156                         "<H5" => "1", 
00157                         "</H5>" => "1", 
00158                         "<H6>" => "1", 
00159                         "<H6" => "1", 
00160                         "</H6>" => "1", 
00161                         "<HEAD>" => "1", 
00162                         "<HEAD" => "1", 
00163                         "</HEAD>" => "1", 
00164                         "<HR>" => "1", 
00165                         "<HR" => "1", 
00166                         "<HTML>" => "1", 
00167                         "<HTML" => "1", 
00168                         "</HTML>" => "1", 
00169                         "<I>" => "1", 
00170                         "<I" => "1", 
00171                         "</I>" => "1", 
00172                         "<IFRAME>" => "1", 
00173                         "</IFRAME>" => "1", 
00174                         "<ILAYER>" => "1", 
00175                         "</ILAYER>" => "1", 
00176                         "<IMG" => "1", 
00177                         "<INPUT>" => "1", 
00178                         "<INPUT" => "1", 
00179                         "<INS>" => "1", 
00180                         "<INS" => "1", 
00181                         "</INS>" => "1", 
00182                         "<ISINDEX>" => "1", 
00183                         "<ISINDEX" => "1", 
00184                         "<KBD>" => "1", 
00185                         "<KBD" => "1", 
00186                         "</KBD>" => "1", 
00187                         "<LABEL>" => "1", 
00188                         "<LABEL" => "1", 
00189                         "</LABEL>" => "1", 
00190                         "<LAYER>" => "1", 
00191                         "<LEGEND>" => "1", 
00192                         "<LEGEND" => "1", 
00193                         "</LEGEND>" => "1", 
00194                         "<LI>" => "1", 
00195                         "<LI" => "1", 
00196                         "</LI>" => "1", 
00197                         "<LINK" => "1", 
00198                         "<LISTING>" => "1", 
00199                         "</LISTING>" => "1", 
00200                         "<MAP" => "1", 
00201                         "</MAP>" => "1", 
00202                         "<MARQUEE" => "1", 
00203                         "</MARQUEE>" => "1", 
00204                         "<MENU>" => "1", 
00205                         "<MENU" => "1", 
00206                         "</MENU>" => "1", 
00207                         "<META" => "1", 
00208                         "<MULTICOL>" => "1", 
00209                         "</MULTICOL>" => "1", 
00210                         "<NEXTID" => "1", 
00211                         "<NOBR>" => "1", 
00212                         "</NOBR>" => "1", 
00213                         "<NOFRAMES>" => "1", 
00214                         "</NOFRAMES>" => "1", 
00215                         "<NOLAYER>" => "1", 
00216                         "</NOLAYER>" => "1", 
00217                         "<NOTE>" => "1", 
00218                         "</NOTE>" => "1", 
00219                         "<NOSCRIPT>" => "1", 
00220                         "</NOSCRIPT>" => "1", 
00221                         "<OBJECT>" => "1", 
00222                         "<OBJECT" => "1", 
00223                         "<OL>" => "1", 
00224                         "<OL" => "1", 
00225                         "</OL>" => "1", 
00226                         "<OPTION>" => "1", 
00227                         "<OPTION" => "1", 
00228                         "<OPTGROUP>" => "1", 
00229                         "<OPTGROUP" => "1", 
00230                         "</OPTGROUP>" => "1", 
00231                         "<P" => "1", 
00232                         "<P>" => "1", 
00233                         "</P>" => "1", 
00234                         "<PARAM" => "1", 
00235                         "<PRE>" => "1", 
00236                         "<PRE" => "1", 
00237                         "</PRE>" => "1", 
00238                         "<Q>" => "1", 
00239                         "<Q" => "1", 
00240                         "</Q>" => "1", 
00241                         "<QUOTE>" => "1", 
00242                         "<RANGE>" => "1", 
00243                         "<ROOT>" => "1", 
00244                         "<S>" => "1", 
00245                         "<S" => "1", 
00246                         "</S>" => "1", 
00247                         "<SAMP>" => "1", 
00248                         "<SAMP" => "1", 
00249                         "</SAMP>" => "1", 
00250                         "<SCRIPT" => "1", 
00251                         "<SCRIPT>" => "1", 
00252                         "</SCRIPT>" => "1", 
00253                         "<SELECT" => "1", 
00254                         "</SELECT>" => "1", 
00255                         "<SMALL>" => "1", 
00256                         "<SMALL" => "1", 
00257                         "</SMALL>" => "1", 
00258                         "<SOUND" => "1", 
00259                         "<SPACER>" => "1", 
00260                         "<SPAN>" => "1", 
00261                         "<SPAN" => "1", 
00262                         "</SPAN>" => "1", 
00263                         "<SQRT>" => "1", 
00264                         "<STRIKE>" => "1", 
00265                         "<STRIKE" => "1", 
00266                         "</STRIKE>" => "1", 
00267                         "<STRONG>" => "1", 
00268                         "<STRONG" => "1", 
00269                         "</STRONG>" => "1", 
00270                         "<STYLE>" => "1", 
00271                         "<STYLE" => "1", 
00272                         "</STYLE>" => "1", 
00273                         "<SUB>" => "1", 
00274                         "<SUB" => "1", 
00275                         "</SUB>" => "1", 
00276                         "<SUP>" => "1", 
00277                         "<SUP" => "1", 
00278                         "</SUP>" => "1", 
00279                         "<TABLE>" => "1", 
00280                         "<TABLE" => "1", 
00281                         "</TABLE>" => "1", 
00282                         "<TBODY>" => "1", 
00283                         "<TBODY" => "1", 
00284                         "</TBODY>" => "1", 
00285                         "<TD" => "1", 
00286                         "<TD>" => "1", 
00287                         "</TD>" => "1", 
00288                         "<TEXT>" => "1", 
00289                         "<TEXTAREA" => "1", 
00290                         "<TEXTAREA>" => "1", 
00291                         "</TEXTAREA>" => "1", 
00292                         "<TFOOT>" => "1", 
00293                         "<TFOOT" => "1", 
00294                         "</TFOOT>" => "1", 
00295                         "<TH" => "1", 
00296                         "<TH>" => "1", 
00297                         "</TH>" => "1", 
00298                         "<THEAD>" => "1", 
00299                         "<THEAD" => "1", 
00300                         "</THEAD>" => "1", 
00301                         "<TITLE>" => "1", 
00302                         "</TITLE>" => "1", 
00303                         "<TR" => "1", 
00304                         "<TR>" => "1", 
00305                         "</TR>" => "1", 
00306                         "<TT>" => "1", 
00307                         "</TT>" => "1", 
00308                         "<TT" => "1", 
00309                         "<U>" => "1", 
00310                         "<U" => "1", 
00311                         "</U>" => "1", 
00312                         "<UL>" => "1", 
00313                         "<UL" => "1", 
00314                         "</UL>" => "1", 
00315                         "<VAR>" => "1", 
00316                         "</VAR>" => "1", 
00317                         "<VAR" => "1", 
00318                         "<WBR>" => "1", 
00319                         "<XMP>" => "1", 
00320                         "</XMP>" => "1", 
00321                         "ABBR=" => "2", 
00322                         "ACCEPT-CHARSET=" => "2", 
00323                         "ACCEPT=" => "2", 
00324                         "ACCESSKEY=" => "2", 
00325                         "ACTION=" => "2", 
00326                         "ALIGN=" => "2", 
00327                         "ALINK=" => "2", 
00328                         "ALT=" => "2", 
00329                         "ARCHIVE=" => "2", 
00330                         "AXIS=" => "2", 
00331                         "BACKGROUND=" => "2", 
00332                         "BEHAVIOR" => "2", 
00333                         "BELOW" => "2", 
00334                         "BGCOLOR=" => "2", 
00335                         "BORDER=" => "2", 
00336                         "BORDERCOLOR=" => "2", 
00337                         "CELLPADDING=" => "2", 
00338                         "CELLSPACING=" => "2", 
00339                         "CHAR=" => "2", 
00340                         "CHAROFF=" => "2", 
00341                         "CHARSET=" => "2", 
00342                         "CHECKED" => "2", 
00343                         "CITE=" => "2", 
00344                         "CLASS=" => "2", 
00345                         "CLASSID=" => "2", 
00346                         "CLEAR=" => "2", 
00347                         "CODE=" => "2", 
00348                         "CODEBASE=" => "2", 
00349                         "CODETYPE=" => "2", 
00350                         "COLOR=" => "2", 
00351                         "COLS=" => "2", 
00352                         "COLSPAN=" => "2", 
00353                         "COMPACT" => "2", 
00354                         "CONTENT=" => "2", 
00355                         "COORDS=" => "2", 
00356                         "DATA=" => "2", 
00357                         "DATETIME=" => "2", 
00358                         "DECLARE" => "2", 
00359                         "DEFER" => "2", 
00360                         "DIR=" => "2", 
00361                         "DISABLED" => "2", 
00362                         "ENCTYPE=" => "2", 
00363                         "FACE=" => "2", 
00364                         "FOR=" => "2", 
00365                         "FRAME=" => "2", 
00366                         "FRAMEBORDER=" => "2", 
00367                         "FRAMESPACING=" => "2", 
00368                         "HEADERS=" => "2", 
00369                         "HEIGHT=" => "2", 
00370                         "HIDDEN=" => "2", 
00371                         "HREF=" => "2", 
00372                         "HREFLANG=" => "2", 
00373                         "HSPACE=" => "2", 
00374                         "HTTP-EQUIV=" => "2", 
00375                         "ID=" => "2", 
00376                         "ISMAP=" => "2", 
00377                         "LABEL=" => "2", 
00378                         "LANG=" => "2", 
00379                         "LANGUAGE=" => "2", 
00380                         "LINK=" => "2", 
00381                         "LOOP=" => "2", 
00382                         "LONGDESC=" => "2", 
00383                         "LEFTMARGIN=" => "2", 
00384                         "MAILTO=" => "2", 
00385                         "MARGINHEIGHT=" => "2", 
00386                         "MARGINWIDTH=" => "2", 
00387                         "MAXLENGTH=" => "2", 
00388                         "MEDIA=" => "2", 
00389                         "METHOD=" => "2", 
00390                         "MULTIPLE" => "2", 
00391                         "NAME=" => "2", 
00392                         "NOHREF" => "2", 
00393                         "NORESIZE" => "2", 
00394                         "NOSHADE" => "2", 
00395                         "OBJECT=" => "2", 
00396                         "ONBLUR=" => "2", 
00397                         "ONCHANGE=" => "2", 
00398                         "ONFOCUS=" => "2", 
00399                         "ONKEYDOWN=" => "2", 
00400                         "ONKEYPRESS=" => "2", 
00401                         "ONKEYUP=" => "2", 
00402                         "ONLOAD=" => "2", 
00403                         "ONRESET=" => "2", 
00404                         "ONSELECT=" => "2", 
00405                         "ONSUBMIT=" => "2", 
00406                         "ONUNLOAD=" => "2", 
00407                         "ONCLICK=" => "2", 
00408                         "ONDBLCLICK=" => "2", 
00409                         "ONMOUSEDOWN=" => "2", 
00410                         "ONMOUSEMOVE=" => "2", 
00411                         "ONMOUSEOUT=" => "2", 
00412                         "ONMOUSEOVER=" => "2", 
00413                         "ONMOUSEUP=" => "2", 
00414                         "PROFILE=" => "2", 
00415                         "PROMPT=" => "2", 
00416                         "READONLY" => "2", 
00417                         "REL=" => "2", 
00418                         "REV=" => "2", 
00419                         "ROWS=" => "2", 
00420                         "ROWSPAN=" => "2", 
00421                         "RULES=" => "2", 
00422                         "RIGHTMARGIN=" => "2", 
00423                         "SCHEME=" => "2", 
00424                         "SCOPE=" => "2", 
00425                         "SCROLLING=" => "2", 
00426                         "SELECTED" => "2", 
00427                         "SHAPE=" => "2", 
00428                         "SIZE=" => "2", 
00429                         "SPAN=" => "2", 
00430                         "SRC=" => "2", 
00431                         "STANDBY=" => "2", 
00432                         "START=" => "2", 
00433                         "STYLE=" => "2", 
00434                         "SUMMARY=" => "2", 
00435                         "TABINDEX=" => "2", 
00436                         "TARGET=" => "2", 
00437                         "TEXT=" => "2", 
00438                         "TITLE=" => "2", 
00439                         "TOPMARGIN=" => "2", 
00440                         "TYPE=" => "2", 
00441                         "URL=" => "2", 
00442                         "USEMAP=" => "2", 
00443                         "VALIGN=" => "2", 
00444                         "VALUE=" => "2", 
00445                         "VALUETYPE=" => "2", 
00446                         "VERSION=" => "2", 
00447                         "VLINK=" => "2", 
00448                         "VSPACE=" => "2", 
00449                         "WIDTH=" => "2", 
00450                         "=" => "2", 
00451                         "<?php" => "3", 
00452                         "<?phpphp" => "3", 
00453                         "?>" => "3", 
00454                         "AND" => "4", 
00455                         "ARRAY" => "4", 
00456                         "BREAK" => "4", 
00457                         "CASE" => "4", 
00458                         "CLASS" => "4", 
00459                         "CONST" => "4", 
00460                         "CONTINUE" => "4", 
00461                         "DEFAULT" => "4", 
00462                         "DIE" => "4", 
00463                         "DO" => "4", 
00464                         "ECHO" => "4", 
00465                         "ELSE" => "4", 
00466                         "ELSEIF" => "4", 
00467                         "EMPTY" => "4", 
00468                         "ENDFOR" => "4", 
00469                         "ENDIF" => "4", 
00470                         "ENDSWITCH" => "4", 
00471                         "ENDWHILE" => "4", 
00472                         "EVAL" => "4", 
00473                         "EXIT" => "4", 
00474                         "EXTENDS" => "4", 
00475                         "FALSE" => "4", 
00476                         "FOR" => "4", 
00477                         "FUNCTION" => "4", 
00478                         "GLOBAL" => "4", 
00479                         "HIGHLIGHT_FILE" => "4", 
00480                         "HIGHLIGHT_STRING" => "4", 
00481                         "IF" => "4", 
00482                         "INCLUDE" => "4", 
00483                         "ISSET" => "4", 
00484                         "LIST" => "4", 
00485                         "NEW" => "4", 
00486                         "OLD_FUNCTION" => "4", 
00487                         "OR" => "4", 
00488                         "PRINT" => "4", 
00489                         "REQUIRE" => "4", 
00490                         "RETURN" => "4", 
00491                         "SHM_ATTACH" => "4", 
00492                         "SHM_DETACH" => "4", 
00493                         "SHM_GET_VAR" => "4", 
00494                         "SHM_PUT_VAR" => "4", 
00495                         "SHM_REMOVE" => "4", 
00496                         "SHM_REMOVE_VAR" => "4", 
00497                         "STATIC" => "4", 
00498                         "SWITCH" => "4", 
00499                         "TRUE" => "4", 
00500                         "UNSET" => "4", 
00501                         "VAR" => "4", 
00502                         "WHILE" => "4", 
00503                         "XOR" => "4", 
00504                         "__FILE__" => "4", 
00505                         "__LINE__" => "4", 
00506                         "Abs" => "5", 
00507                         "Acos" => "5", 
00508                         "Ada_Afetch" => "5", 
00509                         "Ada_Autocommit" => "5", 
00510                         "Ada_Close" => "5", 
00511                         "Ada_Closeall" => "5", 
00512                         "Ada_Commit" => "5", 
00513                         "Ada_Connect" => "5", 
00514                         "Ada_Exec" => "5", 
00515                         "Ada_Fetchrow" => "5", 
00516                         "Ada_Fieldlen" => "5", 
00517                         "Ada_Fieldname" => "5", 
00518                         "Ada_Fieldtype" => "5", 
00519                         "Ada_Freeresult" => "5", 
00520                         "Ada_Numfields" => "5", 
00521                         "Ada_Numrows" => "5", 
00522                         "Ada_Result" => "5", 
00523                         "Ada_Resultall" => "5", 
00524                         "Ada_Rollback" => "5", 
00525                         "Addslashes" => "5", 
00526                         "Apache_Lookup_Uri" => "5", 
00527                         "Apache_Note" => "5", 
00528                         "Array_Walk" => "5", 
00529                         "Arsort" => "5", 
00530                         "Asin" => "5", 
00531                         "Asort" => "5", 
00532                         "Atan" => "5", 
00533                         "Atan2" => "5", 
00534                         "Base64_Decode" => "5", 
00535                         "Base64_Encode" => "5", 
00536                         "Basename" => "5", 
00537                         "Base_Convert" => "5", 
00538                         "Bcadd" => "5", 
00539                         "Bccomp" => "5", 
00540                         "Bcdiv" => "5", 
00541                         "Bcmod" => "5", 
00542                         "Bcmul" => "5", 
00543                         "Bcpow" => "5", 
00544                         "Bcscale" => "5", 
00545                         "Bcsqrt" => "5", 
00546                         "Bcsub" => "5", 
00547                         "Bindec" => "5", 
00548                         "Call_User_Func" => "5", 
00549                         "Call_User_Method" => "5", 
00550                         "Ceil" => "5", 
00551                         "Chdir" => "5", 
00552                         "Checkdate" => "5", 
00553                         "Checkdnsrr" => "5", 
00554                         "Chgrp" => "5", 
00555                         "Chmod" => "5", 
00556                         "Chop" => "5", 
00557                         "Chown" => "5", 
00558                         "Chr" => "5", 
00559                         "Chunk_Split" => "5", 
00560                         "Clearstatcache" => "5", 
00561                         "Closedir" => "5", 
00562                         "Closelog" => "5", 
00563                         "Com_Get" => "5", 
00564                         "Com_Invoke" => "5", 
00565                         "Com_Load" => "5", 
00566                         "Com_Propget" => "5", 
00567                         "Com_Propput" => "5", 
00568                         "Com_Propset" => "5", 
00569                         "Com_Set" => "5", 
00570                         "Convert_Cyr_String" => "5", 
00571                         "Copy" => "5", 
00572                         "Cos" => "5", 
00573                         "Count" => "5", 
00574                         "Crypt" => "5", 
00575                         "Current" => "5", 
00576                         "Date" => "5", 
00577                         "Dav_Set_Mkcol_Handlers" => "5", 
00578                         "Dbase_Add_Record" => "5", 
00579                         "Dbase_Close" => "5", 
00580                         "Dbase_Create" => "5", 
00581                         "Dbase_Delete_Record" => "5", 
00582                         "Dbase_Get_Record" => "5", 
00583                         "Dbase_Get_Record_With_Names" => "5", 
00584                         "Dbase_Numfields" => "5", 
00585                         "Dbase_Numrecords" => "5", 
00586                         "Dbase_Open" => "5", 
00587                         "Dbase_Pack" => "5", 
00588                         "Dblist" => "5", 
00589                         "Dbmclose" => "5", 
00590                         "Dbmdelete" => "5", 
00591                         "Dbmexists" => "5", 
00592                         "Dbmfetch" => "5", 
00593                         "Dbmfirstkey" => "5", 
00594                         "Dbminsert" => "5", 
00595                         "Dbmnextkey" => "5", 
00596                         "Dbmopen" => "5", 
00597                         "Dbmreplace" => "5", 
00598                         "Debugger_Off" => "5", 
00599                         "Debugger_On" => "5", 
00600                         "Decbin" => "5", 
00601                         "Dechex" => "5", 
00602                         "Decoct" => "5", 
00603                         "Decrypt" => "5", 
00604                         "Define" => "5", 
00605                         "Defined" => "5", 
00606                         "Define_Syslog_Variables" => "5", 
00607                         "Deg2Rad" => "5", 
00608                         "Dir" => "5", 
00609                         "Dirname" => "5", 
00610                         "Dl" => "5", 
00611                         "Doubleval" => "5", 
00612                         "Each" => "5", 
00613                         "Encrypt" => "5", 
00614                         "End" => "5", 
00615                         "Ereg" => "5", 
00616                         "Eregi" => "5", 
00617                         "Eregi_Replace" => "5", 
00618                         "Ereg_Replace" => "5", 
00619                         "Error_Log" => "5", 
00620                         "Error_Reporting" => "5", 
00621                         "Escapeshellcmd" => "5", 
00622                         "Exec" => "5", 
00623                         "Exp" => "5", 
00624                         "Explode" => "5", 
00625                         "Fclose" => "5", 
00626                         "Fdf_Close" => "5", 
00627                         "Fdf_Create" => "5", 
00628                         "Fdf_Get_File" => "5", 
00629                         "Fdf_Get_Status" => "5", 
00630                         "Fdf_Get_Value" => "5", 
00631                         "Fdf_Next_Field_Name" => "5", 
00632                         "Fdf_Open" => "5", 
00633                         "Fdf_Save" => "5", 
00634                         "Fdf_Set_Ap" => "5", 
00635                         "Fdf_Set_File" => "5", 
00636                         "Fdf_Set_Status" => "5", 
00637                         "Fdf_Set_Value" => "5", 
00638                         "Feof" => "5", 
00639                         "Fgetc" => "5", 
00640                         "Fgets" => "5", 
00641                         "Fgetss" => "5", 
00642                         "File" => "5", 
00643                         "Fileatime" => "5", 
00644                         "Filectime" => "5", 
00645                         "Filegroup" => "5", 
00646                         "Fileinode" => "5", 
00647                         "Filemtime" => "5", 
00648                         "Fileowner" => "5", 
00649                         "Fileperms" => "5", 
00650                         "Filepro" => "5", 
00651                         "Filepro_Fieldcount" => "5", 
00652                         "Filepro_Fieldname" => "5", 
00653                         "Filepro_Fieldtype" => "5", 
00654                         "Filepro_Fieldwidth" => "5", 
00655                         "Filepro_Retrieve" => "5", 
00656                         "Filepro_Rowcount" => "5", 
00657                         "Filesize" => "5", 
00658                         "Filetype" => "5", 
00659                         "File_Exists" => "5", 
00660                         "Floor" => "5", 
00661                         "Flush" => "5", 
00662                         "Fopen" => "5", 
00663                         "Fpassthru" => "5", 
00664                         "Fputs" => "5", 
00665                         "Fread" => "5", 
00666                         "Frenchtojd" => "5", 
00667                         "Fseek" => "5", 
00668                         "Fsockopen" => "5", 
00669                         "Ftell" => "5", 
00670                         "Fwrite" => "5", 
00671                         "Getallheaders" => "5", 
00672                         "Getdate" => "5", 
00673                         "Getenv" => "5", 
00674                         "Gethostbyaddr" => "5", 
00675                         "Gethostbyname" => "5", 
00676                         "Gethostbynamel" => "5", 
00677                         "Getimagesize" => "5", 
00678                         "Getlastaccess" => "5", 
00679                         "Getlastbrowser" => "5", 
00680                         "Getlastemail" => "5", 
00681                         "Getlasthost" => "5", 
00682                         "Getlastmod" => "5", 
00683                         "Getlastref" => "5", 
00684                         "Getlogdir" => "5", 
00685                         "Getloghost" => "5", 
00686                         "Getmxrr" => "5", 
00687                         "Getmyiid" => "5", 
00688                         "Getmyinode" => "5", 
00689                         "Getmypid" => "5", 
00690                         "Getmyuid" => "5", 
00691                         "Getrandmax" => "5", 
00692                         "Getrusage" => "5", 
00693                         "Getstartlogging" => "5", 
00694                         "Gettimeofday" => "5", 
00695                         "Gettoday" => "5", 
00696                         "Gettotal" => "5", 
00697                         "Gettype" => "5", 
00698                         "Get_Browser" => "5", 
00699                         "Get_Cfg_Var" => "5", 
00700                         "Get_Current_User" => "5", 
00701                         "Get_Magic_Quotes_Gpc" => "5", 
00702                         "Get_Magic_Quotes_Runtime" => "5", 
00703                         "Get_Meta_Tags" => "5", 
00704                         "Gmdate" => "5", 
00705                         "Gmmktime" => "5", 
00706                         "Gregoriantojd" => "5", 
00707                         "Gzclose" => "5", 
00708                         "Gzeof" => "5", 
00709                         "Gzfile" => "5", 
00710                         "Gzgetc" => "5", 
00711                         "Gzgets" => "5", 
00712                         "Gzgetss" => "5", 
00713                         "Gzopen" => "5", 
00714                         "Gzpassthru" => "5", 
00715                         "Gzputs" => "5", 
00716                         "Gzread" => "5", 
00717                         "Gzrewind" => "5", 
00718                         "Gzseek" => "5", 
00719                         "Gztell" => "5", 
00720                         "Gzwrite" => "5", 
00721                         "Header" => "5", 
00722                         "Hebrev" => "5", 
00723                         "Hebrevc" => "5", 
00724                         "Hexdec" => "5", 
00725                         "Htmlentities" => "5", 
00726                         "Htmlspecialchars" => "5", 
00727                         "Hw_Array2Objrec" => "5", 
00728                         "Hw_Changeobject" => "5", 
00729                         "Hw_Children" => "5", 
00730                         "Hw_Childrenobj" => "5", 
00731                         "Hw_Close" => "5", 
00732                         "Hw_Connect" => "5", 
00733                         "Hw_Connection_Info" => "5", 
00734                         "Hw_Cp" => "5", 
00735                         "Hw_Deleteobject" => "5", 
00736                         "Hw_Docbyanchor" => "5", 
00737                         "Hw_Docbyanchorobj" => "5", 
00738                         "Hw_Documentattributes" => "5", 
00739                         "Hw_Documentbodytag" => "5", 
00740                         "Hw_Documentsize" => "5", 
00741                         "Hw_Document_Attributes" => "5", 
00742                         "Hw_Document_Bodytag" => "5", 
00743                         "Hw_Document_Content" => "5", 
00744                         "Hw_Document_Size" => "5", 
00745                         "Hw_Dummy" => "5", 
00746                         "Hw_Edittext" => "5", 
00747                         "Hw_Error" => "5", 
00748                         "Hw_Errormsg" => "5", 
00749                         "Hw_Free_Document" => "5", 
00750                         "Hw_Getanchors" => "5", 
00751                         "Hw_Getanchorsobj" => "5", 
00752                         "Hw_Getandlock" => "5", 
00753                         "Hw_Getcgi" => "5", 
00754                         "Hw_Getchildcoll" => "5", 
00755                         "Hw_Getchildcollobj" => "5", 
00756                         "Hw_Getchilddoccoll" => "5", 
00757                         "Hw_Getchilddoccollobj" => "5", 
00758                         "Hw_Getobject" => "5", 
00759                         "Hw_Getobjectbyquery" => "5", 
00760                         "Hw_Getobjectbyquerycoll" => "5", 
00761                         "Hw_Getobjectbyquerycollobj" => "5", 
00762                         "Hw_Getobjectbyqueryobj" => "5", 
00763                         "Hw_Getparents" => "5", 
00764                         "Hw_Getparentsobj" => "5", 
00765                         "Hw_Getrellink" => "5", 
00766                         "Hw_Getremote" => "5", 
00767                         "Hw_Getremotechildren" => "5", 
00768                         "Hw_Getsrcbydestobj" => "5", 
00769                         "Hw_Gettext" => "5", 
00770                         "Hw_Getusername" => "5", 
00771                         "Hw_Identify" => "5", 
00772                         "Hw_Incollections" => "5", 
00773                         "Hw_Info" => "5", 
00774                         "Hw_Inscoll" => "5", 
00775                         "Hw_Insdoc" => "5", 
00776                         "Hw_Insertdocument" => "5", 
00777                         "Hw_Insertobject" => "5", 
00778                         "Hw_Mv" => "5", 
00779                         "Hw_New_Document" => "5", 
00780                         "Hw_Objrec2Array" => "5", 
00781                         "Hw_Outputdocument" => "5", 
00782                         "Hw_Output_Document" => "5", 
00783                         "Hw_Pconnect" => "5", 
00784                         "Hw_Pipecgi" => "5", 
00785                         "Hw_Pipedocument" => "5", 
00786                         "Hw_Root" => "5", 
00787                         "Hw_Setlinkroot" => "5", 
00788                         "Hw_Stat" => "5", 
00789                         "Hw_Unlock" => "5", 
00790                         "Hw_Who" => "5", 
00791                         "Ibase_Bind" => "5", 
00792                         "Ibase_Close" => "5", 
00793                         "Ibase_Connect" => "5", 
00794                         "Ibase_Execute" => "5", 
00795                         "Ibase_Fetch_Row" => "5", 
00796                         "Ibase_Free_Query" => "5", 
00797                         "Ibase_Free_Result" => "5", 
00798                         "Ibase_Pconnect" => "5", 
00799                         "Ibase_Prepare" => "5", 
00800                         "Ibase_Query" => "5", 
00801                         "Ibase_Timefmt" => "5", 
00802                         "Ifxus_Close_Slob" => "5", 
00803                         "Ifxus_Create_Slob" => "5", 
00804                         "Ifxus_Free_Slob" => "5", 
00805                         "Ifxus_Open_Slob" => "5", 
00806                         "Ifxus_Read_Slob" => "5", 
00807                         "Ifxus_Seek_Slob" => "5", 
00808                         "Ifxus_Tell_Slob" => "5", 
00809                         "Ifxus_Write_Slob" => "5", 
00810                         "Ifx_Affected_Rows" => "5", 
00811                         "Ifx_Blobinfile_Mode" => "5", 
00812                         "Ifx_Byteasvarchar" => "5", 
00813                         "Ifx_Close" => "5", 
00814                         "Ifx_Connect" => "5", 
00815                         "Ifx_Copy_Blob" => "5", 
00816                         "Ifx_Create_Blob" => "5", 
00817                         "Ifx_Create_Char" => "5", 
00818                         "Ifx_Do" => "5", 
00819                         "Ifx_Error" => "5", 
00820                         "Ifx_Errormsg" => "5", 
00821                         "Ifx_Fetch_Row" => "5", 
00822                         "Ifx_Fieldproperties" => "5", 
00823                         "Ifx_Fieldtypes" => "5", 
00824                         "Ifx_Free_Blob" => "5", 
00825                         "Ifx_Free_Char" => "5", 
00826                         "Ifx_Free_Result" => "5", 
00827                         "Ifx_Get_Blob" => "5", 
00828                         "Ifx_Get_Char" => "5", 
00829                         "Ifx_Htmltbl_Result" => "5", 
00830                         "Ifx_Nullformat" => "5", 
00831                         "Ifx_Num_Fields" => "5", 
00832                         "Ifx_Num_Rows" => "5", 
00833                         "Ifx_Pconnect" => "5", 
00834                         "Ifx_Prepare" => "5", 
00835                         "Ifx_Query" => "5", 
00836                         "Ifx_Textasvarchar" => "5", 
00837                         "Ifx_Update_Blob" => "5", 
00838                         "Ifx_Update_Char" => "5", 
00839                         "Imagearc" => "5", 
00840                         "Imagechar" => "5", 
00841                         "Imagecharup" => "5", 
00842                         "Imagecolorallocate" => "5", 
00843                         "Imagecolorat" => "5", 
00844                         "Imagecolorclosest" => "5", 
00845                         "Imagecolordeallocate" => "5", 
00846                         "Imagecolorexact" => "5", 
00847                         "Imagecolorresolve" => "5", 
00848                         "Imagecolorset" => "5", 
00849                         "Imagecolorsforindex" => "5", 
00850                         "Imagecolorstotal" => "5", 
00851                         "Imagecolortransparent" => "5", 
00852                         "Imagecopy" => "5", 
00853                         "Imagecopyresized" => "5", 
00854                         "Imagecreate" => "5", 
00855                         "Imagecreatefromgif" => "5", 
00856                         "Imagedashedline" => "5", 
00857                         "Imagedestroy" => "5", 
00858                         "Imagefill" => "5", 
00859                         "Imagefilledpolygon" => "5", 
00860                         "Imagefilledrectangle" => "5", 
00861                         "Imagefilltoborder" => "5", 
00862                         "Imagefontheight" => "5", 
00863                         "Imagefontwidth" => "5", 
00864                         "Imagegif" => "5", 
00865                         "Imageinterlace" => "5", 
00866                         "Imageline" => "5", 
00867                         "Imageloadfont" => "5", 
00868                         "Imagepolygon" => "5", 
00869                         "Imagerectangle" => "5", 
00870                         "Imagesetpixel" => "5", 
00871                         "Imagestring" => "5", 
00872                         "Imagestringup" => "5", 
00873                         "Imagesx" => "5", 
00874                         "Imagesy" => "5", 
00875                         "Imagettfbbox" => "5", 
00876                         "Imagettftext" => "5", 
00877                         "Imap_8Bit" => "5", 
00878                         "Imap_Append" => "5", 
00879                         "Imap_Base64" => "5", 
00880                         "Imap_Binary" => "5", 
00881                         "Imap_Body" => "5", 
00882                         "Imap_Bodystruct" => "5", 
00883                         "Imap_Check" => "5", 
00884                         "Imap_Clearflag_Full" => "5", 
00885                         "Imap_Close" => "5", 
00886                         "Imap_Create" => "5", 
00887                         "Imap_Createmailbox" => "5", 
00888                         "Imap_Delete" => "5", 
00889                         "Imap_Deletemailbox" => "5", 
00890                         "Imap_Expunge" => "5", 
00891                         "Imap_Fetchbody" => "5", 
00892                         "Imap_Fetchheader" => "5", 
00893                         "Imap_Fetchstructure" => "5", 
00894                         "Imap_Fetchtext" => "5", 
00895                         "Imap_Fetch_Overview" => "5", 
00896                         "Imap_Header" => "5", 
00897                         "Imap_Headerinfo" => "5", 
00898                         "Imap_Headers" => "5", 
00899                         "Imap_List" => "5", 
00900                         "Imap_Listmailbox" => "5", 
00901                         "Imap_Listsubscribed" => "5", 
00902                         "Imap_Lsub" => "5", 
00903                         "Imap_Mailboxmsginfo" => "5", 
00904                         "Imap_Mail_Compose" => "5", 
00905                         "Imap_Mail_Copy" => "5", 
00906                         "Imap_Mail_Move" => "5", 
00907                         "Imap_Msgno" => "5", 
00908                         "Imap_Num_Msg" => "5", 
00909                         "Imap_Num_Recent" => "5", 
00910                         "Imap_Open" => "5", 
00911                         "Imap_Ping" => "5", 
00912                         "Imap_Qprint" => "5", 
00913                         "Imap_Rename" => "5", 
00914                         "Imap_Renamemailbox" => "5", 
00915                         "Imap_Reopen" => "5", 
00916                         "Imap_Rfc822_Parse_Adrlist" => "5", 
00917                         "Imap_Rfc822_Write_Address" => "5", 
00918                         "Imap_Scan" => "5", 
00919                         "Imap_Scanmailbox" => "5", 
00920                         "Imap_Setflag_Full" => "5", 
00921                         "Imap_Sort" => "5", 
00922                         "Imap_Status" => "5", 
00923                         "Imap_Subscribe" => "5", 
00924                         "Imap_Uid" => "5", 
00925                         "Imap_Undelete" => "5", 
00926                         "Imap_Unsubscribe" => "5", 
00927                         "Implode" => "5", 
00928                         "Intval" => "5", 
00929                         "Iptcparse" => "5", 
00930                         "Is_Array" => "5", 
00931                         "Is_Dir" => "5", 
00932                         "Is_Double" => "5", 
00933                         "Is_Executable" => "5", 
00934                         "Is_File" => "5", 
00935                         "Is_Float" => "5", 
00936                         "Is_Int" => "5", 
00937                         "Is_Integer" => "5", 
00938                         "Is_Link" => "5", 
00939                         "Is_Long" => "5", 
00940                         "Is_Object" => "5", 
00941                         "Is_Readable" => "5", 
00942                         "Is_Real" => "5", 
00943                         "Is_String" => "5", 
00944                         "Is_Writeable" => "5", 
00945                         "Jddayofweek" => "5", 
00946                         "Jdmonthname" => "5", 
00947                         "Jdtofrench" => "5", 
00948                         "Jdtogregorian" => "5", 
00949                         "Jdtojewish" => "5", 
00950                         "Jdtojulian" => "5", 
00951                         "Jewishtojd" => "5", 
00952                         "Join" => "5", 
00953                         "Juliantojd" => "5", 
00954                         "Key" => "5", 
00955                         "Ksort" => "5", 
00956                         "Ldap_Add" => "5", 
00957                         "Ldap_Bind" => "5", 
00958                         "Ldap_Close" => "5", 
00959                         "Ldap_Connect" => "5", 
00960                         "Ldap_Count_Entries" => "5", 
00961                         "Ldap_Delete" => "5", 
00962                         "Ldap_Dn2Ufn" => "5", 
00963                         "Ldap_Explode_Dn" => "5", 
00964                         "Ldap_First_Attribute" => "5", 
00965                         "Ldap_First_Entry" => "5", 
00966                         "Ldap_Free_Result" => "5", 
00967                         "Ldap_Get_Attributes" => "5", 
00968                         "Ldap_Get_Dn" => "5", 
00969                         "Ldap_Get_Entries" => "5", 
00970                         "Ldap_Get_Values" => "5", 
00971                         "Ldap_List" => "5", 
00972                         "Ldap_Modify" => "5", 
00973                         "Ldap_Next_Attribute" => "5", 
00974                         "Ldap_Next_Entry" => "5", 
00975                         "Ldap_Read" => "5", 
00976                         "Ldap_Search" => "5", 
00977                         "Ldap_Unbind" => "5", 
00978                         "Leak" => "5", 
00979                         "Link" => "5", 
00980                         "Linkinfo" => "5", 
00981                         "Log" => "5", 
00982                         "Log10" => "5", 
00983                         "Logas" => "5", 
00984                         "Lstat" => "5", 
00985                         "Ltrim" => "5", 
00986                         "Magic_Quotes_Runtime" => "5", 
00987                         "Mail" => "5", 
00988                         "Max" => "5", 
00989                         "Md5" => "5", 
00990                         "Microtime" => "5", 
00991                         "Min" => "5", 
00992                         "Mkdir" => "5", 
00993                         "Mktime" => "5", 
00994                         "Msql" => "5", 
00995                         "Msql_Affected_Rows" => "5", 
00996                         "Msql_Close" => "5", 
00997                         "Msql_Connect" => "5", 
00998                         "Msql_Createdb" => "5", 
00999                         "Msql_Create_Db" => "5", 
01000                         "Msql_Data_Seek" => "5", 
01001                         "Msql_Dbname" => "5", 
01002                         "Msql_Db_Query" => "5", 
01003                         "Msql_Dropdb" => "5", 
01004                         "Msql_Drop_Db" => "5", 
01005                         "Msql_Error" => "5", 
01006                         "Msql_Fetch_Array" => "5", 
01007                         "Msql_Fetch_Field" => "5", 
01008                         "Msql_Fetch_Object" => "5", 
01009                         "Msql_Fetch_Row" => "5", 
01010                         "Msql_Fieldflags" => "5", 
01011                         "Msql_Fieldlen" => "5", 
01012                         "Msql_Fieldname" => "5", 
01013                         "Msql_Fieldtable" => "5", 
01014                         "Msql_Fieldtype" => "5", 
01015                         "Msql_Field_Seek" => "5", 
01016                         "Msql_Freeresult" => "5", 
01017                         "Msql_Free_Result" => "5", 
01018                         "Msql_Listdbs" => "5", 
01019                         "Msql_Listfields" => "5", 
01020                         "Msql_Listtables" => "5", 
01021                         "Msql_List_Dbs" => "5", 
01022                         "Msql_List_Fields" => "5", 
01023                         "Msql_List_Tables" => "5", 
01024                         "Msql_Numfields" => "5", 
01025                         "Msql_Numrows" => "5", 
01026                         "Msql_Num_Fields" => "5", 
01027                         "Msql_Num_Rows" => "5", 
01028                         "Msql_Pconnect" => "5", 
01029                         "Msql_Query" => "5", 
01030                         "Msql_Regcase" => "5", 
01031                         "Msql_Result" => "5", 
01032                         "Msql_Selectdb" => "5", 
01033                         "Msql_Select_Db" => "5", 
01034                         "Msql_Tablename" => "5", 
01035                         "Mssql_Affected_Rows" => "5", 
01036                         "Mssql_Close" => "5", 
01037                         "Mssql_Connect" => "5", 
01038                         "Mssql_Data_Seek" => "5", 
01039                         "Mssql_Fetch_Array" => "5", 
01040                         "Mssql_Fetch_Field" => "5", 
01041                         "Mssql_Fetch_Object" => "5", 
01042                         "Mssql_Fetch_Row" => "5", 
01043                         "Mssql_Field_Length" => "5", 
01044                         "Mssql_Field_Name" => "5", 
01045                         "Mssql_Field_Seek" => "5", 
01046                         "Mssql_Field_Type" => "5", 
01047                         "Mssql_Free_Result" => "5", 
01048                         "Mssql_Get_Last_Message" => "5", 
01049                         "Mssql_Min_Client_Severity" => "5", 
01050                         "Mssql_Min_Error_Severity" => "5", 
01051                         "Mssql_Min_Message_Severity" => "5", 
01052                         "Mssql_Min_Server_Severity" => "5", 
01053                         "Mssql_Num_Fields" => "5", 
01054                         "Mssql_Num_Rows" => "5", 
01055                         "Mssql_Pconnect" => "5", 
01056                         "Mssql_Query" => "5", 
01057                         "Mssql_Result" => "5", 
01058                         "Mssql_Select_Db" => "5", 
01059                         "Mt_Getrandmax" => "5", 
01060                         "Mt_Rand" => "5", 
01061                         "Mt_Srand" => "5", 
01062                         "Mysql" => "5", 
01063                         "Mysql_Affected_Rows" => "5", 
01064                         "Mysql_Close" => "5", 
01065                         "Mysql_Connect" => "5", 
01066                         "Mysql_Createdb" => "5", 
01067                         "Mysql_Create_Db" => "5", 
01068                         "Mysql_Data_Seek" => "5", 
01069                         "Mysql_Dbname" => "5", 
01070                         "Mysql_Db_Name" => "5", 
01071                         "Mysql_Db_Query" => "5", 
01072                         "Mysql_Dropdb" => "5", 
01073                         "Mysql_Drop_Db" => "5", 
01074                         "Mysql_Errno" => "5", 
01075                         "Mysql_Error" => "5", 
01076                         "Mysql_Fetch_Array" => "5", 
01077                         "Mysql_Fetch_Field" => "5", 
01078                         "Mysql_Fetch_Lengths" => "5", 
01079                         "Mysql_Fetch_Object" => "5", 
01080                         "Mysql_Fetch_Row" => "5", 
01081                         "Mysql_Fieldflags" => "5", 
01082                         "Mysql_Fieldlen" => "5", 
01083                         "Mysql_Fieldname" => "5", 
01084                         "Mysql_Fieldtable" => "5", 
01085                         "Mysql_Fieldtype" => "5", 
01086                         "Mysql_Field_Flags" => "5", 
01087                         "Mysql_Field_Len" => "5", 
01088                         "Mysql_Field_Name" => "5", 
01089                         "Mysql_Field_Seek" => "5", 
01090                         "Mysql_Field_Table" => "5", 
01091                         "Mysql_Field_Type" => "5", 
01092                         "Mysql_Freeresult" => "5", 
01093                         "Mysql_Free_Result" => "5", 
01094                         "Mysql_Insert_Id" => "5", 
01095                         "Mysql_Listdbs" => "5", 
01096                         "Mysql_Listfields" => "5", 
01097                         "Mysql_Listtables" => "5", 
01098                         "Mysql_List_Dbs" => "5", 
01099                         "Mysql_List_Fields" => "5", 
01100                         "Mysql_List_Tables" => "5", 
01101                         "Mysql_Numfields" => "5", 
01102                         "Mysql_Numrows" => "5", 
01103                         "Mysql_Num_Fields" => "5", 
01104                         "Mysql_Num_Rows" => "5", 
01105                         "Mysql_Pconnect" => "5", 
01106                         "Mysql_Query" => "5", 
01107                         "Mysql_Result" => "5", 
01108                         "Mysql_Selectdb" => "5", 
01109                         "Mysql_Select_Db" => "5", 
01110                         "Mysql_Tablename" => "5", 
01111                         "Next" => "5", 
01112                         "Nl2Br" => "5", 
01113                         "Number_Format" => "5", 
01114                         "Ocibindbyname" => "5", 
01115                         "Ocicolumnisnull" => "5", 
01116                         "Ocicolumnname" => "5", 
01117                         "Ocicolumnsize" => "5", 
01118                         "Ocicolumntype" => "5", 
01119                         "Ociexecute" => "5", 
01120                         "Ocifetch" => "5", 
01121                         "Ocifetchinto" => "5", 
01122                         "Ocifreestatement" => "5", 
01123                         "Ociinternaldebug" => "5", 
01124                         "Ocilogoff" => "5", 
01125                         "Ocilogon" => "5", 
01126                         "Ocinumcols" => "5", 
01127                         "Ociparse" => "5", 
01128                         "Ociresult" => "5", 
01129                         "Ociserverversion" => "5", 
01130                         "Ocistatementtype" => "5", 
01131                         "Octdec" => "5", 
01132                         "Odbc_Autocommit" => "5", 
01133                         "Odbc_Binmode" => "5", 
01134                         "Odbc_Close" => "5", 
01135                         "Odbc_Close_All" => "5", 
01136                         "Odbc_Commit" => "5", 
01137                         "Odbc_Connect" => "5", 
01138                         "Odbc_Cursor" => "5", 
01139                         "Odbc_Do" => "5", 
01140                         "Odbc_Exec" => "5", 
01141                         "Odbc_Execute" => "5", 
01142                         "Odbc_Fetch_Into" => "5", 
01143                         "Odbc_Fetch_Row" => "5", 
01144                         "Odbc_Field_Len" => "5", 
01145                         "Odbc_Field_Name" => "5", 
01146                         "Odbc_Field_Num" => "5", 
01147                         "Odbc_Field_Type" => "5", 
01148                         "Odbc_Free_Result" => "5", 
01149                         "Odbc_Longreadlen" => "5", 
01150                         "Odbc_Num_Fields" => "5", 
01151                         "Odbc_Num_Rows" => "5", 
01152                         "Odbc_Pconnect" => "5", 
01153                         "Odbc_Prepare" => "5", 
01154                         "Odbc_Result" => "5", 
01155                         "Odbc_Result_All" => "5", 
01156                         "Odbc_Rollback" => "5", 
01157                         "Odbc_Setoption" => "5", 
01158                         "Opendir" => "5", 
01159                         "Openlog" => "5", 
01160                         "Ora_Bind" => "5", 
01161                         "Ora_Close" => "5", 
01162                         "Ora_Columnname" => "5", 
01163                         "Ora_Columnsize" => "5", 
01164                         "Ora_Columntype" => "5", 
01165                         "Ora_Commit" => "5", 
01166                         "Ora_Commitoff" => "5", 
01167                         "Ora_Commiton" => "5", 
01168                         "Ora_Do" => "5", 
01169                         "Ora_Error" => "5", 
01170                         "Ora_Errorcode" => "5", 
01171                         "Ora_Exec" => "5", 
01172                         "Ora_Fetch" => "5", 
01173                         "Ora_Fetch_Into" => "5", 
01174                         "Ora_Getcolumn" => "5", 
01175                         "Ora_Logoff" => "5", 
01176                         "Ora_Logon" => "5", 
01177                         "Ora_Numcols" => "5", 
01178                         "Ora_Numrows" => "5", 
01179                         "Ora_Open" => "5", 
01180                         "Ora_Parse" => "5", 
01181                         "Ora_Plogon" => "5", 
01182                         "Ora_Rollback" => "5", 
01183                         "Ord" => "5", 
01184                         "Pack" => "5", 
01185                         "Parse_Str" => "5", 
01186                         "Parse_Url" => "5", 
01187                         "Passthru" => "5", 
01188                         "Pclose" => "5", 
01189                         "Pdf_Add_Outline" => "5", 
01190                         "Pdf_Arc" => "5", 
01191                         "Pdf_Begin_Page" => "5", 
01192                         "Pdf_Circle" => "5", 
01193                         "Pdf_Clip" => "5", 
01194                         "Pdf_Close" => "5", 
01195                         "Pdf_Closepath" => "5", 
01196                         "Pdf_Closepath_Fill_Stroke" => "5", 
01197                         "Pdf_Closepath_Stroke" => "5", 
01198                         "Pdf_Continue_Text" => "5", 
01199                         "Pdf_Curveto" => "5", 
01200                         "Pdf_Endpath" => "5", 
01201                         "Pdf_End_Page" => "5", 
01202                         "Pdf_Fill" => "5", 
01203                         "Pdf_Fill_Stroke" => "5", 
01204                         "Pdf_Get_Info" => "5", 
01205                         "Pdf_Lineto" => "5", 
01206                         "Pdf_Moveto" => "5", 
01207                         "Pdf_Open" => "5", 
01208                         "Pdf_Rect" => "5", 
01209                         "Pdf_Restore" => "5", 
01210                         "Pdf_Rotate" => "5", 
01211                         "Pdf_Save" => "5", 
01212                         "Pdf_Scale" => "5", 
01213                         "Pdf_Setdash" => "5", 
01214                         "Pdf_Setflat" => "5", 
01215                         "Pdf_Setgray" => "5", 
01216                         "Pdf_Setgray_Fill" => "5", 
01217                         "Pdf_Setgray_Stroke" => "5", 
01218                         "Pdf_Setlinecap" => "5", 
01219                         "Pdf_Setlinejoin" => "5", 
01220                         "Pdf_Setlinewidth" => "5", 
01221                         "Pdf_Setmiterlimit" => "5", 
01222                         "Pdf_Setrgbcolor" => "5", 
01223                         "Pdf_Setrgbcolor_Fill" => "5", 
01224                         "Pdf_Setrgbcolor_Stroke" => "5", 
01225                         "Pdf_Set_Char_Spacing" => "5", 
01226                         "Pdf_Set_Duration" => "5", 
01227                         "Pdf_Set_Font" => "5", 
01228                         "Pdf_Set_Horiz_Scaling" => "5", 
01229                         "Pdf_Set_Info_Author" => "5", 
01230                         "Pdf_Set_Info_Creator" => "5", 
01231                         "Pdf_Set_Info_Keywords" => "5", 
01232                         "Pdf_Set_Info_Subject" => "5", 
01233                         "Pdf_Set_Info_Title" => "5", 
01234                         "Pdf_Set_Leading" => "5", 
01235                         "Pdf_Set_Text_Matrix" => "5", 
01236                         "Pdf_Set_Text_Pos" => "5", 
01237                         "Pdf_Set_Text_Rendering" => "5", 
01238                         "Pdf_Set_Text_Rise" => "5", 
01239                         "Pdf_Set_Transition" => "5", 
01240                         "Pdf_Set_Word_Spacing" => "5", 
01241                         "Pdf_Show" => "5", 
01242                         "Pdf_Show_Xy" => "5", 
01243                         "Pdf_Stringwidth" => "5", 
01244                         "Pdf_Stroke" => "5", 
01245                         "Pdf_Translate" => "5", 
01246                         "Pg_Close" => "5", 
01247                         "Pg_Cmdtuples" => "5", 
01248                         "Pg_Connect" => "5", 
01249                         "Pg_Dbname" => "5", 
01250                         "Pg_Errormessage" => "5", 
01251                         "Pg_Exec" => "5", 
01252                         "Pg_Fetch_Array" => "5", 
01253                         "Pg_Fetch_Object" => "5", 
01254                         "Pg_Fetch_Row" => "5", 
01255                         "Pg_Fieldisnull" => "5", 
01256                         "Pg_Fieldname" => "5", 
01257                         "Pg_Fieldnum" => "5", 
01258                         "Pg_Fieldprtlen" => "5", 
01259                         "Pg_Fieldsize" => "5", 
01260                         "Pg_Fieldtype" => "5", 
01261                         "Pg_Freeresult" => "5", 
01262                         "Pg_Getlastoid" => "5", 
01263                         "Pg_Host" => "5", 
01264                         "Pg_Loclose" => "5", 
01265                         "Pg_Locreate" => "5", 
01266                         "Pg_Loopen" => "5", 
01267                         "Pg_Loread" => "5", 
01268                         "Pg_Loreadall" => "5", 
01269                         "Pg_Lounlink" => "5", 
01270                         "Pg_Lowrite" => "5", 
01271                         "Pg_Numfields" => "5", 
01272                         "Pg_Numrows" => "5", 
01273                         "Pg_Options" => "5", 
01274                         "Pg_Pconnect" => "5", 
01275                         "Pg_Port" => "5", 
01276                         "Pg_Result" => "5", 
01277                         "Pg_Tty" => "5", 
01278                         "Phpinfo" => "5", 
01279                         "Phpversion" => "5", 
01280                         "Pi" => "5", 
01281                         "Popen" => "5", 
01282                         "Pos" => "5", 
01283                         "Pow" => "5", 
01284                         "Prev" => "5", 
01285                         "Printf" => "5", 
01286                         "Putenv" => "5", 
01287                         "Quoted_Printable_Decode" => "5", 
01288                         "Quotemeta" => "5", 
01289                         "Rad2Deg" => "5", 
01290                         "Rand" => "5", 
01291                         "Rawurldecode" => "5", 
01292                         "Rawurlencode" => "5", 
01293                         "Readdir" => "5", 
01294                         "Readfile" => "5", 
01295                         "Readgzfile" => "5", 
01296                         "Readlink" => "5", 
01297                         "Register_Shutdown_Function" => "5", 
01298                         "Rename" => "5", 
01299                         "Reset" => "5", 
01300                         "Rewind" => "5", 
01301                         "Rewinddir" => "5", 
01302                         "Rmdir" => "5", 
01303                         "Round" => "5", 
01304                         "Rsort" => "5", 
01305                         "Rtrim" => "5", 
01306                         "Sem_Acquire" => "5", 
01307                         "Sem_Get" => "5", 
01308                         "Sem_Release" => "5", 
01309                         "Serialize" => "5", 
01310                         "Setcookie" => "5", 
01311                         "Setlocale" => "5", 
01312                         "Settype" => "5", 
01313                         "Set_Magic_Quotes_Runtime" => "5", 
01314                         "Set_Socket_Blocking" => "5", 
01315                         "Set_Socket_Timeout" => "5", 
01316                         "Set_Time_Limit" => "5", 
01317                         "Short_Tags" => "5", 
01318                         "Sin" => "5", 
01319                         "Sizeof" => "5", 
01320                         "Sleep" => "5", 
01321                         "Snmpget" => "5", 
01322                         "Snmpwalk" => "5", 
01323                         "Solid_Close" => "5", 
01324                         "Solid_Connect" => "5", 
01325                         "Solid_Exec" => "5", 
01326                         "Solid_Fetchrow" => "5", 
01327                         "Solid_Fetch_Prev" => "5", 
01328                         "Solid_Fieldname" => "5", 
01329                         "Solid_Fieldnum" => "5", 
01330                         "Solid_Freeresult" => "5", 
01331                         "Solid_Numfields" => "5", 
01332                         "Solid_Numrows" => "5", 
01333                         "Solid_Result" => "5", 
01334                         "Sort" => "5", 
01335                         "Soundex" => "5", 
01336                         "Split" => "5", 
01337                         "Sprintf" => "5", 
01338                         "Sqlconnect" => "5", 
01339                         "Sqldisconnect" => "5", 
01340                         "Sqlexecdirect" => "5", 
01341                         "Sqlfetch" => "5", 
01342                         "Sqlfree" => "5", 
01343                         "Sqlgetdata" => "5", 
01344                         "Sqlrowcount" => "5", 
01345                         "Sql_Regcase" => "5", 
01346                         "Sqrt" => "5", 
01347                         "Srand" => "5", 
01348                         "Stat" => "5", 
01349                         "Strcasecmp" => "5", 
01350                         "Strchr" => "5", 
01351                         "Strcmp" => "5", 
01352                         "Strcspn" => "5", 
01353                         "Strftime" => "5", 
01354                         "Stripslashes" => "5", 
01355                         "Stristr" => "5", 
01356                         "Strlen" => "5", 
01357                         "Strpos" => "5", 
01358                         "Strrchr" => "5", 
01359                         "Strrev" => "5", 
01360                         "Strrpos" => "5", 
01361                         "Strspn" => "5", 
01362                         "Strstr" => "5", 
01363                         "Strtok" => "5", 
01364                         "Strtolower" => "5", 
01365                         "Strtoupper" => "5", 
01366                         "Strtr" => "5", 
01367                         "Strval" => "5", 
01368                         "Str_Replace" => "5", 
01369                         "Substr" => "5", 
01370                         "Sybase_Affected_Rows" => "5", 
01371                         "Sybase_Close" => "5", 
01372                         "Sybase_Connect" => "5", 
01373                         "Sybase_Data_Seek" => "5", 
01374                         "Sybase_Fetch_Array" => "5", 
01375                         "Sybase_Fetch_Field" => "5", 
01376                         "Sybase_Fetch_Object" => "5", 
01377                         "Sybase_Fetch_Row" => "5", 
01378                         "Sybase_Field_Seek" => "5", 
01379                         "Sybase_Free_Result" => "5", 
01380                         "Sybase_Get_Last_Message" => "5", 
01381                         "Sybase_Min_Client_Severity" => "5", 
01382                         "Sybase_Min_Error_Severity" => "5", 
01383                         "Sybase_Min_Message_Severity" => "5", 
01384                         "Sybase_Min_Server_Severity" => "5", 
01385                         "Sybase_Num_Fields" => "5", 
01386                         "Sybase_Num_Rows" => "5", 
01387                         "Sybase_Pconnect" => "5", 
01388                         "Sybase_Query" => "5", 
01389                         "Sybase_Result" => "5", 
01390                         "Sybase_Select_Db" => "5", 
01391                         "Symlink" => "5", 
01392                         "Syslog" => "5", 
01393                         "System" => "5", 
01394                         "Tan" => "5", 
01395                         "Tempnam" => "5", 
01396                         "Time" => "5", 
01397                         "Touch" => "5", 
01398                         "Trim" => "5", 
01399                         "Uasort" => "5", 
01400                         "Ucfirst" => "5", 
01401                         "Ucwords" => "5", 
01402                         "Uksort" => "5", 
01403                         "Umask" => "5", 
01404                         "Uniqid" => "5", 
01405                         "Unlink" => "5", 
01406                         "Unpack" => "5", 
01407                         "Unserialize" => "5", 
01408                         "Urldecode" => "5", 
01409                         "Urlencode" => "5", 
01410                         "Usleep" => "5", 
01411                         "Usort" => "5", 
01412                         "Utf8_Decode" => "5", 
01413                         "Utf8_Encode" => "5", 
01414                         "Var_Dump" => "5", 
01415                         "Velocis_Autocommit" => "5", 
01416                         "Velocis_Close" => "5", 
01417                         "Velocis_Commit" => "5", 
01418                         "Velocis_Connect" => "5", 
01419                         "Velocis_Exec" => "5", 
01420                         "Velocis_Fetch" => "5", 
01421                         "Velocis_Fieldname" => "5", 
01422                         "Velocis_Fieldnum" => "5", 
01423                         "Velocis_Freeresult" => "5", 
01424                         "Velocis_Off_Autocommit" => "5", 
01425                         "Velocis_Result" => "5", 
01426                         "Velocis_Rollback" => "5", 
01427                         "Virtual" => "5", 
01428                         "Vm_Addalias" => "5", 
01429                         "Vm_Adduser" => "5", 
01430                         "Vm_Delalias" => "5", 
01431                         "Vm_Deluser" => "5", 
01432                         "Vm_Passwd" => "5", 
01433                         "Xml_Error_String" => "5", 
01434                         "Xml_Get_Current_Byte_Index" => "5", 
01435                         "Xml_Get_Current_Column_Number" => "5", 
01436                         "Xml_Get_Current_Line_Number" => "5", 
01437                         "Xml_Get_Error_Code" => "5", 
01438                         "Xml_Parse" => "5", 
01439                         "Xml_Parser_Create" => "5", 
01440                         "Xml_Parser_Free" => "5", 
01441                         "Xml_Parser_Get_Option" => "5", 
01442                         "Xml_Parser_Set_Option" => "5", 
01443                         "Xml_Set_Character_Data_Handler" => "5", 
01444                         "Xml_Set_Default_Handler" => "5", 
01445                         "Xml_Set_Element_Handler" => "5", 
01446                         "Xml_Set_External_Entity_Ref_Handler" => "5", 
01447                         "Xml_Set_Notation_Decl_Handler" => "5", 
01448                         "Xml_Set_Processing_Instruction_Handler" => "5", 
01449                         "Xml_Set_Unparsed_Entity_Decl_Handler" => "5", 
01450                         "+" => "6", 
01451                         "-" => "6", 
01452                         "%" => "6", 
01453                         "&" => "6", 
01454                         ">" => "6", 
01455                         "<" => "6", 
01456                         "^" => "6", 
01457                         "!" => "6", 
01458                         "|" => "6", 
01459                         "$" => "7", 
01460                         "?" => "6", 
01461                         "**" => "7", 
01462                         "add" => "8", 
01463                         "all" => "8", 
01464                         "alter" => "8", 
01465                         "as" => "8", 
01466                         "asc" => "8", 
01467                         "auto_increment" => "8", 
01468                         "between" => "8", 
01469                         "binary" => "8", 
01470                         "both" => "8", 
01471                         "by" => "8", 
01472                         "change" => "8", 
01473                         "check" => "8", 
01474                         "column" => "8", 
01475                         "columns" => "8", 
01476                         "create" => "8", 
01477                         "cross" => "8", 
01478                         "data" => "8", 
01479                         "database" => "8", 
01480                         "databases" => "8", 
01481                         "delayed" => "8", 
01482                         "delete" => "8", 
01483                         "desc" => "8", 
01484                         "describe" => "8", 
01485                         "distinct" => "8", 
01486                         "drop" => "8", 
01487                         "enclosed" => "8", 
01488                         "escaped" => "8", 
01489                         "exists" => "8", 
01490                         "explain" => "8", 
01491                         "field" => "8", 
01492                         "fields" => "8", 
01493                         "foreign" => "8", 
01494                         "from" => "8", 
01495                         "grant" => "8", 
01496                         "group" => "8", 
01497                         "having" => "8", 
01498                         "identified" => "8", 
01499                         "ignore" => "8", 
01500                         "index" => "8", 
01501                         "insert" => "8", 
01502                         "infile" => "8", 
01503                         "into" => "8", 
01504                         "keys" => "8", 
01505                         "kill" => "8", 
01506                         "leading" => "8", 
01507                         "left" => "8", 
01508                         "like" => "8", 
01509                         "limit" => "8", 
01510                         "lines" => "8", 
01511                         "load" => "8", 
01512                         "local" => "8", 
01513                         "lock" => "8", 
01514                         "low_priority" => "8", 
01515                         "modify" => "8", 
01516                         "natural" => "8", 
01517                         "not" => "8", 
01518                         "NOW" => "8", 
01519                         "null" => "8", 
01520                         "on" => "8", 
01521                         "optimize" => "8", 
01522                         "option" => "8", 
01523                         "optionally" => "8", 
01524                         "order" => "8", 
01525                         "outer" => "8", 
01526                         "outfile" => "8", 
01527                         "primary" => "8", 
01528                         "proceedure" => "8", 
01529                         "read" => "8", 
01530                         "references" => "8", 
01531                         "regexp" => "8", 
01532                         "replace" => "8", 
01533                         "returns" => "8", 
01534                         "revoke" => "8", 
01535                         "rlike" => "8", 
01536                         "select" => "8", 
01537                         "set" => "8", 
01538                         "show" => "8", 
01539                         "soname" => "8", 
01540                         "status" => "8", 
01541                         "straight_join" => "8", 
01542                         "table" => "8", 
01543                         "tables" => "8", 
01544                         "teminated" => "8", 
01545                         "to" => "8", 
01546                         "TO_DAYS" => "8", 
01547                         "trailing" => "8", 
01548                         "unique" => "8", 
01549                         "unlock" => "8", 
01550                         "unsigned" => "8", 
01551                         "update" => "8", 
01552                         "use" => "8", 
01553                         "using" => "8", 
01554                         "values" => "8", 
01555                         "variables" => "8", 
01556                         "where" => "8", 
01557                         "with" => "8", 
01558                         "write" => "8", 
01559                         "zerofill" => "8");
01560 
01561 // Special extensions
01562 
01563 // Each category can specify a PHP function that returns an altered
01564 // version of the keyword.
01565         
01566         
01567 
01568 $this->linkscripts      = array(
01569                         "1" => "donothing", 
01570                         "2" => "donothing", 
01571                         "3" => "donothing", 
01572                         "4" => "donothing", 
01573                         "5" => "donothing", 
01574                         "6" => "donothing", 
01575                         "7" => "donothing", 
01576                         "8" => "donothing");
01577 }
01578 
01579 
01580 function donothing($keywordin)
01581 {
01582         return $keywordin;
01583 }
01584 
01585 }?>

Generated on Fri Dec 13 2013 09:06:39 for ILIAS Release_3_4_x_branch .rev 46804 by  doxygen 1.7.1