ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
HFile_htmlphpsql.php
Go to the documentation of this file.
1 <?php
2 $BEAUT_PATH = realpath(".")."/Services/COPage/syntax_highlight/php";
3 if (!isset ($BEAUT_PATH)) return;
4 require_once("$BEAUT_PATH/Beautifier/HFile.php");
5  class HFile_htmlphpsql extends HFile{
6  function HFile_htmlphpsql(){
7  $this->HFile();
8 /*************************************/
9 // Beautifier Highlighting Configuration File
10 // HTML+PHP+MySQL
11 /*************************************/
12 // Flags
13 
14 $this->nocase = "0";
15 $this->notrim = "0";
16 $this->perl = "0";
17 
18 // Colours
19 
20 $this->colours = array("blue", "purple", "gray", "brown", "blue", "purple", "gray", "brown");
21 $this->quotecolour = "blue";
22 $this->blockcommentcolour = "green";
23 $this->linecommentcolour = "green";
24 
25 // Indent Strings
26 
27 $this->indent = array("{");
28 $this->unindent = array("}");
29 
30 // String characters and delimiters
31 
32 $this->stringchars = array();
33 $this->delimiters = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "+", "|", "\\", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", " ", ".", "=");
34 $this->escchar = "";
35 
36 // Comment settings
37 
38 $this->linecommenton = array("");
39 $this->blockcommenton = array("");
40 $this->blockcommentoff = array("");
41 
42 // Keywords (keyword mapping to colour number)
43 
44 $this->keywords = array(
45  "<A" => "1",
46  "</A>" => "1",
47  "<ABBR>" => "1",
48  "<ABBR" => "1",
49  "</ABBR>" => "1",
50  "<ABOVE>" => "1",
51  "<ACRONYM>" => "1",
52  "<ACRONYM" => "1",
53  "</ACRONYM>" => "1",
54  "<ADDRESS>" => "1",
55  "<ADDRESS" => "1",
56  "</ADDRESS>" => "1",
57  "<APPLET" => "1",
58  "</APPLET>" => "1",
59  "<ARRAY>" => "1",
60  "<AREA" => "1",
61  "</AREA" => "1",
62  "<B>" => "1",
63  "<B" => "1",
64  "</B>" => "1",
65  "<BASE" => "1",
66  "<BASEFONT" => "1",
67  "<BDO>" => "1",
68  "<BDO" => "1",
69  "</BDO>" => "1",
70  "<BGSOUND" => "1",
71  "<BIG>" => "1",
72  "<BIG" => "1",
73  "</BIG>" => "1",
74  "<BLINK>" => "1",
75  "</BLINK>" => "1",
76  "<BLOCKQUOTE>" => "1",
77  "<BLOCKQUOTE" => "1",
78  "</BLOCKQUOTE>" => "1",
79  "<BODY" => "1",
80  "<BODY>" => "1",
81  "</BODY>" => "1",
82  "<BOX>" => "1",
83  "<BR" => "1",
84  "<BR>" => "1",
85  "<BLINK" => "1",
86  "<BUTTON>" => "1",
87  "</BUTTON>" => "1",
88  "<CAPTION>" => "1",
89  "<CAPTION" => "1",
90  "</CAPTION>" => "1",
91  "<CENTER>" => "1",
92  "<CENTER" => "1",
93  "</CENTER>" => "1",
94  "<CITE>" => "1",
95  "<CITE" => "1",
96  "</CITE>" => "1",
97  "<CODE>" => "1",
98  "<CODE" => "1",
99  "</CODE>" => "1",
100  "<COL>" => "1",
101  "</COL>" => "1",
102  "<COLGROUP>" => "1",
103  "</COLGROUP>" => "1",
104  "<COMMENT>" => "1",
105  "</COMMENT>" => "1",
106  "<DD>" => "1",
107  "<DD" => "1",
108  "</DD>" => "1",
109  "<DEL>" => "1",
110  "<DEL" => "1",
111  "</DEL>" => "1",
112  "<DFN>" => "1",
113  "<DFN" => "1",
114  "</DFN>" => "1",
115  "<DIR>" => "1",
116  "<DIR" => "1",
117  "</DIR>" => "1",
118  "<DIV>" => "1",
119  "<DIV" => "1",
120  "</DIV>" => "1",
121  "<DL>" => "1",
122  "<DL" => "1",
123  "</DL>" => "1",
124  "<DT>" => "1",
125  "<DT" => "1",
126  "</DT>" => "1",
127  "<EM>" => "1",
128  "<EM" => "1",
129  "</EM>" => "1",
130  "<EMBED" => "1",
131  "<FIELDSET>" => "1",
132  "<FIELDSET" => "1",
133  "</FIELDSET>" => "1",
134  "<FIG>" => "1",
135  "<FONT" => "1",
136  "</FONT>" => "1",
137  "<FORM>" => "1",
138  "<FORM" => "1",
139  "</FORM>" => "1",
140  "<FRAME" => "1",
141  "<FRAMESET" => "1",
142  "</FRAMESET>" => "1",
143  "<H1>" => "1",
144  "<H1" => "1",
145  "</H1>" => "1",
146  "<H2>" => "1",
147  "<H2" => "1",
148  "</H2>" => "1",
149  "<H3>" => "1",
150  "<H3" => "1",
151  "</H3>" => "1",
152  "<H4>" => "1",
153  "<H4" => "1",
154  "</H4>" => "1",
155  "<H5>" => "1",
156  "<H5" => "1",
157  "</H5>" => "1",
158  "<H6>" => "1",
159  "<H6" => "1",
160  "</H6>" => "1",
161  "<HEAD>" => "1",
162  "<HEAD" => "1",
163  "</HEAD>" => "1",
164  "<HR>" => "1",
165  "<HR" => "1",
166  "<HTML>" => "1",
167  "<HTML" => "1",
168  "</HTML>" => "1",
169  "<I>" => "1",
170  "<I" => "1",
171  "</I>" => "1",
172  "<IFRAME>" => "1",
173  "</IFRAME>" => "1",
174  "<ILAYER>" => "1",
175  "</ILAYER>" => "1",
176  "<IMG" => "1",
177  "<INPUT>" => "1",
178  "<INPUT" => "1",
179  "<INS>" => "1",
180  "<INS" => "1",
181  "</INS>" => "1",
182  "<ISINDEX>" => "1",
183  "<ISINDEX" => "1",
184  "<KBD>" => "1",
185  "<KBD" => "1",
186  "</KBD>" => "1",
187  "<LABEL>" => "1",
188  "<LABEL" => "1",
189  "</LABEL>" => "1",
190  "<LAYER>" => "1",
191  "<LEGEND>" => "1",
192  "<LEGEND" => "1",
193  "</LEGEND>" => "1",
194  "<LI>" => "1",
195  "<LI" => "1",
196  "</LI>" => "1",
197  "<LINK" => "1",
198  "<LISTING>" => "1",
199  "</LISTING>" => "1",
200  "<MAP" => "1",
201  "</MAP>" => "1",
202  "<MARQUEE" => "1",
203  "</MARQUEE>" => "1",
204  "<MENU>" => "1",
205  "<MENU" => "1",
206  "</MENU>" => "1",
207  "<META" => "1",
208  "<MULTICOL>" => "1",
209  "</MULTICOL>" => "1",
210  "<NEXTID" => "1",
211  "<NOBR>" => "1",
212  "</NOBR>" => "1",
213  "<NOFRAMES>" => "1",
214  "</NOFRAMES>" => "1",
215  "<NOLAYER>" => "1",
216  "</NOLAYER>" => "1",
217  "<NOTE>" => "1",
218  "</NOTE>" => "1",
219  "<NOSCRIPT>" => "1",
220  "</NOSCRIPT>" => "1",
221  "<OBJECT>" => "1",
222  "<OBJECT" => "1",
223  "<OL>" => "1",
224  "<OL" => "1",
225  "</OL>" => "1",
226  "<OPTION>" => "1",
227  "<OPTION" => "1",
228  "<OPTGROUP>" => "1",
229  "<OPTGROUP" => "1",
230  "</OPTGROUP>" => "1",
231  "<P" => "1",
232  "<P>" => "1",
233  "</P>" => "1",
234  "<PARAM" => "1",
235  "<PRE>" => "1",
236  "<PRE" => "1",
237  "</PRE>" => "1",
238  "<Q>" => "1",
239  "<Q" => "1",
240  "</Q>" => "1",
241  "<QUOTE>" => "1",
242  "<RANGE>" => "1",
243  "<ROOT>" => "1",
244  "<S>" => "1",
245  "<S" => "1",
246  "</S>" => "1",
247  "<SAMP>" => "1",
248  "<SAMP" => "1",
249  "</SAMP>" => "1",
250  "<SCRIPT" => "1",
251  "<SCRIPT>" => "1",
252  "</SCRIPT>" => "1",
253  "<SELECT" => "1",
254  "</SELECT>" => "1",
255  "<SMALL>" => "1",
256  "<SMALL" => "1",
257  "</SMALL>" => "1",
258  "<SOUND" => "1",
259  "<SPACER>" => "1",
260  "<SPAN>" => "1",
261  "<SPAN" => "1",
262  "</SPAN>" => "1",
263  "<SQRT>" => "1",
264  "<STRIKE>" => "1",
265  "<STRIKE" => "1",
266  "</STRIKE>" => "1",
267  "<STRONG>" => "1",
268  "<STRONG" => "1",
269  "</STRONG>" => "1",
270  "<STYLE>" => "1",
271  "<STYLE" => "1",
272  "</STYLE>" => "1",
273  "<SUB>" => "1",
274  "<SUB" => "1",
275  "</SUB>" => "1",
276  "<SUP>" => "1",
277  "<SUP" => "1",
278  "</SUP>" => "1",
279  "<TABLE>" => "1",
280  "<TABLE" => "1",
281  "</TABLE>" => "1",
282  "<TBODY>" => "1",
283  "<TBODY" => "1",
284  "</TBODY>" => "1",
285  "<TD" => "1",
286  "<TD>" => "1",
287  "</TD>" => "1",
288  "<TEXT>" => "1",
289  "<TEXTAREA" => "1",
290  "<TEXTAREA>" => "1",
291  "</TEXTAREA>" => "1",
292  "<TFOOT>" => "1",
293  "<TFOOT" => "1",
294  "</TFOOT>" => "1",
295  "<TH" => "1",
296  "<TH>" => "1",
297  "</TH>" => "1",
298  "<THEAD>" => "1",
299  "<THEAD" => "1",
300  "</THEAD>" => "1",
301  "<TITLE>" => "1",
302  "</TITLE>" => "1",
303  "<TR" => "1",
304  "<TR>" => "1",
305  "</TR>" => "1",
306  "<TT>" => "1",
307  "</TT>" => "1",
308  "<TT" => "1",
309  "<U>" => "1",
310  "<U" => "1",
311  "</U>" => "1",
312  "<UL>" => "1",
313  "<UL" => "1",
314  "</UL>" => "1",
315  "<VAR>" => "1",
316  "</VAR>" => "1",
317  "<VAR" => "1",
318  "<WBR>" => "1",
319  "<XMP>" => "1",
320  "</XMP>" => "1",
321  "ABBR=" => "2",
322  "ACCEPT-CHARSET=" => "2",
323  "ACCEPT=" => "2",
324  "ACCESSKEY=" => "2",
325  "ACTION=" => "2",
326  "ALIGN=" => "2",
327  "ALINK=" => "2",
328  "ALT=" => "2",
329  "ARCHIVE=" => "2",
330  "AXIS=" => "2",
331  "BACKGROUND=" => "2",
332  "BEHAVIOR" => "2",
333  "BELOW" => "2",
334  "BGCOLOR=" => "2",
335  "BORDER=" => "2",
336  "BORDERCOLOR=" => "2",
337  "CELLPADDING=" => "2",
338  "CELLSPACING=" => "2",
339  "CHAR=" => "2",
340  "CHAROFF=" => "2",
341  "CHARSET=" => "2",
342  "CHECKED" => "2",
343  "CITE=" => "2",
344  "CLASS=" => "2",
345  "CLASSID=" => "2",
346  "CLEAR=" => "2",
347  "CODE=" => "2",
348  "CODEBASE=" => "2",
349  "CODETYPE=" => "2",
350  "COLOR=" => "2",
351  "COLS=" => "2",
352  "COLSPAN=" => "2",
353  "COMPACT" => "2",
354  "CONTENT=" => "2",
355  "COORDS=" => "2",
356  "DATA=" => "2",
357  "DATETIME=" => "2",
358  "DECLARE" => "2",
359  "DEFER" => "2",
360  "DIR=" => "2",
361  "DISABLED" => "2",
362  "ENCTYPE=" => "2",
363  "FACE=" => "2",
364  "FOR=" => "2",
365  "FRAME=" => "2",
366  "FRAMEBORDER=" => "2",
367  "FRAMESPACING=" => "2",
368  "HEADERS=" => "2",
369  "HEIGHT=" => "2",
370  "HIDDEN=" => "2",
371  "HREF=" => "2",
372  "HREFLANG=" => "2",
373  "HSPACE=" => "2",
374  "HTTP-EQUIV=" => "2",
375  "ID=" => "2",
376  "ISMAP=" => "2",
377  "LABEL=" => "2",
378  "LANG=" => "2",
379  "LANGUAGE=" => "2",
380  "LINK=" => "2",
381  "LOOP=" => "2",
382  "LONGDESC=" => "2",
383  "LEFTMARGIN=" => "2",
384  "MAILTO=" => "2",
385  "MARGINHEIGHT=" => "2",
386  "MARGINWIDTH=" => "2",
387  "MAXLENGTH=" => "2",
388  "MEDIA=" => "2",
389  "METHOD=" => "2",
390  "MULTIPLE" => "2",
391  "NAME=" => "2",
392  "NOHREF" => "2",
393  "NORESIZE" => "2",
394  "NOSHADE" => "2",
395  "OBJECT=" => "2",
396  "ONBLUR=" => "2",
397  "ONCHANGE=" => "2",
398  "ONFOCUS=" => "2",
399  "ONKEYDOWN=" => "2",
400  "ONKEYPRESS=" => "2",
401  "ONKEYUP=" => "2",
402  "ONLOAD=" => "2",
403  "ONRESET=" => "2",
404  "ONSELECT=" => "2",
405  "ONSUBMIT=" => "2",
406  "ONUNLOAD=" => "2",
407  "ONCLICK=" => "2",
408  "ONDBLCLICK=" => "2",
409  "ONMOUSEDOWN=" => "2",
410  "ONMOUSEMOVE=" => "2",
411  "ONMOUSEOUT=" => "2",
412  "ONMOUSEOVER=" => "2",
413  "ONMOUSEUP=" => "2",
414  "PROFILE=" => "2",
415  "PROMPT=" => "2",
416  "READONLY" => "2",
417  "REL=" => "2",
418  "REV=" => "2",
419  "ROWS=" => "2",
420  "ROWSPAN=" => "2",
421  "RULES=" => "2",
422  "RIGHTMARGIN=" => "2",
423  "SCHEME=" => "2",
424  "SCOPE=" => "2",
425  "SCROLLING=" => "2",
426  "SELECTED" => "2",
427  "SHAPE=" => "2",
428  "SIZE=" => "2",
429  "SPAN=" => "2",
430  "SRC=" => "2",
431  "STANDBY=" => "2",
432  "START=" => "2",
433  "STYLE=" => "2",
434  "SUMMARY=" => "2",
435  "TABINDEX=" => "2",
436  "TARGET=" => "2",
437  "TEXT=" => "2",
438  "TITLE=" => "2",
439  "TOPMARGIN=" => "2",
440  "TYPE=" => "2",
441  "URL=" => "2",
442  "USEMAP=" => "2",
443  "VALIGN=" => "2",
444  "VALUE=" => "2",
445  "VALUETYPE=" => "2",
446  "VERSION=" => "2",
447  "VLINK=" => "2",
448  "VSPACE=" => "2",
449  "WIDTH=" => "2",
450  "=" => "2",
451  "<?php" => "3",
452  "<?phpphp" => "3",
453  "?>" => "3",
454  "AND" => "4",
455  "ARRAY" => "4",
456  "BREAK" => "4",
457  "CASE" => "4",
458  "CLASS" => "4",
459  "CONST" => "4",
460  "CONTINUE" => "4",
461  "DEFAULT" => "4",
462  "DIE" => "4",
463  "DO" => "4",
464  "ECHO" => "4",
465  "ELSE" => "4",
466  "ELSEIF" => "4",
467  "EMPTY" => "4",
468  "ENDFOR" => "4",
469  "ENDIF" => "4",
470  "ENDSWITCH" => "4",
471  "ENDWHILE" => "4",
472  "EVAL" => "4",
473  "EXIT" => "4",
474  "EXTENDS" => "4",
475  "FALSE" => "4",
476  "FOR" => "4",
477  "FUNCTION" => "4",
478  "GLOBAL" => "4",
479  "HIGHLIGHT_FILE" => "4",
480  "HIGHLIGHT_STRING" => "4",
481  "IF" => "4",
482  "INCLUDE" => "4",
483  "ISSET" => "4",
484  "LIST" => "4",
485  "NEW" => "4",
486  "OLD_FUNCTION" => "4",
487  "OR" => "4",
488  "PRINT" => "4",
489  "REQUIRE" => "4",
490  "RETURN" => "4",
491  "SHM_ATTACH" => "4",
492  "SHM_DETACH" => "4",
493  "SHM_GET_VAR" => "4",
494  "SHM_PUT_VAR" => "4",
495  "SHM_REMOVE" => "4",
496  "SHM_REMOVE_VAR" => "4",
497  "STATIC" => "4",
498  "SWITCH" => "4",
499  "TRUE" => "4",
500  "UNSET" => "4",
501  "VAR" => "4",
502  "WHILE" => "4",
503  "XOR" => "4",
504  "__FILE__" => "4",
505  "__LINE__" => "4",
506  "Abs" => "5",
507  "Acos" => "5",
508  "Ada_Afetch" => "5",
509  "Ada_Autocommit" => "5",
510  "Ada_Close" => "5",
511  "Ada_Closeall" => "5",
512  "Ada_Commit" => "5",
513  "Ada_Connect" => "5",
514  "Ada_Exec" => "5",
515  "Ada_Fetchrow" => "5",
516  "Ada_Fieldlen" => "5",
517  "Ada_Fieldname" => "5",
518  "Ada_Fieldtype" => "5",
519  "Ada_Freeresult" => "5",
520  "Ada_Numfields" => "5",
521  "Ada_Numrows" => "5",
522  "Ada_Result" => "5",
523  "Ada_Resultall" => "5",
524  "Ada_Rollback" => "5",
525  "Addslashes" => "5",
526  "Apache_Lookup_Uri" => "5",
527  "Apache_Note" => "5",
528  "Array_Walk" => "5",
529  "Arsort" => "5",
530  "Asin" => "5",
531  "Asort" => "5",
532  "Atan" => "5",
533  "Atan2" => "5",
534  "Base64_Decode" => "5",
535  "Base64_Encode" => "5",
536  "Basename" => "5",
537  "Base_Convert" => "5",
538  "Bcadd" => "5",
539  "Bccomp" => "5",
540  "Bcdiv" => "5",
541  "Bcmod" => "5",
542  "Bcmul" => "5",
543  "Bcpow" => "5",
544  "Bcscale" => "5",
545  "Bcsqrt" => "5",
546  "Bcsub" => "5",
547  "Bindec" => "5",
548  "Call_User_Func" => "5",
549  "Call_User_Method" => "5",
550  "Ceil" => "5",
551  "Chdir" => "5",
552  "Checkdate" => "5",
553  "Checkdnsrr" => "5",
554  "Chgrp" => "5",
555  "Chmod" => "5",
556  "Chop" => "5",
557  "Chown" => "5",
558  "Chr" => "5",
559  "Chunk_Split" => "5",
560  "Clearstatcache" => "5",
561  "Closedir" => "5",
562  "Closelog" => "5",
563  "Com_Get" => "5",
564  "Com_Invoke" => "5",
565  "Com_Load" => "5",
566  "Com_Propget" => "5",
567  "Com_Propput" => "5",
568  "Com_Propset" => "5",
569  "Com_Set" => "5",
570  "Convert_Cyr_String" => "5",
571  "Copy" => "5",
572  "Cos" => "5",
573  "Count" => "5",
574  "Crypt" => "5",
575  "Current" => "5",
576  "Date" => "5",
577  "Dav_Set_Mkcol_Handlers" => "5",
578  "Dbase_Add_Record" => "5",
579  "Dbase_Close" => "5",
580  "Dbase_Create" => "5",
581  "Dbase_Delete_Record" => "5",
582  "Dbase_Get_Record" => "5",
583  "Dbase_Get_Record_With_Names" => "5",
584  "Dbase_Numfields" => "5",
585  "Dbase_Numrecords" => "5",
586  "Dbase_Open" => "5",
587  "Dbase_Pack" => "5",
588  "Dblist" => "5",
589  "Dbmclose" => "5",
590  "Dbmdelete" => "5",
591  "Dbmexists" => "5",
592  "Dbmfetch" => "5",
593  "Dbmfirstkey" => "5",
594  "Dbminsert" => "5",
595  "Dbmnextkey" => "5",
596  "Dbmopen" => "5",
597  "Dbmreplace" => "5",
598  "Debugger_Off" => "5",
599  "Debugger_On" => "5",
600  "Decbin" => "5",
601  "Dechex" => "5",
602  "Decoct" => "5",
603  "Decrypt" => "5",
604  "Define" => "5",
605  "Defined" => "5",
606  "Define_Syslog_Variables" => "5",
607  "Deg2Rad" => "5",
608  "Dir" => "5",
609  "Dirname" => "5",
610  "Dl" => "5",
611  "Doubleval" => "5",
612  "Each" => "5",
613  "Encrypt" => "5",
614  "End" => "5",
615  "Ereg" => "5",
616  "Eregi" => "5",
617  "Eregi_Replace" => "5",
618  "Ereg_Replace" => "5",
619  "Error_Log" => "5",
620  "Error_Reporting" => "5",
621  "Escapeshellcmd" => "5",
622  "Exec" => "5",
623  "Exp" => "5",
624  "Explode" => "5",
625  "Fclose" => "5",
626  "Fdf_Close" => "5",
627  "Fdf_Create" => "5",
628  "Fdf_Get_File" => "5",
629  "Fdf_Get_Status" => "5",
630  "Fdf_Get_Value" => "5",
631  "Fdf_Next_Field_Name" => "5",
632  "Fdf_Open" => "5",
633  "Fdf_Save" => "5",
634  "Fdf_Set_Ap" => "5",
635  "Fdf_Set_File" => "5",
636  "Fdf_Set_Status" => "5",
637  "Fdf_Set_Value" => "5",
638  "Feof" => "5",
639  "Fgetc" => "5",
640  "Fgets" => "5",
641  "Fgetss" => "5",
642  "File" => "5",
643  "Fileatime" => "5",
644  "Filectime" => "5",
645  "Filegroup" => "5",
646  "Fileinode" => "5",
647  "Filemtime" => "5",
648  "Fileowner" => "5",
649  "Fileperms" => "5",
650  "Filepro" => "5",
651  "Filepro_Fieldcount" => "5",
652  "Filepro_Fieldname" => "5",
653  "Filepro_Fieldtype" => "5",
654  "Filepro_Fieldwidth" => "5",
655  "Filepro_Retrieve" => "5",
656  "Filepro_Rowcount" => "5",
657  "Filesize" => "5",
658  "Filetype" => "5",
659  "File_Exists" => "5",
660  "Floor" => "5",
661  "Flush" => "5",
662  "Fopen" => "5",
663  "Fpassthru" => "5",
664  "Fputs" => "5",
665  "Fread" => "5",
666  "Frenchtojd" => "5",
667  "Fseek" => "5",
668  "Fsockopen" => "5",
669  "Ftell" => "5",
670  "Fwrite" => "5",
671  "Getallheaders" => "5",
672  "Getdate" => "5",
673  "Getenv" => "5",
674  "Gethostbyaddr" => "5",
675  "Gethostbyname" => "5",
676  "Gethostbynamel" => "5",
677  "Getimagesize" => "5",
678  "Getlastaccess" => "5",
679  "Getlastbrowser" => "5",
680  "Getlastemail" => "5",
681  "Getlasthost" => "5",
682  "Getlastmod" => "5",
683  "Getlastref" => "5",
684  "Getlogdir" => "5",
685  "Getloghost" => "5",
686  "Getmxrr" => "5",
687  "Getmyiid" => "5",
688  "Getmyinode" => "5",
689  "Getmypid" => "5",
690  "Getmyuid" => "5",
691  "Getrandmax" => "5",
692  "Getrusage" => "5",
693  "Getstartlogging" => "5",
694  "Gettimeofday" => "5",
695  "Gettoday" => "5",
696  "Gettotal" => "5",
697  "Gettype" => "5",
698  "Get_Browser" => "5",
699  "Get_Cfg_Var" => "5",
700  "Get_Current_User" => "5",
701  "Get_Magic_Quotes_Gpc" => "5",
702  "Get_Magic_Quotes_Runtime" => "5",
703  "Get_Meta_Tags" => "5",
704  "Gmdate" => "5",
705  "Gmmktime" => "5",
706  "Gregoriantojd" => "5",
707  "Gzclose" => "5",
708  "Gzeof" => "5",
709  "Gzfile" => "5",
710  "Gzgetc" => "5",
711  "Gzgets" => "5",
712  "Gzgetss" => "5",
713  "Gzopen" => "5",
714  "Gzpassthru" => "5",
715  "Gzputs" => "5",
716  "Gzread" => "5",
717  "Gzrewind" => "5",
718  "Gzseek" => "5",
719  "Gztell" => "5",
720  "Gzwrite" => "5",
721  "Header" => "5",
722  "Hebrev" => "5",
723  "Hebrevc" => "5",
724  "Hexdec" => "5",
725  "Htmlentities" => "5",
726  "Htmlspecialchars" => "5",
727  "Hw_Array2Objrec" => "5",
728  "Hw_Changeobject" => "5",
729  "Hw_Children" => "5",
730  "Hw_Childrenobj" => "5",
731  "Hw_Close" => "5",
732  "Hw_Connect" => "5",
733  "Hw_Connection_Info" => "5",
734  "Hw_Cp" => "5",
735  "Hw_Deleteobject" => "5",
736  "Hw_Docbyanchor" => "5",
737  "Hw_Docbyanchorobj" => "5",
738  "Hw_Documentattributes" => "5",
739  "Hw_Documentbodytag" => "5",
740  "Hw_Documentsize" => "5",
741  "Hw_Document_Attributes" => "5",
742  "Hw_Document_Bodytag" => "5",
743  "Hw_Document_Content" => "5",
744  "Hw_Document_Size" => "5",
745  "Hw_Dummy" => "5",
746  "Hw_Edittext" => "5",
747  "Hw_Error" => "5",
748  "Hw_Errormsg" => "5",
749  "Hw_Free_Document" => "5",
750  "Hw_Getanchors" => "5",
751  "Hw_Getanchorsobj" => "5",
752  "Hw_Getandlock" => "5",
753  "Hw_Getcgi" => "5",
754  "Hw_Getchildcoll" => "5",
755  "Hw_Getchildcollobj" => "5",
756  "Hw_Getchilddoccoll" => "5",
757  "Hw_Getchilddoccollobj" => "5",
758  "Hw_Getobject" => "5",
759  "Hw_Getobjectbyquery" => "5",
760  "Hw_Getobjectbyquerycoll" => "5",
761  "Hw_Getobjectbyquerycollobj" => "5",
762  "Hw_Getobjectbyqueryobj" => "5",
763  "Hw_Getparents" => "5",
764  "Hw_Getparentsobj" => "5",
765  "Hw_Getrellink" => "5",
766  "Hw_Getremote" => "5",
767  "Hw_Getremotechildren" => "5",
768  "Hw_Getsrcbydestobj" => "5",
769  "Hw_Gettext" => "5",
770  "Hw_Getusername" => "5",
771  "Hw_Identify" => "5",
772  "Hw_Incollections" => "5",
773  "Hw_Info" => "5",
774  "Hw_Inscoll" => "5",
775  "Hw_Insdoc" => "5",
776  "Hw_Insertdocument" => "5",
777  "Hw_Insertobject" => "5",
778  "Hw_Mv" => "5",
779  "Hw_New_Document" => "5",
780  "Hw_Objrec2Array" => "5",
781  "Hw_Outputdocument" => "5",
782  "Hw_Output_Document" => "5",
783  "Hw_Pconnect" => "5",
784  "Hw_Pipecgi" => "5",
785  "Hw_Pipedocument" => "5",
786  "Hw_Root" => "5",
787  "Hw_Setlinkroot" => "5",
788  "Hw_Stat" => "5",
789  "Hw_Unlock" => "5",
790  "Hw_Who" => "5",
791  "Ibase_Bind" => "5",
792  "Ibase_Close" => "5",
793  "Ibase_Connect" => "5",
794  "Ibase_Execute" => "5",
795  "Ibase_Fetch_Row" => "5",
796  "Ibase_Free_Query" => "5",
797  "Ibase_Free_Result" => "5",
798  "Ibase_Pconnect" => "5",
799  "Ibase_Prepare" => "5",
800  "Ibase_Query" => "5",
801  "Ibase_Timefmt" => "5",
802  "Ifxus_Close_Slob" => "5",
803  "Ifxus_Create_Slob" => "5",
804  "Ifxus_Free_Slob" => "5",
805  "Ifxus_Open_Slob" => "5",
806  "Ifxus_Read_Slob" => "5",
807  "Ifxus_Seek_Slob" => "5",
808  "Ifxus_Tell_Slob" => "5",
809  "Ifxus_Write_Slob" => "5",
810  "Ifx_Affected_Rows" => "5",
811  "Ifx_Blobinfile_Mode" => "5",
812  "Ifx_Byteasvarchar" => "5",
813  "Ifx_Close" => "5",
814  "Ifx_Connect" => "5",
815  "Ifx_Copy_Blob" => "5",
816  "Ifx_Create_Blob" => "5",
817  "Ifx_Create_Char" => "5",
818  "Ifx_Do" => "5",
819  "Ifx_Error" => "5",
820  "Ifx_Errormsg" => "5",
821  "Ifx_Fetch_Row" => "5",
822  "Ifx_Fieldproperties" => "5",
823  "Ifx_Fieldtypes" => "5",
824  "Ifx_Free_Blob" => "5",
825  "Ifx_Free_Char" => "5",
826  "Ifx_Free_Result" => "5",
827  "Ifx_Get_Blob" => "5",
828  "Ifx_Get_Char" => "5",
829  "Ifx_Htmltbl_Result" => "5",
830  "Ifx_Nullformat" => "5",
831  "Ifx_Num_Fields" => "5",
832  "Ifx_Num_Rows" => "5",
833  "Ifx_Pconnect" => "5",
834  "Ifx_Prepare" => "5",
835  "Ifx_Query" => "5",
836  "Ifx_Textasvarchar" => "5",
837  "Ifx_Update_Blob" => "5",
838  "Ifx_Update_Char" => "5",
839  "Imagearc" => "5",
840  "Imagechar" => "5",
841  "Imagecharup" => "5",
842  "Imagecolorallocate" => "5",
843  "Imagecolorat" => "5",
844  "Imagecolorclosest" => "5",
845  "Imagecolordeallocate" => "5",
846  "Imagecolorexact" => "5",
847  "Imagecolorresolve" => "5",
848  "Imagecolorset" => "5",
849  "Imagecolorsforindex" => "5",
850  "Imagecolorstotal" => "5",
851  "Imagecolortransparent" => "5",
852  "Imagecopy" => "5",
853  "Imagecopyresized" => "5",
854  "Imagecreate" => "5",
855  "Imagecreatefromgif" => "5",
856  "Imagedashedline" => "5",
857  "Imagedestroy" => "5",
858  "Imagefill" => "5",
859  "Imagefilledpolygon" => "5",
860  "Imagefilledrectangle" => "5",
861  "Imagefilltoborder" => "5",
862  "Imagefontheight" => "5",
863  "Imagefontwidth" => "5",
864  "Imagegif" => "5",
865  "Imageinterlace" => "5",
866  "Imageline" => "5",
867  "Imageloadfont" => "5",
868  "Imagepolygon" => "5",
869  "Imagerectangle" => "5",
870  "Imagesetpixel" => "5",
871  "Imagestring" => "5",
872  "Imagestringup" => "5",
873  "Imagesx" => "5",
874  "Imagesy" => "5",
875  "Imagettfbbox" => "5",
876  "Imagettftext" => "5",
877  "Imap_8Bit" => "5",
878  "Imap_Append" => "5",
879  "Imap_Base64" => "5",
880  "Imap_Binary" => "5",
881  "Imap_Body" => "5",
882  "Imap_Bodystruct" => "5",
883  "Imap_Check" => "5",
884  "Imap_Clearflag_Full" => "5",
885  "Imap_Close" => "5",
886  "Imap_Create" => "5",
887  "Imap_Createmailbox" => "5",
888  "Imap_Delete" => "5",
889  "Imap_Deletemailbox" => "5",
890  "Imap_Expunge" => "5",
891  "Imap_Fetchbody" => "5",
892  "Imap_Fetchheader" => "5",
893  "Imap_Fetchstructure" => "5",
894  "Imap_Fetchtext" => "5",
895  "Imap_Fetch_Overview" => "5",
896  "Imap_Header" => "5",
897  "Imap_Headerinfo" => "5",
898  "Imap_Headers" => "5",
899  "Imap_List" => "5",
900  "Imap_Listmailbox" => "5",
901  "Imap_Listsubscribed" => "5",
902  "Imap_Lsub" => "5",
903  "Imap_Mailboxmsginfo" => "5",
904  "Imap_Mail_Compose" => "5",
905  "Imap_Mail_Copy" => "5",
906  "Imap_Mail_Move" => "5",
907  "Imap_Msgno" => "5",
908  "Imap_Num_Msg" => "5",
909  "Imap_Num_Recent" => "5",
910  "Imap_Open" => "5",
911  "Imap_Ping" => "5",
912  "Imap_Qprint" => "5",
913  "Imap_Rename" => "5",
914  "Imap_Renamemailbox" => "5",
915  "Imap_Reopen" => "5",
916  "Imap_Rfc822_Parse_Adrlist" => "5",
917  "Imap_Rfc822_Write_Address" => "5",
918  "Imap_Scan" => "5",
919  "Imap_Scanmailbox" => "5",
920  "Imap_Setflag_Full" => "5",
921  "Imap_Sort" => "5",
922  "Imap_Status" => "5",
923  "Imap_Subscribe" => "5",
924  "Imap_Uid" => "5",
925  "Imap_Undelete" => "5",
926  "Imap_Unsubscribe" => "5",
927  "Implode" => "5",
928  "Intval" => "5",
929  "Iptcparse" => "5",
930  "Is_Array" => "5",
931  "Is_Dir" => "5",
932  "Is_Double" => "5",
933  "Is_Executable" => "5",
934  "Is_File" => "5",
935  "Is_Float" => "5",
936  "Is_Int" => "5",
937  "Is_Integer" => "5",
938  "Is_Link" => "5",
939  "Is_Long" => "5",
940  "Is_Object" => "5",
941  "Is_Readable" => "5",
942  "Is_Real" => "5",
943  "Is_String" => "5",
944  "Is_Writeable" => "5",
945  "Jddayofweek" => "5",
946  "Jdmonthname" => "5",
947  "Jdtofrench" => "5",
948  "Jdtogregorian" => "5",
949  "Jdtojewish" => "5",
950  "Jdtojulian" => "5",
951  "Jewishtojd" => "5",
952  "Join" => "5",
953  "Juliantojd" => "5",
954  "Key" => "5",
955  "Ksort" => "5",
956  "Ldap_Add" => "5",
957  "Ldap_Bind" => "5",
958  "Ldap_Close" => "5",
959  "Ldap_Connect" => "5",
960  "Ldap_Count_Entries" => "5",
961  "Ldap_Delete" => "5",
962  "Ldap_Dn2Ufn" => "5",
963  "Ldap_Explode_Dn" => "5",
964  "Ldap_First_Attribute" => "5",
965  "Ldap_First_Entry" => "5",
966  "Ldap_Free_Result" => "5",
967  "Ldap_Get_Attributes" => "5",
968  "Ldap_Get_Dn" => "5",
969  "Ldap_Get_Entries" => "5",
970  "Ldap_Get_Values" => "5",
971  "Ldap_List" => "5",
972  "Ldap_Modify" => "5",
973  "Ldap_Next_Attribute" => "5",
974  "Ldap_Next_Entry" => "5",
975  "Ldap_Read" => "5",
976  "Ldap_Search" => "5",
977  "Ldap_Unbind" => "5",
978  "Leak" => "5",
979  "Link" => "5",
980  "Linkinfo" => "5",
981  "Log" => "5",
982  "Log10" => "5",
983  "Logas" => "5",
984  "Lstat" => "5",
985  "Ltrim" => "5",
986  "Magic_Quotes_Runtime" => "5",
987  "Mail" => "5",
988  "Max" => "5",
989  "Md5" => "5",
990  "Microtime" => "5",
991  "Min" => "5",
992  "Mkdir" => "5",
993  "Mktime" => "5",
994  "Msql" => "5",
995  "Msql_Affected_Rows" => "5",
996  "Msql_Close" => "5",
997  "Msql_Connect" => "5",
998  "Msql_Createdb" => "5",
999  "Msql_Create_Db" => "5",
1000  "Msql_Data_Seek" => "5",
1001  "Msql_Dbname" => "5",
1002  "Msql_Db_Query" => "5",
1003  "Msql_Dropdb" => "5",
1004  "Msql_Drop_Db" => "5",
1005  "Msql_Error" => "5",
1006  "Msql_Fetch_Array" => "5",
1007  "Msql_Fetch_Field" => "5",
1008  "Msql_Fetch_Object" => "5",
1009  "Msql_Fetch_Row" => "5",
1010  "Msql_Fieldflags" => "5",
1011  "Msql_Fieldlen" => "5",
1012  "Msql_Fieldname" => "5",
1013  "Msql_Fieldtable" => "5",
1014  "Msql_Fieldtype" => "5",
1015  "Msql_Field_Seek" => "5",
1016  "Msql_Freeresult" => "5",
1017  "Msql_Free_Result" => "5",
1018  "Msql_Listdbs" => "5",
1019  "Msql_Listfields" => "5",
1020  "Msql_Listtables" => "5",
1021  "Msql_List_Dbs" => "5",
1022  "Msql_List_Fields" => "5",
1023  "Msql_List_Tables" => "5",
1024  "Msql_Numfields" => "5",
1025  "Msql_Numrows" => "5",
1026  "Msql_Num_Fields" => "5",
1027  "Msql_Num_Rows" => "5",
1028  "Msql_Pconnect" => "5",
1029  "Msql_Query" => "5",
1030  "Msql_Regcase" => "5",
1031  "Msql_Result" => "5",
1032  "Msql_Selectdb" => "5",
1033  "Msql_Select_Db" => "5",
1034  "Msql_Tablename" => "5",
1035  "Mssql_Affected_Rows" => "5",
1036  "Mssql_Close" => "5",
1037  "Mssql_Connect" => "5",
1038  "Mssql_Data_Seek" => "5",
1039  "Mssql_Fetch_Array" => "5",
1040  "Mssql_Fetch_Field" => "5",
1041  "Mssql_Fetch_Object" => "5",
1042  "Mssql_Fetch_Row" => "5",
1043  "Mssql_Field_Length" => "5",
1044  "Mssql_Field_Name" => "5",
1045  "Mssql_Field_Seek" => "5",
1046  "Mssql_Field_Type" => "5",
1047  "Mssql_Free_Result" => "5",
1048  "Mssql_Get_Last_Message" => "5",
1049  "Mssql_Min_Client_Severity" => "5",
1050  "Mssql_Min_Error_Severity" => "5",
1051  "Mssql_Min_Message_Severity" => "5",
1052  "Mssql_Min_Server_Severity" => "5",
1053  "Mssql_Num_Fields" => "5",
1054  "Mssql_Num_Rows" => "5",
1055  "Mssql_Pconnect" => "5",
1056  "Mssql_Query" => "5",
1057  "Mssql_Result" => "5",
1058  "Mssql_Select_Db" => "5",
1059  "Mt_Getrandmax" => "5",
1060  "Mt_Rand" => "5",
1061  "Mt_Srand" => "5",
1062  "Mysql" => "5",
1063  "Mysql_Affected_Rows" => "5",
1064  "Mysql_Close" => "5",
1065  "Mysql_Connect" => "5",
1066  "Mysql_Createdb" => "5",
1067  "Mysql_Create_Db" => "5",
1068  "Mysql_Data_Seek" => "5",
1069  "Mysql_Dbname" => "5",
1070  "Mysql_Db_Name" => "5",
1071  "Mysql_Db_Query" => "5",
1072  "Mysql_Dropdb" => "5",
1073  "Mysql_Drop_Db" => "5",
1074  "Mysql_Errno" => "5",
1075  "Mysql_Error" => "5",
1076  "Mysql_Fetch_Array" => "5",
1077  "Mysql_Fetch_Field" => "5",
1078  "Mysql_Fetch_Lengths" => "5",
1079  "Mysql_Fetch_Object" => "5",
1080  "Mysql_Fetch_Row" => "5",
1081  "Mysql_Fieldflags" => "5",
1082  "Mysql_Fieldlen" => "5",
1083  "Mysql_Fieldname" => "5",
1084  "Mysql_Fieldtable" => "5",
1085  "Mysql_Fieldtype" => "5",
1086  "Mysql_Field_Flags" => "5",
1087  "Mysql_Field_Len" => "5",
1088  "Mysql_Field_Name" => "5",
1089  "Mysql_Field_Seek" => "5",
1090  "Mysql_Field_Table" => "5",
1091  "Mysql_Field_Type" => "5",
1092  "Mysql_Freeresult" => "5",
1093  "Mysql_Free_Result" => "5",
1094  "Mysql_Insert_Id" => "5",
1095  "Mysql_Listdbs" => "5",
1096  "Mysql_Listfields" => "5",
1097  "Mysql_Listtables" => "5",
1098  "Mysql_List_Dbs" => "5",
1099  "Mysql_List_Fields" => "5",
1100  "Mysql_List_Tables" => "5",
1101  "Mysql_Numfields" => "5",
1102  "Mysql_Numrows" => "5",
1103  "Mysql_Num_Fields" => "5",
1104  "Mysql_Num_Rows" => "5",
1105  "Mysql_Pconnect" => "5",
1106  "Mysql_Query" => "5",
1107  "Mysql_Result" => "5",
1108  "Mysql_Selectdb" => "5",
1109  "Mysql_Select_Db" => "5",
1110  "Mysql_Tablename" => "5",
1111  "Next" => "5",
1112  "Nl2Br" => "5",
1113  "Number_Format" => "5",
1114  "Ocibindbyname" => "5",
1115  "Ocicolumnisnull" => "5",
1116  "Ocicolumnname" => "5",
1117  "Ocicolumnsize" => "5",
1118  "Ocicolumntype" => "5",
1119  "Ociexecute" => "5",
1120  "Ocifetch" => "5",
1121  "Ocifetchinto" => "5",
1122  "Ocifreestatement" => "5",
1123  "Ociinternaldebug" => "5",
1124  "Ocilogoff" => "5",
1125  "Ocilogon" => "5",
1126  "Ocinumcols" => "5",
1127  "Ociparse" => "5",
1128  "Ociresult" => "5",
1129  "Ociserverversion" => "5",
1130  "Ocistatementtype" => "5",
1131  "Octdec" => "5",
1132  "Odbc_Autocommit" => "5",
1133  "Odbc_Binmode" => "5",
1134  "Odbc_Close" => "5",
1135  "Odbc_Close_All" => "5",
1136  "Odbc_Commit" => "5",
1137  "Odbc_Connect" => "5",
1138  "Odbc_Cursor" => "5",
1139  "Odbc_Do" => "5",
1140  "Odbc_Exec" => "5",
1141  "Odbc_Execute" => "5",
1142  "Odbc_Fetch_Into" => "5",
1143  "Odbc_Fetch_Row" => "5",
1144  "Odbc_Field_Len" => "5",
1145  "Odbc_Field_Name" => "5",
1146  "Odbc_Field_Num" => "5",
1147  "Odbc_Field_Type" => "5",
1148  "Odbc_Free_Result" => "5",
1149  "Odbc_Longreadlen" => "5",
1150  "Odbc_Num_Fields" => "5",
1151  "Odbc_Num_Rows" => "5",
1152  "Odbc_Pconnect" => "5",
1153  "Odbc_Prepare" => "5",
1154  "Odbc_Result" => "5",
1155  "Odbc_Result_All" => "5",
1156  "Odbc_Rollback" => "5",
1157  "Odbc_Setoption" => "5",
1158  "Opendir" => "5",
1159  "Openlog" => "5",
1160  "Ora_Bind" => "5",
1161  "Ora_Close" => "5",
1162  "Ora_Columnname" => "5",
1163  "Ora_Columnsize" => "5",
1164  "Ora_Columntype" => "5",
1165  "Ora_Commit" => "5",
1166  "Ora_Commitoff" => "5",
1167  "Ora_Commiton" => "5",
1168  "Ora_Do" => "5",
1169  "Ora_Error" => "5",
1170  "Ora_Errorcode" => "5",
1171  "Ora_Exec" => "5",
1172  "Ora_Fetch" => "5",
1173  "Ora_Fetch_Into" => "5",
1174  "Ora_Getcolumn" => "5",
1175  "Ora_Logoff" => "5",
1176  "Ora_Logon" => "5",
1177  "Ora_Numcols" => "5",
1178  "Ora_Numrows" => "5",
1179  "Ora_Open" => "5",
1180  "Ora_Parse" => "5",
1181  "Ora_Plogon" => "5",
1182  "Ora_Rollback" => "5",
1183  "Ord" => "5",
1184  "Pack" => "5",
1185  "Parse_Str" => "5",
1186  "Parse_Url" => "5",
1187  "Passthru" => "5",
1188  "Pclose" => "5",
1189  "Pdf_Add_Outline" => "5",
1190  "Pdf_Arc" => "5",
1191  "Pdf_Begin_Page" => "5",
1192  "Pdf_Circle" => "5",
1193  "Pdf_Clip" => "5",
1194  "Pdf_Close" => "5",
1195  "Pdf_Closepath" => "5",
1196  "Pdf_Closepath_Fill_Stroke" => "5",
1197  "Pdf_Closepath_Stroke" => "5",
1198  "Pdf_Continue_Text" => "5",
1199  "Pdf_Curveto" => "5",
1200  "Pdf_Endpath" => "5",
1201  "Pdf_End_Page" => "5",
1202  "Pdf_Fill" => "5",
1203  "Pdf_Fill_Stroke" => "5",
1204  "Pdf_Get_Info" => "5",
1205  "Pdf_Lineto" => "5",
1206  "Pdf_Moveto" => "5",
1207  "Pdf_Open" => "5",
1208  "Pdf_Rect" => "5",
1209  "Pdf_Restore" => "5",
1210  "Pdf_Rotate" => "5",
1211  "Pdf_Save" => "5",
1212  "Pdf_Scale" => "5",
1213  "Pdf_Setdash" => "5",
1214  "Pdf_Setflat" => "5",
1215  "Pdf_Setgray" => "5",
1216  "Pdf_Setgray_Fill" => "5",
1217  "Pdf_Setgray_Stroke" => "5",
1218  "Pdf_Setlinecap" => "5",
1219  "Pdf_Setlinejoin" => "5",
1220  "Pdf_Setlinewidth" => "5",
1221  "Pdf_Setmiterlimit" => "5",
1222  "Pdf_Setrgbcolor" => "5",
1223  "Pdf_Setrgbcolor_Fill" => "5",
1224  "Pdf_Setrgbcolor_Stroke" => "5",
1225  "Pdf_Set_Char_Spacing" => "5",
1226  "Pdf_Set_Duration" => "5",
1227  "Pdf_Set_Font" => "5",
1228  "Pdf_Set_Horiz_Scaling" => "5",
1229  "Pdf_Set_Info_Author" => "5",
1230  "Pdf_Set_Info_Creator" => "5",
1231  "Pdf_Set_Info_Keywords" => "5",
1232  "Pdf_Set_Info_Subject" => "5",
1233  "Pdf_Set_Info_Title" => "5",
1234  "Pdf_Set_Leading" => "5",
1235  "Pdf_Set_Text_Matrix" => "5",
1236  "Pdf_Set_Text_Pos" => "5",
1237  "Pdf_Set_Text_Rendering" => "5",
1238  "Pdf_Set_Text_Rise" => "5",
1239  "Pdf_Set_Transition" => "5",
1240  "Pdf_Set_Word_Spacing" => "5",
1241  "Pdf_Show" => "5",
1242  "Pdf_Show_Xy" => "5",
1243  "Pdf_Stringwidth" => "5",
1244  "Pdf_Stroke" => "5",
1245  "Pdf_Translate" => "5",
1246  "Pg_Close" => "5",
1247  "Pg_Cmdtuples" => "5",
1248  "Pg_Connect" => "5",
1249  "Pg_Dbname" => "5",
1250  "Pg_Errormessage" => "5",
1251  "Pg_Exec" => "5",
1252  "Pg_Fetch_Array" => "5",
1253  "Pg_Fetch_Object" => "5",
1254  "Pg_Fetch_Row" => "5",
1255  "Pg_Fieldisnull" => "5",
1256  "Pg_Fieldname" => "5",
1257  "Pg_Fieldnum" => "5",
1258  "Pg_Fieldprtlen" => "5",
1259  "Pg_Fieldsize" => "5",
1260  "Pg_Fieldtype" => "5",
1261  "Pg_Freeresult" => "5",
1262  "Pg_Getlastoid" => "5",
1263  "Pg_Host" => "5",
1264  "Pg_Loclose" => "5",
1265  "Pg_Locreate" => "5",
1266  "Pg_Loopen" => "5",
1267  "Pg_Loread" => "5",
1268  "Pg_Loreadall" => "5",
1269  "Pg_Lounlink" => "5",
1270  "Pg_Lowrite" => "5",
1271  "Pg_Numfields" => "5",
1272  "Pg_Numrows" => "5",
1273  "Pg_Options" => "5",
1274  "Pg_Pconnect" => "5",
1275  "Pg_Port" => "5",
1276  "Pg_Result" => "5",
1277  "Pg_Tty" => "5",
1278  "Phpinfo" => "5",
1279  "Phpversion" => "5",
1280  "Pi" => "5",
1281  "Popen" => "5",
1282  "Pos" => "5",
1283  "Pow" => "5",
1284  "Prev" => "5",
1285  "Printf" => "5",
1286  "Putenv" => "5",
1287  "Quoted_Printable_Decode" => "5",
1288  "Quotemeta" => "5",
1289  "Rad2Deg" => "5",
1290  "Rand" => "5",
1291  "Rawurldecode" => "5",
1292  "Rawurlencode" => "5",
1293  "Readdir" => "5",
1294  "Readfile" => "5",
1295  "Readgzfile" => "5",
1296  "Readlink" => "5",
1297  "Register_Shutdown_Function" => "5",
1298  "Rename" => "5",
1299  "Reset" => "5",
1300  "Rewind" => "5",
1301  "Rewinddir" => "5",
1302  "Rmdir" => "5",
1303  "Round" => "5",
1304  "Rsort" => "5",
1305  "Rtrim" => "5",
1306  "Sem_Acquire" => "5",
1307  "Sem_Get" => "5",
1308  "Sem_Release" => "5",
1309  "Serialize" => "5",
1310  "Setcookie" => "5",
1311  "Setlocale" => "5",
1312  "Settype" => "5",
1313  "Set_Magic_Quotes_Runtime" => "5",
1314  "Set_Socket_Blocking" => "5",
1315  "Set_Socket_Timeout" => "5",
1316  "Set_Time_Limit" => "5",
1317  "Short_Tags" => "5",
1318  "Sin" => "5",
1319  "Sizeof" => "5",
1320  "Sleep" => "5",
1321  "Snmpget" => "5",
1322  "Snmpwalk" => "5",
1323  "Solid_Close" => "5",
1324  "Solid_Connect" => "5",
1325  "Solid_Exec" => "5",
1326  "Solid_Fetchrow" => "5",
1327  "Solid_Fetch_Prev" => "5",
1328  "Solid_Fieldname" => "5",
1329  "Solid_Fieldnum" => "5",
1330  "Solid_Freeresult" => "5",
1331  "Solid_Numfields" => "5",
1332  "Solid_Numrows" => "5",
1333  "Solid_Result" => "5",
1334  "Sort" => "5",
1335  "Soundex" => "5",
1336  "Split" => "5",
1337  "Sprintf" => "5",
1338  "Sqlconnect" => "5",
1339  "Sqldisconnect" => "5",
1340  "Sqlexecdirect" => "5",
1341  "Sqlfetch" => "5",
1342  "Sqlfree" => "5",
1343  "Sqlgetdata" => "5",
1344  "Sqlrowcount" => "5",
1345  "Sql_Regcase" => "5",
1346  "Sqrt" => "5",
1347  "Srand" => "5",
1348  "Stat" => "5",
1349  "Strcasecmp" => "5",
1350  "Strchr" => "5",
1351  "Strcmp" => "5",
1352  "Strcspn" => "5",
1353  "Strftime" => "5",
1354  "Stripslashes" => "5",
1355  "Stristr" => "5",
1356  "Strlen" => "5",
1357  "Strpos" => "5",
1358  "Strrchr" => "5",
1359  "Strrev" => "5",
1360  "Strrpos" => "5",
1361  "Strspn" => "5",
1362  "Strstr" => "5",
1363  "Strtok" => "5",
1364  "Strtolower" => "5",
1365  "Strtoupper" => "5",
1366  "Strtr" => "5",
1367  "Strval" => "5",
1368  "Str_Replace" => "5",
1369  "Substr" => "5",
1370  "Sybase_Affected_Rows" => "5",
1371  "Sybase_Close" => "5",
1372  "Sybase_Connect" => "5",
1373  "Sybase_Data_Seek" => "5",
1374  "Sybase_Fetch_Array" => "5",
1375  "Sybase_Fetch_Field" => "5",
1376  "Sybase_Fetch_Object" => "5",
1377  "Sybase_Fetch_Row" => "5",
1378  "Sybase_Field_Seek" => "5",
1379  "Sybase_Free_Result" => "5",
1380  "Sybase_Get_Last_Message" => "5",
1381  "Sybase_Min_Client_Severity" => "5",
1382  "Sybase_Min_Error_Severity" => "5",
1383  "Sybase_Min_Message_Severity" => "5",
1384  "Sybase_Min_Server_Severity" => "5",
1385  "Sybase_Num_Fields" => "5",
1386  "Sybase_Num_Rows" => "5",
1387  "Sybase_Pconnect" => "5",
1388  "Sybase_Query" => "5",
1389  "Sybase_Result" => "5",
1390  "Sybase_Select_Db" => "5",
1391  "Symlink" => "5",
1392  "Syslog" => "5",
1393  "System" => "5",
1394  "Tan" => "5",
1395  "Tempnam" => "5",
1396  "Time" => "5",
1397  "Touch" => "5",
1398  "Trim" => "5",
1399  "Uasort" => "5",
1400  "Ucfirst" => "5",
1401  "Ucwords" => "5",
1402  "Uksort" => "5",
1403  "Umask" => "5",
1404  "Uniqid" => "5",
1405  "Unlink" => "5",
1406  "Unpack" => "5",
1407  "Unserialize" => "5",
1408  "Urldecode" => "5",
1409  "Urlencode" => "5",
1410  "Usleep" => "5",
1411  "Usort" => "5",
1412  "Utf8_Decode" => "5",
1413  "Utf8_Encode" => "5",
1414  "Var_Dump" => "5",
1415  "Velocis_Autocommit" => "5",
1416  "Velocis_Close" => "5",
1417  "Velocis_Commit" => "5",
1418  "Velocis_Connect" => "5",
1419  "Velocis_Exec" => "5",
1420  "Velocis_Fetch" => "5",
1421  "Velocis_Fieldname" => "5",
1422  "Velocis_Fieldnum" => "5",
1423  "Velocis_Freeresult" => "5",
1424  "Velocis_Off_Autocommit" => "5",
1425  "Velocis_Result" => "5",
1426  "Velocis_Rollback" => "5",
1427  "Virtual" => "5",
1428  "Vm_Addalias" => "5",
1429  "Vm_Adduser" => "5",
1430  "Vm_Delalias" => "5",
1431  "Vm_Deluser" => "5",
1432  "Vm_Passwd" => "5",
1433  "Xml_Error_String" => "5",
1434  "Xml_Get_Current_Byte_Index" => "5",
1435  "Xml_Get_Current_Column_Number" => "5",
1436  "Xml_Get_Current_Line_Number" => "5",
1437  "Xml_Get_Error_Code" => "5",
1438  "Xml_Parse" => "5",
1439  "Xml_Parser_Create" => "5",
1440  "Xml_Parser_Free" => "5",
1441  "Xml_Parser_Get_Option" => "5",
1442  "Xml_Parser_Set_Option" => "5",
1443  "Xml_Set_Character_Data_Handler" => "5",
1444  "Xml_Set_Default_Handler" => "5",
1445  "Xml_Set_Element_Handler" => "5",
1446  "Xml_Set_External_Entity_Ref_Handler" => "5",
1447  "Xml_Set_Notation_Decl_Handler" => "5",
1448  "Xml_Set_Processing_Instruction_Handler" => "5",
1449  "Xml_Set_Unparsed_Entity_Decl_Handler" => "5",
1450  "+" => "6",
1451  "-" => "6",
1452  "%" => "6",
1453  "&" => "6",
1454  ">" => "6",
1455  "<" => "6",
1456  "^" => "6",
1457  "!" => "6",
1458  "|" => "6",
1459  "$" => "7",
1460  "?" => "6",
1461  "**" => "7",
1462  "add" => "8",
1463  "all" => "8",
1464  "alter" => "8",
1465  "as" => "8",
1466  "asc" => "8",
1467  "auto_increment" => "8",
1468  "between" => "8",
1469  "binary" => "8",
1470  "both" => "8",
1471  "by" => "8",
1472  "change" => "8",
1473  "check" => "8",
1474  "column" => "8",
1475  "columns" => "8",
1476  "create" => "8",
1477  "cross" => "8",
1478  "data" => "8",
1479  "database" => "8",
1480  "databases" => "8",
1481  "delayed" => "8",
1482  "delete" => "8",
1483  "desc" => "8",
1484  "describe" => "8",
1485  "distinct" => "8",
1486  "drop" => "8",
1487  "enclosed" => "8",
1488  "escaped" => "8",
1489  "exists" => "8",
1490  "explain" => "8",
1491  "field" => "8",
1492  "fields" => "8",
1493  "foreign" => "8",
1494  "from" => "8",
1495  "grant" => "8",
1496  "group" => "8",
1497  "having" => "8",
1498  "identified" => "8",
1499  "ignore" => "8",
1500  "index" => "8",
1501  "insert" => "8",
1502  "infile" => "8",
1503  "into" => "8",
1504  "keys" => "8",
1505  "kill" => "8",
1506  "leading" => "8",
1507  "left" => "8",
1508  "like" => "8",
1509  "limit" => "8",
1510  "lines" => "8",
1511  "load" => "8",
1512  "local" => "8",
1513  "lock" => "8",
1514  "low_priority" => "8",
1515  "modify" => "8",
1516  "natural" => "8",
1517  "not" => "8",
1518  "NOW" => "8",
1519  "null" => "8",
1520  "on" => "8",
1521  "optimize" => "8",
1522  "option" => "8",
1523  "optionally" => "8",
1524  "order" => "8",
1525  "outer" => "8",
1526  "outfile" => "8",
1527  "primary" => "8",
1528  "proceedure" => "8",
1529  "read" => "8",
1530  "references" => "8",
1531  "regexp" => "8",
1532  "replace" => "8",
1533  "returns" => "8",
1534  "revoke" => "8",
1535  "rlike" => "8",
1536  "select" => "8",
1537  "set" => "8",
1538  "show" => "8",
1539  "soname" => "8",
1540  "status" => "8",
1541  "straight_join" => "8",
1542  "table" => "8",
1543  "tables" => "8",
1544  "teminated" => "8",
1545  "to" => "8",
1546  "TO_DAYS" => "8",
1547  "trailing" => "8",
1548  "unique" => "8",
1549  "unlock" => "8",
1550  "unsigned" => "8",
1551  "update" => "8",
1552  "use" => "8",
1553  "using" => "8",
1554  "values" => "8",
1555  "variables" => "8",
1556  "where" => "8",
1557  "with" => "8",
1558  "write" => "8",
1559  "zerofill" => "8");
1560 
1561 // Special extensions
1562 
1563 // Each category can specify a PHP function that returns an altered
1564 // version of the keyword.
1565 
1566 
1567 
1568 $this->linkscripts = array(
1569  "1" => "donothing",
1570  "2" => "donothing",
1571  "3" => "donothing",
1572  "4" => "donothing",
1573  "5" => "donothing",
1574  "6" => "donothing",
1575  "7" => "donothing",
1576  "8" => "donothing");
1577 }
1578 
1579 
1580 function donothing($keywordin)
1581 {
1582  return $keywordin;
1583 }
1584 
1585 }?>