<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="syntax.xslt"?>
<XMLConfigSettings>
  <FILEINFO author="HippoEDIT.com" type="LangSpec"/>
  <SYNTAX id="php" name="PHP" inherit="def_source" inherit_url="defsource_spec.xml">
    <SPECIFICATION>
      <CaseSensitive>true</CaseSensitive>
      <OpenClose>()[]{}''""</OpenClose>
      <LineEnd>;</LineEnd>
      <EscapeChar>\</EscapeChar>
      <Operators>@?%--+/&amp;*=&lt;&gt;|!~^,;.:()[]{}</Operators>
      <Words init="A-Za-z_">$0-9A-Za-z_</Words>
      <HierarchySeparator>
        <Separator text="::"/>
        <Separator text="."/>
      </HierarchySeparator>
      <Bars navigation="true"/>
    </SPECIFICATION>
    <FORMAT>
      <FormatWords>
        <FormatWord word="if" next_line="true" range_sentence="true"/>
        <FormatWord word="else" next_line="true" range_sentence="true"/>
        <FormatWord word="elseif" next_line="true" range_sentence="true"/>
        <FormatWord word="while" next_line="true" range_sentence="true"/>
        <FormatWord word="do" next_line="true" range_sentence="true"/>
        <FormatWord word="case" next_line="true" range_till_next="true"/>
        <FormatWord word="default" next_line="true" range_till_next="true"/>
        <FormatWord word="for" next_line="true" range_sentence="true"/>
        <FormatWord word="foreach" next_line="true" range_sentence="true"/>
      </FormatWords>
    </FORMAT>
    <LABELS>
      <Label group="Include" match="include\s*[&quot;']+([\w.\/]+)[&quot;']+\s*;" name="\1" image="15" navigation="false"/>
      <Label group="Function" match="function\s+(\w+)\s*(\([^)]*\))\s*\{" name="\1" descr="\1 \2" scope="1" image="18" style="functions"/>
      <Label group="Class" match="class\s+(\w+)\s*(?:extends\s+(\w+)\s*)?\{" name="\1" scope="1" image="5"/>
      <Label group="Exits" match="\&lt;(continue|break)\&gt;\s*(.*?);" name="\1" descr="\1 \2;" navigation="false" marker="19" context="exit_scope"/>
      <Label group="Exits" match="\&lt;(return)\&gt;\s*(.*?);" name="\1" descr="\1 \2;" navigation="false" marker="20" context="exit_all"/>
      <Label group="Function" match="(\w+)\(" name="\1" descr="\1" navigation="false" context="function_call" style="functions" visible="false"/>      
      <Label group="" match="(if|switch|while|for|foreach)\s*\(((?:[^\(\)]|\\r|\\n|\((?-1)\))*+)\)\s*\{" name="\1" descr="\1 (\2)" scope="1" image="13" navigation="false"/>
    </LABELS>
    <SCOPES>
      <Scope open="{" close="}"/>
      <Scope open="while" close="endwhile" sent_start="true" strict="false"/>
      <Scope open="if" middle="else" close="endif" strict="false"/>
      <Scope open="for" close="endfor" sent_start="true" strict="false"/>
      <Scope open="switch" middle="case" close="endswitch" strict="false"/>
      <Scope open="region" close="endregion" has_name="true" decoration="true">
        <Containers open="format_tag"/>
      </Scope>
    </SCOPES>
    <STYLES>
      <Style id="url" extend="true">
        <Containers>
          <Open id="normal" exclude="true"/>
          <Open id="string"/>
          <Open id="comment"/>
          <Open id="documentation"/>
        </Containers>
      </Style>
      <Style id="number" extend="true">
        <Blocks>
          <Block open="0x">
            <Close noneof="0-9A-Fa-f"/>
          </Block>
        </Blocks>
      </Style>
      <Style id="format_tag" name="Format tags" bold="0" italic="0" underline="0" clr="Format tag" bkclr="#FFFFFFFF">
        <Blocks>
          <Block open="##" close="\n"/>
        </Blocks>
      </Style>
      <Style id="comment" name="Comments" text="1" bold="0" italic="1" underline="0" clr="Comments" bkclr="#FFFFFFFF">
        <Blocks>
          <Block open="//" close="\n"/>
          <Block open="/*" close="*/"/>
          <Block open="#" close="\n"/>
        </Blocks>
        <Containers>
          <Close id="normal"/>
          <Close id="todo"/>
        </Containers>
      </Style>
      <Style id="string" name="Strings" text="1" bold="0" italic="0" underline="0" clr="Strings" bkclr="#FFFFFFFF">
        <Blocks>
          <Block open="&quot;" close="&quot;"/>
          <Block open="'" close="'"/>
        </Blocks>
      </Style>
      <Style name="Line Breaks" text="1" bold="1" italic="0" underline="0" clr="#FFFFFFFF" bkclr="#FFFFFFFF">
        <Containers>
          <Open id="string"/>
        </Containers>
        <Blocks>
          <Block text="\\r"/>
          <Block text="\\n"/>
          <Block text="\\t"/>
        </Blocks>
      </Style>
      <Style id="operator" name="Operator" bold="0" italic="0" underline="0" clr="Operator" bkclr="#FFFFFFFF"/>
      <Style id="variable" name="Variable" image="6" bold="0" italic="0" underline="0" clr="Keyword4" bkclr="#FFFFFFFF">
        <Containers>
          <Open id="normal"/>
          <Open id="string"/>
          <Open id="command"/>
        </Containers>
        <Blocks>
          <Block open="$" close=""/>
        </Blocks>
      </Style>
      <Style id="command" name="Commands" descr="Command substitution" text="1" bold="0" italic="0" underline="0" clr="Window Back" bkclr="Keyword5">
        <Blocks>
          <Block open="`" close="`"/>
        </Blocks>
      </Style>
      <Style name="Built-In Variables" bold="0" image="6" italic="0" underline="0" clr="#FFFFFFFF" bkclr="#FFFFFFFF" abstract="true">
        <Containers>
          <Open id="variable"/>
        </Containers>
        <Keywords>
          <Keyword text="this"/>
          <Keyword text="HTTP_POST_VARS"/>
        </Keywords>
      </Style>
      <Style id="documentation" name="Documentation" text="1" bold="0" italic="1" underline="0" clr="Documentation" bkclr="#FFFFFFFF">
        <Blocks>
          <Block open="///" close="\n"/>
        </Blocks>
      </Style>
      <Style name="Keywords" image="13" bold="0" italic="0" underline="0" clr="Keyword" bkclr="#FFFFFFFF">
        <Keywords>
          <Keyword text="__CLASS__"/>
          <Keyword text="__DIR__"/>
          <Keyword text="__FILE__"/>
          <Keyword text="__FUNCTION__"/>
          <Keyword text="__METHOD__"/>
          <Keyword text="__NAMESPACE__"/>
          <Keyword text="abstract"/>
          <Keyword text="as"/>
          <Keyword text="break"/>
          <Keyword text="case"/>
          <Keyword text="catch"/>
          <Keyword text="class"/>
          <Keyword text="clone"/>
          <Keyword text="const"/>
          <Keyword text="continue"/>
          <Keyword text="declare"/>
          <Keyword text="default"/>
          <Keyword text="die"/>
          <Keyword text="do"/>
          <Keyword text="echo"/>
          <Keyword text="else"/>
          <Keyword text="elseif"/>
          <Keyword text="empty" pattern="%CurrentWord%(%|%)"/>
          <Keyword text="endfor"/>
          <Keyword text="endif"/>
          <Keyword text="endswitch"/>
          <Keyword text="endwhile"/>
          <Keyword text="eval"/>
          <Keyword text="exit"/>
          <Keyword text="extends"/>
          <Keyword text="final"/>
          <Keyword text="for"/>
          <Keyword text="foreach"/>
          <Keyword text="function"/>
          <Keyword text="global"/>
          <Keyword text="if"/>
          <Keyword text="implements"/>
          <Keyword text="include"/>
          <Keyword text="include_once"/>
          <Keyword text="instanceof"/>
          <Keyword text="interface"/>
          <Keyword text="isset" pattern="%CurrentWord%(%|%)"/>
          <Keyword text="list"/>
          <Keyword text="namespace"/>
          <Keyword text="new"/>
          <Keyword text="next"/>
          <Keyword text="null"/>
          <Keyword text="print"/>
          <Keyword text="private"/>
          <Keyword text="protected"/>
          <Keyword text="public"/>
          <Keyword text="require"/>
          <Keyword text="require_once"/>
          <Keyword text="return"/>
          <Keyword text="static"/>
          <Keyword text="switch"/>
          <Keyword text="throw"/>
          <Keyword text="try"/>
          <Keyword text="unset"/>
          <Keyword text="use"/>
          <Keyword text="var"/>
          <Keyword text="while"/>
        </Keywords>
      </Style>
      <Style id="functions" name="Functions" image="9" bold="0" italic="0" underline="0" clr="Keyword3" bkclr="#FFFFFFFF">
        <Keywords pattern="%CurrentWord%(%|%)">
          <Keyword text="abs"/>
          <Keyword text="accept_connect"/>
          <Keyword text="acos"/>
          <Keyword text="add_iovec"/>
          <Keyword text="addcslashes"/>
          <Keyword text="addslashes"/>
          <Keyword text="apache_lookup_uri"/>
          <Keyword text="apache_note"/>
          <Keyword text="apache_sub_req"/>
          <Keyword text="array"/>
          <Keyword text="array_count_values"/>
          <Keyword text="array_diff"/>
          <Keyword text="array_flip"/>
          <Keyword text="array_intersect"/>
          <Keyword text="array_keys"/>
          <Keyword text="array_merge"/>
          <Keyword text="array_merge_recursive"/>
          <Keyword text="array_multisort"/>
          <Keyword text="array_pad"/>
          <Keyword text="array_pop"/>
          <Keyword text="array_push"/>
          <Keyword text="array_rand"/>
          <Keyword text="array_reverse"/>
          <Keyword text="array_search" descr="Searches the array for a given value and returns the corresponding key if successful\n\imixed array_search ( mixed $needle , array $haystack [, bool $strict ] )"/>
          <Keyword text="array_shift"/>
          <Keyword text="array_slice"/>
          <Keyword text="array_splice"/>
          <Keyword text="array_sum"/>
          <Keyword text="array_unique"/>
          <Keyword text="array_unshift"/>
          <Keyword text="array_values"/>
          <Keyword text="array_walk"/>
          <Keyword text="arsort"/>
          <Keyword text="asin"/>
          <Keyword text="asort"/>
          <Keyword text="aspell_check"/>
          <Keyword text="aspell_check_raw"/>
          <Keyword text="aspell_new"/>
          <Keyword text="aspell_suggest"/>
          <Keyword text="assert"/>
          <Keyword text="assert_options"/>
          <Keyword text="atan"/>
          <Keyword text="atan2"/>
          <Keyword text="base64_decode"/>
          <Keyword text="base64_encode"/>
          <Keyword text="mb_strtolower" descr="Make a string lowercase by the Unicode character properties\n\istring mb_strtolower ( string $str [, string $encoding = mb_internal_encoding() ] )"/>
          <Keyword text="base_convert"/>
          <Keyword text="basename"/>
          <Keyword text="bcadd"/>
          <Keyword text="bccomp"/>
          <Keyword text="bcdiv"/>
          <Keyword text="bcmod"/>
          <Keyword text="bcmul"/>
          <Keyword text="bcpow"/>
          <Keyword text="bcscale"/>
          <Keyword text="bcsqrt"/>
          <Keyword text="bcsub"/>
          <Keyword text="bin2hex"/>
          <Keyword text="bind"/>
          <Keyword text="bindec"/>
          <Keyword text="bindtextdomain"/>
          <Keyword text="build_iovec"/>
          <Keyword text="bzclose"/>
          <Keyword text="bzcompress"/>
          <Keyword text="bzdecompress"/>
          <Keyword text="bzerrno"/>
          <Keyword text="bzerror"/>
          <Keyword text="bzerrstr"/>
          <Keyword text="bzflush"/>
          <Keyword text="bzopen"/>
          <Keyword text="bzread"/>
          <Keyword text="bzwrite"/>
          <Keyword text="call_user_func"/>
          <Keyword text="call_user_func_array"/>
          <Keyword text="call_user_method"/>
          <Keyword text="ccvs_add"/>
          <Keyword text="ccvs_auth"/>
          <Keyword text="ccvs_command"/>
          <Keyword text="ccvs_count"/>
          <Keyword text="ccvs_delete"/>
          <Keyword text="ccvs_done"/>
          <Keyword text="ccvs_init"/>
          <Keyword text="ccvs_lookup"/>
          <Keyword text="ccvs_new"/>
          <Keyword text="ccvs_report"/>
          <Keyword text="ccvs_return"/>
          <Keyword text="ccvs_reverse"/>
          <Keyword text="ccvs_sale"/>
          <Keyword text="ccvs_status"/>
          <Keyword text="ccvs_textvalue"/>
          <Keyword text="ccvs_void"/>
          <Keyword text="ceil"/>
          <Keyword text="chdir"/>
          <Keyword text="checkdate"/>
          <Keyword text="checkdnsrr"/>
          <Keyword text="chgrp"/>
          <Keyword text="chmod"/>
          <Keyword text="chop"/>
          <Keyword text="chown"/>
          <Keyword text="chr"/>
          <Keyword text="chunk_split"/>
          <Keyword text="class_exists"/>
          <Keyword text="clearstatcache"/>
          <Keyword text="close"/>
          <Keyword text="closedir"/>
          <Keyword text="closelog"/>
          <Keyword text="com_get"/>
          <Keyword text="com_invoke"/>
          <Keyword text="com_load"/>
          <Keyword text="com_propget"/>
          <Keyword text="com_propput"/>
          <Keyword text="com_propset"/>
          <Keyword text="com_set"/>
          <Keyword text="confirm_ctype_compiled"/>
          <Keyword text="confirm_extname_compiled"/>
          <Keyword text="confirm_zziplib_compiled"/>
          <Keyword text="connect"/>
          <Keyword text="connection_aborted"/>
          <Keyword text="connection_status"/>
          <Keyword text="connection_timeout"/>
          <Keyword text="constant"/>
          <Keyword text="convert_cyr_string"/>
          <Keyword text="copy"/>
          <Keyword text="cos"/>
          <Keyword text="count"/>
          <Keyword text="count_chars"/>
          <Keyword text="cpdf_add_annotation"/>
          <Keyword text="cpdf_add_outline"/>
          <Keyword text="cpdf_arc"/>
          <Keyword text="cpdf_begin_text"/>
          <Keyword text="cpdf_circle"/>
          <Keyword text="cpdf_clip"/>
          <Keyword text="cpdf_close"/>
          <Keyword text="cpdf_closepath"/>
          <Keyword text="cpdf_closepath_fill_stroke"/>
          <Keyword text="cpdf_closepath_stroke"/>
          <Keyword text="cpdf_continue_text"/>
          <Keyword text="cpdf_curveto"/>
          <Keyword text="cpdf_end_text"/>
          <Keyword text="cpdf_fill"/>
          <Keyword text="cpdf_fill_stroke"/>
          <Keyword text="cpdf_finalize"/>
          <Keyword text="cpdf_finalize_page"/>
          <Keyword text="cpdf_global_set_document_limits"/>
          <Keyword text="cpdf_import_jpeg"/>
          <Keyword text="cpdf_lineto"/>
          <Keyword text="cpdf_moveto"/>
          <Keyword text="cpdf_newpath"/>
          <Keyword text="cpdf_open"/>
          <Keyword text="cpdf_output_buffer"/>
          <Keyword text="cpdf_page_init"/>
          <Keyword text="cpdf_place_inline_image"/>
          <Keyword text="cpdf_rect"/>
          <Keyword text="cpdf_restore"/>
          <Keyword text="cpdf_rlineto"/>
          <Keyword text="cpdf_rmoveto"/>
          <Keyword text="cpdf_rotate"/>
          <Keyword text="cpdf_rotate_text"/>
          <Keyword text="cpdf_save"/>
          <Keyword text="cpdf_save_to_file"/>
          <Keyword text="cpdf_scale"/>
          <Keyword text="cpdf_set_action_url"/>
          <Keyword text="cpdf_set_char_spacing"/>
          <Keyword text="cpdf_set_creator"/>
          <Keyword text="cpdf_set_current_page"/>
          <Keyword text="cpdf_set_font"/>
          <Keyword text="cpdf_set_horiz_scaling"/>
          <Keyword text="cpdf_set_keywords"/>
          <Keyword text="cpdf_set_leading"/>
          <Keyword text="cpdf_set_page_animation"/>
          <Keyword text="cpdf_set_subject"/>
          <Keyword text="cpdf_set_text_matrix"/>
          <Keyword text="cpdf_set_text_pos"/>
          <Keyword text="cpdf_set_text_rendering"/>
          <Keyword text="cpdf_set_text_rise"/>
          <Keyword text="cpdf_set_title"/>
          <Keyword text="cpdf_set_viewer_preferences"/>
          <Keyword text="cpdf_set_word_spacing"/>
          <Keyword text="cpdf_setdash"/>
          <Keyword text="cpdf_setflat"/>
          <Keyword text="cpdf_setgray"/>
          <Keyword text="cpdf_setgray_fill"/>
          <Keyword text="cpdf_setgray_stroke"/>
          <Keyword text="cpdf_setlinecap"/>
          <Keyword text="cpdf_setlinejoin"/>
          <Keyword text="cpdf_setlinewidth"/>
          <Keyword text="cpdf_setmiterlimit"/>
          <Keyword text="cpdf_setrgbcolor"/>
          <Keyword text="cpdf_setrgbcolor_fill"/>
          <Keyword text="cpdf_setrgbcolor_stroke"/>
          <Keyword text="cpdf_show"/>
          <Keyword text="cpdf_show_xy"/>
          <Keyword text="cpdf_stringwidth"/>
          <Keyword text="cpdf_stroke"/>
          <Keyword text="cpdf_text"/>
          <Keyword text="cpdf_translate"/>
          <Keyword text="crash"/>
          <Keyword text="crc32"/>
          <Keyword text="create_function"/>
          <Keyword text="create_dir"/>
          <Keyword text="crypt"/>
          <Keyword text="curl_close"/>
          <Keyword text="curl_errno"/>
          <Keyword text="curl_error"/>
          <Keyword text="curl_exec"/>
          <Keyword text="curl_getinfo"/>
          <Keyword text="curl_init"/>
          <Keyword text="curl_setopt"/>
          <Keyword text="curl_version"/>
          <Keyword text="current"/>
          <Keyword text="cv_add"/>
          <Keyword text="cv_auth"/>
          <Keyword text="cv_command"/>
          <Keyword text="cv_count"/>
          <Keyword text="cv_delete"/>
          <Keyword text="cv_done"/>
          <Keyword text="cv_init"/>
          <Keyword text="cv_lookup"/>
          <Keyword text="cv_new"/>
          <Keyword text="cv_report"/>
          <Keyword text="cv_return"/>
          <Keyword text="cv_reverse"/>
          <Keyword text="cv_sale"/>
          <Keyword text="cv_status"/>
          <Keyword text="cv_textvalue"/>
          <Keyword text="cv_void"/>
          <Keyword text="cybercash_base64_decode"/>
          <Keyword text="cybercash_base64_encode"/>
          <Keyword text="cybercash_decr"/>
          <Keyword text="cybercash_encr"/>
          <Keyword text="date"/>
          <Keyword text="dav_set_mkcol_handlers"/>
          <Keyword text="dba_close"/>
          <Keyword text="dba_delete"/>
          <Keyword text="dba_exists"/>
          <Keyword text="dba_fetch"/>
          <Keyword text="dba_firstkey"/>
          <Keyword text="dba_insert"/>
          <Keyword text="dba_nextkey"/>
          <Keyword text="dba_open"/>
          <Keyword text="dba_optimize"/>
          <Keyword text="dba_popen"/>
          <Keyword text="dba_replace"/>
          <Keyword text="dba_sync"/>
          <Keyword text="dbase_add_record"/>
          <Keyword text="dbase_close"/>
          <Keyword text="dbase_create"/>
          <Keyword text="dbase_delete_record"/>
          <Keyword text="dbase_get_record"/>
          <Keyword text="dbase_get_record_with_names"/>
          <Keyword text="dbase_numfields"/>
          <Keyword text="dbase_numrecords"/>
          <Keyword text="dbase_open"/>
          <Keyword text="dbase_pack"/>
          <Keyword text="dbase_replace_record"/>
          <Keyword text="dblist"/>
          <Keyword text="dbmclose"/>
          <Keyword text="dbmdelete"/>
          <Keyword text="dbmexists"/>
          <Keyword text="dbmfetch"/>
          <Keyword text="dbmfirstkey"/>
          <Keyword text="dbminsert"/>
          <Keyword text="dbmnextkey"/>
          <Keyword text="dbmopen"/>
          <Keyword text="dbmreplace"/>
          <Keyword text="dcgettext"/>
          <Keyword text="decbin"/>
          <Keyword text="dechex"/>
          <Keyword text="decoct"/>
          <Keyword text="define"/>
          <Keyword text="define_syslog_variables"/>
          <Keyword text="defined"/>
          <Keyword text="deg2rad"/>
          <Keyword text="delete_iovec"/>
          <Keyword text="dgettext"/>
          <Keyword text="dir"/>
          <Keyword text="dirname"/>
          <Keyword text="diskfreespace"/>
          <Keyword text="display_disabled_function"/>
          <Keyword text="dl"/>
          <Keyword text="domxml_add_root"/>
          <Keyword text="domxml_attributes"/>
          <Keyword text="domxml_children"/>
          <Keyword text="domxml_dumpmem"/>
          <Keyword text="domxml_getattr"/>
          <Keyword text="domxml_new_child"/>
          <Keyword text="domxml_new_xmldoc"/>
          <Keyword text="domxml_node"/>
          <Keyword text="domxml_root"/>
          <Keyword text="domxml_set_content"/>
          <Keyword text="domxml_setattr"/>
          <Keyword text="doubleval"/>
          <Keyword text="each"/>
          <Keyword text="easter_date"/>
          <Keyword text="easter_days"/>
          <Keyword text="end"/>
          <Keyword text="ereg"/>
          <Keyword text="ereg_replace"/>
          <Keyword text="eregi"/>
          <Keyword text="eregi_replace"/>
          <Keyword text="error_log"/>
          <Keyword text="error_reporting"/>
          <Keyword text="escapeshellarg"/>
          <Keyword text="escapeshellcmd"/>
          <Keyword text="exec"/>
          <Keyword text="exp"/>
          <Keyword text="explode"/>
          <Keyword text="extension_loaded"/>
          <Keyword text="extract"/>
          <Keyword text="ezmlm_hash"/>
          <Keyword text="fclose"/>
          <Keyword text="fd_alloc"/>
          <Keyword text="fd_clear"/>
          <Keyword text="fd_dealloc"/>
          <Keyword text="fd_isset"/>
          <Keyword text="fd_set"/>
          <Keyword text="fd_zero"/>
          <Keyword text="fdf_add_template"/>
          <Keyword text="fdf_close"/>
          <Keyword text="fdf_create"/>
          <Keyword text="fdf_get_file"/>
          <Keyword text="fdf_get_status"/>
          <Keyword text="fdf_get_value"/>
          <Keyword text="fdf_next_field_name"/>
          <Keyword text="fdf_open"/>
          <Keyword text="fdf_save"/>
          <Keyword text="fdf_set_ap"/>
          <Keyword text="fdf_set_file"/>
          <Keyword text="fdf_set_flags"/>
          <Keyword text="fdf_set_javascript_action"/>
          <Keyword text="fdf_set_opt"/>
          <Keyword text="fdf_set_status"/>
          <Keyword text="fdf_set_submit_form_action"/>
          <Keyword text="fdf_set_value"/>
          <Keyword text="feof"/>
          <Keyword text="fetch_iovec"/>
          <Keyword text="fflush"/>
          <Keyword text="fgetc"/>
          <Keyword text="fgetcsv"/>
          <Keyword text="fgets"/>
          <Keyword text="fgetss"/>
          <Keyword text="file"/>
          <Keyword text="file_exists"/>
          <Keyword text="fileatime"/>
          <Keyword text="filectime"/>
          <Keyword text="filegroup"/>
          <Keyword text="fileinode"/>
          <Keyword text="filemtime"/>
          <Keyword text="fileowner"/>
          <Keyword text="fileperms"/>
          <Keyword text="filepro"/>
          <Keyword text="filepro_fieldcount"/>
          <Keyword text="filepro_fieldname"/>
          <Keyword text="filepro_fieldtype"/>
          <Keyword text="filepro_fieldwidth"/>
          <Keyword text="filepro_retrieve"/>
          <Keyword text="filepro_rowcount"/>
          <Keyword text="filesize"/>
          <Keyword text="filetype"/>
          <Keyword text="flock"/>
          <Keyword text="floor"/>
          <Keyword text="flush"/>
          <Keyword text="fopen"/>
          <Keyword text="fpassthru"/>
          <Keyword text="fputs"/>
          <Keyword text="fread"/>
          <Keyword text="free_iovec"/>
          <Keyword text="frenchtojd"/>
          <Keyword text="fribidi_log2vis"/>
          <Keyword text="fscanf"/>
          <Keyword text="fseek"/>
          <Keyword text="fsockopen"/>
          <Keyword text="fstat"/>
          <Keyword text="ftell"/>
          <Keyword text="ftp_cdup"/>
          <Keyword text="ftp_chdir"/>
          <Keyword text="ftp_connect"/>
          <Keyword text="ftp_delete"/>
          <Keyword text="ftp_exec"/>
          <Keyword text="ftp_fget"/>
          <Keyword text="ftp_fput"/>
          <Keyword text="ftp_get"/>
          <Keyword text="ftp_login"/>
          <Keyword text="ftp_mdtm"/>
          <Keyword text="ftp_mkdir"/>
          <Keyword text="ftp_nlist"/>
          <Keyword text="ftp_pasv"/>
          <Keyword text="ftp_put"/>
          <Keyword text="ftp_pwd"/>
          <Keyword text="ftp_quit"/>
          <Keyword text="ftp_rawlist"/>
          <Keyword text="ftp_rename"/>
          <Keyword text="ftp_rmdir"/>
          <Keyword text="ftp_site"/>
          <Keyword text="ftp_size"/>
          <Keyword text="ftp_systype"/>
          <Keyword text="ftruncate"/>
          <Keyword text="func_get_arg"/>
          <Keyword text="func_get_args"/>
          <Keyword text="func_num_args"/>
          <Keyword text="function_exists"/>
          <Keyword text="fwrite"/>
          <Keyword text="get_all_headers"/>
          <Keyword text="get_browser"/>
          <Keyword text="get_cfg_var"/>
          <Keyword text="get_class"/>
          <Keyword text="get_class_methods"/>
          <Keyword text="get_class_vars"/>
          <Keyword text="get_current_user"/>
          <Keyword text="get_declared_classes"/>
          <Keyword text="get_defined_functions"/>
          <Keyword text="get_defined_vars"/>
          <Keyword text="get_extension_funcs"/>
          <Keyword text="get_html_translation_table"/>
          <Keyword text="get_included_files"/>
          <Keyword text="get_loaded_extensions"/>
          <Keyword text="get_magic_quotes_gpc"/>
          <Keyword text="get_magic_quotes_runtime"/>
          <Keyword text="get_meta_tags"/>
          <Keyword text="get_object_vars"/>
          <Keyword text="get_parent_class"/>
          <Keyword text="get_resource_type"/>
          <Keyword text="getallheaders"/>
          <Keyword text="getcwd"/>
          <Keyword text="getdate"/>
          <Keyword text="getenv"/>
          <Keyword text="gethostbyaddr"/>
          <Keyword text="gethostbyname"/>
          <Keyword text="gethostbynamel"/>
          <Keyword text="getimagesize"/>
          <Keyword text="getlastmod"/>
          <Keyword text="getmxrr"/>
          <Keyword text="getmyinode"/>
          <Keyword text="getmypid"/>
          <Keyword text="getmyuid"/>
          <Keyword text="getpeername"/>
          <Keyword text="getprotobyname"/>
          <Keyword text="getprotobynumber"/>
          <Keyword text="getrandmax"/>
          <Keyword text="getrusage"/>
          <Keyword text="getservbyname"/>
          <Keyword text="getservbyport"/>
          <Keyword text="getsockname"/>
          <Keyword text="getsockopt"/>
          <Keyword text="gettext"/>
          <Keyword text="gettimeofday"/>
          <Keyword text="gettype"/>
          <Keyword text="glob"/>
          <Keyword text="gmdate"/>
          <Keyword text="gmmktime"/>
          <Keyword text="gmp_abs"/>
          <Keyword text="gmp_add"/>
          <Keyword text="gmp_and"/>
          <Keyword text="gmp_clrbit"/>
          <Keyword text="gmp_cmp"/>
          <Keyword text="gmp_com"/>
          <Keyword text="gmp_div_q"/>
          <Keyword text="gmp_div_qr"/>
          <Keyword text="gmp_div_r"/>
          <Keyword text="gmp_divexact"/>
          <Keyword text="gmp_fact"/>
          <Keyword text="gmp_gcd"/>
          <Keyword text="gmp_gcdext"/>
          <Keyword text="gmp_hamdist"/>
          <Keyword text="gmp_init"/>
          <Keyword text="gmp_intval"/>
          <Keyword text="gmp_invert"/>
          <Keyword text="gmp_jacobi"/>
          <Keyword text="gmp_legendre"/>
          <Keyword text="gmp_mod"/>
          <Keyword text="gmp_mul"/>
          <Keyword text="gmp_neg"/>
          <Keyword text="gmp_or"/>
          <Keyword text="gmp_perfect_square"/>
          <Keyword text="gmp_popcount"/>
          <Keyword text="gmp_pow"/>
          <Keyword text="gmp_powm"/>
          <Keyword text="gmp_prob_prime"/>
          <Keyword text="gmp_random"/>
          <Keyword text="gmp_scan0"/>
          <Keyword text="gmp_scan1"/>
          <Keyword text="gmp_setbit"/>
          <Keyword text="gmp_sign"/>
          <Keyword text="gmp_sqrt"/>
          <Keyword text="gmp_sqrtrem"/>
          <Keyword text="gmp_strval"/>
          <Keyword text="gmp_sub"/>
          <Keyword text="gmp_xor"/>
          <Keyword text="gmstrftime"/>
          <Keyword text="gregoriantojd"/>
          <Keyword text="gzclose"/>
          <Keyword text="gzcompress"/>
          <Keyword text="gzdeflate"/>
          <Keyword text="gzencode"/>
          <Keyword text="gzeof"/>
          <Keyword text="gzfile"/>
          <Keyword text="gzgetc"/>
          <Keyword text="gzgets"/>
          <Keyword text="gzgetss"/>
          <Keyword text="gzinflate"/>
          <Keyword text="gzopen"/>
          <Keyword text="gzpassthru"/>
          <Keyword text="gzputs"/>
          <Keyword text="gzread"/>
          <Keyword text="gzrewind"/>
          <Keyword text="gzseek"/>
          <Keyword text="gztell"/>
          <Keyword text="gzuncompress"/>
          <Keyword text="gzwrite"/>
          <Keyword text="header"/>
          <Keyword text="headers_sent"/>
          <Keyword text="hebrev"/>
          <Keyword text="hebrevc"/>
          <Keyword text="hexdec"/>
          <Keyword text="highlight_file"/>
          <Keyword text="highlight_string"/>
          <Keyword text="htmlentities"/>
          <Keyword text="htmlspecialchars"/>
          <Keyword text="hw_array2objrec"/>
          <Keyword text="hw_changeobject"/>
          <Keyword text="hw_children"/>
          <Keyword text="hw_childrenobj"/>
          <Keyword text="hw_close"/>
          <Keyword text="hw_connect"/>
          <Keyword text="hw_connection_info"/>
          <Keyword text="hw_cp"/>
          <Keyword text="hw_deleteobject"/>
          <Keyword text="hw_docbyanchor"/>
          <Keyword text="hw_docbyanchorobj"/>
          <Keyword text="hw_document_attributes"/>
          <Keyword text="hw_document_bodytag"/>
          <Keyword text="hw_document_content"/>
          <Keyword text="hw_document_setcontent"/>
          <Keyword text="hw_document_size"/>
          <Keyword text="hw_dummy"/>
          <Keyword text="hw_edittext"/>
          <Keyword text="hw_error"/>
          <Keyword text="hw_errormsg"/>
          <Keyword text="hw_free_document"/>
          <Keyword text="hw_getanchors"/>
          <Keyword text="hw_getanchorsobj"/>
          <Keyword text="hw_getandlock"/>
          <Keyword text="hw_getcgi"/>
          <Keyword text="hw_getchildcoll"/>
          <Keyword text="hw_getchildcollobj"/>
          <Keyword text="hw_getchilddoccoll"/>
          <Keyword text="hw_getchilddoccollobj"/>
          <Keyword text="hw_getobject"/>
          <Keyword text="hw_getobjectbyftquery"/>
          <Keyword text="hw_getobjectbyftquerycoll"/>
          <Keyword text="hw_getobjectbyftquerycollobj"/>
          <Keyword text="hw_getobjectbyftqueryobj"/>
          <Keyword text="hw_getobjectbyquery"/>
          <Keyword text="hw_getobjectbyquerycoll"/>
          <Keyword text="hw_getobjectbyquerycollobj"/>
          <Keyword text="hw_getobjectbyqueryobj"/>
          <Keyword text="hw_getparents"/>
          <Keyword text="hw_getparentsobj"/>
          <Keyword text="hw_getrellink"/>
          <Keyword text="hw_getremote"/>
          <Keyword text="hw_getremotechildren"/>
          <Keyword text="hw_getsrcbydestobj"/>
          <Keyword text="hw_gettext"/>
          <Keyword text="hw_getusername"/>
          <Keyword text="hw_identify"/>
          <Keyword text="hw_incollections"/>
          <Keyword text="hw_info"/>
          <Keyword text="hw_inscoll"/>
          <Keyword text="hw_insdoc"/>
          <Keyword text="hw_insertanchors"/>
          <Keyword text="hw_insertdocument"/>
          <Keyword text="hw_insertobject"/>
          <Keyword text="hw_mapid"/>
          <Keyword text="hw_modifyobject"/>
          <Keyword text="hw_mv"/>
          <Keyword text="hw_new_document"/>
          <Keyword text="hw_objrec2array"/>
          <Keyword text="hw_output_document"/>
          <Keyword text="hw_pconnect"/>
          <Keyword text="hw_pipecgi"/>
          <Keyword text="hw_pipedocument"/>
          <Keyword text="hw_root"/>
          <Keyword text="hw_setlinkroot"/>
          <Keyword text="hw_stat"/>
          <Keyword text="hw_unlock"/>
          <Keyword text="hw_who"/>
          <Keyword text="ibase_blob_add"/>
          <Keyword text="ibase_blob_cancel"/>
          <Keyword text="ibase_blob_close"/>
          <Keyword text="ibase_blob_create"/>
          <Keyword text="ibase_blob_echo"/>
          <Keyword text="ibase_blob_get"/>
          <Keyword text="ibase_blob_import"/>
          <Keyword text="ibase_blob_info"/>
          <Keyword text="ibase_blob_open"/>
          <Keyword text="ibase_close"/>
          <Keyword text="ibase_commit"/>
          <Keyword text="ibase_connect"/>
          <Keyword text="ibase_errmsg"/>
          <Keyword text="ibase_execute"/>
          <Keyword text="ibase_fetch_object"/>
          <Keyword text="ibase_fetch_row"/>
          <Keyword text="ibase_field_info"/>
          <Keyword text="ibase_free_query"/>
          <Keyword text="ibase_free_result"/>
          <Keyword text="ibase_num_fields"/>
          <Keyword text="ibase_pconnect"/>
          <Keyword text="ibase_prepare"/>
          <Keyword text="ibase_query"/>
          <Keyword text="ibase_rollback"/>
          <Keyword text="ibase_timefmt"/>
          <Keyword text="ibase_trans"/>
          <Keyword text="icap_create_calendar"/>
          <Keyword text="icap_delete_calendar"/>
          <Keyword text="icap_delete_event"/>
          <Keyword text="icap_fetch_event"/>
          <Keyword text="icap_list_alarms"/>
          <Keyword text="icap_list_events"/>
          <Keyword text="icap_open"/>
          <Keyword text="icap_popen"/>
          <Keyword text="icap_rename_calendar"/>
          <Keyword text="icap_reopen"/>
          <Keyword text="icap_snooze"/>
          <Keyword text="icap_store_event"/>
          <Keyword text="ifx_affected_rows"/>
          <Keyword text="ifx_blobinfile_mode"/>
          <Keyword text="ifx_byteasvarchar"/>
          <Keyword text="ifx_close"/>
          <Keyword text="ifx_connect"/>
          <Keyword text="ifx_copy_blob"/>
          <Keyword text="ifx_create_blob"/>
          <Keyword text="ifx_create_char"/>
          <Keyword text="ifx_do"/>
          <Keyword text="ifx_error"/>
          <Keyword text="ifx_errormsg"/>
          <Keyword text="ifx_fetch_row"/>
          <Keyword text="ifx_fieldproperties"/>
          <Keyword text="ifx_fieldtypes"/>
          <Keyword text="ifx_free_blob"/>
          <Keyword text="ifx_free_char"/>
          <Keyword text="ifx_free_result"/>
          <Keyword text="ifx_get_blob"/>
          <Keyword text="ifx_get_char"/>
          <Keyword text="ifx_getsqlca"/>
          <Keyword text="ifx_htmltbl_result"/>
          <Keyword text="ifx_nullformat"/>
          <Keyword text="ifx_num_fields"/>
          <Keyword text="ifx_num_rows"/>
          <Keyword text="ifx_pconnect"/>
          <Keyword text="ifx_prepare"/>
          <Keyword text="ifx_query"/>
          <Keyword text="ifx_textasvarchar"/>
          <Keyword text="ifx_update_blob"/>
          <Keyword text="ifx_update_char"/>
          <Keyword text="ifxus_close_slob"/>
          <Keyword text="ifxus_create_slob"/>
          <Keyword text="ifxus_free_slob"/>
          <Keyword text="ifxus_open_slob"/>
          <Keyword text="ifxus_read_slob"/>
          <Keyword text="ifxus_seek_slob"/>
          <Keyword text="ifxus_tell_slob"/>
          <Keyword text="ifxus_write_slob"/>
          <Keyword text="ignore_user_abort"/>
          <Keyword text="iis_addserver"/>
          <Keyword text="iis_getdirsecurity"/>
          <Keyword text="iis_getscriptmap"/>
          <Keyword text="iis_getserverbycomment"/>
          <Keyword text="iis_getserverbypath"/>
          <Keyword text="iis_getserverright"/>
          <Keyword text="iis_getservicestate"/>
          <Keyword text="iis_removeserver"/>
          <Keyword text="iis_setappsettings"/>
          <Keyword text="iis_setdirsecurity"/>
          <Keyword text="iis_setscriptmap"/>
          <Keyword text="iis_setserverright"/>
          <Keyword text="iis_startserver"/>
          <Keyword text="iis_startservice"/>
          <Keyword text="iis_stopserver"/>
          <Keyword text="iis_stopservice"/>
          <Keyword text="imagearc"/>
          <Keyword text="imagechar"/>
          <Keyword text="imagecharup"/>
          <Keyword text="imagecolorallocate"/>
          <Keyword text="imagecolorat"/>
          <Keyword text="imagecolorclosest"/>
          <Keyword text="imagecolorclosesthwb"/>
          <Keyword text="imagecolordeallocate"/>
          <Keyword text="imagecolorexact"/>
          <Keyword text="imagecolorresolve"/>
          <Keyword text="imagecolorset"/>
          <Keyword text="imagecolorsforindex"/>
          <Keyword text="imagecolorstotal"/>
          <Keyword text="imagecolortransparent"/>
          <Keyword text="imagecopy"/>
          <Keyword text="imagecopymerge"/>
          <Keyword text="imagecopyresized"/>
          <Keyword text="imagecreate"/>
          <Keyword text="imagecreatefromgif"/>
          <Keyword text="imagecreatefromjpeg"/>
          <Keyword text="imagecreatefrompng"/>
          <Keyword text="imagecreatefromstring"/>
          <Keyword text="imagecreatefromwbmp"/>
          <Keyword text="imagecreatefromxbm"/>
          <Keyword text="imagecreatefromxpm"/>
          <Keyword text="imagedashedline"/>
          <Keyword text="imagedestroy"/>
          <Keyword text="imagefill"/>
          <Keyword text="imagefilledpolygon"/>
          <Keyword text="imagefilledrectangle"/>
          <Keyword text="imagefilltoborder"/>
          <Keyword text="imagefontheight"/>
          <Keyword text="imagefontwidth"/>
          <Keyword text="imagegammacorrect"/>
          <Keyword text="imagegif"/>
          <Keyword text="imageinterlace"/>
          <Keyword text="imagejpeg"/>
          <Keyword text="imageline"/>
          <Keyword text="imageloadfont"/>
          <Keyword text="imagepalettecopy"/>
          <Keyword text="imagepng"/>
          <Keyword text="imagepolygon"/>
          <Keyword text="imagepsbbox"/>
          <Keyword text="imagepscopyfont"/>
          <Keyword text="imagepsencodefont"/>
          <Keyword text="imagepsextendfont"/>
          <Keyword text="imagepsfreefont"/>
          <Keyword text="imagepsloadfont"/>
          <Keyword text="imagepsslantfont"/>
          <Keyword text="imagepstext"/>
          <Keyword text="imagerectangle"/>
          <Keyword text="imagesetpixel"/>
          <Keyword text="imagestring"/>
          <Keyword text="imagestringup"/>
          <Keyword text="imagesx"/>
          <Keyword text="imagesy"/>
          <Keyword text="imagettfbbox"/>
          <Keyword text="imagettftext"/>
          <Keyword text="imagetypes"/>
          <Keyword text="imagewbmp"/>
          <Keyword text="imap_8bit"/>
          <Keyword text="imap_alerts"/>
          <Keyword text="imap_append"/>
          <Keyword text="imap_base64"/>
          <Keyword text="imap_binary"/>
          <Keyword text="imap_body"/>
          <Keyword text="imap_bodystruct"/>
          <Keyword text="imap_check"/>
          <Keyword text="imap_clearflag_full"/>
          <Keyword text="imap_close"/>
          <Keyword text="imap_create"/>
          <Keyword text="imap_createmailbox"/>
          <Keyword text="imap_delete"/>
          <Keyword text="imap_deletemailbox"/>
          <Keyword text="imap_errors"/>
          <Keyword text="imap_expunge"/>
          <Keyword text="imap_fetch_overview"/>
          <Keyword text="imap_fetchbody"/>
          <Keyword text="imap_fetchheader"/>
          <Keyword text="imap_fetchstructure"/>
          <Keyword text="imap_fetchtext"/>
          <Keyword text="imap_getmailboxes"/>
          <Keyword text="imap_getsubscribed"/>
          <Keyword text="imap_header"/>
          <Keyword text="imap_headerinfo"/>
          <Keyword text="imap_headers"/>
          <Keyword text="imap_last_error"/>
          <Keyword text="imap_list"/>
          <Keyword text="imap_listmailbox"/>
          <Keyword text="imap_listsubscribed"/>
          <Keyword text="imap_lsub"/>
          <Keyword text="imap_mail"/>
          <Keyword text="imap_mail_compose"/>
          <Keyword text="imap_mail_copy"/>
          <Keyword text="imap_mail_move"/>
          <Keyword text="imap_mailboxmsginfo"/>
          <Keyword text="imap_mime_header_decode"/>
          <Keyword text="imap_msgno"/>
          <Keyword text="imap_num_msg"/>
          <Keyword text="imap_num_recent"/>
          <Keyword text="imap_open"/>
          <Keyword text="imap_ping"/>
          <Keyword text="imap_popen"/>
          <Keyword text="imap_qprint"/>
          <Keyword text="imap_rename"/>
          <Keyword text="imap_renamemailbox"/>
          <Keyword text="imap_reopen"/>
          <Keyword text="imap_rfc822_parse_adrlist"/>
          <Keyword text="imap_rfc822_parse_headers"/>
          <Keyword text="imap_rfc822_write_address"/>
          <Keyword text="imap_scan"/>
          <Keyword text="imap_scanmailbox"/>
          <Keyword text="imap_search"/>
          <Keyword text="imap_setflag_full"/>
          <Keyword text="imap_sort"/>
          <Keyword text="imap_status"/>
          <Keyword text="imap_subscribe"/>
          <Keyword text="imap_uid"/>
          <Keyword text="imap_undelete"/>
          <Keyword text="imap_unsubscribe"/>
          <Keyword text="imap_utf7_decode"/>
          <Keyword text="imap_utf7_encode"/>
          <Keyword text="imap_utf8"/>
          <Keyword text="implode"/>
          <Keyword text="in_array"/>
          <Keyword text="ingres_autocommit"/>
          <Keyword text="ingres_close"/>
          <Keyword text="ingres_commit"/>
          <Keyword text="ingres_connect"/>
          <Keyword text="ingres_fetch_array"/>
          <Keyword text="ingres_fetch_object"/>
          <Keyword text="ingres_fetch_row"/>
          <Keyword text="ingres_field_length"/>
          <Keyword text="ingres_field_name"/>
          <Keyword text="ingres_field_nullable"/>
          <Keyword text="ingres_field_precision"/>
          <Keyword text="ingres_field_scale"/>
          <Keyword text="ingres_field_type"/>
          <Keyword text="ingres_num_fields"/>
          <Keyword text="ingres_num_rows"/>
          <Keyword text="ingres_pconnect"/>
          <Keyword text="ingres_query"/>
          <Keyword text="ingres_rollback"/>
          <Keyword text="ini_alter"/>
          <Keyword text="ini_get"/>
          <Keyword text="ini_restore"/>
          <Keyword text="ini_set"/>
          <Keyword text="intval"/>
          <Keyword text="ip2long"/>
          <Keyword text="iptcembed"/>
          <Keyword text="iptcparse"/>
          <Keyword text="ircg_disconnect"/>
          <Keyword text="ircg_join"/>
          <Keyword text="ircg_msg"/>
          <Keyword text="ircg_part"/>
          <Keyword text="ircg_pconnect"/>
          <Keyword text="ircg_set_current"/>
          <Keyword text="is_array"/>
          <Keyword text="is_bool"/>
          <Keyword text="is_dir"/>
          <Keyword text="is_double"/>
          <Keyword text="is_executable"/>
          <Keyword text="is_file"/>
          <Keyword text="is_float"/>
          <Keyword text="is_int"/>
          <Keyword text="is_integer"/>
          <Keyword text="is_link"/>
          <Keyword text="is_long"/>
          <Keyword text="is_null"/>
          <Keyword text="is_numeric"/>
          <Keyword text="is_object"/>
          <Keyword text="is_readable"/>
          <Keyword text="is_real"/>
          <Keyword text="is_resource"/>
          <Keyword text="is_string"/>
          <Keyword text="is_subclass_of"/>
          <Keyword text="is_uploaded_file"/>
          <Keyword text="is_writable"/>
          <Keyword text="is_writeable"/>
          <Keyword text="isalnum"/>
          <Keyword text="isalpha"/>
          <Keyword text="iscntrl"/>
          <Keyword text="isdigit"/>
          <Keyword text="isgraph"/>
          <Keyword text="islower"/>
          <Keyword text="isprint"/>
          <Keyword text="ispunct"/>
          <Keyword text="isspace"/>
          <Keyword text="isupper"/>
          <Keyword text="isxdigit"/>
          <Keyword text="java_last_exception_clear"/>
          <Keyword text="java_last_exception_get"/>
          <Keyword text="jddayofweek"/>
          <Keyword text="jdmonthname"/>
          <Keyword text="jdtofrench"/>
          <Keyword text="jdtogregorian"/>
          <Keyword text="jdtojewish"/>
          <Keyword text="jdtojulian"/>
          <Keyword text="jdtounix"/>
          <Keyword text="jewishtojd"/>
          <Keyword text="join"/>
          <Keyword text="juliantojd"/>
          <Keyword text="key"/>
          <Keyword text="krsort"/>
          <Keyword text="ksort"/>
          <Keyword text="lcg_value"/>
          <Keyword text="ldap_8859_to_t61"/>
          <Keyword text="ldap_add"/>
          <Keyword text="ldap_bind"/>
          <Keyword text="ldap_close"/>
          <Keyword text="ldap_compare"/>
          <Keyword text="ldap_connect"/>
          <Keyword text="ldap_count_entries"/>
          <Keyword text="ldap_delete"/>
          <Keyword text="ldap_dn2ufn"/>
          <Keyword text="ldap_err2str"/>
          <Keyword text="ldap_errno"/>
          <Keyword text="ldap_error"/>
          <Keyword text="ldap_explode_dn"/>
          <Keyword text="ldap_first_attribute"/>
          <Keyword text="ldap_first_entry"/>
          <Keyword text="ldap_free_result"/>
          <Keyword text="ldap_get_attributes"/>
          <Keyword text="ldap_get_dn"/>
          <Keyword text="ldap_get_entries"/>
          <Keyword text="ldap_get_option"/>
          <Keyword text="ldap_get_values"/>
          <Keyword text="ldap_get_values_len"/>
          <Keyword text="ldap_list"/>
          <Keyword text="ldap_mod_add"/>
          <Keyword text="ldap_mod_del"/>
          <Keyword text="ldap_mod_replace"/>
          <Keyword text="ldap_modify"/>
          <Keyword text="ldap_next_attribute"/>
          <Keyword text="ldap_next_entry"/>
          <Keyword text="ldap_read"/>
          <Keyword text="ldap_search"/>
          <Keyword text="ldap_set_option"/>
          <Keyword text="ldap_t61_to_8859"/>
          <Keyword text="ldap_unbind"/>
          <Keyword text="leak"/>
          <Keyword text="levenshtein"/>
          <Keyword text="link"/>
          <Keyword text="linkinfo"/>
          <Keyword text="listen"/>
          <Keyword text="localtime"/>
          <Keyword text="log"/>
          <Keyword text="log10"/>
          <Keyword text="long2ip"/>
          <Keyword text="lstat"/>
          <Keyword text="ltrim"/>
          <Keyword text="magic_quotes_runtime"/>
          <Keyword text="mail"/>
          <Keyword text="max"/>
          <Keyword text="mcal_append_event"/>
          <Keyword text="mcal_close"/>
          <Keyword text="mcal_create_calendar"/>
          <Keyword text="mcal_date_compare"/>
          <Keyword text="mcal_date_valid"/>
          <Keyword text="mcal_day_of_week"/>
          <Keyword text="mcal_day_of_year"/>
          <Keyword text="mcal_days_in_month"/>
          <Keyword text="mcal_delete_calendar"/>
          <Keyword text="mcal_delete_event"/>
          <Keyword text="mcal_event_add_attribute"/>
          <Keyword text="mcal_event_init"/>
          <Keyword text="mcal_event_set_alarm"/>
          <Keyword text="mcal_event_set_category"/>
          <Keyword text="mcal_event_set_class"/>
          <Keyword text="mcal_event_set_description"/>
          <Keyword text="mcal_event_set_end"/>
          <Keyword text="mcal_event_set_recur_daily"/>
          <Keyword text="mcal_event_set_recur_monthly_mday"/>
          <Keyword text="mcal_event_set_recur_monthly_wday"/>
          <Keyword text="mcal_event_set_recur_none"/>
          <Keyword text="mcal_event_set_recur_weekly"/>
          <Keyword text="mcal_event_set_recur_yearly"/>
          <Keyword text="mcal_event_set_start"/>
          <Keyword text="mcal_event_set_title"/>
          <Keyword text="mcal_fetch_current_stream_event"/>
          <Keyword text="mcal_fetch_event"/>
          <Keyword text="mcal_is_leap_year"/>
          <Keyword text="mcal_list_alarms"/>
          <Keyword text="mcal_list_events"/>
          <Keyword text="mcal_next_recurrence"/>
          <Keyword text="mcal_open"/>
          <Keyword text="mcal_popen"/>
          <Keyword text="mcal_rename_calendar"/>
          <Keyword text="mcal_reopen"/>
          <Keyword text="mcal_snooze"/>
          <Keyword text="mcal_store_event"/>
          <Keyword text="mcal_time_valid"/>
          <Keyword text="mcal_week_of_year"/>
          <Keyword text="mcrypt_cbc"/>
          <Keyword text="mcrypt_cfb"/>
          <Keyword text="mcrypt_create_iv"/>
          <Keyword text="mcrypt_decrypt"/>
          <Keyword text="mcrypt_ecb"/>
          <Keyword text="mcrypt_enc_get_algorithms_name"/>
          <Keyword text="mcrypt_enc_get_block_size"/>
          <Keyword text="mcrypt_enc_get_iv_size"/>
          <Keyword text="mcrypt_enc_get_key_size"/>
          <Keyword text="mcrypt_enc_get_modes_name"/>
          <Keyword text="mcrypt_enc_get_supported_key_sizes"/>
          <Keyword text="mcrypt_enc_is_block_algorithm"/>
          <Keyword text="mcrypt_enc_is_block_algorithm_mode"/>
          <Keyword text="mcrypt_enc_is_block_mode"/>
          <Keyword text="mcrypt_enc_self_test"/>
          <Keyword text="mcrypt_encrypt"/>
          <Keyword text="mcrypt_generic"/>
          <Keyword text="mcrypt_generic_end"/>
          <Keyword text="mcrypt_generic_init"/>
          <Keyword text="mcrypt_get_block_size"/>
          <Keyword text="mcrypt_get_cipher_name"/>
          <Keyword text="mcrypt_get_iv_size"/>
          <Keyword text="mcrypt_get_key_size"/>
          <Keyword text="mcrypt_list_algorithms"/>
          <Keyword text="mcrypt_list_modes"/>
          <Keyword text="mcrypt_module_close"/>
          <Keyword text="mcrypt_module_get_algo_block_size"/>
          <Keyword text="mcrypt_module_get_algo_key_size"/>
          <Keyword text="mcrypt_module_get_supported_key_sizes"/>
          <Keyword text="mcrypt_module_is_block_algorithm"/>
          <Keyword text="mcrypt_module_is_block_algorithm_mode"/>
          <Keyword text="mcrypt_module_is_block_mode"/>
          <Keyword text="mcrypt_module_open"/>
          <Keyword text="mcrypt_module_self_test"/>
          <Keyword text="mcrypt_ofb"/>
          <Keyword text="md5"/>
          <Keyword text="mdecrypt_generic"/>
          <Keyword text="metaphone"/>
          <Keyword text="method_exists"/>
          <Keyword text="mhash"/>
          <Keyword text="mhash_count"/>
          <Keyword text="mhash_get_block_size"/>
          <Keyword text="mhash_get_hash_name"/>
          <Keyword text="mhash_keygen_s2k"/>
          <Keyword text="microtime"/>
          <Keyword text="min"/>
          <Keyword text="mkdir"/>
          <Keyword text="mktime"/>
          <Keyword text="move_uploaded_file"/>
          <Keyword text="msql"/>
          <Keyword text="msql_affected_rows"/>
          <Keyword text="msql_close"/>
          <Keyword text="msql_connect"/>
          <Keyword text="msql_create_db"/>
          <Keyword text="msql_createdb"/>
          <Keyword text="msql_data_seek"/>
          <Keyword text="msql_db_query"/>
          <Keyword text="msql_dbname"/>
          <Keyword text="msql_drop_db"/>
          <Keyword text="msql_dropdb"/>
          <Keyword text="msql_error"/>
          <Keyword text="msql_fetch_array"/>
          <Keyword text="msql_fetch_field"/>
          <Keyword text="msql_fetch_object"/>
          <Keyword text="msql_fetch_row"/>
          <Keyword text="msql_field_flags"/>
          <Keyword text="msql_field_len"/>
          <Keyword text="msql_field_name"/>
          <Keyword text="msql_field_seek"/>
          <Keyword text="msql_field_table"/>
          <Keyword text="msql_field_type"/>
          <Keyword text="msql_fieldflags"/>
          <Keyword text="msql_fieldlen"/>
          <Keyword text="msql_fieldname"/>
          <Keyword text="msql_fieldtable"/>
          <Keyword text="msql_fieldtype"/>
          <Keyword text="msql_free_result"/>
          <Keyword text="msql_freeresult"/>
          <Keyword text="msql_list_dbs"/>
          <Keyword text="msql_list_fields"/>
          <Keyword text="msql_list_tables"/>
          <Keyword text="msql_listdbs"/>
          <Keyword text="msql_listfields"/>
          <Keyword text="msql_listtables"/>
          <Keyword text="msql_num_fields"/>
          <Keyword text="msql_num_rows"/>
          <Keyword text="msql_numfields"/>
          <Keyword text="msql_numrows"/>
          <Keyword text="msql_pconnect"/>
          <Keyword text="msql_query"/>
          <Keyword text="msql_regcase"/>
          <Keyword text="msql_result"/>
          <Keyword text="msql_select_db"/>
          <Keyword text="msql_selectdb"/>
          <Keyword text="msql_tablename"/>
          <Keyword text="mssql_affected_rows"/>
          <Keyword text="mssql_close"/>
          <Keyword text="mssql_connect"/>
          <Keyword text="mssql_data_seek"/>
          <Keyword text="mssql_fetch_array"/>
          <Keyword text="mssql_fetch_batch"/>
          <Keyword text="mssql_fetch_field"/>
          <Keyword text="mssql_fetch_object"/>
          <Keyword text="mssql_fetch_row"/>
          <Keyword text="mssql_field_length"/>
          <Keyword text="mssql_field_name"/>
          <Keyword text="mssql_field_seek"/>
          <Keyword text="mssql_field_type"/>
          <Keyword text="mssql_free_result"/>
          <Keyword text="mssql_get_last_message"/>
          <Keyword text="mssql_min_client_severity"/>
          <Keyword text="mssql_min_error_severity"/>
          <Keyword text="mssql_min_message_severity"/>
          <Keyword text="mssql_min_server_severity"/>
          <Keyword text="mssql_num_fields"/>
          <Keyword text="mssql_num_rows"/>
          <Keyword text="mssql_pconnect"/>
          <Keyword text="mssql_query"/>
          <Keyword text="mssql_result"/>
          <Keyword text="mssql_rows_affected"/>
          <Keyword text="mssql_select_db"/>
          <Keyword text="mt_getrandmax"/>
          <Keyword text="mt_rand"/>
          <Keyword text="mt_srand"/>
          <Keyword text="mysql"/>
          <Keyword text="mysql_affected_rows"/>
          <Keyword text="mysql_close"/>
          <Keyword text="mysql_connect"/>
          <Keyword text="mysql_create_db"/>
          <Keyword text="mysql_createdb"/>
          <Keyword text="mysql_data_seek"/>
          <Keyword text="mysql_db_name"/>
          <Keyword text="mysql_db_query"/>
          <Keyword text="mysql_dbname"/>
          <Keyword text="mysql_drop_db"/>
          <Keyword text="mysql_dropdb"/>
          <Keyword text="mysql_errno"/>
          <Keyword text="mysql_error"/>
          <Keyword text="mysql_escape_string"/>
          <Keyword text="mysql_fetch_array"/>
          <Keyword text="mysql_fetch_assoc"/>
          <Keyword text="mysql_fetch_field"/>
          <Keyword text="mysql_fetch_lengths"/>
          <Keyword text="mysql_fetch_object"/>
          <Keyword text="mysql_fetch_row"/>
          <Keyword text="mysql_field_flags"/>
          <Keyword text="mysql_field_len"/>
          <Keyword text="mysql_field_name"/>
          <Keyword text="mysql_field_seek"/>
          <Keyword text="mysql_field_table"/>
          <Keyword text="mysql_field_type"/>
          <Keyword text="mysql_fieldflags"/>
          <Keyword text="mysql_fieldlen"/>
          <Keyword text="mysql_fieldname"/>
          <Keyword text="mysql_fieldtable"/>
          <Keyword text="mysql_fieldtype"/>
          <Keyword text="mysql_free_result"/>
          <Keyword text="mysql_freeresult"/>
          <Keyword text="mysql_insert_id"/>
          <Keyword text="mysql_list_dbs"/>
          <Keyword text="mysql_list_fields"/>
          <Keyword text="mysql_list_tables"/>
          <Keyword text="mysql_listdbs"/>
          <Keyword text="mysql_listfields"/>
          <Keyword text="mysql_listtables"/>
          <Keyword text="mysql_num_fields"/>
          <Keyword text="mysql_num_rows"/>
          <Keyword text="mysql_numfields"/>
          <Keyword text="mysql_numrows"/>
          <Keyword text="mysql_pconnect"/>
          <Keyword text="mysql_query"/>
          <Keyword text="mysql_result"/>
          <Keyword text="mysql_select_db"/>
          <Keyword text="mysql_selectdb"/>
          <Keyword text="mysql_tablename"/>
          <Keyword text="natcasesort"/>
          <Keyword text="natsort"/>
          <Keyword text="new_xmldoc"/>
          <Keyword text="nl2br"/>
          <Keyword text="number_format"/>
          <Keyword text="ob_end_clean"/>
          <Keyword text="ob_end_flush"/>
          <Keyword text="ob_get_contents"/>
          <Keyword text="ob_get_length"/>
          <Keyword text="ob_gzhandler"/>
          <Keyword text="ob_implicit_flush"/>
          <Keyword text="ob_start"/>
          <Keyword text="ocibindbyname"/>
          <Keyword text="ocicancel"/>
          <Keyword text="ocicolumnisnull"/>
          <Keyword text="ocicolumnname"/>
          <Keyword text="ocicolumnprecision"/>
          <Keyword text="ocicolumnscale"/>
          <Keyword text="ocicolumnsize"/>
          <Keyword text="ocicolumntype"/>
          <Keyword text="ocicolumntyperaw"/>
          <Keyword text="ocicommit"/>
          <Keyword text="ocidefinebyname"/>
          <Keyword text="ocierror"/>
          <Keyword text="ociexecute"/>
          <Keyword text="ocifetch"/>
          <Keyword text="ocifetchinto"/>
          <Keyword text="ocifetchstatement"/>
          <Keyword text="ocifreecursor"/>
          <Keyword text="ocifreedesc"/>
          <Keyword text="ocifreestatement"/>
          <Keyword text="ociinternaldebug"/>
          <Keyword text="ociloadlob"/>
          <Keyword text="ocilogoff"/>
          <Keyword text="ocilogon"/>
          <Keyword text="ocinewcursor"/>
          <Keyword text="ocinewdescriptor"/>
          <Keyword text="ocinlogon"/>
          <Keyword text="ocinumcols"/>
          <Keyword text="ociparse"/>
          <Keyword text="ociplogon"/>
          <Keyword text="ociresult"/>
          <Keyword text="ocirollback"/>
          <Keyword text="ocirowcount"/>
          <Keyword text="ocisavelob"/>
          <Keyword text="ocisavelobfile"/>
          <Keyword text="ociserverversion"/>
          <Keyword text="ocisetprefetch"/>
          <Keyword text="ocistatementtype"/>
          <Keyword text="ociwritelobtofile"/>
          <Keyword text="octdec"/>
          <Keyword text="odbc_autocommit"/>
          <Keyword text="odbc_binmode"/>
          <Keyword text="odbc_close"/>
          <Keyword text="odbc_close_all"/>
          <Keyword text="odbc_columnprivileges"/>
          <Keyword text="odbc_columns"/>
          <Keyword text="odbc_commit"/>
          <Keyword text="odbc_connect"/>
          <Keyword text="odbc_cursor"/>
          <Keyword text="odbc_do"/>
          <Keyword text="odbc_exec"/>
          <Keyword text="odbc_execute"/>
          <Keyword text="odbc_fetch_array"/>
          <Keyword text="odbc_fetch_into"/>
          <Keyword text="odbc_fetch_object"/>
          <Keyword text="odbc_fetch_row"/>
          <Keyword text="odbc_field_len"/>
          <Keyword text="odbc_field_name"/>
          <Keyword text="odbc_field_num"/>
          <Keyword text="odbc_field_precision"/>
          <Keyword text="odbc_field_scale"/>
          <Keyword text="odbc_field_type"/>
          <Keyword text="odbc_foreignkeys"/>
          <Keyword text="odbc_free_result"/>
          <Keyword text="odbc_gettypeinfo"/>
          <Keyword text="odbc_longreadlen"/>
          <Keyword text="odbc_num_fields"/>
          <Keyword text="odbc_num_rows"/>
          <Keyword text="odbc_pconnect"/>
          <Keyword text="odbc_prepare"/>
          <Keyword text="odbc_primarykeys"/>
          <Keyword text="odbc_procedurecolumns"/>
          <Keyword text="odbc_procedures"/>
          <Keyword text="odbc_result"/>
          <Keyword text="odbc_result_all"/>
          <Keyword text="odbc_rollback"/>
          <Keyword text="odbc_setoption"/>
          <Keyword text="odbc_specialcolumns"/>
          <Keyword text="odbc_statistics"/>
          <Keyword text="odbc_tableprivileges"/>
          <Keyword text="odbc_tables"/>
          <Keyword text="open_listen_sock"/>
          <Keyword text="opendir"/>
          <Keyword text="openlog"/>
          <Keyword text="openssl_free_key"/>
          <Keyword text="openssl_free_x509"/>
          <Keyword text="openssl_get_privatekey"/>
          <Keyword text="openssl_get_publickey"/>
          <Keyword text="openssl_open"/>
          <Keyword text="openssl_read_publickey"/>
          <Keyword text="openssl_read_x509"/>
          <Keyword text="openssl_seal"/>
          <Keyword text="openssl_sign"/>
          <Keyword text="openssl_verify"/>
          <Keyword text="ora_bind"/>
          <Keyword text="ora_close"/>
          <Keyword text="ora_columnname"/>
          <Keyword text="ora_columnsize"/>
          <Keyword text="ora_columntype"/>
          <Keyword text="ora_commit"/>
          <Keyword text="ora_commitoff"/>
          <Keyword text="ora_commiton"/>
          <Keyword text="ora_do"/>
          <Keyword text="ora_error"/>
          <Keyword text="ora_errorcode"/>
          <Keyword text="ora_exec"/>
          <Keyword text="ora_fetch"/>
          <Keyword text="ora_fetch_into"/>
          <Keyword text="ora_getcolumn"/>
          <Keyword text="ora_logoff"/>
          <Keyword text="ora_logon"/>
          <Keyword text="ora_numcols"/>
          <Keyword text="ora_numrows"/>
          <Keyword text="ora_open"/>
          <Keyword text="ora_parse"/>
          <Keyword text="ora_plogon"/>
          <Keyword text="ora_rollback"/>
          <Keyword text="orbit_caught_exception"/>
          <Keyword text="orbit_exception_id"/>
          <Keyword text="orbit_exception_value"/>
          <Keyword text="orbit_get_repository_id"/>
          <Keyword text="orbit_load_idl"/>
          <Keyword text="ord"/>
          <Keyword text="ovrimos_close"/>
          <Keyword text="ovrimos_close_all"/>
          <Keyword text="ovrimos_commit"/>
          <Keyword text="ovrimos_connect"/>
          <Keyword text="ovrimos_cursor"/>
          <Keyword text="ovrimos_exec"/>
          <Keyword text="ovrimos_execute"/>
          <Keyword text="ovrimos_fetch_into"/>
          <Keyword text="ovrimos_fetch_row"/>
          <Keyword text="ovrimos_field_len"/>
          <Keyword text="ovrimos_field_name"/>
          <Keyword text="ovrimos_field_num"/>
          <Keyword text="ovrimos_field_type"/>
          <Keyword text="ovrimos_free_result"/>
          <Keyword text="ovrimos_longreadlen"/>
          <Keyword text="ovrimos_num_fields"/>
          <Keyword text="ovrimos_num_rows"/>
          <Keyword text="ovrimos_prepare"/>
          <Keyword text="ovrimos_result"/>
          <Keyword text="ovrimos_result_all"/>
          <Keyword text="ovrimos_rollback"/>
          <Keyword text="pack"/>
          <Keyword text="parse_ini_file"/>
          <Keyword text="parse_str"/>
          <Keyword text="parse_url"/>
          <Keyword text="passthru"/>
          <Keyword text="pathinfo"/>
          <Keyword text="pclose"/>
          <Keyword text="pdf_add_annotation"/>
          <Keyword text="pdf_add_bookmark"/>
          <Keyword text="pdf_add_outline"/>
          <Keyword text="pdf_add_pdflink"/>
          <Keyword text="pdf_add_weblink"/>
          <Keyword text="pdf_arc"/>
          <Keyword text="pdf_begin_page"/>
          <Keyword text="pdf_circle"/>
          <Keyword text="pdf_clip"/>
          <Keyword text="pdf_close"/>
          <Keyword text="pdf_close_image"/>
          <Keyword text="pdf_closepath"/>
          <Keyword text="pdf_closepath_fill_stroke"/>
          <Keyword text="pdf_closepath_stroke"/>
          <Keyword text="pdf_continue_text"/>
          <Keyword text="pdf_curveto"/>
          <Keyword text="pdf_end_page"/>
          <Keyword text="pdf_endpath"/>
          <Keyword text="pdf_fill"/>
          <Keyword text="pdf_fill_stroke"/>
          <Keyword text="pdf_get_font"/>
          <Keyword text="pdf_get_fontname"/>
          <Keyword text="pdf_get_fontsize"/>
          <Keyword text="pdf_get_image_height"/>
          <Keyword text="pdf_get_image_width"/>
          <Keyword text="pdf_get_parameter"/>
          <Keyword text="pdf_get_value"/>
          <Keyword text="pdf_lineto"/>
          <Keyword text="pdf_moveto"/>
          <Keyword text="pdf_open"/>
          <Keyword text="pdf_open_gif"/>
          <Keyword text="pdf_open_image_file"/>
          <Keyword text="pdf_open_jpeg"/>
          <Keyword text="pdf_open_memory_image"/>
          <Keyword text="pdf_open_png"/>
          <Keyword text="pdf_open_tiff"/>
          <Keyword text="pdf_place_image"/>
          <Keyword text="pdf_rect"/>
          <Keyword text="pdf_restore"/>
          <Keyword text="pdf_rotate"/>
          <Keyword text="pdf_save"/>
          <Keyword text="pdf_scale"/>
          <Keyword text="pdf_set_border_color"/>
          <Keyword text="pdf_set_border_dash"/>
          <Keyword text="pdf_set_border_style"/>
          <Keyword text="pdf_set_char_spacing"/>
          <Keyword text="pdf_set_duration"/>
          <Keyword text="pdf_set_font"/>
          <Keyword text="pdf_set_horiz_scaling"/>
          <Keyword text="pdf_set_info"/>
          <Keyword text="pdf_set_info_author"/>
          <Keyword text="pdf_set_info_creator"/>
          <Keyword text="pdf_set_info_keywords"/>
          <Keyword text="pdf_set_info_subject"/>
          <Keyword text="pdf_set_info_title"/>
          <Keyword text="pdf_set_leading"/>
          <Keyword text="pdf_set_parameter"/>
          <Keyword text="pdf_set_text_pos"/>
          <Keyword text="pdf_set_text_rendering"/>
          <Keyword text="pdf_set_text_rise"/>
          <Keyword text="pdf_set_transition"/>
          <Keyword text="pdf_set_value"/>
          <Keyword text="pdf_set_word_spacing"/>
          <Keyword text="pdf_setdash"/>
          <Keyword text="pdf_setflat"/>
          <Keyword text="pdf_setgray"/>
          <Keyword text="pdf_setgray_fill"/>
          <Keyword text="pdf_setgray_stroke"/>
          <Keyword text="pdf_setlinecap"/>
          <Keyword text="pdf_setlinejoin"/>
          <Keyword text="pdf_setlinewidth"/>
          <Keyword text="pdf_setmiterlimit"/>
          <Keyword text="pdf_setrgbcolor"/>
          <Keyword text="pdf_setrgbcolor_fill"/>
          <Keyword text="pdf_setrgbcolor_stroke"/>
          <Keyword text="pdf_show"/>
          <Keyword text="pdf_show_boxed"/>
          <Keyword text="pdf_show_xy"/>
          <Keyword text="pdf_skew"/>
          <Keyword text="pdf_stringwidth"/>
          <Keyword text="pdf_stroke"/>
          <Keyword text="pdf_translate"/>
          <Keyword text="pfpro_cleanup"/>
          <Keyword text="pfpro_init"/>
          <Keyword text="pfpro_process"/>
          <Keyword text="pfpro_process_raw"/>
          <Keyword text="pfpro_version"/>
          <Keyword text="pfsockopen"/>
          <Keyword text="pg_client_encoding"/>
          <Keyword text="pg_clientencoding"/>
          <Keyword text="pg_close"/>
          <Keyword text="pg_cmdtuples"/>
          <Keyword text="pg_connect"/>
          <Keyword text="pg_dbname"/>
          <Keyword text="pg_end_copy"/>
          <Keyword text="pg_errormessage"/>
          <Keyword text="pg_exec"/>
          <Keyword text="pg_fetch_array"/>
          <Keyword text="pg_fetch_object"/>
          <Keyword text="pg_fetch_row"/>
          <Keyword text="pg_fieldisnull"/>
          <Keyword text="pg_fieldname"/>
          <Keyword text="pg_fieldnum"/>
          <Keyword text="pg_fieldprtlen"/>
          <Keyword text="pg_fieldsize"/>
          <Keyword text="pg_fieldtype"/>
          <Keyword text="pg_freeresult"/>
          <Keyword text="pg_getlastoid"/>
          <Keyword text="pg_host"/>
          <Keyword text="pg_loclose"/>
          <Keyword text="pg_locreate"/>
          <Keyword text="pg_loexport"/>
          <Keyword text="pg_loimport"/>
          <Keyword text="pg_loopen"/>
          <Keyword text="pg_loread"/>
          <Keyword text="pg_loreadall"/>
          <Keyword text="pg_lounlink"/>
          <Keyword text="pg_lowrite"/>
          <Keyword text="pg_numfields"/>
          <Keyword text="pg_numrows"/>
          <Keyword text="pg_options"/>
          <Keyword text="pg_pconnect"/>
          <Keyword text="pg_port"/>
          <Keyword text="pg_put_line"/>
          <Keyword text="pg_result"/>
          <Keyword text="pg_set_client_encoding"/>
          <Keyword text="pg_setclientencoding"/>
          <Keyword text="pg_trace"/>
          <Keyword text="pg_tty"/>
          <Keyword text="pg_untrace"/>
          <Keyword text="php_logo_guid"/>
          <Keyword text="php_sapi_name"/>
          <Keyword text="php_uname"/>
          <Keyword text="phpcredits"/>
          <Keyword text="phpinfo"/>
          <Keyword text="phpversion"/>
          <Keyword text="pi"/>
          <Keyword text="popen"/>
          <Keyword text="pos"/>
          <Keyword text="posix_ctermid"/>
          <Keyword text="posix_getcwd"/>
          <Keyword text="posix_getegid"/>
          <Keyword text="posix_geteuid"/>
          <Keyword text="posix_getgid"/>
          <Keyword text="posix_getgrgid"/>
          <Keyword text="posix_getgrnam"/>
          <Keyword text="posix_getgroups"/>
          <Keyword text="posix_getlogin"/>
          <Keyword text="posix_getpgid"/>
          <Keyword text="posix_getpgrp"/>
          <Keyword text="posix_getpid"/>
          <Keyword text="posix_getppid"/>
          <Keyword text="posix_getpwnam"/>
          <Keyword text="posix_getpwuid"/>
          <Keyword text="posix_getrlimit"/>
          <Keyword text="posix_getsid"/>
          <Keyword text="posix_getuid"/>
          <Keyword text="posix_isatty"/>
          <Keyword text="posix_kill"/>
          <Keyword text="posix_mkfifo"/>
          <Keyword text="posix_setegid"/>
          <Keyword text="posix_seteuid"/>
          <Keyword text="posix_setgid"/>
          <Keyword text="posix_setpgid"/>
          <Keyword text="posix_setsid"/>
          <Keyword text="posix_setuid"/>
          <Keyword text="posix_times"/>
          <Keyword text="posix_ttyname"/>
          <Keyword text="posix_uname"/>
          <Keyword text="pow"/>
          <Keyword text="preg_grep"/>
          <Keyword text="preg_match"/>
          <Keyword text="preg_match_all"/>
          <Keyword text="preg_quote"/>
          <Keyword text="preg_replace"/>
          <Keyword text="preg_replace_callback" descr=" Perform a regular expression search and replace using a callback\n\imixed preg_replace_callback ( mixed $pattern , callback $callback , mixed $subject [, int $limit = -1 [, int &amp;$count ]] )"/>
          <Keyword text="preg_split"/>
          <Keyword text="prev"/>
          <Keyword text="print_r"/>
          <Keyword text="printer_close"/>
          <Keyword text="printer_create_brush"/>
          <Keyword text="printer_create_dc"/>
          <Keyword text="printer_create_font"/>
          <Keyword text="printer_create_pen"/>
          <Keyword text="printer_delete_brush"/>
          <Keyword text="printer_delete_dc"/>
          <Keyword text="printer_delete_font"/>
          <Keyword text="printer_delete_pen"/>
          <Keyword text="printer_draw_elipse"/>
          <Keyword text="printer_draw_rectangle"/>
          <Keyword text="printer_draw_roundrect"/>
          <Keyword text="printer_draw_text"/>
          <Keyword text="printer_end_doc"/>
          <Keyword text="printer_end_page"/>
          <Keyword text="printer_get_option"/>
          <Keyword text="printer_list"/>
          <Keyword text="printer_logical_fontheight"/>
          <Keyword text="printer_name"/>
          <Keyword text="printer_open"/>
          <Keyword text="printer_select_brush"/>
          <Keyword text="printer_select_font"/>
          <Keyword text="printer_select_pen"/>
          <Keyword text="printer_set_option"/>
          <Keyword text="printer_start_doc"/>
          <Keyword text="printer_start_page"/>
          <Keyword text="printer_write"/>
          <Keyword text="printf"/>
          <Keyword text="pspell_add_to_personal"/>
          <Keyword text="pspell_add_to_session"/>
          <Keyword text="pspell_check"/>
          <Keyword text="pspell_clear_session"/>
          <Keyword text="pspell_config_create"/>
          <Keyword text="pspell_config_ignore"/>
          <Keyword text="pspell_config_mode"/>
          <Keyword text="pspell_config_personal"/>
          <Keyword text="pspell_config_repl"/>
          <Keyword text="pspell_config_runtogether"/>
          <Keyword text="pspell_config_save_repl"/>
          <Keyword text="pspell_new"/>
          <Keyword text="pspell_new_config"/>
          <Keyword text="pspell_new_personal"/>
          <Keyword text="pspell_save_wordlist"/>
          <Keyword text="pspell_store_replacement"/>
          <Keyword text="pspell_suggest"/>
          <Keyword text="putenv"/>
          <Keyword text="qdom_tree"/>
          <Keyword text="quoted_printable_decode"/>
          <Keyword text="quotemeta"/>
          <Keyword text="rad2deg"/>
          <Keyword text="rand"/>
          <Keyword text="range"/>
          <Keyword text="rawurldecode"/>
          <Keyword text="rawurlencode"/>
          <Keyword text="read"/>
          <Keyword text="read_exif_data"/>
          <Keyword text="readdir"/>
          <Keyword text="readfile"/>
          <Keyword text="readgzfile"/>
          <Keyword text="readline"/>
          <Keyword text="readline_add_history"/>
          <Keyword text="readline_clear_history"/>
          <Keyword text="readline_completion_function"/>
          <Keyword text="readline_info"/>
          <Keyword text="readline_list_history"/>
          <Keyword text="readline_read_history"/>
          <Keyword text="readline_write_history"/>
          <Keyword text="readlink"/>
          <Keyword text="readv"/>
          <Keyword text="realpath"/>
          <Keyword text="recode"/>
          <Keyword text="recode_file"/>
          <Keyword text="recode_string"/>
          <Keyword text="recv"/>
          <Keyword text="recvfrom"/>
          <Keyword text="recvmsg"/>
          <Keyword text="register_shutdown_function"/>
          <Keyword text="register_tick_function"/>
          <Keyword text="rename"/>
          <Keyword text="reset"/>
          <Keyword text="restore_error_handler"/>
          <Keyword text="rewind"/>
          <Keyword text="rewinddir"/>
          <Keyword text="rmdir"/>
          <Keyword text="round"/>
          <Keyword text="rsort"/>
          <Keyword text="rtrim"/>
          <Keyword text="satellite_caught_exception"/>
          <Keyword text="satellite_exception_id"/>
          <Keyword text="satellite_exception_value"/>
          <Keyword text="satellite_get_repository_id"/>
          <Keyword text="satellite_load_idl"/>
          <Keyword text="select"/>
          <Keyword text="sem_acquire"/>
          <Keyword text="sem_get"/>
          <Keyword text="sem_release"/>
          <Keyword text="send"/>
          <Keyword text="sendmsg"/>
          <Keyword text="sendto"/>
          <Keyword text="serialize"/>
          <Keyword text="session_cache_limiter"/>
          <Keyword text="session_decode"/>
          <Keyword text="session_destroy"/>
          <Keyword text="session_encode"/>
          <Keyword text="session_get_cookie_params"/>
          <Keyword text="session_id"/>
          <Keyword text="session_is_registered"/>
          <Keyword text="session_module_name"/>
          <Keyword text="session_name"/>
          <Keyword text="session_register"/>
          <Keyword text="session_save_path"/>
          <Keyword text="session_set_cookie_params"/>
          <Keyword text="session_set_save_handler"/>
          <Keyword text="session_start"/>
          <Keyword text="session_unregister"/>
          <Keyword text="session_unset"/>
          <Keyword text="session_write_close"/>
          <Keyword text="set_error_handler"/>
          <Keyword text="set_file_buffer"/>
          <Keyword text="set_iovec"/>
          <Keyword text="set_magic_quotes_runtime"/>
          <Keyword text="set_nonblock"/>
          <Keyword text="set_socket_blocking"/>
          <Keyword text="set_time_limit"/>
          <Keyword text="setcookie"/>
          <Keyword text="setlocale"/>
          <Keyword text="setsockopt"/>
          <Keyword text="settype"/>
          <Keyword text="shell_exec"/>
          <Keyword text="shm_attach"/>
          <Keyword text="shm_detach"/>
          <Keyword text="shm_get_var"/>
          <Keyword text="shm_put_var"/>
          <Keyword text="shm_remove"/>
          <Keyword text="shm_remove_var"/>
          <Keyword text="shmop_close"/>
          <Keyword text="shmop_delete"/>
          <Keyword text="shmop_open"/>
          <Keyword text="shmop_read"/>
          <Keyword text="shmop_size"/>
          <Keyword text="shmop_write"/>
          <Keyword text="show_source"/>
          <Keyword text="shuffle"/>
          <Keyword text="shutdown"/>
          <Keyword text="signal"/>
          <Keyword text="similar_text"/>
          <Keyword text="sin"/>
          <Keyword text="sizeof"/>
          <Keyword text="sleep"/>
          <Keyword text="snmp_get_quick_print"/>
          <Keyword text="snmp_set_quick_print"/>
          <Keyword text="snmpget"/>
          <Keyword text="snmprealwalk"/>
          <Keyword text="snmpset"/>
          <Keyword text="snmpwalk"/>
          <Keyword text="snmpwalkoid"/>
          <Keyword text="socket"/>
          <Keyword text="socket_get_status"/>
          <Keyword text="socket_set_blocking"/>
          <Keyword text="socket_set_timeout"/>
          <Keyword text="socketpair"/>
          <Keyword text="sort"/>
          <Keyword text="soundex"/>
          <Keyword text="split"/>
          <Keyword text="spliti"/>
          <Keyword text="sprintf"/>
          <Keyword text="sql_regcase"/>
          <Keyword text="sqrt"/>
          <Keyword text="srand"/>
          <Keyword text="sscanf"/>
          <Keyword text="stat"/>
          <Keyword text="str_pad"/>
          <Keyword text="str_repeat"/>
          <Keyword text="date_default_timezone_set" descr="Sets the default timezone used by all date/time functions in a script\n\ibool date_default_timezone_set ( string $timezone_identifier )"/>
          <Keyword text="date_default_timezone_get" descr="Gets the default timezone used by all date/time functions in a script\n\istring date_default_timezone_get ( void )"/>
          <Keyword text="str_replace" descr="Replace all occurrences of the search string with the replacement string\n\imixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &amp;$count ] )"/>
          <Keyword text="str_ireplace" descr="Case-insensitive version of str_replace()\n\imixed str_ireplace ( mixed $search , mixed $replace , mixed $subject [, int &amp;$count ] )"/>
          <Keyword text="strcasecmp"/>
          <Keyword text="strchr"/>
          <Keyword text="strcmp"/>
          <Keyword text="strcspn"/>
          <Keyword text="strerror"/>
          <Keyword text="strftime"/>
          <Keyword text="strip_tags"/>
          <Keyword text="stripcslashes"/>
          <Keyword text="stripslashes"/>
          <Keyword text="stristr"/>
          <Keyword text="strlen"/>
          <Keyword text="strnatcasecmp"/>
          <Keyword text="strnatcmp"/>
          <Keyword text="strncasecmp"/>
          <Keyword text="strncmp"/>
          <Keyword text="strpos" descr="Find position of first occurrence of a string\n\iint strpos ( string $haystack , mixed $needle [, int $offset= 0 ] )"/>
          <Keyword text="strrchr"/>
          <Keyword text="strrev"/>
          <Keyword text="strrpos"/>
          <Keyword text="strspn"/>
          <Keyword text="strstr"/>
          <Keyword text="strtok"/>
          <Keyword text="strtolower"/>
          <Keyword text="strtotime"/>
          <Keyword text="strtoupper"/>
          <Keyword text="strtr"/>
          <Keyword text="strval"/>
          <Keyword text="substr"/>
          <Keyword text="substr_count"/>
          <Keyword text="substr_replace"/>
          <Keyword text="swf_actiongeturl"/>
          <Keyword text="swf_actiongotoframe"/>
          <Keyword text="swf_actiongotolabel"/>
          <Keyword text="swf_actionnextframe"/>
          <Keyword text="swf_actionplay"/>
          <Keyword text="swf_actionprevframe"/>
          <Keyword text="swf_actionsettarget"/>
          <Keyword text="swf_actionstop"/>
          <Keyword text="swf_actiontogglequality"/>
          <Keyword text="swf_actionwaitforframe"/>
          <Keyword text="swf_addbuttonrecord"/>
          <Keyword text="swf_addcolor"/>
          <Keyword text="swf_closefile"/>
          <Keyword text="swf_definebitmap"/>
          <Keyword text="swf_definefont"/>
          <Keyword text="swf_defineline"/>
          <Keyword text="swf_definepoly"/>
          <Keyword text="swf_definerect"/>
          <Keyword text="swf_definetext"/>
          <Keyword text="swf_endbutton"/>
          <Keyword text="swf_enddoaction"/>
          <Keyword text="swf_endshape"/>
          <Keyword text="swf_endsymbol"/>
          <Keyword text="swf_fontsize"/>
          <Keyword text="swf_fontslant"/>
          <Keyword text="swf_fonttracking"/>
          <Keyword text="swf_getbitmapinfo"/>
          <Keyword text="swf_getfontinfo"/>
          <Keyword text="swf_getframe"/>
          <Keyword text="swf_labelframe"/>
          <Keyword text="swf_lookat"/>
          <Keyword text="swf_modifyobject"/>
          <Keyword text="swf_mulcolor"/>
          <Keyword text="swf_nextid"/>
          <Keyword text="swf_oncondition"/>
          <Keyword text="swf_openfile"/>
          <Keyword text="swf_ortho"/>
          <Keyword text="swf_ortho2"/>
          <Keyword text="swf_perspective"/>
          <Keyword text="swf_placeobject"/>
          <Keyword text="swf_polarview"/>
          <Keyword text="swf_popmatrix"/>
          <Keyword text="swf_posround"/>
          <Keyword text="swf_pushmatrix"/>
          <Keyword text="swf_removeobject"/>
          <Keyword text="swf_rotate"/>
          <Keyword text="swf_scale"/>
          <Keyword text="swf_setfont"/>
          <Keyword text="swf_setframe"/>
          <Keyword text="swf_shapearc"/>
          <Keyword text="swf_shapecurveto"/>
          <Keyword text="swf_shapecurveto3"/>
          <Keyword text="swf_shapefillbitmapclip"/>
          <Keyword text="swf_shapefillbitmaptile"/>
          <Keyword text="swf_shapefilloff"/>
          <Keyword text="swf_shapefillsolid"/>
          <Keyword text="swf_shapelinesolid"/>
          <Keyword text="swf_shapelineto"/>
          <Keyword text="swf_shapemoveto"/>
          <Keyword text="swf_showframe"/>
          <Keyword text="swf_startbutton"/>
          <Keyword text="swf_startdoaction"/>
          <Keyword text="swf_startshape"/>
          <Keyword text="swf_startsymbol"/>
          <Keyword text="swf_textwidth"/>
          <Keyword text="swf_translate"/>
          <Keyword text="swf_viewport"/>
          <Keyword text="sybase_affected_rows"/>
          <Keyword text="sybase_close"/>
          <Keyword text="sybase_connect"/>
          <Keyword text="sybase_data_seek"/>
          <Keyword text="sybase_fetch_array"/>
          <Keyword text="sybase_fetch_field"/>
          <Keyword text="sybase_fetch_object"/>
          <Keyword text="sybase_fetch_row"/>
          <Keyword text="sybase_field_seek"/>
          <Keyword text="sybase_free_result"/>
          <Keyword text="sybase_get_last_message"/>
          <Keyword text="sybase_min_client_severity"/>
          <Keyword text="sybase_min_error_severity"/>
          <Keyword text="sybase_min_message_severity"/>
          <Keyword text="sybase_min_server_severity"/>
          <Keyword text="sybase_num_fields"/>
          <Keyword text="sybase_num_rows"/>
          <Keyword text="sybase_pconnect"/>
          <Keyword text="sybase_query"/>
          <Keyword text="sybase_result"/>
          <Keyword text="sybase_select_db"/>
          <Keyword text="symlink"/>
          <Keyword text="syslog"/>
          <Keyword text="system"/>
          <Keyword text="tan"/>
          <Keyword text="tempnam"/>
          <Keyword text="textdomain"/>
          <Keyword text="time"/>
          <Keyword text="tmpfile"/>
          <Keyword text="touch"/>
          <Keyword text="trigger_error"/>
          <Keyword text="trim"/>
          <Keyword text="uasort"/>
          <Keyword text="ucfirst"/>
          <Keyword text="ucwords"/>
          <Keyword text="uksort"/>
          <Keyword text="umask"/>
          <Keyword text="uniqid"/>
          <Keyword text="unixtojd"/>
          <Keyword text="unlink"/>
          <Keyword text="unpack"/>
          <Keyword text="unregister_tick_function"/>
          <Keyword text="unserialize"/>
          <Keyword text="urldecode"/>
          <Keyword text="urlencode"/>
          <Keyword text="usleep"/>
          <Keyword text="usort"/>
          <Keyword text="utf8_decode"/>
          <Keyword text="utf8_encode"/>
          <Keyword text="var_dump"/>
          <Keyword text="velocis_autocommit"/>
          <Keyword text="velocis_close"/>
          <Keyword text="velocis_commit"/>
          <Keyword text="velocis_connect"/>
          <Keyword text="velocis_exec"/>
          <Keyword text="velocis_fetch"/>
          <Keyword text="velocis_fieldname"/>
          <Keyword text="velocis_fieldnum"/>
          <Keyword text="velocis_freeresult"/>
          <Keyword text="velocis_off_autocommit"/>
          <Keyword text="velocis_result"/>
          <Keyword text="velocis_rollback"/>
          <Keyword text="virtual"/>
          <Keyword text="wddx_add_vars"/>
          <Keyword text="wddx_deserialize"/>
          <Keyword text="wddx_packet_end"/>
          <Keyword text="wddx_packet_start"/>
          <Keyword text="wddx_serialize_value"/>
          <Keyword text="wddx_serialize_vars"/>
          <Keyword text="wordwrap"/>
          <Keyword text="write"/>
          <Keyword text="writev"/>
          <Keyword text="xml_error_string"/>
          <Keyword text="xml_get_current_byte_index"/>
          <Keyword text="xml_get_current_column_number"/>
          <Keyword text="xml_get_current_line_number"/>
          <Keyword text="xml_get_error_code"/>
          <Keyword text="xml_parse"/>
          <Keyword text="xml_parse_into_struct"/>
          <Keyword text="xml_parser_create"/>
          <Keyword text="xml_parser_free"/>
          <Keyword text="xml_parser_get_option"/>
          <Keyword text="xml_parser_set_option"/>
          <Keyword text="xml_set_character_data_handler"/>
          <Keyword text="xml_set_default_handler"/>
          <Keyword text="xml_set_element_handler"/>
          <Keyword text="xml_set_external_entity_ref_handler"/>
          <Keyword text="xml_set_notation_decl_handler"/>
          <Keyword text="xml_set_object"/>
          <Keyword text="xml_set_processing_instruction_handler"/>
          <Keyword text="xml_set_unparsed_entity_decl_handler"/>
          <Keyword text="xmldoc"/>
          <Keyword text="xmldocfile"/>
          <Keyword text="xmltree"/>
          <Keyword text="xpath_eval"/>
          <Keyword text="xpath_eval_expression"/>
          <Keyword text="xpath_new_context"/>
          <Keyword text="xptr_eval"/>
          <Keyword text="xptr_new_context"/>
          <Keyword text="xslt_closelog"/>
          <Keyword text="xslt_create"/>
          <Keyword text="xslt_errno"/>
          <Keyword text="xslt_error"/>
          <Keyword text="xslt_fetch_result"/>
          <Keyword text="xslt_free"/>
          <Keyword text="xslt_openlog"/>
          <Keyword text="xslt_output_begintransform"/>
          <Keyword text="xslt_output_endtransform"/>
          <Keyword text="xslt_process"/>
          <Keyword text="xslt_run"/>
          <Keyword text="xslt_set_error_handler"/>
          <Keyword text="xslt_set_sax_handler"/>
          <Keyword text="xslt_transform"/>
          <Keyword text="yaz_addinfo"/>
          <Keyword text="yaz_close"/>
          <Keyword text="yaz_connect"/>
          <Keyword text="yaz_element"/>
          <Keyword text="yaz_errno"/>
          <Keyword text="yaz_error"/>
          <Keyword text="yaz_hits"/>
          <Keyword text="yaz_range"/>
          <Keyword text="yaz_record"/>
          <Keyword text="yaz_search"/>
          <Keyword text="yaz_syntax"/>
          <Keyword text="yaz_wait"/>
          <Keyword text="yp_first"/>
          <Keyword text="yp_get_default_domain"/>
          <Keyword text="yp_master"/>
          <Keyword text="yp_match"/>
          <Keyword text="yp_next"/>
          <Keyword text="yp_order"/>
          <Keyword text="zend_logo_guid"/>
          <Keyword text="zend_test_func"/>
          <Keyword text="zend_version"/>
        </Keywords>
      </Style>
      <Style name="Constants" image="7" bold="0" italic="0" underline="0" clr="Keyword" bkclr="#FFFFFFFF">
        <Keywords>
          <Keyword text="false"/>
          <Keyword text="true"/>
          <Keyword text="FALSE"/>
          <Keyword text="TRUE"/>
        </Keywords>
      </Style>
      <Style name="Data Types" image="7" bold="0" italic="0" underline="0" clr="Keyword" bkclr="#FFFFFFFF">
        <Keywords>
          <Keyword text="int"/>
          <Keyword text="integer"/>
          <Keyword text="bool"/>
          <Keyword text="boolean"/>
          <Keyword text="float"/>
          <Keyword text="double"/>
          <Keyword text="real"/>
          <Keyword text="string"/>
          <Keyword text="array"/>
          <Keyword text="object"/>
          <Keyword text="unset"/>
        </Keywords>
      </Style>
      <Style name="TODOs" id="todo" text="1" bold="1" italic="1" underline="0" clr="TODOs" bkclr="#FFFFFFFF" overview="1">
        <Containers>
          <Open id="comment"/>
          <Open id="documentation"/>
        </Containers>
        <Blocks>
          <Block open="TODO" close="\n"/>
        </Blocks>
      </Style>
    </STYLES>
  </SYNTAX>
</XMLConfigSettings>