ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
HFile_htmlphpsql Class Reference
+ Inheritance diagram for HFile_htmlphpsql:
+ Collaboration diagram for HFile_htmlphpsql:

Public Member Functions

 HFile_htmlphpsql ()
 
 donothing ($keywordin)
 
- Public Member Functions inherited from HFile
 __construct ()
 
 parse_file ($file)
 
 to_perl ($stub, $tofile=1)
 
 to_php ($stub, $tofile=1)
 
 _get_categories ()
 
 _dump_linkscripts ()
 
 _dump_perl_linkscripts ()
 
 _dump_perl_defaultscripts ()
 
 _dump_colours ()
 
 _dump_var ($variable, $name)
 
 _dump_array ($array, $name)
 
 _dump_perl_array ($array, $name)
 
 _dump_hash ($hash, $name)
 
 _dump_perl_hash ($hash, $name)
 

Detailed Description

Definition at line 7 of file HFile_htmlphpsql.php.

Member Function Documentation

◆ donothing()

HFile_htmlphpsql::donothing (   $keywordin)

Definition at line 1584 of file HFile_htmlphpsql.php.

1585  {
1586  return $keywordin;
1587  }

◆ HFile_htmlphpsql()

HFile_htmlphpsql::HFile_htmlphpsql ( )

Definition at line 9 of file HFile_htmlphpsql.php.

References array.

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

The documentation for this class was generated from the following file: