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

syntax_highlight/php/HFile/HFile_php3.php

Go to the documentation of this file.
00001 <?php
00002 $BEAUT_PATH = realpath(".")."/syntax_highlight/php";
00003 if (!isset ($BEAUT_PATH)) return;
00004 
00005 require_once($BEAUT_PATH.'/Beautifier/HFile.php');
00006 
00007 class HFile_php3 extends HFile{
00008 
00009  function HFile_php3(){
00010 
00011     $this->HFile();     
00012 
00013 
00014 /*************************************/
00015 // Beautifier Highlighting Configuration File 
00016 // PHP3
00017 /*************************************/
00018 // Flags
00019 
00020 $this->nocase                   = "1";
00021 $this->notrim                   = "0";
00022 $this->perl                     = "0";
00023 
00024 // Colours
00025 
00026 $this->colours          = array("purple", "blue", "green");
00027 $this->quotecolour              = "blue";
00028 $this->blockcommentcolour       = "green";
00029 $this->linecommentcolour        = "green";
00030 
00031 // Indent Strings
00032 
00033 $this->indent                   = array("{");
00034 $this->unindent                 = array("}");
00035 
00036 $this->selecton                 = "<!";
00037 $this->selectoff                = "!>";
00038 
00039 // String characters and delimiters
00040 
00041 $this->stringchars              = array("\"", "'");
00042 $this->delimiters               = array("~", "!", "@", "%", "^", "&", "*", "(", ")", "+", "=", "|", "\\", "{", "}", "[", "]", ":", ";", "\"", "'", "<", ">", " ", ",", "        ", ".", "?");
00043 $this->escchar                  = "\\";
00044 
00045 // Comment settings
00046 
00047 $this->linecommenton            = array("//", "#");
00048 $this->blockcommenton           = array("/*");
00049 $this->blockcommentoff          = array("*/");
00050 
00051 // Keywords (keyword mapping to colour number)
00052 
00053 $this->keywords                 = array(
00054                         "echo" => "2", 
00055                         "else" => "1", 
00056                         "for" => "1", 
00057                         "global" => "1", 
00058                         "if" => "1", 
00059                         "return" => "1", 
00060                         "while" => "1", 
00061                         "include" => "1",
00062                         "require" => "1",
00063                         "require_once" => "1",
00064                         "Abs" => "2", 
00065                         "Acos" => "2", 
00066                         "ada_afetch" => "2", 
00067                         "ada_autocommit" => "2", 
00068                         "ada_close" => "2", 
00069                         "ada_commit" => "2", 
00070                         "ada_connect" => "2", 
00071                         "ada_exec" => "2", 
00072                         "ada_fetchrow" => "2", 
00073                         "ada_fieldname" => "2", 
00074                         "ada_fieldnum" => "2", 
00075                         "ada_fieldtype" => "2", 
00076                         "ada_freeresult" => "2", 
00077                         "ada_numfields" => "2", 
00078                         "ada_numrows" => "2", 
00079                         "ada_result" => "2", 
00080                         "ada_resultall" => "2", 
00081                         "ada_rollback" => "2", 
00082                         "AddCSlashes" => "2", 
00083                         "AddSlashes" => "2", 
00084                         "apache_lookup_uri" => "2", 
00085                         "apache_note" => "2", 
00086                         "array" => "2", 
00087                         "array_count_values" => "2", 
00088                         "array_flip" => "2", 
00089                         "array_keys" => "2", 
00090                         "array_merge" => "2", 
00091                         "array_pad" => "2", 
00092                         "array_pop" => "2", 
00093                         "array_push" => "2", 
00094                         "array_reverse" => "2", 
00095                         "array_shift" => "2", 
00096                         "array_slice" => "2", 
00097                         "array_splice" => "2", 
00098                         "array_unshift" => "2", 
00099                         "array_values" => "2", 
00100                         "array_walk" => "2", 
00101                         "arsort" => "2", 
00102                         "Asin" => "2", 
00103                         "asort" => "2", 
00104                         "aspell_check" => "2", 
00105                         "aspell_check-raw" => "2", 
00106                         "aspell_new" => "2", 
00107                         "aspell_suggest" => "2", 
00108                         "Atan" => "2", 
00109                         "Atan2" => "2", 
00110                         "base64_decode" => "2", 
00111                         "base64_encode" => "2", 
00112                         "basename" => "2", 
00113                         "base_convert" => "2", 
00114                         "bcadd" => "2", 
00115                         "bccomp" => "2", 
00116                         "bcdiv" => "2", 
00117                         "bcmod" => "2", 
00118                         "bcmul" => "2", 
00119                         "bcpow" => "2", 
00120                         "bcscale" => "2", 
00121                         "bcsqrt" => "2", 
00122                         "bcsub" => "2", 
00123                         "bin2hex" => "2", 
00124                         "BinDec" => "2", 
00125                         "class" => "2", 
00126                         "Ceil" => "2", 
00127                         "chdir" => "2", 
00128                         "checkdate" => "2", 
00129                         "checkdnsrr" => "2", 
00130                         "chgrp" => "2", 
00131                         "chmod" => "2", 
00132                         "Chop" => "2", 
00133                         "chown" => "2", 
00134                         "Chr" => "2", 
00135                         "chunk_split" => "2", 
00136                         "clearstatcache" => "2", 
00137                         "closedir" => "2", 
00138                         "closelog" => "2", 
00139                         "connection_aborted" => "2", 
00140                         "connection_status" => "2", 
00141                         "connection_timeout" => "2", 
00142                         "contained" => "2", 
00143                         "convert_cyr_string" => "2", 
00144                         "copy" => "2", 
00145                         "Cos" => "2", 
00146                         "count" => "2", 
00147                         "cpdf_add_annotation" => "2", 
00148                         "cpdf_add_outline" => "2", 
00149                         "cpdf_arc" => "2", 
00150                         "cpdf_begin_text" => "2", 
00151                         "cpdf_circle" => "2", 
00152                         "cpdf_clip" => "2", 
00153                         "cpdf_close" => "2", 
00154                         "cpdf_closepath" => "2", 
00155                         "cpdf_closepath_fill_stroke" => "2", 
00156                         "cpdf_closepath_stroke" => "2", 
00157                         "cpdf_continue_text" => "2", 
00158                         "cpdf_curveto" => "2", 
00159                         "cpdf_end_text" => "2", 
00160                         "cpdf_fill" => "2", 
00161                         "cpdf_fill_stroke" => "2", 
00162                         "cpdf_finalize" => "2", 
00163                         "cpdf_finalize_page" => "2", 
00164                         "cpdf_import_jpeg" => "2", 
00165                         "cpdf_lineto" => "2", 
00166                         "cpdf_moveto" => "2", 
00167                         "cpdf_open" => "2", 
00168                         "cpdf_output_buffer" => "2", 
00169                         "cpdf_page_init" => "2", 
00170                         "cpdf_place_inline_image" => "2", 
00171                         "cpdf_rect" => "2", 
00172                         "cpdf_restore" => "2", 
00173                         "cpdf_rlineto" => "2", 
00174                         "cpdf_rmoveto" => "2", 
00175                         "cpdf_rotate" => "2", 
00176                         "cpdf_save" => "2", 
00177                         "cpdf_save_to_file" => "2", 
00178                         "cpdf_scale" => "2", 
00179                         "cpdf_setdash" => "2", 
00180                         "cpdf_setflat" => "2", 
00181                         "cpdf_setgray" => "2", 
00182                         "cpdf_setgray_fill" => "2", 
00183                         "cpdf_setgray_stroke" => "2", 
00184                         "cpdf_setlinecap" => "2", 
00185                         "cpdf_setlinejoin" => "2", 
00186                         "cpdf_setlinewidth" => "2", 
00187                         "cpdf_setmiterlimit" => "2", 
00188                         "cpdf_setrgbcolor" => "2", 
00189                         "cpdf_setrgbcolor_fill" => "2", 
00190                         "cpdf_setrgbcolor_stroke" => "2", 
00191                         "cpdf_set_char_spacing" => "2", 
00192                         "cpdf_set_creator" => "2", 
00193                         "cpdf_set_current_page" => "2", 
00194                         "cpdf_set_font" => "2", 
00195                         "cpdf_set_horiz_scaling" => "2", 
00196                         "cpdf_set_keywords" => "2", 
00197                         "cpdf_set_leading" => "2", 
00198                         "cpdf_set_page_animation" => "2", 
00199                         "cpdf_set_subject" => "2", 
00200                         "cpdf_set_text_matrix" => "2", 
00201                         "cpdf_set_text_pos" => "2", 
00202                         "cpdf_set_text_rendering" => "2", 
00203                         "cpdf_set_text_rise" => "2", 
00204                         "cpdf_set_title" => "2", 
00205                         "cpdf_set_word_spacing" => "2", 
00206                         "cpdf_show" => "2", 
00207                         "cpdf_show_xy" => "2", 
00208                         "cpdf_stringwidth" => "2", 
00209                         "cpdf_stroke" => "2", 
00210                         "cpdf_text" => "2", 
00211                         "cpdf_translate" => "2", 
00212                         "crypt" => "2", 
00213                         "current" => "2", 
00214                         "date" => "2", 
00215                         "dbase_add_record" => "2", 
00216                         "dbase_close" => "2", 
00217                         "dbase_create" => "2", 
00218                         "dbase_delete_record" => "2", 
00219                         "dbase_get_record" => "2", 
00220                         "dbase_get_record_with_names" => "2", 
00221                         "dbase_numfields" => "2", 
00222                         "dbase_numrecords" => "2", 
00223                         "dbase_open" => "2", 
00224                         "dbase_pack" => "2", 
00225                         "dbase_replace_record" => "2", 
00226                         "dblist" => "2", 
00227                         "dbmclose" => "2", 
00228                         "dbmdelete" => "2", 
00229                         "dbmexists" => "2", 
00230                         "dbmfetch" => "2", 
00231                         "dbmfirstkey" => "2", 
00232                         "dbminsert" => "2", 
00233                         "dbmnextkey" => "2", 
00234                         "dbmopen" => "2", 
00235                         "dbmreplace" => "2", 
00236                         "debugger_off" => "2", 
00237                         "debugger_on" => "2", 
00238                         "DecBin" => "2", 
00239                         "DecHex" => "2", 
00240                         "DecOct" => "2", 
00241                         "define" => "2", 
00242                         "defined" => "2", 
00243                         "delete" => "2", 
00244                         "die" => "2", 
00245                         "dir" => "2", 
00246                         "dirname" => "2", 
00247                         "diskfreespace" => "2", 
00248                         "dl" => "2", 
00249                         "doubleval" => "2", 
00250                         "each" => "2", 
00251                         "easter_date" => "2", 
00252                         "easter_days" => "2", 
00253                         "empty" => "2", 
00254                         "end" => "2", 
00255                         "endwhile" => "2", 
00256                         "ereg" => "2", 
00257                         "eregi" => "2", 
00258                         "eregi_replace" => "2", 
00259                         "ereg_replace" => "2", 
00260                         "error_log" => "2", 
00261                         "error_reporting" => "2", 
00262                         "escapeshellcmd" => "2", 
00263                         "eval" => "2", 
00264                         "exec" => "2", 
00265                         "exit" => "2", 
00266                         "Exp" => "2", 
00267                         "explode" => "2", 
00268                         "extension_loaded" => "2", 
00269                         "extract" => "2", 
00270                         "fclose" => "2", 
00271                         "fdf_close" => "2", 
00272                         "fdf_create" => "2", 
00273                         "fdf_get_file" => "2", 
00274                         "fdf_get_status" => "2", 
00275                         "fdf_get_value" => "2", 
00276                         "fdf_next_field_name" => "2", 
00277                         "fdf_open" => "2", 
00278                         "fdf_save" => "2", 
00279                         "fdf_set_ap" => "2", 
00280                         "fdf_set_file" => "2", 
00281                         "fdf_set_status" => "2", 
00282                         "fdf_set_value" => "2", 
00283                         "feof" => "2", 
00284                         "fgetc" => "2", 
00285                         "fgetcsv" => "2", 
00286                         "fgets" => "2", 
00287                         "fgetss" => "2", 
00288                         "file" => "2", 
00289                         "fileatime" => "2", 
00290                         "filectime" => "2", 
00291                         "filegroup" => "2", 
00292                         "fileinode" => "2", 
00293                         "filemtime" => "2", 
00294                         "fileowner" => "2", 
00295                         "fileperms" => "2", 
00296                         "filepro" => "2", 
00297                         "filepro_fieldcount" => "2", 
00298                         "filepro_fieldname" => "2", 
00299                         "filepro_fieldtype" => "2", 
00300                         "filepro_fieldwidth" => "2", 
00301                         "filepro_retrieve" => "2", 
00302                         "filepro_rowcount" => "2", 
00303                         "filesize" => "2", 
00304                         "filetype" => "2", 
00305                         "file_exists" => "2", 
00306                         "flock" => "2", 
00307                         "Floor" => "2", 
00308                         "flush" => "2", 
00309                         "fopen" => "2", 
00310                         "fpassthru" => "2", 
00311                         "fputs" => "2", 
00312                         "fread" => "2", 
00313                         "FrenchToJD" => "2", 
00314                         "fseek" => "2", 
00315                         "fsockopen" => "2", 
00316                         "ftell" => "2", 
00317                         "ftp_cdup" => "2", 
00318                         "ftp_chdir" => "2", 
00319                         "ftp_connect" => "2", 
00320                         "ftp_delete" => "2", 
00321                         "ftp_fget" => "2", 
00322                         "ftp_fput" => "2", 
00323                         "ftp_get" => "2", 
00324                         "ftp_login" => "2", 
00325                         "ftp_mdtm" => "2", 
00326                         "ftp_mkdir" => "2", 
00327                         "ftp_nlist" => "2", 
00328                         "ftp_pasv" => "2", 
00329                         "ftp_put" => "2", 
00330                         "ftp_pwd" => "2", 
00331                         "ftp_quit" => "2", 
00332                         "ftp_rawlist" => "2", 
00333                         "ftp_rename" => "2", 
00334                         "ftp_rmdir" => "2", 
00335                         "ftp_size" => "2", 
00336                         "ftp_systype" => "2", 
00337                         "function" => "2", 
00338                         "function_exists" => "2", 
00339                         "func_get_arg" => "2", 
00340                         "func_get_args" => "2", 
00341                         "func_num_args" => "2", 
00342                         "fwrite" => "2", 
00343                         "getallheaders" => "2", 
00344                         "getdate" => "2", 
00345                         "getenv" => "2", 
00346                         "gethostbyaddr" => "2", 
00347                         "gethostbyname" => "2", 
00348                         "gethostbynamel" => "2", 
00349                         "GetImageSize" => "2", 
00350                         "getlastmod" => "2", 
00351                         "getmxrr" => "2", 
00352                         "getmyinode" => "2", 
00353                         "getmypid" => "2", 
00354                         "getmyuid" => "2", 
00355                         "getprotobyname" => "2", 
00356                         "getprotobynumber" => "2", 
00357                         "getrandmax" => "2", 
00358                         "getrusage" => "2", 
00359                         "getservbyname" => "2", 
00360                         "getservbyport" => "2", 
00361                         "gettimeofday" => "2", 
00362                         "gettype" => "2", 
00363                         "get_browser" => "2", 
00364                         "get_cfg_var" => "2", 
00365                         "get_current_user" => "2", 
00366                         "get_html_translation_table" => "2", 
00367                         "get_magic_quotes_gpc" => "2", 
00368                         "get_magic_quotes_runtime" => "2", 
00369                         "get_meta_tags" => "2", 
00370                         "gmdate" => "2", 
00371                         "gmmktime" => "2", 
00372                         "gmstrftime" => "2", 
00373                         "GregorianToJD" => "2", 
00374                         "gzclose" => "2", 
00375                         "gzeof" => "2", 
00376                         "gzfile" => "2", 
00377                         "gzgetc" => "2", 
00378                         "gzgets" => "2", 
00379                         "gzgetss" => "2", 
00380                         "gzopen" => "2", 
00381                         "gzpassthru" => "2", 
00382                         "gzputs" => "2", 
00383                         "gzread" => "2", 
00384                         "gzrewind" => "2", 
00385                         "gzseek" => "2", 
00386                         "gztell" => "2", 
00387                         "gzwrite" => "2", 
00388                         "header" => "2", 
00389                         "HexDec" => "2", 
00390                         "htmlentities" => "2", 
00391                         "htmlspecialchars" => "2", 
00392                         "hw_Array2Objrec" => "2", 
00393                         "hw_Children" => "2", 
00394                         "hw_ChildrenObj" => "2", 
00395                         "hw_Close" => "2", 
00396                         "hw_Connect" => "2", 
00397                         "hw_Cp" => "2", 
00398                         "hw_Deleteobject" => "2", 
00399                         "hw_DocByAnchor" => "2", 
00400                         "hw_DocByAnchorObj" => "2", 
00401                         "hw_DocumentAttributes" => "2", 
00402                         "hw_DocumentBodyTag" => "2", 
00403                         "hw_DocumentContent" => "2", 
00404                         "hw_DocumentSetContent" => "2", 
00405                         "hw_DocumentSize" => "2", 
00406                         "hw_EditText" => "2", 
00407                         "hw_Error" => "2", 
00408                         "hw_ErrorMsg" => "2", 
00409                         "hw_Free_Document" => "2", 
00410                         "hw_GetAnchors" => "2", 
00411                         "hw_GetAnchorsObj" => "2", 
00412                         "hw_GetAndLock" => "2", 
00413                         "hw_GetChildColl" => "2", 
00414                         "hw_GetChildCollObj" => "2", 
00415                         "hw_GetChildDocColl" => "2", 
00416                         "hw_GetChildDocCollObj" => "2", 
00417                         "hw_GetObject" => "2", 
00418                         "hw_GetObjectByQuery" => "2", 
00419                         "hw_GetObjectByQueryColl" => "2", 
00420                         "hw_GetObjectByQueryCollObj" => "2", 
00421                         "hw_GetObjectByQueryObj" => "2", 
00422                         "hw_GetParents" => "2", 
00423                         "hw_GetParentsObj" => "2", 
00424                         "hw_GetRemote" => "2", 
00425                         "hw_GetRemoteChildren" => "2", 
00426                         "hw_GetSrcByDestObj" => "2", 
00427                         "hw_GetText" => "2", 
00428                         "hw_Identify" => "2", 
00429                         "hw_InCollections" => "2", 
00430                         "hw_Info" => "2", 
00431                         "hw_InsColl" => "2", 
00432                         "hw_InsDoc" => "2", 
00433                         "hw_InsertDocument" => "2", 
00434                         "hw_InsertObject" => "2", 
00435                         "hw_mapid" => "2", 
00436                         "hw_Modifyobject" => "2", 
00437                         "hw_Mv" => "2", 
00438                         "hw_New_Document" => "2", 
00439                         "hw_Objrec2Array" => "2", 
00440                         "hw_OutputDocument" => "2", 
00441                         "hw_pConnect" => "2", 
00442                         "hw_PipeDocument" => "2", 
00443                         "hw_Root" => "2", 
00444                         "hw_Unlock" => "2", 
00445                         "hw_Username" => "2", 
00446                         "hw_Who" => "2", 
00447                         "ibase_bind" => "2", 
00448                         "ibase_close" => "2", 
00449                         "ibase_connect" => "2", 
00450                         "ibase_execute" => "2", 
00451                         "ibase_fetch_row" => "2", 
00452                         "ibase_free_query" => "2", 
00453                         "ibase_free_result" => "2", 
00454                         "ibase_pconnect" => "2", 
00455                         "ibase_prepare" => "2", 
00456                         "ibase_query" => "2", 
00457                         "ibase_timefmt" => "2", 
00458                         "ifxus_close_slob" => "2", 
00459                         "ifxus_create_slob" => "2", 
00460                         "ifxus_open_slob" => "2", 
00461                         "ifxus_read_slob" => "2", 
00462                         "ifxus_seek_slob" => "2", 
00463                         "ifxus_tell_slob" => "2", 
00464                         "ifxus_write_slob" => "2", 
00465                         "ifx_affected_rows" => "2", 
00466                         "ifx_blobinfile_mode" => "2", 
00467                         "ifx_byteasvarchar" => "2", 
00468                         "ifx_close" => "2", 
00469                         "ifx_connect" => "2", 
00470                         "ifx_copy_blob" => "2", 
00471                         "ifx_create_blob" => "2", 
00472                         "ifx_create_char" => "2", 
00473                         "ifx_do" => "2", 
00474                         "ifx_error" => "2", 
00475                         "ifx_errormsg" => "2", 
00476                         "ifx_fetch_row" => "2", 
00477                         "ifx_fieldproperties" => "2", 
00478                         "ifx_fieldtypes" => "2", 
00479                         "ifx_free_blob" => "2", 
00480                         "ifx_free_char" => "2", 
00481                         "ifx_free_result" => "2", 
00482                         "ifx_free_slob" => "2", 
00483                         "ifx_getsqlca" => "2", 
00484                         "ifx_get_blob" => "2", 
00485                         "ifx_get_char" => "2", 
00486                         "ifx_htmltbl_result" => "2", 
00487                         "ifx_nullformat" => "2", 
00488                         "ifx_num_fields" => "2", 
00489                         "ifx_num_rows" => "2", 
00490                         "ifx_pconnect" => "2", 
00491                         "ifx_prepare" => "2", 
00492                         "ifx_query" => "2", 
00493                         "ifx_textasvarchar" => "2", 
00494                         "ifx_update_blob" => "2", 
00495                         "ifx_update_char" => "2", 
00496                         "ignore_user_abort" => "2", 
00497                         "ImageArc" => "2", 
00498                         "ImageChar" => "2", 
00499                         "ImageCharUp" => "2", 
00500                         "ImageColorAllocate" => "2", 
00501                         "ImageColorAt" => "2", 
00502                         "ImageColorClosest" => "2", 
00503                         "ImageColorExact" => "2", 
00504                         "ImageColorResolve" => "2", 
00505                         "ImageColorSet" => "2", 
00506                         "ImageColorsForIndex" => "2", 
00507                         "ImageColorsTotal" => "2", 
00508                         "ImageColorTransparent" => "2", 
00509                         "ImageCopyResized" => "2", 
00510                         "ImageCreate" => "2", 
00511                         "ImageCreateFromGif" => "2", 
00512                         "ImageDashedLine" => "2", 
00513                         "ImageDestroy" => "2", 
00514                         "ImageFill" => "2", 
00515                         "ImageFilledPolygon" => "2", 
00516                         "ImageFilledRectangle" => "2", 
00517                         "ImageFillToBorder" => "2", 
00518                         "ImageFontHeight" => "2", 
00519                         "ImageFontWidth" => "2", 
00520                         "ImageGif" => "2", 
00521                         "ImageInterlace" => "2", 
00522                         "ImageLine" => "2", 
00523                         "ImageLoadFont" => "2", 
00524                         "ImagePolygon" => "2", 
00525                         "ImagePSBBox" => "2", 
00526                         "ImagePSEncodeFont" => "2", 
00527                         "ImagePSFreeFont" => "2", 
00528                         "ImagePSLoadFont" => "2", 
00529                         "ImagePSText" => "2", 
00530                         "ImageRectangle" => "2", 
00531                         "ImageSetPixel" => "2", 
00532                         "ImageString" => "2", 
00533                         "ImageStringUp" => "2", 
00534                         "ImageSX" => "2", 
00535                         "ImageSY" => "2", 
00536                         "ImageTTFBBox" => "2", 
00537                         "ImageTTFText" => "2", 
00538                         "imap_8bit" => "2", 
00539                         "imap_alerts" => "2", 
00540                         "imap_append" => "2", 
00541                         "imap_base64" => "2", 
00542                         "imap_binary" => "2", 
00543                         "imap_body" => "2", 
00544                         "imap_check" => "2", 
00545                         "imap_clearflag_full" => "2", 
00546                         "imap_close" => "2", 
00547                         "imap_createmailbox" => "2", 
00548                         "imap_delete" => "2", 
00549                         "imap_deletemailbox" => "2", 
00550                         "imap_errors" => "2", 
00551                         "imap_expunge" => "2", 
00552                         "imap_fetchbody" => "2", 
00553                         "imap_fetchheader" => "2", 
00554                         "imap_fetchstructure" => "2", 
00555                         "imap_getmailboxes" => "2", 
00556                         "imap_getsubscribed" => "2", 
00557                         "imap_header" => "2", 
00558                         "imap_headers" => "2", 
00559                         "imap_last_error" => "2", 
00560                         "imap_listmailbox" => "2", 
00561                         "imap_listsubscribed" => "2", 
00562                         "imap_mailboxmsginfo" => "2", 
00563                         "imap_mail_copy" => "2", 
00564                         "imap_mail_move" => "2", 
00565                         "imap_msgno" => "2", 
00566                         "imap_num_msg" => "2", 
00567                         "imap_num_recent" => "2", 
00568                         "imap_open" => "2", 
00569                         "imap_ping" => "2", 
00570                         "imap_qprint" => "2", 
00571                         "imap_renamemailbox" => "2", 
00572                         "imap_reopen" => "2", 
00573                         "imap_rfc822_parse_adrlist" => "2", 
00574                         "imap_rfc822_write_address" => "2", 
00575                         "imap_scanmailbox" => "2", 
00576                         "imap_search" => "2", 
00577                         "imap_setflag_full" => "2", 
00578                         "imap_sort" => "2", 
00579                         "imap_status" => "2", 
00580                         "imap_subscribe" => "2", 
00581                         "imap_uid" => "2", 
00582                         "imap_undelete" => "2", 
00583                         "imap_unsubscribe" => "2", 
00584                         "implode" => "2", 
00585                         "intval" => "2", 
00586                         "in_array" => "2", 
00587                         "iptcparse" => "2", 
00588                         "isset" => "2", 
00589                         "is_array" => "2", 
00590                         "is_dir" => "2", 
00591                         "is_double" => "2", 
00592                         "is_executable" => "2", 
00593                         "is_file" => "2", 
00594                         "is_float" => "2", 
00595                         "is_int" => "2", 
00596                         "is_integer" => "2", 
00597                         "is_link" => "2", 
00598                         "is_long" => "2", 
00599                         "is_object" => "2", 
00600                         "is_readable" => "2", 
00601                         "is_real" => "2", 
00602                         "is_string" => "2", 
00603                         "is_writeable" => "2", 
00604                         "JDDayOfWeek" => "2", 
00605                         "JDMonthName" => "2", 
00606                         "JDToFrench" => "2", 
00607                         "JDToGregorian" => "2", 
00608                         "JDToJewish" => "2", 
00609                         "JDToJulian" => "2", 
00610                         "JewishToJD" => "2", 
00611                         "join" => "2", 
00612                         "JulianToJD" => "2", 
00613                         "key" => "2", 
00614                         "krsort" => "2", 
00615                         "ksort" => "2", 
00616                         "ldap_add" => "2", 
00617                         "ldap_bind" => "2", 
00618                         "ldap_close" => "2", 
00619                         "ldap_connect" => "2", 
00620                         "ldap_count_entries" => "2", 
00621                         "ldap_delete" => "2", 
00622                         "ldap_dn2ufn" => "2", 
00623                         "ldap_err2str" => "2", 
00624                         "ldap_errno" => "2", 
00625                         "ldap_error" => "2", 
00626                         "ldap_explode_dn" => "2", 
00627                         "ldap_first_attribute" => "2", 
00628                         "ldap_first_entry" => "2", 
00629                         "ldap_free_result" => "2", 
00630                         "ldap_get_attributes" => "2", 
00631                         "ldap_get_dn" => "2", 
00632                         "ldap_get_entries" => "2", 
00633                         "ldap_get_values" => "2", 
00634                         "ldap_get_values_len" => "2", 
00635                         "ldap_list" => "2", 
00636                         "ldap_modify" => "2", 
00637                         "ldap_mod_add" => "2", 
00638                         "ldap_mod_del" => "2", 
00639                         "ldap_mod_replace" => "2", 
00640                         "ldap_next_attribute" => "2", 
00641                         "ldap_next_entry" => "2", 
00642                         "ldap_read" => "2", 
00643                         "ldap_search" => "2", 
00644                         "ldap_unbind" => "2", 
00645                         "leak" => "2", 
00646                         "link" => "2", 
00647                         "linkinfo" => "2", 
00648                         "list" => "2", 
00649                         "Log" => "2", 
00650                         "Log10" => "2", 
00651                         "lstat" => "2", 
00652                         "ltrim" => "2", 
00653                         "mail" => "2", 
00654                         "max" => "2", 
00655                         "mcal_close" => "2", 
00656                         "mcal_date_compare" => "2", 
00657                         "mcal_date_valid" => "2", 
00658                         "mcal_days_in_month" => "2", 
00659                         "mcal_day_of_week" => "2", 
00660                         "mcal_day_of_year" => "2", 
00661                         "mcal_delete_event" => "2", 
00662                         "mcal_event_init" => "2", 
00663                         "mcal_event_set_alarm" => "2", 
00664                         "mcal_event_set_category" => "2", 
00665                         "mcal_event_set_class" => "2", 
00666                         "mcal_event_set_description" => "2", 
00667                         "mcal_event_set_end" => "2", 
00668                         "mcal_event_set_recur_daily" => "2", 
00669                         "mcal_event_set_recur_monthly_mday" => "2", 
00670                         "mcal_event_set_recur_monthly_wday" => "2", 
00671                         "mcal_event_set_recur_weekly" => "2", 
00672                         "mcal_event_set_recur_yearly" => "2", 
00673                         "mcal_event_set_start" => "2", 
00674                         "mcal_event_set_title" => "2", 
00675                         "mcal_fetch_current_stream_event" => "2", 
00676                         "mcal_fetch_event" => "2", 
00677                         "mcal_is_leap_year" => "2", 
00678                         "mcal_list_alarms" => "2", 
00679                         "mcal_list_events" => "2", 
00680                         "mcal_next_recurrence" => "2", 
00681                         "mcal_open" => "2", 
00682                         "mcal_snooze" => "2", 
00683                         "mcal_store_event" => "2", 
00684                         "mcal_time_valid" => "2", 
00685                         "mcrypt_cbc" => "2", 
00686                         "mcrypt_cfb" => "2", 
00687                         "mcrypt_create_iv" => "2", 
00688                         "mcrypt_ecb" => "2", 
00689                         "mcrypt_get_block_size" => "2", 
00690                         "mcrypt_get_cipher_name" => "2", 
00691                         "mcrypt_get_key_size" => "2", 
00692                         "mcrypt_ofb" => "2", 
00693                         "md5" => "2", 
00694                         "Metaphone" => "2", 
00695                         "mhash" => "2", 
00696                         "mhash_count" => "2", 
00697                         "mhash_get_block_size" => "2", 
00698                         "mhash_get_hash_name" => "2", 
00699                         "microtime" => "2", 
00700                         "min" => "2", 
00701                         "mkdir" => "2", 
00702                         "mktime" => "2", 
00703                         "Modifiers" => "2", 
00704                         "msql" => "2", 
00705                         "msql_affected_rows" => "2", 
00706                         "msql_close" => "2", 
00707                         "msql_connect" => "2", 
00708                         "msql_createdb" => "2", 
00709                         "msql_create_db" => "2", 
00710                         "msql_data_seek" => "2", 
00711                         "msql_dbname" => "2", 
00712                         "msql_dropdb" => "2", 
00713                         "msql_drop_db" => "2", 
00714                         "msql_error" => "2", 
00715                         "msql_fetch_array" => "2", 
00716                         "msql_fetch_field" => "2", 
00717                         "msql_fetch_object" => "2", 
00718                         "msql_fetch_row" => "2", 
00719                         "msql_fieldflags" => "2", 
00720                         "msql_fieldlen" => "2", 
00721                         "msql_fieldname" => "2", 
00722                         "msql_fieldtable" => "2", 
00723                         "msql_fieldtype" => "2", 
00724                         "msql_field_seek" => "2", 
00725                         "msql_freeresult" => "2", 
00726                         "msql_free_result" => "2", 
00727                         "msql_listdbs" => "2", 
00728                         "msql_listfields" => "2", 
00729                         "msql_listtables" => "2", 
00730                         "msql_list_dbs" => "2", 
00731                         "msql_list_fields" => "2", 
00732                         "msql_list_tables" => "2", 
00733                         "msql_numfields" => "2", 
00734                         "msql_numrows" => "2", 
00735                         "msql_num_fields" => "2", 
00736                         "msql_num_rows" => "2", 
00737                         "msql_pconnect" => "2", 
00738                         "msql_query" => "2", 
00739                         "msql_regcase" => "2", 
00740                         "msql_result" => "2", 
00741                         "msql_selectdb" => "2", 
00742                         "msql_select_db" => "2", 
00743                         "msql_tablename" => "2", 
00744                         "mssql_close" => "2", 
00745                         "mssql_connect" => "2", 
00746                         "mssql_data_seek" => "2", 
00747                         "mssql_fetch_array" => "2", 
00748                         "mssql_fetch_field" => "2", 
00749                         "mssql_fetch_object" => "2", 
00750                         "mssql_fetch_row" => "2", 
00751                         "mssql_field_seek" => "2", 
00752                         "mssql_free_result" => "2", 
00753                         "mssql_num_fields" => "2", 
00754                         "mssql_num_rows" => "2", 
00755                         "mssql_pconnect" => "2", 
00756                         "mssql_query" => "2", 
00757                         "mssql_result" => "2", 
00758                         "mssql_select_db" => "2", 
00759                         "mt_getrandmax" => "2", 
00760                         "mt_rand" => "2", 
00761                         "mt_srand" => "2", 
00762                         "mysql_affected_rows" => "2", 
00763                         "mysql_change_user" => "2", 
00764                         "mysql_close" => "2", 
00765                         "mysql_connect" => "2", 
00766                         "mysql_create_db" => "2", 
00767                         "mysql_data_seek" => "2", 
00768                         "mysql_db_query" => "2", 
00769                         "mysql_drop_db" => "2", 
00770                         "mysql_errno" => "2", 
00771                         "mysql_error" => "2", 
00772                         "mysql_fetch_array" => "2", 
00773                         "mysql_fetch_field" => "2", 
00774                         "mysql_fetch_lengths" => "2", 
00775                         "mysql_fetch_object" => "2", 
00776                         "mysql_fetch_row" => "2", 
00777                         "mysql_field_flags" => "2", 
00778                         "mysql_field_len" => "2", 
00779                         "mysql_field_name" => "2", 
00780                         "mysql_field_seek" => "2", 
00781                         "mysql_field_table" => "2", 
00782                         "mysql_field_type" => "2", 
00783                         "mysql_free_result" => "2", 
00784                         "mysql_insert_id" => "2", 
00785                         "mysql_list_dbs" => "2", 
00786                         "mysql_list_fields" => "2", 
00787                         "mysql_list_tables" => "2", 
00788                         "mysql_num_fields" => "2", 
00789                         "mysql_num_rows" => "2", 
00790                         "mysql_pconnect" => "2", 
00791                         "mysql_query" => "2", 
00792                         "mysql_result" => "2", 
00793                         "mysql_select_db" => "2", 
00794                         "mysql_tablename" => "2", 
00795                         "next" => "2", 
00796                         "nl2br" => "2", 
00797                         "number_format" => "2", 
00798                         "OCIBindByName" => "2", 
00799                         "OCIColumnIsNULL" => "2", 
00800                         "OCIColumnName" => "2", 
00801                         "OCIColumnSize" => "2", 
00802                         "OCIColumnType" => "2", 
00803                         "OCICommit" => "2", 
00804                         "OCIDefineByName" => "2", 
00805                         "OCIError" => "2", 
00806                         "OCIExecute" => "2", 
00807                         "OCIFetch" => "2", 
00808                         "OCIFetchInto" => "2", 
00809                         "OCIFetchStatement" => "2", 
00810                         "OCIFreeCursor" => "2", 
00811                         "OCIFreeStatement" => "2", 
00812                         "OCIInternalDebug" => "2", 
00813                         "OCILogOff" => "2", 
00814                         "OCILogon" => "2", 
00815                         "OCINewCursor" => "2", 
00816                         "OCINewDescriptor" => "2", 
00817                         "OCINLogon" => "2", 
00818                         "OCINumCols" => "2", 
00819                         "OCIParse" => "2", 
00820                         "OCIPLogon" => "2", 
00821                         "OCIResult" => "2", 
00822                         "OCIRollback" => "2", 
00823                         "OCIRowCount" => "2", 
00824                         "OCIServerVersion" => "2", 
00825                         "OCIStatementType" => "2", 
00826                         "OctDec" => "2", 
00827                         "odbc_autocommit" => "2", 
00828                         "odbc_binmode" => "2", 
00829                         "odbc_close" => "2", 
00830                         "odbc_close_all" => "2", 
00831                         "odbc_commit" => "2", 
00832                         "odbc_connect" => "2", 
00833                         "odbc_cursor" => "2", 
00834                         "odbc_do" => "2", 
00835                         "odbc_exec" => "2", 
00836                         "odbc_execute" => "2", 
00837                         "odbc_fetch_into" => "2", 
00838                         "odbc_fetch_row" => "2", 
00839                         "odbc_field_len" => "2", 
00840                         "odbc_field_name" => "2", 
00841                         "odbc_field_type" => "2", 
00842                         "odbc_free_result" => "2", 
00843                         "odbc_longreadlen" => "2", 
00844                         "odbc_num_fields" => "2", 
00845                         "odbc_num_rows" => "2", 
00846                         "odbc_pconnect" => "2", 
00847                         "odbc_prepare" => "2", 
00848                         "odbc_result" => "2", 
00849                         "odbc_result_all" => "2", 
00850                         "odbc_rollback" => "2", 
00851                         "odbc_setoption" => "2", 
00852                         "opendir" => "2", 
00853                         "openlog" => "2", 
00854                         "Ora_Bind" => "2", 
00855                         "Ora_Close" => "2", 
00856                         "Ora_ColumnName" => "2", 
00857                         "Ora_ColumnType" => "2", 
00858                         "Ora_Commit" => "2", 
00859                         "Ora_CommitOff" => "2", 
00860                         "Ora_CommitOn" => "2", 
00861                         "Ora_Error" => "2", 
00862                         "Ora_ErrorCode" => "2", 
00863                         "Ora_Exec" => "2", 
00864                         "Ora_Fetch" => "2", 
00865                         "Ora_GetColumn" => "2", 
00866                         "Ora_Logoff" => "2", 
00867                         "Ora_Logon" => "2", 
00868                         "Ora_Open" => "2", 
00869                         "Ora_Parse" => "2", 
00870                         "Ora_Rollback" => "2", 
00871                         "Ord" => "2", 
00872                         "pack" => "2", 
00873                         "parse_str" => "2", 
00874                         "parse_url" => "2", 
00875                         "passthru" => "2", 
00876                         "Pattern" => "2", 
00877                         "pclose" => "2", 
00878                         "pdf_add_annotation" => "2", 
00879                         "PDF_add_outline" => "2", 
00880                         "PDF_arc" => "2", 
00881                         "PDF_begin_page" => "2", 
00882                         "PDF_circle" => "2", 
00883                         "PDF_clip" => "2", 
00884                         "PDF_close" => "2", 
00885                         "PDF_closepath" => "2", 
00886                         "PDF_closepath_fill_stroke" => "2", 
00887                         "PDF_closepath_stroke" => "2", 
00888                         "PDF_close_image" => "2", 
00889                         "PDF_continue_text" => "2", 
00890                         "PDF_curveto" => "2", 
00891                         "PDF_endpath" => "2", 
00892                         "PDF_end_page" => "2", 
00893                         "PDF_execute_image" => "2", 
00894                         "PDF_fill" => "2", 
00895                         "PDF_fill_stroke" => "2", 
00896                         "PDF_get_info" => "2", 
00897                         "PDF_lineto" => "2", 
00898                         "PDF_moveto" => "2", 
00899                         "PDF_open" => "2", 
00900                         "PDF_open_gif" => "2", 
00901                         "PDF_open_jpeg" => "2", 
00902                         "PDF_open_memory_image" => "2", 
00903                         "PDF_place_image" => "2", 
00904                         "PDF_put_image" => "2", 
00905                         "PDF_rect" => "2", 
00906                         "PDF_restore" => "2", 
00907                         "PDF_rotate" => "2", 
00908                         "PDF_save" => "2", 
00909                         "PDF_scale" => "2", 
00910                         "PDF_setdash" => "2", 
00911                         "PDF_setflat" => "2", 
00912                         "PDF_setgray" => "2", 
00913                         "PDF_setgray_fill" => "2", 
00914                         "PDF_setgray_stroke" => "2", 
00915                         "PDF_setlinecap" => "2", 
00916                         "PDF_setlinejoin" => "2", 
00917                         "PDF_setlinewidth" => "2", 
00918                         "PDF_setmiterlimit" => "2", 
00919                         "PDF_setrgbcolor" => "2", 
00920                         "PDF_setrgbcolor_fill" => "2", 
00921                         "PDF_setrgbcolor_stroke" => "2", 
00922                         "PDF_set_char_spacing" => "2", 
00923                         "PDF_set_duration" => "2", 
00924                         "PDF_set_font" => "2", 
00925                         "PDF_set_horiz_scaling" => "2", 
00926                         "PDF_set_info_author" => "2", 
00927                         "PDF_set_info_creator" => "2", 
00928                         "PDF_set_info_keywords" => "2", 
00929                         "PDF_set_info_subject" => "2", 
00930                         "PDF_set_info_title" => "2", 
00931                         "PDF_set_leading" => "2", 
00932                         "PDF_set_text_matrix" => "2", 
00933                         "PDF_set_text_pos" => "2", 
00934                         "PDF_set_text_rendering" => "2", 
00935                         "PDF_set_text_rise" => "2", 
00936                         "PDF_set_transition" => "2", 
00937                         "PDF_set_word_spacing" => "2", 
00938                         "PDF_show" => "2", 
00939                         "PDF_show_xy" => "2", 
00940                         "PDF_stringwidth" => "2", 
00941                         "PDF_stroke" => "2", 
00942                         "PDF_translate" => "2", 
00943                         "pfsockopen" => "2", 
00944                         "pg_Close" => "2", 
00945                         "pg_cmdTuples" => "2", 
00946                         "pg_Connect" => "2", 
00947                         "pg_DBname" => "2", 
00948                         "pg_ErrorMessage" => "2", 
00949                         "pg_Exec" => "2", 
00950                         "pg_Fetch_Array" => "2", 
00951                         "pg_Fetch_Object" => "2", 
00952                         "pg_Fetch_Row" => "2", 
00953                         "pg_FieldIsNull" => "2", 
00954                         "pg_FieldName" => "2", 
00955                         "pg_FieldNum" => "2", 
00956                         "pg_FieldPrtLen" => "2", 
00957                         "pg_FieldSize" => "2", 
00958                         "pg_FieldType" => "2", 
00959                         "pg_FreeResult" => "2", 
00960                         "pg_GetLastOid" => "2", 
00961                         "pg_Host" => "2", 
00962                         "pg_loclose" => "2", 
00963                         "pg_locreate" => "2", 
00964                         "pg_loopen" => "2", 
00965                         "pg_loread" => "2", 
00966                         "pg_loreadall" => "2", 
00967                         "pg_lounlink" => "2", 
00968                         "pg_lowrite" => "2", 
00969                         "pg_NumFields" => "2", 
00970                         "pg_NumRows" => "2", 
00971                         "pg_Options" => "2", 
00972                         "pg_pConnect" => "2", 
00973                         "pg_Port" => "2", 
00974                         "pg_Result" => "2", 
00975                         "pg_tty" => "2", 
00976                         "phpinfo" => "2", 
00977                         "phpversion" => "2", 
00978                         "pi" => "2", 
00979                         "popen" => "2", 
00980                         "pos" => "2", 
00981                         "posix_ctermid" => "2", 
00982                         "posix_getcwd" => "2", 
00983                         "posix_getegid" => "2", 
00984                         "posix_geteuid" => "2", 
00985                         "posix_getgid" => "2", 
00986                         "posix_getgrgid" => "2", 
00987                         "posix_getgrnam" => "2", 
00988                         "posix_getgroups" => "2", 
00989                         "posix_getlogin" => "2", 
00990                         "posix_getpgid" => "2", 
00991                         "posix_getpgrp" => "2", 
00992                         "posix_getpid" => "2", 
00993                         "posix_getppid" => "2", 
00994                         "posix_getpwnam" => "2", 
00995                         "posix_getpwuid" => "2", 
00996                         "posix_getrlimit" => "2", 
00997                         "posix_getuid" => "2", 
00998                         "posix_isatty" => "2", 
00999                         "posix_kill" => "2", 
01000                         "posix_mkfifo" => "2", 
01001                         "posix_setgid" => "2", 
01002                         "posix_setpgid" => "2", 
01003                         "posix_setsid" => "2", 
01004                         "posix_setuid" => "2", 
01005                         "posix_times" => "2", 
01006                         "posix_ttyname" => "2", 
01007                         "posix_uname" => "2", 
01008                         "pow" => "2", 
01009                         "preg_grep" => "2", 
01010                         "preg_match" => "2", 
01011                         "preg_match_all" => "2", 
01012                         "preg_quote" => "2", 
01013                         "preg_replace" => "2", 
01014                         "preg_split" => "2", 
01015                         "prev" => "2", 
01016                         "print" => "2", 
01017                         "printf" => "2", 
01018                         "putenv" => "2", 
01019                         "quoted_printable_decode" => "2", 
01020                         "QuoteMeta" => "2", 
01021                         "rand" => "2", 
01022                         "range" => "2", 
01023                         "rawurldecode" => "2", 
01024                         "rawurlencode" => "2", 
01025                         "readdir" => "2", 
01026                         "readfile" => "2", 
01027                         "readgzfile" => "2", 
01028                         "readlink" => "2", 
01029                         "recode_file" => "2", 
01030                         "recode_string" => "2", 
01031                         "register_shutdown_function" => "2", 
01032                         "rename" => "2", 
01033                         "reset" => "2", 
01034                         "rewind" => "2", 
01035                         "rewinddir" => "2", 
01036                         "rmdir" => "2", 
01037                         "round" => "2", 
01038                         "rsort" => "2", 
01039                         "sem_acquire" => "2", 
01040                         "sem_get" => "2", 
01041                         "sem_release" => "2", 
01042                         "serialize" => "2", 
01043                         "session_decode" => "2", 
01044                         "session_destroy" => "2", 
01045                         "session_encode" => "2", 
01046                         "session_id" => "2", 
01047                         "session_is_registered" => "2", 
01048                         "session_module_name" => "2", 
01049                         "session_name" => "2", 
01050                         "session_register" => "2", 
01051                         "session_save_path" => "2", 
01052                         "session_start" => "2", 
01053                         "session_unregister" => "2", 
01054                         "setcookie" => "2", 
01055                         "setlocale" => "2", 
01056                         "settype" => "2", 
01057                         "set_file_buffer" => "2", 
01058                         "set_magic_quotes_runtime" => "2", 
01059                         "set_socket_blocking" => "2", 
01060                         "set_time_limit" => "2", 
01061                         "shm_attach" => "2", 
01062                         "shm_detach" => "2", 
01063                         "shm_get_var" => "2", 
01064                         "shm_put_var" => "2", 
01065                         "shm_remove" => "2", 
01066                         "shm_remove_var" => "2", 
01067                         "shuffle" => "2", 
01068                         "similar_text" => "2", 
01069                         "Sin" => "2", 
01070                         "sizeof" => "2", 
01071                         "sleep" => "2", 
01072                         "snmpget" => "2", 
01073                         "snmpset" => "2", 
01074                         "snmpwalk" => "2", 
01075                         "snmpwalkoid" => "2", 
01076                         "snmp_get_quick_print" => "2", 
01077                         "snmp_set_quick_print" => "2", 
01078                         "solid_close" => "2", 
01079                         "solid_connect" => "2", 
01080                         "solid_exec" => "2", 
01081                         "solid_fetchrow" => "2", 
01082                         "solid_fieldname" => "2", 
01083                         "solid_fieldnum" => "2", 
01084                         "solid_freeresult" => "2", 
01085                         "solid_numfields" => "2", 
01086                         "solid_numrows" => "2", 
01087                         "solid_result" => "2", 
01088                         "sort" => "2", 
01089                         "soundex" => "2", 
01090                         "split" => "2", 
01091                         "sprintf" => "2", 
01092                         "sql_regcase" => "2", 
01093                         "Sqrt" => "2", 
01094                         "srand" => "2", 
01095                         "stat" => "2", 
01096                         "strcasecmp" => "2", 
01097                         "strchr" => "2", 
01098                         "strcmp" => "2", 
01099                         "strcspn" => "2", 
01100                         "strftime" => "2", 
01101                         "StripCSlashes" => "2", 
01102                         "StripSlashes" => "2", 
01103                         "strip_tags" => "2", 
01104                         "stristr" => "2", 
01105                         "strlen" => "2", 
01106                         "strpos" => "2", 
01107                         "strrchr" => "2", 
01108                         "strrev" => "2", 
01109                         "strrpos" => "2", 
01110                         "strspn" => "2", 
01111                         "strstr" => "2", 
01112                         "strtok" => "2", 
01113                         "strtolower" => "2", 
01114                         "strtoupper" => "2", 
01115                         "strtr" => "2", 
01116                         "strval" => "2", 
01117                         "str_repeat" => "2", 
01118                         "str_replace" => "2", 
01119                         "substr" => "2", 
01120                         "substr_replac" => "2", 
01121                         "sybase_affected_rows" => "2", 
01122                         "sybase_close" => "2", 
01123                         "sybase_connect" => "2", 
01124                         "sybase_data_seek" => "2", 
01125                         "sybase_fetch_array" => "2", 
01126                         "sybase_fetch_field" => "2", 
01127                         "sybase_fetch_object" => "2", 
01128                         "sybase_fetch_row" => "2", 
01129                         "sybase_field_seek" => "2", 
01130                         "sybase_free_result" => "2", 
01131                         "sybase_num_fields" => "2", 
01132                         "sybase_num_rows" => "2", 
01133                         "sybase_pconnect" => "2", 
01134                         "sybase_query" => "2", 
01135                         "sybase_result" => "2", 
01136                         "sybase_select_db" => "2", 
01137                         "symlink" => "2", 
01138                         "Syntax" => "2", 
01139                         "syslog" => "2", 
01140                         "system" => "2", 
01141                         "Tan" => "2", 
01142                         "tempnam" => "2", 
01143                         "time" => "2", 
01144                         "touch" => "2", 
01145                         "trim" => "2", 
01146                         "uasort" => "2", 
01147                         "ucfirst" => "2", 
01148                         "ucwords" => "2", 
01149                         "uksort" => "2", 
01150                         "umask" => "2", 
01151                         "uniqid" => "2", 
01152                         "unlink" => "2", 
01153                         "unpack" => "2", 
01154                         "unserialize" => "2", 
01155                         "unset" => "2", 
01156                         "urldecode" => "2", 
01157                         "urlencode" => "2", 
01158                         "usleep" => "2", 
01159                         "usort" => "2", 
01160                         "utf8_decode" => "2", 
01161                         "utf8_encode" => "2", 
01162                         "virtual" => "2", 
01163                         "vm_addalias" => "2", 
01164                         "vm_adduser" => "2", 
01165                         "vm_delalias" => "2", 
01166                         "vm_deluser" => "2", 
01167                         "vm_passwd" => "2", 
01168                         "wddx_add_vars" => "2", 
01169                         "wddx_deserialize" => "2", 
01170                         "wddx_packet_end" => "2", 
01171                         "wddx_packet_start" => "2", 
01172                         "wddx_serialize_value" => "2", 
01173                         "wddx_serialize_vars" => "2", 
01174                         "xml_error_string" => "2", 
01175                         "xml_get_current_byte_index" => "2", 
01176                         "xml_get_current_column_number" => "2", 
01177                         "xml_get_current_line_number" => "2", 
01178                         "xml_get_error_code" => "2", 
01179                         "xml_parse" => "2", 
01180                         "xml_parser_create" => "2", 
01181                         "xml_parser_free" => "2", 
01182                         "xml_parser_get_option" => "2", 
01183                         "xml_parser_set_option" => "2", 
01184                         "xml_set_character_data_handler" => "2", 
01185                         "xml_set_default_handler" => "2", 
01186                         "xml_set_element_handler" => "2", 
01187                         "xml_set_external_entity_ref_handler" => "2", 
01188                         "xml_set_notation_decl_handler" => "2", 
01189                         "xml_set_object" => "2", 
01190                         "xml_set_processing_instruction_handler" => "2", 
01191                         "xml_set_unparsed_entity_decl_handler" => "2", 
01192                         "yp_errno" => "2", 
01193                         "yp_err_string" => "2", 
01194                         "yp_first" => "2", 
01195                         "yp_get_default_domain" => "2", 
01196                         "yp_master" => "2", 
01197                         "yp_match" => "2", 
01198                         "yp_next" => "2", 
01199                         "yp_order" => "2");
01200 
01201 // Special extensions
01202 
01203 // Each category can specify a PHP function that returns an altered
01204 // version of the keyword.
01205 
01206 
01207 
01208 $this->linkscripts      = array(
01209                         "2" => "dofunction", 
01210                         "1" => "donothing");
01211 }
01212 
01213 function donothing($keywordin)
01214 {
01215         return $keywordin;
01216 }
01217 
01218 function dofunction($keywordin)
01219 {
01220         $outlink = "http://www.php.net/".strtr($keywordin, "_", "-")."";
01221         return "<a href=\"$outlink\">$keywordin</a>";
01222 }
01223 
01224 
01225 
01226 }
01227 ?>

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