<?xml version="1.0" encoding="UTF-8" ?><templates>
	<template autoinsert="true" context="php" deleted="false" description="int ascii2ebcdic ( string ascii_str )" enabled="true" name="ascii2ebcdic">ascii2ebcdic(${ascii_str})</template>
	<template autoinsert="true" context="php" deleted="false" description="float atan2 ( float y, float x )" enabled="true" name="atan2">atan2(${y}, ${x})</template>
	<template autoinsert="true" context="php" deleted="false" description="string base64_decode ( string encoded_data )" enabled="true" name="base64_decode">base64_decode(${encoded_data})</template>
	<template autoinsert="true" context="php" deleted="false" description="string base64_encode ( string data )" enabled="true" name="base64_encode">base64_encode(${data})</template>
	<template autoinsert="true" context="php" deleted="false" description="string bin2hex ( string str )" enabled="true" name="bin2hex">bin2hex(${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="int crc32 ( string str )" enabled="true" name="crc32">crc32(${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="string cybercash_base64_decode ( string inbuff )" enabled="true" name="cybercash_base64_decode">cybercash_base64_decode(${inbuff})</template>
	<template autoinsert="true" context="php" deleted="false" description="string cybercash_base64_encode ( string inbuff )" enabled="true" name="cybercash_base64_encode">cybercash_base64_encode(${inbuff})</template>
	<template autoinsert="true" context="php" deleted="false" description="float deg2rad ( float number )" enabled="true" name="deg2rad">deg2rad(${number})</template>
	<template autoinsert="true" context="php" deleted="false" description="int ebcdic2ascii ( string ebcdic_str )" enabled="true" name="ebcdic2ascii">ebcdic2ascii(${ebcdic_str})</template>
	<template autoinsert="true" context="php" deleted="false" description="float expm1 ( float number )" enabled="true" name="expm1">expm1(${number})</template>
	<template autoinsert="true" context="php" deleted="false" description="string fribidi_log2vis ( string str, string direction, int charset )" enabled="true" name="fribidi_log2vis">fribidi_log2vis(${str}, ${direction}, ${charset})</template>
	<template autoinsert="true" context="php" deleted="false" description="int gmp_scan0 ( resource a, int start )" enabled="true" name="gmp_scan0">gmp_scan0(${a}, ${start})</template>
	<template autoinsert="true" context="php" deleted="false" description="int gmp_scan1 ( resource a, int start )" enabled="true" name="gmp_scan1">gmp_scan1(${a}, ${start})</template>
	<template autoinsert="true" context="php" deleted="false" description="string hw_array2objrec ( array object_array )" enabled="true" name="hw_array2objrec">hw_array2objrec(${object_array})</template>
	<template autoinsert="true" context="php" deleted="false" description="array hw_objrec2array ( string object_record )" enabled="true" name="hw_objrec2array">hw_objrec2array(${object_record})</template>
	<template autoinsert="true" context="php" deleted="false" description="array hw_objrec2array ( string object_record, array format )" enabled="true" name="hw_objrec2array">hw_objrec2array(${object_record}, ${format})</template>
	<template autoinsert="true" context="php" deleted="false" description="string id3_get_frame_long_name ( string frameId )" enabled="true" name="id3_get_frame_long_name">id3_get_frame_long_name(${frameId})</template>
	<template autoinsert="true" context="php" deleted="false" description="string id3_get_frame_short_name ( string frameId )" enabled="true" name="id3_get_frame_short_name">id3_get_frame_short_name(${frameId})</template>
	<template autoinsert="true" context="php" deleted="false" description="int id3_get_genre_id ( string genre )" enabled="true" name="id3_get_genre_id">id3_get_genre_id(${genre})</template>
	<template autoinsert="true" context="php" deleted="false" description="array id3_get_genre_list ( void  )" enabled="true" name="id3_get_genre_list">id3_get_genre_list()</template>
	<template autoinsert="true" context="php" deleted="false" description="string id3_get_genre_name ( int genre_id )" enabled="true" name="id3_get_genre_name">id3_get_genre_name(${genre_id})</template>
	<template autoinsert="true" context="php" deleted="false" description="array id3_get_tag ( string filename )" enabled="true" name="id3_get_tag">id3_get_tag(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="array id3_get_tag ( string filename, int version )" enabled="true" name="id3_get_tag">id3_get_tag(${filename}, ${version})</template>
	<template autoinsert="true" context="php" deleted="false" description="int id3_get_version ( string filename )" enabled="true" name="id3_get_version">id3_get_version(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool id3_remove_tag ( string filename )" enabled="true" name="id3_remove_tag">id3_remove_tag(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool id3_remove_tag ( string filename, int version )" enabled="true" name="id3_remove_tag">id3_remove_tag(${filename}, ${version})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool id3_set_tag ( string filename, array tag )" enabled="true" name="id3_set_tag">id3_set_tag(${filename}, ${tag})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool id3_set_tag ( string filename, array tag, int version )" enabled="true" name="id3_set_tag">id3_set_tag(${filename}, ${tag}, ${version})</template>
	<template autoinsert="true" context="php" deleted="false" description="int image2wbmp ( resource image )" enabled="true" name="image2wbmp">image2wbmp(${image})</template>
	<template autoinsert="true" context="php" deleted="false" description="int image2wbmp ( resource image, string filename )" enabled="true" name="image2wbmp">image2wbmp(${image}, ${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="int image2wbmp ( resource image, string filename, int threshold )" enabled="true" name="image2wbmp">image2wbmp(${image}, ${filename}, ${threshold})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource imagecreatefromgd2 ( string filename )" enabled="true" name="imagecreatefromgd2">imagecreatefromgd2(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource imagecreatefromgd2part ( string filename, int srcX, int srcY, int width, int height )" enabled="true" name="imagecreatefromgd2part">imagecreatefromgd2part(${filename}, ${srcX}, ${srcY}, ${width}, ${height})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool imagegd2 ( resource image )" enabled="true" name="imagegd2">imagegd2(${image})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool imagegd2 ( resource image, string filename )" enabled="true" name="imagegd2">imagegd2(${image}, ${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool imagegd2 ( resource image, string filename, int chunk_size )" enabled="true" name="imagegd2">imagegd2(${image}, ${filename}, ${chunk_size})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool imagegd2 ( resource image, string filename, int chunk_size, int type )" enabled="true" name="imagegd2">imagegd2(${image}, ${filename}, ${chunk_size}, ${type})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_8bit ( string string )" enabled="true" name="imap_8bit">imap_8bit(${string})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_base64 ( string text )" enabled="true" name="imap_base64">imap_base64(${text})</template>
	<template autoinsert="true" context="php" deleted="false" description="array imap_rfc822_parse_adrlist ( string address, string default_host )" enabled="true" name="imap_rfc822_parse_adrlist">imap_rfc822_parse_adrlist(${address}, ${default_host})</template>
	<template autoinsert="true" context="php" deleted="false" description="object imap_rfc822_parse_headers ( string headers )" enabled="true" name="imap_rfc822_parse_headers">imap_rfc822_parse_headers(${headers})</template>
	<template autoinsert="true" context="php" deleted="false" description="object imap_rfc822_parse_headers ( string headers, string defaulthost )" enabled="true" name="imap_rfc822_parse_headers">imap_rfc822_parse_headers(${headers}, ${defaulthost})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_rfc822_write_address ( string mailbox, string host, string personal )" enabled="true" name="imap_rfc822_write_address">imap_rfc822_write_address(${mailbox}, ${host}, ${personal})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_utf7_decode ( string text )" enabled="true" name="imap_utf7_decode">imap_utf7_decode(${text})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_utf7_encode ( string data )" enabled="true" name="imap_utf7_encode">imap_utf7_encode(${data})</template>
	<template autoinsert="true" context="php" deleted="false" description="string imap_utf8 ( string mime_encoded_text )" enabled="true" name="imap_utf8">imap_utf8(${mime_encoded_text})</template>
	<template autoinsert="true" context="php" deleted="false" description="int ip2long ( string ip_address )" enabled="true" name="ip2long">ip2long(${ip_address})</template>
	<template autoinsert="true" context="php" deleted="false" description="int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold )" enabled="true" name="jpeg2wbmp">jpeg2wbmp(${jpegname}, ${wbmpname}, ${d_height}, ${d_width}, ${threshold})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ldap_8859_to_t61 ( string value )" enabled="true" name="ldap_8859_to_t61">ldap_8859_to_t61(${value})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ldap_dn2ufn ( string dn )" enabled="true" name="ldap_dn2ufn">ldap_dn2ufn(${dn})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ldap_err2str ( int errno )" enabled="true" name="ldap_err2str">ldap_err2str(${errno})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ldap_t61_to_8859 ( string value )" enabled="true" name="ldap_t61_to_8859">ldap_t61_to_8859(${value})</template>
	<template autoinsert="true" context="php" deleted="false" description="float log10 ( float arg )" enabled="true" name="log10">log10(${arg})</template>
	<template autoinsert="true" context="php" deleted="false" description="float log1p ( float number )" enabled="true" name="log1p">log1p(${number})</template>
	<template autoinsert="true" context="php" deleted="false" description="string long2ip ( int proper_address )" enabled="true" name="long2ip">long2ip(${proper_address})</template>
	<template autoinsert="true" context="php" deleted="false" description="array mailparse_rfc822_parse_addresses ( string addresses )" enabled="true" name="mailparse_rfc822_parse_addresses">mailparse_rfc822_parse_addresses(${addresses})</template>
	<template autoinsert="true" context="php" deleted="false" description="string md5 ( string str )" enabled="true" name="md5">md5(${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="string md5 ( string str, bool raw_output )" enabled="true" name="md5">md5(${str}, ${raw_output})</template>
	<template autoinsert="true" context="php" deleted="false" description="string md5_file ( string filename )" enabled="true" name="md5_file">md5_file(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="string md5_file ( string filename, bool raw_output )" enabled="true" name="md5_file">md5_file(${filename}, ${raw_output})</template>
	<template autoinsert="true" context="php" deleted="false" description="string mhash_keygen_s2k ( int hash, string password, string salt, int bytes )" enabled="true" name="mhash_keygen_s2k">mhash_keygen_s2k(${hash}, ${password}, ${salt}, ${bytes})</template>
	<template autoinsert="true" context="php" deleted="false" description="string nl2br ( string string )" enabled="true" name="nl2br">nl2br(${string})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_decrypt ( string infilename, string outfilename, mixed recipcert )" enabled="true" name="openssl_pkcs7_decrypt">openssl_pkcs7_decrypt(${infilename}, ${outfilename}, ${recipcert})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_decrypt ( string infilename, string outfilename, mixed recipcert, mixed recipkey )" enabled="true" name="openssl_pkcs7_decrypt">openssl_pkcs7_decrypt(${infilename}, ${outfilename}, ${recipcert}, ${recipkey})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_encrypt ( string infile, string outfile, mixed recipcerts, array headers )" enabled="true" name="openssl_pkcs7_encrypt">openssl_pkcs7_encrypt(${infile}, ${outfile}, ${recipcerts}, ${headers})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_encrypt ( string infile, string outfile, mixed recipcerts, array headers, int flags )" enabled="true" name="openssl_pkcs7_encrypt">openssl_pkcs7_encrypt(${infile}, ${outfile}, ${recipcerts}, ${headers}, ${flags})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_encrypt ( string infile, string outfile, mixed recipcerts, array headers, int flags, int cipherid )" enabled="true" name="openssl_pkcs7_encrypt">openssl_pkcs7_encrypt(${infile}, ${outfile}, ${recipcerts}, ${headers}, ${flags}, ${cipherid})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers )" enabled="true" name="openssl_pkcs7_sign">openssl_pkcs7_sign(${infilename}, ${outfilename}, ${signcert}, ${privkey}, ${headers})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers, int flags )" enabled="true" name="openssl_pkcs7_sign">openssl_pkcs7_sign(${infilename}, ${outfilename}, ${signcert}, ${privkey}, ${headers}, ${flags})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_pkcs7_sign ( string infilename, string outfilename, mixed signcert, mixed privkey, array headers, int flags, string extracerts )" enabled="true" name="openssl_pkcs7_sign">openssl_pkcs7_sign(${infilename}, ${outfilename}, ${signcert}, ${privkey}, ${headers}, ${flags}, ${extracerts})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed openssl_pkcs7_verify ( string filename, int flags )" enabled="true" name="openssl_pkcs7_verify">openssl_pkcs7_verify(${filename}, ${flags})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed openssl_pkcs7_verify ( string filename, int flags, string outfilename )" enabled="true" name="openssl_pkcs7_verify">openssl_pkcs7_verify(${filename}, ${flags}, ${outfilename})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed openssl_pkcs7_verify ( string filename, int flags, string outfilename, array cainfo )" enabled="true" name="openssl_pkcs7_verify">openssl_pkcs7_verify(${filename}, ${flags}, ${outfilename}, ${cainfo})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed openssl_pkcs7_verify ( string filename, int flags, string outfilename, array cainfo, string extracerts )" enabled="true" name="openssl_pkcs7_verify">openssl_pkcs7_verify(${filename}, ${flags}, ${outfilename}, ${cainfo}, ${extracerts})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_x509_check_private_key ( mixed cert, mixed key )" enabled="true" name="openssl_x509_check_private_key">openssl_x509_check_private_key(${cert}, ${key})</template>
	<template autoinsert="true" context="php" deleted="false" description="int openssl_x509_checkpurpose ( mixed x509cert, int purpose )" enabled="true" name="openssl_x509_checkpurpose">openssl_x509_checkpurpose(${x509cert}, ${purpose})</template>
	<template autoinsert="true" context="php" deleted="false" description="int openssl_x509_checkpurpose ( mixed x509cert, int purpose, array cainfo )" enabled="true" name="openssl_x509_checkpurpose">openssl_x509_checkpurpose(${x509cert}, ${purpose}, ${cainfo})</template>
	<template autoinsert="true" context="php" deleted="false" description="int openssl_x509_checkpurpose ( mixed x509cert, int purpose, array cainfo, string untrustedfile )" enabled="true" name="openssl_x509_checkpurpose">openssl_x509_checkpurpose(${x509cert}, ${purpose}, ${cainfo}, ${untrustedfile})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_x509_export ( mixed x509, string &#38;output )" enabled="true" name="openssl_x509_export">openssl_x509_export(${x509}, ${output})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_x509_export ( mixed x509, string &#38;output, bool notext )" enabled="true" name="openssl_x509_export">openssl_x509_export(${x509}, ${output}, ${notext})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_x509_export_to_file ( mixed x509, string outfilename )" enabled="true" name="openssl_x509_export_to_file">openssl_x509_export_to_file(${x509}, ${outfilename})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool openssl_x509_export_to_file ( mixed x509, string outfilename, bool notext )" enabled="true" name="openssl_x509_export_to_file">openssl_x509_export_to_file(${x509}, ${outfilename}, ${notext})</template>
	<template autoinsert="true" context="php" deleted="false" description="void openssl_x509_free ( resource x509cert )" enabled="true" name="openssl_x509_free">openssl_x509_free(${x509cert})</template>
	<template autoinsert="true" context="php" deleted="false" description="array openssl_x509_parse ( mixed x509cert )" enabled="true" name="openssl_x509_parse">openssl_x509_parse(${x509cert})</template>
	<template autoinsert="true" context="php" deleted="false" description="array openssl_x509_parse ( mixed x509cert, bool shortnames )" enabled="true" name="openssl_x509_parse">openssl_x509_parse(${x509cert}, ${shortnames})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource openssl_x509_read ( mixed x509certdata )" enabled="true" name="openssl_x509_read">openssl_x509_read(${x509certdata})</template>
	<template autoinsert="true" context="php" deleted="false" description="int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold )" enabled="true" name="png2wbmp">png2wbmp(${pngname}, ${wbmpname}, ${d_height}, ${d_width}, ${threshold})</template>
	<template autoinsert="true" context="php" deleted="false" description="float rad2deg ( float number )" enabled="true" name="rad2deg">rad2deg(${number})</template>
	<template autoinsert="true" context="php" deleted="false" description="string sha1 ( string str )" enabled="true" name="sha1">sha1(${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="string sha1 ( string str, bool raw_output )" enabled="true" name="sha1">sha1(${str}, ${raw_output})</template>
	<template autoinsert="true" context="php" deleted="false" description="string sha1_file ( string filename )" enabled="true" name="sha1_file">sha1_file(${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="string sha1_file ( string filename, bool raw_output )" enabled="true" name="sha1_file">sha1_file(${filename}, ${raw_output})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed ssh2_auth_none ( resource session, string username )" enabled="true" name="ssh2_auth_none">ssh2_auth_none(${session}, ${username})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_auth_password ( resource session, string username, string password )" enabled="true" name="ssh2_auth_password">ssh2_auth_password(${session}, ${username}, ${password})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_auth_pubkey_file ( resource session, string username, string pubkeyfile, string privkeyfile )" enabled="true" name="ssh2_auth_pubkey_file">ssh2_auth_pubkey_file(${session}, ${username}, ${pubkeyfile}, ${privkeyfile})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_auth_pubkey_file ( resource session, string username, string pubkeyfile, string privkeyfile, string passphrase )" enabled="true" name="ssh2_auth_pubkey_file">ssh2_auth_pubkey_file(${session}, ${username}, ${pubkeyfile}, ${privkeyfile}, ${passphrase})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_connect ( string host )" enabled="true" name="ssh2_connect">ssh2_connect(${host})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_connect ( string host, int port )" enabled="true" name="ssh2_connect">ssh2_connect(${host}, ${port})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_connect ( string host, int port, array methods )" enabled="true" name="ssh2_connect">ssh2_connect(${host}, ${port}, ${methods})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_connect ( string host, int port, array methods, array callbacks )" enabled="true" name="ssh2_connect">ssh2_connect(${host}, ${port}, ${methods}, ${callbacks})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command, string pty )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command}, ${pty})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command, string pty, array env )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command}, ${pty}, ${env})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command, string pty, array env, int width )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command}, ${pty}, ${env}, ${width})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command, string pty, array env, int width, int height )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command}, ${pty}, ${env}, ${width}, ${height})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_exec ( resource session, string command, string pty, array env, int width, int height, int width_height_type )" enabled="true" name="ssh2_exec">ssh2_exec(${session}, ${command}, ${pty}, ${env}, ${width}, ${height}, ${width_height_type})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_fetch_stream ( resource channel, int streamid )" enabled="true" name="ssh2_fetch_stream">ssh2_fetch_stream(${channel}, ${streamid})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ssh2_fingerprint ( resource session )" enabled="true" name="ssh2_fingerprint">ssh2_fingerprint(${session})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ssh2_fingerprint ( resource session, int flags )" enabled="true" name="ssh2_fingerprint">ssh2_fingerprint(${session}, ${flags})</template>
	<template autoinsert="true" context="php" deleted="false" description="array ssh2_methods_negotiated ( resource session )" enabled="true" name="ssh2_methods_negotiated">ssh2_methods_negotiated(${session})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_scp_recv ( resource session, string remote_file, string local_file )" enabled="true" name="ssh2_scp_recv">ssh2_scp_recv(${session}, ${remote_file}, ${local_file})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_scp_send ( resource session, string local_file, string remote_file )" enabled="true" name="ssh2_scp_send">ssh2_scp_send(${session}, ${local_file}, ${remote_file})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_scp_send ( resource session, string local_file, string remote_file, int create_mode )" enabled="true" name="ssh2_scp_send">ssh2_scp_send(${session}, ${local_file}, ${remote_file}, ${create_mode})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_sftp ( resource session )" enabled="true" name="ssh2_sftp">ssh2_sftp(${session})</template>
	<template autoinsert="true" context="php" deleted="false" description="array ssh2_sftp_lstat ( resource sftp, string path )" enabled="true" name="ssh2_sftp_lstat">ssh2_sftp_lstat(${sftp}, ${path})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_mkdir ( resource sftp, string dirname )" enabled="true" name="ssh2_sftp_mkdir">ssh2_sftp_mkdir(${sftp}, ${dirname})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_mkdir ( resource sftp, string dirname, int mode )" enabled="true" name="ssh2_sftp_mkdir">ssh2_sftp_mkdir(${sftp}, ${dirname}, ${mode})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_mkdir ( resource sftp, string dirname, int mode, bool recursive )" enabled="true" name="ssh2_sftp_mkdir">ssh2_sftp_mkdir(${sftp}, ${dirname}, ${mode}, ${recursive})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ssh2_sftp_readlink ( resource sftp, string link )" enabled="true" name="ssh2_sftp_readlink">ssh2_sftp_readlink(${sftp}, ${link})</template>
	<template autoinsert="true" context="php" deleted="false" description="string ssh2_sftp_realpath ( resource sftp, string filename )" enabled="true" name="ssh2_sftp_realpath">ssh2_sftp_realpath(${sftp}, ${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_rename ( resource sftp, string from, string to )" enabled="true" name="ssh2_sftp_rename">ssh2_sftp_rename(${sftp}, ${from}, ${to})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_rmdir ( resource sftp, string dirname )" enabled="true" name="ssh2_sftp_rmdir">ssh2_sftp_rmdir(${sftp}, ${dirname})</template>
	<template autoinsert="true" context="php" deleted="false" description="array ssh2_sftp_stat ( resource sftp, string path )" enabled="true" name="ssh2_sftp_stat">ssh2_sftp_stat(${sftp}, ${path})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_symlink ( resource sftp, string target, string link )" enabled="true" name="ssh2_sftp_symlink">ssh2_sftp_symlink(${sftp}, ${target}, ${link})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool ssh2_sftp_unlink ( resource sftp, string filename )" enabled="true" name="ssh2_sftp_unlink">ssh2_sftp_unlink(${sftp}, ${filename})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session )" enabled="true" name="ssh2_shell">ssh2_shell(${session})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session, string term_type )" enabled="true" name="ssh2_shell">ssh2_shell(${session}, ${term_type})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session, string term_type, array env )" enabled="true" name="ssh2_shell">ssh2_shell(${session}, ${term_type}, ${env})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session, string term_type, array env, int width )" enabled="true" name="ssh2_shell">ssh2_shell(${session}, ${term_type}, ${env}, ${width})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session, string term_type, array env, int width, int height )" enabled="true" name="ssh2_shell">ssh2_shell(${session}, ${term_type}, ${env}, ${width}, ${height})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_shell ( resource session, string term_type, array env, int width, int height, int width_height_type )" enabled="true" name="ssh2_shell">ssh2_shell(${session}, ${term_type}, ${env}, ${width}, ${height}, ${width_height_type})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource ssh2_tunnel ( resource session, string host, int port )" enabled="true" name="ssh2_tunnel">ssh2_tunnel(${session}, ${host}, ${port})</template>
	<template autoinsert="true" context="php" deleted="false" description="string str_rot13 ( string str )" enabled="true" name="str_rot13">str_rot13(${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="void swf_ortho2 ( float xmin, float xmax, float ymin, float ymax )" enabled="true" name="swf_ortho2">swf_ortho2(${xmin}, ${xmax}, ${ymin}, ${ymax})</template>
	<template autoinsert="true" context="php" deleted="false" description="void swf_shapecurveto3 ( float x1, float y1, float x2, float y2, float x3, float y3 )" enabled="true" name="swf_shapecurveto3">swf_shapecurveto3(${x1}, ${y1}, ${x2}, ${y2}, ${x3}, ${y3})</template>
	<template autoinsert="true" context="php" deleted="false" description="int udm_crc32 ( resource agent, string str )" enabled="true" name="udm_crc32">udm_crc32(${agent}, ${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="int udm_hash32 ( resource agent, string str )" enabled="true" name="udm_hash32">udm_hash32(${agent}, ${str})</template>
	<template autoinsert="true" context="php" deleted="false" description="string utf8_decode ( string data )" enabled="true" name="utf8_decode">utf8_decode(${data})</template>
	<template autoinsert="true" context="php" deleted="false" description="string utf8_encode ( string data )" enabled="true" name="utf8_encode">utf8_encode(${data})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool w32api_deftype ( string typename, string member1_type, string member1_name )" enabled="true" name="w32api_deftype">w32api_deftype(${typename}, ${member1_type}, ${member1_name})</template>
	<template autoinsert="true" context="php" deleted="false" description="resource w32api_init_dtype ( string typename, mixed value )" enabled="true" name="w32api_init_dtype">w32api_init_dtype(${typename}, ${value})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed w32api_invoke_function ( string funcname, mixed argument )" enabled="true" name="w32api_invoke_function">w32api_invoke_function(${funcname}, ${argument})</template>
	<template autoinsert="true" context="php" deleted="false" description="bool w32api_register_function ( string library, string function_name, string return_type )" enabled="true" name="w32api_register_function">w32api_register_function(${library}, ${function_name}, ${return_type})</template>
	<template autoinsert="true" context="php" deleted="false" description="void w32api_set_call_method ( int method )" enabled="true" name="w32api_set_call_method">w32api_set_call_method(${method})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed xdiff_file_merge3 ( string file1, string file2, string file3, string dest )" enabled="true" name="xdiff_file_merge3">xdiff_file_merge3(${file1}, ${file2}, ${file3}, ${dest})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed xdiff_string_merge3 ( string str1, string str2, string str3 )" enabled="true" name="xdiff_string_merge3">xdiff_string_merge3(${str1}, ${str2}, ${str3})</template>
	<template autoinsert="true" context="php" deleted="false" description="mixed xdiff_string_merge3 ( string str1, string str2, string str3, string &#38;error )" enabled="true" name="xdiff_string_merge3">xdiff_string_merge3(${str1}, ${str2}, ${str3}, ${error})</template>
</templates>