syntax.xml update from hudson build on Sun 30 Mar 2008 01:54:01 AM CDT
authorEdward Mann <phpeclipse.dev@edmann.com>
Sun, 30 Mar 2008 07:05:00 +0000 (07:05 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Sun, 30 Mar 2008 07:05:00 +0000 (07:05 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/syntax.xml

index 99daddd..35c78f0 100644 (file)
@@ -1,48 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <phpstandardsyntax>
-<s f="class_exists" u="bool class_exists(string classname [, bool autoload])">Checks if the class exists</s>
-<s f="create_function" u="string create_function(string args, string code)">Creates an anonymous function, and returns its name (funny, eh?)</s>
-<s f="debug_backtrace" u="array debug_backtrace(void)">Return backtrace as array</s>
-<s f="debug_print_backtrace" u="void debug_print_backtrace(void)"/>
-<s f="define" u="bool define(string constant_name, mixed value, case_sensitive=true)">Define a new constant</s>
-<s f="defined" u="bool defined(string constant_name)">Check whether a constant exists</s>
-<s f="each" u="array each(array arr)">Return the currently pointed key..value pair in the passed array, and advance the pointer to the next element</s>
-<s f="error_reporting" u="int error_reporting(int new_error_level=null)">Return the current error_reporting level, and if an argument was passed - change to the new level</s>
-<s f="extension_loaded" u="bool extension_loaded(string extension_name)">Returns true if the named extension is loaded</s>
-<s f="func_get_arg" u="mixed func_get_arg(int arg_num)">Get the $arg_num'th argument that was passed to the function</s>
-<s f="func_get_args" u="array func_get_args()">Get an array of the arguments that were passed to the function</s>
-<s f="func_num_args" u="int func_num_args(void)">Get the number of arguments that were passed to the function</s>
-<s f="function_exists" u="bool function_exists(string function_name)">Checks if the function exists</s>
-<s f="get_class" u="string get_class([object object])">Retrieves the class name</s>
-<s f="get_class_methods" u="array get_class_methods(mixed class)">Returns an array of method names for class or class instance.</s>
-<s f="get_class_vars" u="array get_class_vars(string class_name)">Returns an array of default properties of the class</s>
-<s f="get_declared_classes" u="array get_declared_classes()">Returns an array of all declared classes.</s>
-<s f="get_declared_interfaces" u="array get_declared_interfaces()">Returns an array of all declared interfaces.</s>
-<s f="get_defined_constants" u="array get_defined_constants(void)">Return an array containing the names and values of all defined constants</s>
-<s f="get_defined_functions" u="array get_defined_functions(void)">Returns an array of all defined functions</s>
-<s f="get_defined_vars" u="array get_defined_vars(void)">Returns an associative array of names and values of all currently defined variable names (variables in the current scope)</s>
-<s f="get_extension_funcs" u="array get_extension_funcs(string extension_name)">Returns an array with the names of functions belonging to the named extension</s>
-<s f="get_included_files" u="array get_included_files(void)">Returns an array with the file names that were include_once()'d</s>
-<s f="get_loaded_extensions" u="array get_loaded_extensions(void)">Return an array containing names of loaded extensions</s>
-<s f="get_object_vars" u="array get_object_vars(object obj)">Returns an array of object properties</s>
-<s f="get_parent_class" u="string get_parent_class(mixed object)">Retrieves the parent class name for object or class.</s>
-<s f="get_resource_type" u="string get_resource_type(resource res)">Get the resource type name for a given resource</s>
-<s f="is_a" u="bool is_a(object object, string class_name)">Returns true if the object is of this class or has this class as one of its parents</s>
-<s f="is_subclass_of" u="bool is_subclass_of(object object, string class_name)">Returns true if the object has this class as one of its parents</s>
-<s f="leak" u="void leak(int num_bytes=3)">Cause an intentional memory leak, for testing/debugging purposes</s>
-<s f="method_exists" u="bool method_exists(object object, string method)">Checks if the class method exists</s>
-<s f="restore_error_handler" u="void restore_error_handler(void)">Restores the previously defined error handler function</s>
-<s f="restore_exception_handler" u="void restore_exception_handler(void)">Restores the previously defined exception handler function</s>
-<s f="set_error_handler" u="string set_error_handler(string error_handler [, int error_types])">Sets a user-defined error handler function.  Returns the previously defined error handler, or false on error</s>
-<s f="set_exception_handler" u="string set_exception_handler(callable exception_handler)">Sets a user-defined exception handler function.  Returns the previously defined exception handler, or false on error</s>
-<s f="strcasecmp" u="int strcasecmp(string str1, string str2)">Binary safe case-insensitive string comparison</s>
-<s f="strcmp" u="int strcmp(string str1, string str2)">Binary safe string comparison</s>
-<s f="strlen" u="int strlen(string str)">Get string length</s>
-<s f="strncasecmp" u="int strncasecmp(string str1, string str2, int len)">Binary safe string comparison</s>
-<s f="strncmp" u="int strncmp(string str1, string str2, int len)">Binary safe string comparison</s>
-<s f="trigger_error" u="void trigger_error(string messsage [, int error_type])">Generates a user-level error/warning/notice message</s>
-<s f="zend_version" u="string zend_version(void)">Get the version of the Zend Engine</s>
 <s f="bcadd" u="string bcadd(string left_operand, string right_operand [, int scale])">Returns the sum of two arbitrary precision numbers</s>
 <s f="bccomp" u="int bccomp(string left_operand, string right_operand [, int scale])">Compares two arbitrary precision numbers</s>
 <s f="bcdiv" u="string bcdiv(string left_operand, string right_operand [, int scale])">Returns the quotient of two arbitrary precision numbers (division)</s>
 <s f="bzerror" u="array bzerror(resource bz)">Returns the error number and error string in an associative array</s>
 <s f="bzerrstr" u="string bzerrstr(resource bz)">Returns the error string</s>
 <s f="bzopen" u="resource bzopen(string|int file|fp, string mode)">Opens a new BZip2 stream</s>
-<s f="bzread" u="string bzread(int bz[, int length])">Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specified</s>
+<s f="bzread" u="string bzread(resource bz[, int length])">Reads up to length bytes from a BZip2 stream, or 1024 bytes if length is not specified</s>
 <s f="jdtounix" u="int jdtounix(int jday)">Convert Julian Day to UNIX timestamp</s>
 <s f="unixtojd" u="int unixtojd([int timestamp])">Convert UNIX timestamp to Julian Day</s>
 <s f="cal_days_in_month" u="int cal_days_in_month(int calendar, int month, int year)">Returns the number of days in a month for a given year and calendar</s>
 <s f="cal_from_jd" u="array cal_from_jd(int jd, int calendar)">Converts from Julian Day Count to a supported calendar and return extended information</s>
-<s f="cal_info" u="array cal_info(int calendar)">Returns information about a particular calendar</s>
+<s f="cal_info" u="array cal_info([int calendar])">Returns information about a particular calendar</s>
 <s f="cal_to_jd" u="int cal_to_jd(int calendar, int month, int day, int year)">Converts from a supported calendar to Julian Day Count</s>
 <s f="frenchtojd" u="int frenchtojd(int month, int day, int year)">Converts a french republic calendar date to julian day count</s>
 <s f="gregoriantojd" u="int gregoriantojd(int month, int day, int year)">Converts a gregorian calendar date to julian day count</s>
 <s f="easter_days" u="int easter_days([int year, [int method]])">Return the number of days after March 21 that Easter falls on for a given year (defaults to current year)</s>
 <s f="com_create_guid" u="string com_create_guid()">Generate a globally unique identifier (GUID)</s>
 <s f="com_event_sink" u="bool com_event_sink(object comobject, object sinkobject [, mixed sinkinterface])">Connect events from a COM object to a PHP object</s>
+<s f="com_get_active_object" u="object com_get_active_object(string progid [, int code_page ])">Returns a handle to an already running instance of a COM object</s>
 <s f="com_load_typelib" u="bool com_load_typelib(string typelib_name [, int case_insensitive])">Loads a Typelibrary and registers its constants</s>
 <s f="com_message_pump" u="bool com_message_pump([int timeoutms])">Process COM messages, sleeping for up to timeoutms milliseconds</s>
 <s f="com_print_typeinfo" u="bool com_print_typeinfo(object comobject | string typelib, string dispinterface, bool wantsink)">Print out a PHP class definition for a dispatchable interface</s>
+<s f="COMPersistHelper::GetCurFile" u="string COMPersistHelper::GetCurFile()">Determines the filename into which an object will be saved, or false if none is set, via IPersistFile::GetCurFile</s>
+<s f="COMPersistHelper::GetMaxStreamSize" u="int COMPersistHelper::GetMaxStreamSize()">Gets maximum stream size required to store the object data, via IPersistStream::GetSizeMax (or IPersistStreamInit::GetSizeMax)</s>
+<s f="COMPersistHelper::InitNew" u="int COMPersistHelper::InitNew()">Initializes the object to a default state, via IPersistStreamInit::InitNew</s>
+<s f="COMPersistHelper::LoadFromFile" u="bool COMPersistHelper::LoadFromFile(string filename [, int flags])">Load object data from file, via IPersistFile::Load</s>
+<s f="COMPersistHelper::LoadFromStream" u="mixed COMPersistHelper::LoadFromStream(resource stream)">Initializes an object from the stream where it was previously saved, via IPersistStream::Load or OleLoadFromStream</s>
+<s f="COMPersistHelper::SaveToFile" u="bool COMPersistHelper::SaveToFile(string filename [, bool remember])">Persist object data to file, via IPersistFile::Save</s>
+<s f="COMPersistHelper::SaveToStream" u="int COMPersistHelper::SaveToStream(resource stream)">Saves the object to a stream, via IPersistStream::Save</s>
+<s f="COMPersistHelper::__construct" u="int COMPersistHelper::__construct([object com_object])">Creates a persistence helper object, usually associated with a com_object</s>
 <s f="variant_abs" u="mixed variant_abs(mixed left)">Returns the absolute value of a variant</s>
-<s f="variant_add" u="mixed variant_add(mixed left, mixed right)">"Adds" two variant values together and returns the result</s>
+<s f="variant_add" u="mixed variant_add(mixed left, mixed right)">&quot;Adds&quot; two variant values together and returns the result</s>
 <s f="variant_and" u="mixed variant_and(mixed left, mixed right)">performs a bitwise AND operation between two variants and returns the result</s>
 <s f="variant_cast" u="object variant_cast(object variant, int type)">Convert a variant into a new variant object of another type</s>
 <s f="variant_cat" u="mixed variant_cat(mixed left, mixed right)">concatenates two variant values together and returns the result</s>
 <s f="variant_date_to_timestamp" u="int variant_date_to_timestamp(object variant)">Converts a variant date/time value to unix timestamp</s>
 <s f="variant_div" u="mixed variant_div(mixed left, mixed right)">Returns the result from dividing two variants</s>
 <s f="variant_eqv" u="mixed variant_eqv(mixed left, mixed right)">Performs a bitwise equivalence on two variants</s>
-<s f="variant_fix" u="mixed variant_fix(mixed left)">Returns the ? of a variant</s>
+<s f="variant_fix" u="mixed variant_fix(mixed left)">Returns the integer part ? of a variant</s>
 <s f="variant_get_type" u="int variant_get_type(object variant)">Returns the VT_XXX type code for a variant</s>
-<s f="variant_idiv" u="mixed variant_idiv(mixed left, mixed right)">Converts variants to operands and then returns the result from dividing them</s>
+<s f="variant_idiv" u="mixed variant_idiv(mixed left, mixed right)">Converts variants to integers and then returns the result from dividing them</s>
 <s f="variant_imp" u="mixed variant_imp(mixed left, mixed right)">Performs a bitwise implication on two variants</s>
-<s f="variant_index_get" u="mixed variant_index_get(object variant, mixed index1 [, mixed index2 [, ...]])">Get the value of a multi dimensional array property</s>
 <s f="variant_int" u="mixed variant_int(mixed left)">Returns the integer portion of a variant</s>
 <s f="variant_mod" u="mixed variant_mod(mixed left, mixed right)">Divides two variants and returns only the remainder</s>
 <s f="variant_mul" u="mixed variant_mul(mixed left, mixed right)">multiplies the values of the two variants and returns the result</s>
 <s f="variant_or" u="mixed variant_or(mixed left, mixed right)">Performs a logical disjunction on two variants</s>
 <s f="variant_pow" u="mixed variant_pow(mixed left, mixed right)">Returns the result of performing the power function with two variants</s>
 <s f="variant_round" u="mixed variant_round(mixed left, int decimals)">Rounds a variant to the specified number of decimal places</s>
-<s f="variant_set" u="void variant_set(object variant, mixed value)">Assigns a new value for a variant object (like "set" in VB)</s>
-<s f="variant_set_type" u="void variant_set_type(object variant, int type)">Convert a variant into another type.  Variant is modified "in-place"</s>
-<s f="variant_sub" u="mixed variant_sub(mixed left, mixed right)">subjects the value of the right variant from the left variant value and returns the result</s>
+<s f="variant_set" u="void variant_set(object variant, mixed value)">Assigns a new value for a variant object</s>
+<s f="variant_set_type" u="void variant_set_type(object variant, int type)">Convert a variant into another type.  Variant is modified &quot;in-place&quot;</s>
+<s f="variant_sub" u="mixed variant_sub(mixed left, mixed right)">subtracts the value of the right variant from the left variant value and returns the result</s>
 <s f="variant_xor" u="mixed variant_xor(mixed left, mixed right)">Performs a logical exclusion on two variants</s>
-<s f="cpdf_add_annotation" u="bool cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text [, int mode])">Sets annotation</s>
-<s f="cpdf_add_outline" u="int cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title)">Adds outline</s>
-<s f="cpdf_arc" u="bool cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end [, int mode])">Draws an arc</s>
-<s f="cpdf_begin_text" u="bool cpdf_begin_text(int pdfdoc)">Starts text section</s>
-<s f="cpdf_circle" u="bool cpdf_circle(int pdfdoc, float x, float y, float radius [, int mode])">Draws a circle</s>
-<s f="cpdf_clip" u="bool cpdf_clip(int pdfdoc)">Clips to current path</s>
-<s f="cpdf_close" u="bool cpdf_close(int pdfdoc)">Closes the pdf document</s>
-<s f="cpdf_closepath" u="bool cpdf_closepath(int pdfdoc)">Close path</s>
-<s f="cpdf_closepath_fill_stroke" u="bool cpdf_closepath_fill_stroke(int pdfdoc)">Close, fill and stroke current path</s>
-<s f="cpdf_closepath_stroke" u="bool cpdf_closepath_stroke(int pdfdoc)">Close path and draw line along path</s>
-<s f="cpdf_continue_text" u="bool cpdf_continue_text(int pdfdoc, string text)">Outputs text in next line</s>
-<s f="cpdf_curveto" u="bool cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode])">Draws a curve</s>
-<s f="cpdf_end_text" u="bool cpdf_end_text(int pdfdoc)">Ends text section</s>
-<s f="cpdf_fill" u="bool cpdf_fill(int pdfdoc)">Fills current path</s>
-<s f="cpdf_fill_stroke" u="bool cpdf_fill_stroke(int pdfdoc)">Fills and stroke current path</s>
-<s f="cpdf_finalize" u="bool cpdf_finalize(int pdfdoc)">Creates PDF doc in memory</s>
-<s f="cpdf_finalize_page" u="bool cpdf_finalize_page(int pdfdoc, int pagenr)">Ends the page to save memory</s>
-<s f="cpdf_global_set_document_limits" u="bool cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects)">Sets document settings for all documents</s>
-<s f="cpdf_import_jpeg" u="bool cpdf_import_jpeg(int pdfdoc, string filename, float x, float y, float angle, float width, float height, float x_scale, float y_scale, int gsave [, int mode])">Includes JPEG image</s>
-<s f="cpdf_lineto" u="bool cpdf_lineto(int pdfdoc, float x, float y [, int mode])">Draws a line</s>
-<s f="cpdf_moveto" u="bool cpdf_moveto(int pdfdoc, float x, float y [, int mode])">Sets current point</s>
-<s f="cpdf_newpath" u="bool cpdf_newpath(int pdfdoc)">Starts new path</s>
-<s f="cpdf_open" u="int cpdf_open(int compression [, string filename [, array doc_limits]])">Opens a new pdf document</s>
-<s f="cpdf_output_buffer" u="bool cpdf_output_buffer(int pdfdoc)">Returns the internal memory stream as string</s>
-<s f="cpdf_page_init" u="bool cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width [, float unit])">Starts page</s>
-<s f="cpdf_place_inline_image" u="bool cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave [, int mode])">Includes image</s>
-<s f="cpdf_rect" u="bool cpdf_rect(int pdfdoc, float x, float y, float width, float height [, int mode])">Draws a rectangle</s>
-<s f="cpdf_restore" u="bool cpdf_restore(int pdfdoc)">Restores formerly saved enviroment</s>
-<s f="cpdf_rlineto" u="bool cpdf_rlineto(int pdfdoc, float x, float y [, int mode])">Draws a line relative to current point</s>
-<s f="cpdf_rmoveto" u="bool cpdf_rmoveto(int pdfdoc, float x, float y [, int mode])">Sets current point</s>
-<s f="cpdf_rotate" u="bool cpdf_rotate(int pdfdoc, float angle)">Sets rotation</s>
-<s f="cpdf_rotate_text" u="bool cpdf_rotate_text(int pdfdoc, float angle)">Sets text rotation angle</s>
-<s f="cpdf_save" u="bool cpdf_save(int pdfdoc)">Saves current enviroment</s>
-<s f="cpdf_save_to_file" u="bool cpdf_save_to_file(int pdfdoc, string filename)">Saves the internal memory stream to a file</s>
-<s f="cpdf_scale" u="bool cpdf_scale(int pdfdoc, float x_scale, float y_scale)">Sets scaling</s>
-<s f="cpdf_set_action_url" u="bool cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode])">Sets hyperlink</s>
-<s f="cpdf_set_char_spacing" u="bool cpdf_set_char_spacing(int pdfdoc, float space)">Sets character spacing</s>
-<s f="cpdf_set_creator" u="bool cpdf_set_creator(int pdfdoc, string creator)">Sets the creator field</s>
-<s f="cpdf_set_current_page" u="bool cpdf_set_current_page(int pdfdoc, int pagenr)">Sets page for output</s>
-<s f="cpdf_set_font" u="bool cpdf_set_font(int pdfdoc, string font, float size, string encoding)">Selects the current font face, size and encoding</s>
-<s f="cpdf_set_font_directories" u="bool cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir)">Sets directories to search when using external fonts</s>
-<s f="cpdf_set_font_map_file" u="bool cpdf_set_font_map_file(int pdfdoc, string filename)">Sets fontname to filename translation map when using external fonts</s>
-<s f="cpdf_set_horiz_scaling" u="bool cpdf_set_horiz_scaling(int pdfdoc, float scale)">Sets horizontal scaling of text</s>
-<s f="cpdf_set_keywords" u="bool cpdf_set_keywords(int pdfptr, string keywords)">Fills the keywords field of the info structure</s>
-<s f="cpdf_set_leading" u="bool cpdf_set_leading(int pdfdoc, float distance)">Sets distance between text lines</s>
-<s f="cpdf_set_page_animation" u="bool cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout)">Sets transition between pages</s>
-<s f="cpdf_set_subject" u="bool cpdf_set_subject(int pdfptr, string subject)">Fills the subject field of the info structure</s>
-<s f="cpdf_set_text_matrix" u="bool cpdf_set_text_matrix(int pdfdoc, arry matrix)">Sets the text matrix</s>
-<s f="cpdf_set_text_pos" u="bool cpdf_set_text_pos(int pdfdoc, float x, float y [, int mode])">Sets the position of text for the next cpdf_show call</s>
-<s f="cpdf_set_text_rendering" u="bool cpdf_set_text_rendering(int pdfdoc, int rendermode)">Determines how text is rendered</s>
-<s f="cpdf_set_text_rise" u="bool cpdf_set_text_rise(int pdfdoc, float value)">Sets the text rise</s>
-<s f="cpdf_set_title" u="bool cpdf_set_title(int pdfptr, string title)">Fills the title field of the info structure</s>
-<s f="cpdf_set_viewer_preferences" u="bool cpdf_set_viewer_preferences(int pdfdoc, array preferences)">How to show the document in the viewer</s>
-<s f="cpdf_set_word_spacing" u="bool cpdf_set_word_spacing(int pdfdoc, float space)">Sets spacing between words</s>
-<s f="cpdf_setdash" u="bool cpdf_setdash(int pdfdoc, long white, long black)">Sets dash pattern</s>
-<s f="cpdf_setflat" u="bool cpdf_setflat(int pdfdoc, float value)">Sets flatness</s>
-<s f="cpdf_setgray" u="bool cpdf_setgray(int pdfdoc, float value)">Sets drawing and filling color to gray value</s>
-<s f="cpdf_setgray_fill" u="bool cpdf_setgray_fill(int pdfdoc, float value)">Sets filling color to gray value</s>
-<s f="cpdf_setgray_stroke" u="bool cpdf_setgray_stroke(int pdfdoc, float value)">Sets drawing color to gray value</s>
-<s f="cpdf_setlinecap" u="bool cpdf_setlinecap(int pdfdoc, int value)">Sets linecap parameter</s>
-<s f="cpdf_setlinejoin" u="bool cpdf_setlinejoin(int pdfdoc, int value)">Sets linejoin parameter</s>
-<s f="cpdf_setlinewidth" u="bool cpdf_setlinewidth(int pdfdoc, float width)">Sets line width</s>
-<s f="cpdf_setmiterlimit" u="bool cpdf_setmiterlimit(int pdfdoc, float value)">Sets miter limit</s>
-<s f="cpdf_setrgbcolor" u="bool cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue)">Sets drawing and filling color to RGB color value</s>
-<s f="cpdf_setrgbcolor_fill" u="bool cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)">Sets filling color to rgb color value</s>
-<s f="cpdf_setrgbcolor_stroke" u="bool cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)">Sets drawing color to RGB color value</s>
-<s f="cpdf_show" u="bool cpdf_show(int pdfdoc, string text)">Output text at current position</s>
-<s f="cpdf_show_xy" u="bool cpdf_show_xy(int pdfdoc, string text, float x-koor, float y-koor [, int mode])">Output text at position</s>
-<s f="cpdf_stringwidth" u="float cpdf_stringwidth(int pdfdoc, string text)">Returns width of text in current font</s>
-<s f="cpdf_stroke" u="bool cpdf_stroke(int pdfdoc)">Draws line along path path</s>
-<s f="cpdf_text" u="bool cpdf_text(int pdfdoc, string text [, float x-koor, float y-koor [, int mode [, float orientation [, int alignmode]]]])">Outputs text</s>
-<s f="cpdf_translate" u="bool cpdf_translate(int pdfdoc, float x, float y)">Sets origin of coordinate system</s>
 <s f="ctype_alnum" u="bool ctype_alnum(mixed c)">Checks for alphanumeric character(s)</s>
 <s f="ctype_alpha" u="bool ctype_alpha(mixed c)">Checks for alphabetic character(s)</s>
 <s f="ctype_cntrl" u="bool ctype_cntrl(mixed c)">Checks for control character(s)</s>
 <s f="ctype_space" u="bool ctype_space(mixed c)">Checks for whitespace character(s)</s>
 <s f="ctype_upper" u="bool ctype_upper(mixed c)">Checks for uppercase character(s)</s>
 <s f="ctype_xdigit" u="bool ctype_xdigit(mixed c)">Checks for character(s) representing a hexadecimal digit</s>
-<s f="curl_close" u="void curl_close(resource ch)">Close a CURL session</s>
+<s f="curl_close" u="void curl_close(resource ch)">Close a cURL session</s>
 <s f="curl_copy_handle" u="resource curl_copy_handle(resource ch)">Copy a cURL handle along with all of it's preferences</s>
 <s f="curl_errno" u="int curl_errno(resource ch)">Return an integer containing the last error number</s>
 <s f="curl_error" u="string curl_error(resource ch)">Return a string contain the last error for the current session</s>
-<s f="curl_exec" u="bool curl_exec(resource ch)">Perform a CURL session</s>
-<s f="curl_getinfo" u="mixed curl_getinfo(resource ch, int opt)">Get information regarding a specific transfer</s>
-<s f="curl_init" u="resource curl_init([string url])">Initialize a CURL session</s>
-<s f="curl_setopt" u="bool curl_setopt(resource ch, string option, mixed value)">Set an option for a CURL transfer</s>
+<s f="curl_exec" u="bool curl_exec(resource ch)">Perform a cURL session</s>
+<s f="curl_getinfo" u="mixed curl_getinfo(resource ch [, int option])">Get information regarding a specific transfer</s>
+<s f="curl_init" u="resource curl_init([string url])">Initialize a cURL session</s>
+<s f="curl_setopt" u="bool curl_setopt(resource ch, int option, mixed value)">Set an option for a cURL transfer</s>
+<s f="curl_setopt_array" u="bool curl_setopt_array(resource ch, array options)">Set an array of option for a cURL transfer</s>
 <s f="curl_version" u="array curl_version([int version])">Return cURL version information.</s>
-<s f="curl_multi_add_handle" u="int curl_multi_add_handle(resource multi, resource ch)">Add a normal cURL handle to a cURL multi handle</s>
+<s f="curl_multi_add_handle" u="int curl_multi_add_handle(resource mh, resource ch)">Add a normal cURL handle to a cURL multi handle</s>
 <s f="curl_multi_close" u="void curl_multi_close(resource mh)">Close a set of cURL handles</s>
 <s f="curl_multi_exec" u="int curl_multi_exec(resource mh, int &amp;still_running)">Run the sub-connections of the current cURL handle</s>
 <s f="curl_multi_getcontent" u="string curl_multi_getcontent(resource ch)">Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set</s>
-<s f="curl_multi_info_read" u="array curl_multi_info_read(resource mh)">Get information about the current transfers</s>
+<s f="curl_multi_info_read" u="array curl_multi_info_read(resource mh [, long msgs_in_queue])">Get information about the current transfers</s>
 <s f="curl_multi_init" u="resource curl_multi_init(void)">Returns a new cURL multi handle</s>
 <s f="curl_multi_remove_handle" u="int curl_multi_remove_handle(resource mh, resource ch)">Remove a multi handle from a set of cURL handles</s>
-<s f="curl_multi_select" u="int curl_multi_select(resource mh[, double timeout])">Get all the sockets associated with the cURL extension, which can then be "selected"</s>
+<s f="curl_multi_select" u="int curl_multi_select(resource mh[, double timeout])">Get all the sockets associated with the cURL extension, which can then be &quot;selected&quot;</s>
+<s f="checkdate" u="bool checkdate(int month, int day, int year)">Returns true(1) if it is a valid date in gregorian calendar</s>
+<s f="date" u="string date(string format [, long timestamp])">Format a local date/time</s>
+<s f="date_create" u="DateTime date_create([string time[, DateTimeZone object]])">Returns new DateTime object</s>
+<s f="date_date_set" u="void date_date_set(DateTime object, long year, long month, long day)">Sets the date.</s>
+<s f="date_default_timezone_get" u="string date_default_timezone_get()">Gets the default timezone used by all date/time functions in a script</s>
+<s f="date_default_timezone_set" u="bool date_default_timezone_set(string timezone_identifier)">Sets the default timezone used by all date/time functions in a script</s>
+<s f="date_format" u="string date_format(DateTime object, string format)">Returns date formatted according to given format</s>
+<s f="date_format_locale" u="string date_format_locale(DateTime object, string format)"></s>
+<s f="date_isodate_set" u="void date_isodate_set(DateTime object, long year, long week[, long day])">Sets the ISO date.</s>
+<s f="date_modify" u="void date_modify(DateTime object, string modify)">Alters the timestamp.</s>
+<s f="date_offset_get" u="long date_offset_get(DateTime object)">Returns the DST offset.</s>
+<s f="date_parse" u="array date_parse(string date)">Returns associative array with detailed info about given date</s>
+<s f="date_sun_info" u="array date_sun_info(long time, float latitude, float longitude)">Returns an array with information about sun set/rise and twilight begin/end</s>
+<s f="date_sunrise" u="mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunrise for a given day and location</s>
+<s f="date_sunset" u="mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunset for a given day and location</s>
+<s f="date_time_set" u="void date_time_set(DateTime object, long hour, long minute[, long second])">Sets the time.</s>
+<s f="date_timezone_get" u="DateTimeZone date_timezone_get(DateTime object)">Return new DateTimeZone object relative to give DateTime</s>
+<s f="date_timezone_set" u="void date_timezone_set(DateTime object, DateTimeZone object)">Sets the timezone for the DateTime object.</s>
+<s f="getdate" u="array getdate([int timestamp])">Get date/time information</s>
+<s f="gmdate" u="string gmdate(string format [, long timestamp])">Format a GMT date/time</s>
+<s f="gmmktime" u="int gmmktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])">Get UNIX timestamp for a GMT date</s>
+<s f="gmstrftime" u="string gmstrftime(string format [, int timestamp])">Format a GMT/UCT time/date according to locale settings</s>
+<s f="idate" u="int idate(string format [, int timestamp])">Format a local time/date as integer</s>
+<s f="localtime" u="array localtime([int timestamp [, bool associative_array]])">Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array</s>
+<s f="mktime" u="int mktime([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])">Get UNIX timestamp for a date</s>
+<s f="strftime" u="string strftime(string format [, int timestamp])">Format a local time/date according to locale settings</s>
+<s f="strtotime" u="int strtotime(string time [, int now ])">Convert string representation of date and time to a timestamp</s>
+<s f="time" u="int time(void)">Return current UNIX timestamp</s>
+<s f="DateTime::__construct" u=" DateTime::__construct([string time[, DateTimeZone object]])">Creates new DateTime object</s>
+<s f="DateTimeZone::__construct" u=" DateTimeZone::__construct(string timezone)">Creates new DateTimeZone object.</s>
+<s f="timezone_abbreviations_list" u="array timezone_abbreviations_list()">Returns associative array containing dst, offset and the timezone name</s>
+<s f="timezone_identifiers_list" u="array timezone_identifiers_list()">Returns numerically index array with all timezone identifiers.</s>
+<s f="timezone_name_from_abbr" u="string timezone_name_from_abbr(string abbr[, long gmtOffset[, long isdst]])">Returns the timezone name from abbrevation</s>
+<s f="timezone_name_get" u="string timezone_name_get(DateTimeZone object)">Returns the name of the timezone.</s>
+<s f="timezone_offset_get" u="long timezone_offset_get(DateTimeZone object, DateTime object)">Returns the timezone offset.</s>
+<s f="timezone_open" u="DateTimeZone timezone_open(string timezone)">Returns new DateTimeZone object</s>
+<s f="timezone_transitions_get" u="array timezone_transitions_get(DateTimeZone object)">Returns numeracilly indexed array containing associative array for all transitions for the timezone.</s>
 <s f="dba_close" u="void dba_close(resource handle)">Closes database</s>
-<s f="dba_delete" u="bool dba_delete(string key, resource handle)">Deletes the entry associated with key     If inifile: remove all other key lines</s>
+<s f="dba_delete" u="bool dba_delete(string key, resource handle)">Deletes the entry associated with key    If inifile: remove all other key lines</s>
 <s f="dba_exists" u="bool dba_exists(string key, resource handle)">Checks, if the specified key exists</s>
 <s f="dba_fetch" u="string dba_fetch(string key, [int skip ,] resource handle)">Fetches the data associated with key</s>
 <s f="dba_firstkey" u="string dba_firstkey(resource handle)">Resets the internal key pointer and returns the first key</s>
 <s f="dba_handlers" u="array dba_handlers([bool full_info])">List configured database handlers</s>
-<s f="dba_insert" u="bool dba_insert(string key, string value, resource handle)">If not inifile: Insert value as key, return false, if key exists already      If inifile: Add vakue as key (next instance of key)</s>
+<s f="dba_insert" u="bool dba_insert(string key, string value, resource handle)">If not inifile: Insert value as key, return false, if key exists already     If inifile: Add vakue as key (next instance of key)</s>
 <s f="dba_list" u="array dba_list()">List opened databases</s>
 <s f="dba_nextkey" u="string dba_nextkey(resource handle)">Returns the next key</s>
 <s f="dba_open" u="resource dba_open(string path, string mode [, string handlername, string ...])">Opens path using the specified handler in mode</s>
 <s f="dba_optimize" u="bool dba_optimize(resource handle)">Optimizes (e.g. clean up, vacuum) database</s>
 <s f="dba_popen" u="resource dba_popen(string path, string mode [, string handlername, string ...])">Opens path using the specified handler in mode persistently</s>
-<s f="dba_replace" u="bool dba_replace(string key, string value, resource handle)">Inserts value as key, replaces key, if key exists already     If inifile: remove all other key lines</s>
+<s f="dba_replace" u="bool dba_replace(string key, string value, resource handle)">Inserts value as key, replaces key, if key exists already    If inifile: remove all other key lines</s>
 <s f="dba_sync" u="bool dba_sync(resource handle)">Synchronizes database</s>
 <s f="dbase_add_record" u="bool dbase_add_record(int identifier, array data)">Adds a record to the database</s>
 <s f="dbase_close" u="bool dbase_close(int identifier)">Closes an open dBase-format database file</s>
 <s f="dbase_create" u="bool dbase_create(string filename, array fields)">Creates a new dBase-format database file</s>
 <s f="dbase_delete_record" u="bool dbase_delete_record(int identifier, int record)">Marks a record to be deleted</s>
-<s f="dbase_get_header_info" u="array dbase_get_header_info(int database_handle)"/>
+<s f="dbase_get_header_info" u="array dbase_get_header_info(int database_handle)"></s>
 <s f="dbase_get_record" u="array dbase_get_record(int identifier, int record)">Returns an array representing a record from the database</s>
 <s f="dbase_get_record_with_names" u="array dbase_get_record_with_names(int identifier, int record)">Returns an associative array representing a record from the database</s>
 <s f="dbase_numfields" u="int dbase_numfields(int identifier)">Returns the number of fields (columns) in the database</s>
 <s f="dbase_open" u="int dbase_open(string name, int mode)">Opens a dBase-format database file</s>
 <s f="dbase_pack" u="bool dbase_pack(int identifier)">Packs the database (deletes records marked for deletion)</s>
 <s f="dbase_replace_record" u="bool dbase_replace_record(int identifier, array data, int recnum)">Replaces a record to the database</s>
-<s f="dbx_close" u="int dbx_close(dbx_link_object dbx_link)">Returns success or failure</s>
-<s f="dbx_compare" u="int dbx_compare(array row_x, array row_y, string columnname [, int flags])">Returns row_y[columnname] - row_x[columnname], converted to -1, 0 or 1</s>
-<s f="dbx_connect" u="dbx_link_object dbx_connect(string module_name, string host, string db, string username, string password [, bool persistent])">Returns a dbx_link_object on success and returns 0 on failure</s>
-<s f="dbx_error" u="string dbx_error(dbx_link_object dbx_link)">Returns success or failure</s>
-<s f="dbx_escape_string" u="string dbx_escape_string(dbx_link_object dbx_link, string sz)">Returns escaped string or NULL on error</s>
-<s f="dbx_fetch_row" u="dbx_row dbx_fetch_row(dbx_query_object dbx_q)">Returns a row (index and assoc based on query) on success and returns 0 on failure or no more rows</s>
-<s f="dbx_query" u="dbx_result_object dbx_query(dbx_link_object dbx_link, string sql_statement [, int flags])">Returns a dbx_link_object on success and returns 0 on failure</s>
-<s f="dbx_sort" u="int dbx_sort(object dbx_result, string compare_function_name)">Returns 0 on failure, 1 on success</s>
-<s f="dio_close" u="void dio_close(resource fd)">Close the file descriptor given by fd</s>
-<s f="dio_fcntl" u="mixed dio_fcntl(resource fd, int cmd[, mixed arg])">Perform a c library fcntl on fd</s>
-<s f="dio_open" u="resource dio_open(string filename, int flags[, int mode])">Open a new filename with specified permissions of flags and creation permissions of mode</s>
-<s f="dio_read" u="string dio_read(resource fd[, int n])">Read n bytes from fd and return them, if n is not specified, read 1k</s>
-<s f="dio_seek" u="int dio_seek(resource fd, int pos, int whence)">Seek to pos on fd from whence</s>
-<s f="dio_stat" u="array dio_stat(resource fd)">Get stat information about the file descriptor fd</s>
-<s f="dio_tcsetattr" u="mixed dio_tcsetattr(resource fd,  array args )">Perform a c library tcsetattr on fd</s>
-<s f="dio_truncate" u="bool dio_truncate(resource fd, int offset)">Truncate file descriptor fd to offset bytes</s>
-<s f="dio_write" u="int dio_write(resource fd, string data[, int len])">Write data to fd with optional truncation at length</s>
-<s f="dom_document_xinclude" u="int dom_document_xinclude()">Substitutues xincludes in a DomDocument</s>
+<s f="dom_attr_is_id" u="boolean dom_attr_is_id()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Attr-isId Since: DOM Level 3</s>
+<s f="dom_characterdata_append_data" u="void dom_characterdata_append_data(string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-32791A2F Since:</s>
+<s f="dom_characterdata_delete_data" u="void dom_characterdata_delete_data(int offset, int count)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-7C603781 Since:</s>
+<s f="dom_characterdata_insert_data" u="void dom_characterdata_insert_data(int offset, string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3EDB695F Since:</s>
+<s f="dom_characterdata_replace_data" u="void dom_characterdata_replace_data(int offset, int count, string arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-E5CBA7FB Since:</s>
+<s f="dom_characterdata_substring_data" u="string dom_characterdata_substring_data(int offset, int count)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6531BCCF Since:</s>
+<s f="DOMDocument::registerNodeClass" u="boolean DOMDocument::registerNodeClass(string baseclass, string extendedclass)">Register extended class used to create base node type</s>
+<s f="dom_document_adopt_node" u="DOMNode dom_document_adopt_node(DOMNode source)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-adoptNode Since: DOM Level 3</s>
+<s f="dom_document_create_attribute" u="DOMAttr dom_document_create_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1084891198 Since:</s>
+<s f="dom_document_create_attribute_ns" u="DOMAttr dom_document_create_attribute_ns(string namespaceURI, string qualifiedName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrAttrNS Since: DOM Level 2</s>
+<s f="dom_document_create_cdatasection" u="DOMCdataSection dom_document_create_cdatasection(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D26C0AF8 Since:</s>
+<s f="dom_document_create_comment" u="DOMComment dom_document_create_comment(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1334481328 Since:</s>
+<s f="dom_document_create_document_fragment" u="DOMDocumentFragment dom_document_create_document_fragment()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-35CB04B5 Since:</s>
+<s f="dom_document_create_element" u="DOMElement dom_document_create_element(string tagName [, string value])">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-2141741547 Since:</s>
+<s f="dom_document_create_element_ns" u="DOMElement dom_document_create_element_ns(string namespaceURI, string qualifiedName [,string value])">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-DocCrElNS Since: DOM Level 2</s>
+<s f="dom_document_create_entity_reference" u="DOMEntityReference dom_document_create_entity_reference(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-392B75AE Since:</s>
+<s f="dom_document_create_processing_instruction" u="DOMProcessingInstruction dom_document_create_processing_instruction(string target, string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-135944439 Since:</s>
+<s f="dom_document_create_text_node" u="DOMText dom_document_create_text_node(string data)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1975348127 Since:</s>
+<s f="dom_document_get_element_by_id" u="DOMElement dom_document_get_element_by_id(string elementId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBId Since: DOM Level 2</s>
+<s f="dom_document_get_elements_by_tag_name" u="DOMNodeList dom_document_get_elements_by_tag_name(string tagname)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C9094 Since:</s>
+<s f="dom_document_get_elements_by_tag_name_ns" u="DOMNodeList dom_document_get_elements_by_tag_name_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getElBTNNS Since: DOM Level 2</s>
+<s f="dom_document_import_node" u="DOMNode dom_document_import_node(DOMNode importedNode, boolean deep)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Core-Document-importNode Since: DOM Level 2</s>
+<s f="dom_document_load" u="DOMNode dom_document_load(string source [, int options])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-load Since: DOM Level 3</s>
+<s f="dom_document_load_html" u="DOMNode dom_document_load_html(string source)">Since: DOM extended</s>
+<s f="dom_document_load_html_file" u="DOMNode dom_document_load_html_file(string source)">Since: DOM extended</s>
+<s f="dom_document_loadxml" u="DOMNode dom_document_loadxml(string source [, int options])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-loadXML Since: DOM Level 3</s>
+<s f="dom_document_normalize_document" u="void dom_document_normalize_document()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-normalizeDocument Since: DOM Level 3</s>
+<s f="dom_document_rename_node" u="DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-renameNode Since: DOM Level 3</s>
+<s f="dom_document_save" u="int dom_document_save(string file)">Convenience method to save to file</s>
+<s f="dom_document_save_html" u="string dom_document_save_html()">Convenience method to output as html</s>
+<s f="dom_document_save_html_file" u="int dom_document_save_html_file(string file)">Convenience method to save to file as html</s>
+<s f="dom_document_savexml" u="string dom_document_savexml([node n])">URL: http://www.w3.org/TR/DOM-Level-3-LS/load-save.html#LS-DocumentLS-saveXML Since: DOM Level 3</s>
+<s f="dom_document_validate" u="boolean dom_document_validate()">Since: DOM extended</s>
+<s f="dom_document_xinclude" u="int dom_document_xinclude([int options])">Substitutues xincludes in a DomDocument</s>
+<s f="dom_domconfiguration_can_set_parameter" u="boolean dom_domconfiguration_can_set_parameter(string name, domuserdata value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-canSetParameter Since:</s>
+<s f="dom_domconfiguration_get_parameter" u="domdomuserdata dom_domconfiguration_get_parameter(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMConfiguration-getParameter Since:</s>
+<s f="dom_domimplementation_create_document" u="DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocument Since: DOM Level 2</s>
+<s f="dom_domimplementation_create_document_type" u="DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Level-2-Core-DOM-createDocType Since: DOM Level 2</s>
+<s f="dom_domimplementation_get_feature" u="DOMNode dom_domimplementation_get_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementation3-getFeature Since: DOM Level 3</s>
+<s f="dom_domimplementation_has_feature" u="boolean dom_domimplementation_has_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-5CED94D7 Since:</s>
+<s f="dom_domimplementationlist_item" u="domdomimplementation dom_domimplementationlist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMImplementationList-item Since:</s>
+<s f="dom_domimplementationsource_get_domimplementation" u="domdomimplementation dom_domimplementationsource_get_domimplementation(string features)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpl Since:</s>
+<s f="dom_domimplementationsource_get_domimplementations" u="domimplementationlist dom_domimplementationsource_get_domimplementations(string features)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-getDOMImpls Since:</s>
+<s f="dom_domstringlist_item" u="domstring dom_domstringlist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#DOMStringList-item Since:</s>
+<s f="dom_element_get_attribute" u="string dom_element_get_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-666EE0F9 Since:</s>
+<s f="dom_element_get_attribute_node" u="DOMAttr dom_element_get_attribute_node(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-217A91B8 Since:</s>
+<s f="dom_element_get_attribute_node_ns" u="DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAtNodeNS Since: DOM Level 2</s>
+<s f="dom_element_get_attribute_ns" u="string dom_element_get_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElGetAttrNS Since: DOM Level 2</s>
+<s f="dom_element_get_elements_by_tag_name" u="DOMNodeList dom_element_get_elements_by_tag_name(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1938918D Since:</s>
+<s f="dom_element_get_elements_by_tag_name_ns" u="DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-A6C90942 Since: DOM Level 2</s>
+<s f="dom_element_has_attribute" u="boolean dom_element_has_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttr Since: DOM Level 2</s>
+<s f="dom_element_has_attribute_ns" u="boolean dom_element_has_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElHasAttrNS Since: DOM Level 2</s>
+<s f="dom_element_remove_attribute" u="void dom_element_remove_attribute(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-6D6AC0F9 Since:</s>
+<s f="dom_element_remove_attribute_node" u="DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D589198 Since:</s>
+<s f="dom_element_remove_attribute_ns" u="void dom_element_remove_attribute_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElRemAtNS Since: DOM Level 2</s>
+<s f="dom_element_set_attribute" u="void dom_element_set_attribute(string name, string value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-F68F082 Since:</s>
+<s f="dom_element_set_attribute_node" u="DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-887236154 Since:</s>
+<s f="dom_element_set_attribute_node_ns" u="DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAtNodeNS Since: DOM Level 2</s>
+<s f="dom_element_set_attribute_ns" u="void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetAttrNS Since: DOM Level 2</s>
+<s f="dom_element_set_id_attribute" u="void dom_element_set_id_attribute(string name, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttr Since: DOM Level 3</s>
+<s f="dom_element_set_id_attribute_node" u="void dom_element_set_id_attribute_node(attr idAttr, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNode Since: DOM Level 3</s>
+<s f="dom_element_set_id_attribute_ns" u="void dom_element_set_id_attribute_ns(string namespaceURI, string localName, boolean isId)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-ElSetIdAttrNS Since: DOM Level 3</s>
+<s f="dom_namednodemap_get_named_item" u="DOMNode dom_namednodemap_get_named_item(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1074577549 Since:</s>
+<s f="dom_namednodemap_get_named_item_ns" u="DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-getNamedItemNS Since: DOM Level 2</s>
+<s f="dom_namednodemap_item" u="DOMNode dom_namednodemap_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-349467F9 Since:</s>
+<s f="dom_namednodemap_remove_named_item" u="DOMNode dom_namednodemap_remove_named_item(string name)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-D58B193 Since:</s>
+<s f="dom_namednodemap_remove_named_item_ns" u="DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-removeNamedItemNS Since: DOM Level 2</s>
+<s f="dom_namednodemap_set_named_item" u="DOMNode dom_namednodemap_set_named_item(DOMNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1025163788 Since:</s>
+<s f="dom_namednodemap_set_named_item_ns" u="DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-setNamedItemNS Since: DOM Level 2</s>
+<s f="dom_namelist_get_name" u="string dom_namelist_get_name(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getName Since:</s>
+<s f="dom_namelist_get_namespace_uri" u="string dom_namelist_get_namespace_uri(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#NameList-getNamespaceURI Since:</s>
+<s f="DOMNode::C14N" u="string DOMNode::C14N([bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])">Canonicalize nodes to a string</s>
+<s f="DOMNode::C14NFile" u="int DOMNode::C14NFile(string uri [, bool exclusive [, bool with_comments [, array xpath [, array ns_prefixes]]]])">Canonicalize nodes to a file</s>
+<s f="DOMNode::getNodePath" u="int DOMNode::getNodePath()">Gets an xpath for a node</s>
+<s f="dom_node_append_child" u="DomNode dom_node_append_child(DomNode newChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-184E7107 Since:</s>
+<s f="dom_node_clone_node" u="DomNode dom_node_clone_node(boolean deep)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-3A0ED0A4 Since:</s>
+<s f="dom_node_compare_document_position" u="short dom_node_compare_document_position(DomNode other)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-compareDocumentPosition Since: DOM Level 3</s>
+<s f="dom_node_get_feature" u="DomNode dom_node_get_feature(string feature, string version)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getFeature Since: DOM Level 3</s>
+<s f="dom_node_get_user_data" u="DomUserData dom_node_get_user_data(string key)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-getUserData Since: DOM Level 3</s>
+<s f="dom_node_has_attributes" u="boolean dom_node_has_attributes()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-NodeHasAttrs Since: DOM Level 2</s>
+<s f="dom_node_has_child_nodes" u="boolean dom_node_has_child_nodes()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-810594187 Since:</s>
+<s f="dom_node_insert_before" u="domnode dom_node_insert_before(DomNode newChild, DomNode refChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-952280727 Since:</s>
+<s f="dom_node_is_default_namespace" u="boolean dom_node_is_default_namespace(string namespaceURI)">URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isDefaultNamespace Since: DOM Level 3</s>
+<s f="dom_node_is_equal_node" u="boolean dom_node_is_equal_node(DomNode arg)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isEqualNode Since: DOM Level 3</s>
+<s f="dom_node_is_same_node" u="boolean dom_node_is_same_node(DomNode other)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-isSameNode Since: DOM Level 3</s>
+<s f="dom_node_lookup_namespace_uri" u="string dom_node_lookup_namespace_uri(string prefix)">URL: http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespaceURI Since: DOM Level 3</s>
+<s f="dom_node_lookup_prefix" u="string dom_node_lookup_prefix(string namespaceURI)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-lookupNamespacePrefix Since: DOM Level 3</s>
+<s f="dom_node_normalize" u="void dom_node_normalize()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-normalize Since:</s>
+<s f="dom_node_remove_child" u="DomNode dom_node_remove_child(DomNode oldChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-1734834066 Since:</s>
+<s f="dom_node_replace_child" u="DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-785887307 Since:</s>
+<s f="dom_node_set_user_data" u="DomUserData dom_node_set_user_data(string key, DomUserData data, userdatahandler handler)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#Node3-setUserData Since: DOM Level 3</s>
+<s f="dom_nodelist_item" u="DOMNode dom_nodelist_item(int index)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#ID-844377136 Since:</s>
 <s f="dom_import_simplexml" u="somNode dom_import_simplexml(sxeobject node)">Get a simplexml_element object from dom to allow for processing</s>
+<s f="dom_string_extend_find_offset16" u="int dom_string_extend_find_offset16(int offset32)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset16 Since:</s>
+<s f="dom_string_extend_find_offset32" u="int dom_string_extend_find_offset32(int offset16)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#i18n-methods-StringExtend-findOffset32 Since:</s>
+<s f="dom_text_is_whitespace_in_element_content" u="boolean dom_text_is_whitespace_in_element_content()">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-isWhitespaceInElementContent Since: DOM Level 3</s>
+<s f="dom_text_replace_whole_text" u="DOMText dom_text_replace_whole_text(string content)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Text3-replaceWholeText Since: DOM Level 3</s>
+<s f="dom_text_split_text" u="DOMText dom_text_split_text(int offset)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-ID-38853C1D Since:</s>
 <s f="exif_imagetype" u="int exif_imagetype(string imagefile)">Get the type of an image</s>
 <s f="exif_read_data" u="array exif_read_data(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]])">Reads header data from the JPEG/TIFF image filename and optionally reads the internal thumbnails</s>
 <s f="exif_tagname" u="string exif_tagname(index)">Get headername for index or false if not defined</s>
 <s f="exif_thumbnail" u="string exif_thumbnail(string filename [, &amp;width, &amp;height [, &amp;imagetype]])">Reads the embedded thumbnail</s>
-<s f="fam_cancel_monitor" u="bool fam_cancel_monitor(resource id, resource monitor_id)">Terminate monitoring</s>
-<s f="fam_close" u="void fam_close(resource id)">Close FAM connection</s>
-<s f="fam_monitor_collection" u="resource fam_monitor_collection(resource id, string dirname, int depth, string mask)">Monitor a collection of files in a directory for changes</s>
-<s f="fam_monitor_directory" u="resource fam_monitor_directory(resource id, string dirname)">Monitor a directory for changes</s>
-<s f="fam_monitor_file" u="resource fam_monitor_file(resource id, string filename)">Monitor a regular file for changes</s>
-<s f="fam_next_event" u="array fam_next_event(resource id)">Get next pending FAM event</s>
-<s f="fam_open" u="resource fam_open([string appname])">Open FAM connection</s>
-<s f="fam_pending" u="int fam_pending(resource id)">Check for pending FAM events</s>
-<s f="fam_resume_monitor" u="bool fam_resume_monitor(resource id, resource monitor_id)">Resume suspended monitoring</s>
-<s f="fam_suspend_monitor" u="bool fam_suspend_monitor(resource id, resource monitor_id)">Temporary suspend monitoring</s>
 <s f="fbsql_affected_rows" u="int fbsql_affected_rows([resource link_identifier])">Get the number of rows affected by the last statement</s>
 <s f="fbsql_autocommit" u="bool fbsql_autocommit(resource link_identifier [, bool OnOff])">Turns on auto-commit</s>
 <s f="fbsql_blob_size" u="int fbsql_blob_size(string blob_handle [, resource link_identifier])">Get the size of a BLOB identified by blob_handle</s>
 <s f="fbsql_connect" u="resource fbsql_connect([string hostname [, string username [, string password]]])">Create a connection to a database server</s>
 <s f="fbsql_create_blob" u="string fbsql_create_blob(string blob_data [, resource link_identifier])">Create a BLOB in the database for use with an insert or update statement</s>
 <s f="fbsql_create_clob" u="string fbsql_create_clob(string clob_data [, resource link_identifier])">Create a CLOB in the database for use with an insert or update statement</s>
-<s f="fbsql_create_db" u="bool fbsql_create_db(string database_name [, resource link_identifier])">Create a new database on the server</s>
+<s f="fbsql_create_db" u="bool fbsql_create_db(string database_name [, resource link_identifier [, string database_options]])">Create a new database on the server</s>
 <s f="fbsql_data_seek" u="bool fbsql_data_seek(int result, int row_number)">Move the internal row counter to the specified row_number</s>
 <s f="fbsql_database" u="string fbsql_database(resource link_identifier [, string database])">Get or set the database name used with a connection</s>
 <s f="fbsql_database_password" u="string fbsql_database_password(resource link_identifier [, string database_password])">Get or set the databsae password used with a connection</s>
 <s f="fbsql_num_rows" u="int fbsql_num_rows(int result)">Get number of rows</s>
 <s f="fbsql_password" u="string fbsql_password(resource link_identifier [, string password])">Get or set the user password used with a connection</s>
 <s f="fbsql_pconnect" u="resource fbsql_pconnect([string hostname [, string username [, string password]]])">Create a persistant connection to a database server</s>
-<s f="fbsql_query" u="resource fbsql_query(string query [, resource link_identifier])">Send one or more SQL statements to the server and execute them</s>
+<s f="fbsql_query" u="resource fbsql_query(string query [, resource link_identifier [, long batch_size]])">Send one or more SQL statements to the server and execute them</s>
 <s f="fbsql_read_blob" u="string fbsql_read_blob(string blob_handle [, resource link_identifier])">Read the BLOB data identified by blob_handle</s>
 <s f="fbsql_read_clob" u="string fbsql_read_clob(string clob_handle [, resource link_identifier])">Read the CLOB data identified by clob_handle</s>
 <s f="fbsql_result" u="mixed fbsql_result(int result [, int row [, mixed field]])">???</s>
 <s f="fbsql_rollback" u="bool fbsql_rollback([resource link_identifier])">Rollback all statments since last commit</s>
+<s f="fbsql_rows_fetched" u="int fbsql_rows_fetched(resource result)">Get the number of rows affected by the last statement</s>
 <s f="fbsql_select_db" u="bool fbsql_select_db([string database_name [, resource link_identifier]])">Select the database to open</s>
+<s f="fbsql_set_characterset" u="void fbsql_set_characterset(resource link_identifier, long charcterset [, long in_out_both]])">Change input/output character set</s>
 <s f="fbsql_set_lob_mode" u="bool fbsql_set_lob_mode(resource result, int lob_mode)">Sets the mode for how LOB data re retreived (actual data or a handle)</s>
 <s f="fbsql_set_password" u="bool fbsql_set_password(resource link_identifier, string user, string password, string old_password)">Change the password for a given user</s>
 <s f="fbsql_set_transaction" u="void fbsql_set_transaction(resource link_identifier, int locking, int isolation)">Sets the transaction locking and isolation</s>
-<s f="fbsql_start_db" u="bool fbsql_start_db(string database_name [, resource link_identifier])">Start a database on the server</s>
+<s f="fbsql_start_db" u="bool fbsql_start_db(string database_name [, resource link_identifier [, string database_options]])">Start a database on the server</s>
 <s f="fbsql_stop_db" u="bool fbsql_stop_db(string database_name [, resource link_identifier])">Stop a database on the server</s>
 <s f="fbsql_table_name" u="string fbsql_table_name(resource result, int index)">Retreive the table name for index after a call to fbsql_list_tables()</s>
 <s f="fbsql_username" u="string fbsql_username(resource link_identifier [, string username])">Get or set the host user used with a connection</s>
 <s f="fdf_save" u="bool fdf_save(resource fdfdoc [, string filename])">Writes out the FDF file</s>
 <s f="fdf_save_string" u="string fdf_save_string(resource fdfdoc)">Returns the FDF file as a string</s>
 <s f="fdf_set_ap" u="bool fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr)">Sets the appearence of a field</s>
-<s f="fdf_set_encoding" u="bool fdf_set_encoding(resource fdf_document, string encoding)">Sets FDF encoding (either "Shift-JIS" or "Unicode")</s>
+<s f="fdf_set_encoding" u="bool fdf_set_encoding(resource fdf_document, string encoding)">Sets FDF encoding (either &quot;Shift-JIS&quot; or &quot;Unicode&quot;)</s>
 <s f="fdf_set_file" u="bool fdf_set_file(resource fdfdoc, string filename [, string target_frame])">Sets the value of /F key</s>
 <s f="fdf_set_flags" u="bool fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags)">Sets flags for a field in the FDF document</s>
 <s f="fdf_set_javascript_action" u="bool fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script)">Sets the javascript action for a field</s>
-<s f="fdf_set_on_import_javascript" u="bool fdf_set_on_import_javascript(resource fdfdoc, string script [, bool before_data_import])">Adds javascript code to be executed when Acrobat opens the FDF</s>
+<s f="fdf_set_on_import_javascript" u="bool fdf_set_on_import_javascript(resource fdfdoc, string script, bool before_data_import)">Adds javascript code to be executed when Acrobat opens the FDF</s>
 <s f="fdf_set_opt" u="bool fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name)">Sets a value in the opt array for a field</s>
 <s f="fdf_set_status" u="bool fdf_set_status(resource fdfdoc, string status)">Sets the value of /Status key</s>
 <s f="fdf_set_submit_form_action" u="bool fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)">Sets the submit form action for a field</s>
 <s f="fdf_set_target_frame" u="bool fdf_set_target_frame(resource fdfdoc, string target)">Sets target frame for form</s>
 <s f="fdf_set_value" u="bool fdf_set_value(resource fdfdoc, string fieldname, mixed value [, int isname])">Sets the value of a field</s>
 <s f="fdf_set_version" u="bool fdf_set_version(resourece fdfdoc, string version)">Sets FDF version for a file</s>
-<s f="filepro" u="bool filepro(string directory)">Read and verify the map file</s>
-<s f="filepro_fieldcount" u="int filepro_fieldcount(void)">Find out how many fields are in a filePro database</s>
-<s f="filepro_fieldname" u="string filepro_fieldname(int fieldnumber)">Gets the name of a field</s>
-<s f="filepro_fieldtype" u="string filepro_fieldtype(int field_number)">Gets the type of a field</s>
-<s f="filepro_fieldwidth" u="int filepro_fieldwidth(int field_number)">Gets the width of a field</s>
-<s f="filepro_retrieve" u="string filepro_retrieve(int row_number, int field_number)">Retrieves data from a filePro database</s>
-<s f="filepro_rowcount" u="int filepro_rowcount(void)">Find out how many rows are in a filePro database</s>
+<s f="filter_has_var" u="mixed filter_has_var(constant type, string variable_name)">* Returns true if the variable with the name 'name' exists in source.</s>
+<s f="filter_input" u="mixed filter_input(constant type, string variable_name [, long filter [, mixed options]])">* Returns the filtered variable 'name'* from source `type`.</s>
+<s f="filter_input_array" u="mixed filter_input_array(constant type, [, mixed options]])">* Returns an array with all arguments defined in 'definition'.</s>
+<s f="filter_var" u="mixed filter_var(mixed variable [, long filter [, mixed options]])">* Returns the filtered version of the vriable.</s>
+<s f="filter_var_array" u="mixed filter_var_array(array data, [, mixed options]])">* Returns an array with all arguments defined in 'definition'.</s>
+<s f="filter_id" u=" filter_id(string filtername)">* Returns the filter ID belonging to a named filter</s>
 <s f="ftp_alloc" u="bool ftp_alloc(resource stream, int size[, &amp;response])">Attempt to allocate space on the remote FTP server</s>
 <s f="ftp_cdup" u="bool ftp_cdup(resource stream)">Changes to the parent directory</s>
 <s f="ftp_chdir" u="bool ftp_chdir(resource stream, string directory)">Changes directories</s>
 <s f="ftp_size" u="int ftp_size(resource stream, string filename)">Returns the size of the file, or -1 on error</s>
 <s f="ftp_ssl_connect" u="resource ftp_ssl_connect(string host [, int port [, int timeout]])">Opens a FTP-SSL stream</s>
 <s f="ftp_systype" u="string ftp_systype(resource stream)">Returns the system type identifier</s>
-<s f="gd_info" u="array gd_info()"/>
+<s f="gd_info" u="array gd_info()"></s>
+<s f="image2wbmp" u="bool image2wbmp(resource im [, string filename [, int threshold]])">Output WBMP image to browser or file</s>
 <s f="imagealphablending" u="bool imagealphablending(resource im, bool on)">Turn alpha blending mode on or off for the given image</s>
 <s f="imageantialias" u="bool imageantialias(resource im, bool on)">Should antialiased functions used or not</s>
 <s f="imagearc" u="bool imagearc(resource im, int cx, int cy, int w, int h, int s, int e, int col)">Draw a partial ellipse</s>
 <s f="imagecolorsforindex" u="array imagecolorsforindex(resource im, int col)">Get the colors for an index</s>
 <s f="imagecolorstotal" u="int imagecolorstotal(resource im)">Find out the number of colors in an image's palette</s>
 <s f="imagecolortransparent" u="int imagecolortransparent(resource im [, int col])">Define a color as transparent</s>
+<s f="imageconvolution" u="resource imageconvolution(resource src_im, array matrix3x3, double div, double offset)">Apply a 3x3 convolution matrix, using coefficient div and offset</s>
 <s f="imagecopy" u="bool imagecopy(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)">Copy part of an image</s>
 <s f="imagecopymerge" u="bool imagecopymerge(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)">Merge one part of an image with another</s>
 <s f="imagecopymergegray" u="bool imagecopymergegray(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)">Merge one part of an image with another</s>
 <s f="imagecopyresized" u="bool imagecopyresized(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)">Copy and resize part of an image</s>
 <s f="imagecreate" u="resource imagecreate(int x_size, int y_size)">Create a new image</s>
 <s f="imagecreatefromgd" u="resource imagecreatefromgd(string filename)">Create a new image from GD file or URL</s>
+<s f="imagecreatefromgd2" u="resource imagecreatefromgd2(string filename)">Create a new image from GD2 file or URL</s>
+<s f="imagecreatefromgd2part" u="resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)">Create a new image from a given part of GD2 file or URL</s>
 <s f="imagecreatefromgif" u="resource imagecreatefromgif(string filename)">Create a new image from GIF file or URL</s>
 <s f="imagecreatefromjpeg" u="resource imagecreatefromjpeg(string filename)">Create a new image from JPEG file or URL</s>
 <s f="imagecreatefrompng" u="resource imagecreatefrompng(string filename)">Create a new image from PNG file or URL</s>
 <s f="imagefilter" u="bool imagefilter(resource src_im, int filtertype, [args] )">Applies Filter an image using a custom angle</s>
 <s f="imagefontheight" u="int imagefontheight(int font)">Get font height</s>
 <s f="imagefontwidth" u="int imagefontwidth(int font)">Get font width</s>
-<s f="imageftbbox" u="array imageftbbox(int size, int angle, string font_file, string text[, array extrainfo])">Give the bounding box of a text using fonts via freetype2</s>
-<s f="imagefttext" u="array imagefttext(resource im, int size, int angle, int x, int y, int col, string font_file, string text, [array extrainfo])">Write text to the image using fonts via freetype2</s>
+<s f="imageftbbox" u="array imageftbbox(float size, float angle, string font_file, string text [, array extrainfo])">Give the bounding box of a text using fonts via freetype2</s>
+<s f="imagefttext" u="array imagefttext(resource im, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo])">Write text to the image using fonts via freetype2</s>
 <s f="imagegammacorrect" u="bool imagegammacorrect(resource im, float inputgamma, float outputgamma)">Apply a gamma correction to a GD image</s>
 <s f="imagegd" u="bool imagegd(resource im [, string filename])">Output GD image to browser or file</s>
+<s f="imagegd2" u="bool imagegd2(resource im [, string filename [, int chunk_size [, int type]]])">Output GD2 image to browser or file</s>
 <s f="imagegif" u="bool imagegif(resource im [, string filename])">Output GIF image to browser or file</s>
+<s f="imagegrabscreen" u="resource imagegrabscreen()">Grab a screenshot</s>
+<s f="imagegrabwindow" u="resource imagegrabwindow(int window_handle [, int client_area])">Grab a window or its client area using a windows handle (HWND property in COM instance)</s>
 <s f="imageinterlace" u="int imageinterlace(resource im [, int interlace])">Enable or disable interlace</s>
 <s f="imageistruecolor" u="bool imageistruecolor(resource im)">return true if the image uses truecolor</s>
 <s f="imagejpeg" u="bool imagejpeg(resource im [, string filename [, int quality]])">Output JPEG image to browser or file</s>
 <s f="imageline" u="bool imageline(resource im, int x1, int y1, int x2, int y2, int col)">Draw a line</s>
 <s f="imageloadfont" u="int imageloadfont(string filename)">Load a new font</s>
 <s f="imagepalettecopy" u="void imagepalettecopy(resource dst, resource src)">Copy the palette from the src image onto the dst image</s>
-<s f="imagepng" u="bool imagepng(resource im [, string filename])">Output PNG image to browser or file</s>
+<s f="imagepng" u="bool imagepng(resource im [, string filename [, int quality]])">Output PNG image to browser or file</s>
 <s f="imagepolygon" u="bool imagepolygon(resource im, array point, int num_points, int col)">Draw a polygon</s>
 <s f="imagepsbbox" u="array imagepsbbox(string text, resource font, int size [, int space, int tightness, int angle])">Return the bounding box needed by a string if rasterized</s>
 <s f="imagepscopyfont" u="int imagepscopyfont(int font_index)">Make a copy of a font for purposes like extending or reenconding</s>
 <s f="imagepsfreefont" u="bool imagepsfreefont(resource font_index)">Free memory used by a font</s>
 <s f="imagepsloadfont" u="resource imagepsloadfont(string pathname)">Load a new font from specified file</s>
 <s f="imagepsslantfont" u="bool imagepsslantfont(resource font_index, float slant)">Slant a font</s>
-<s f="imagepstext" u="array imagepstext(resource image, string text, resource font, int size, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])">Rasterize a string over an image</s>
+<s f="imagepstext" u="array imagepstext(resource image, string text, resource font, int size, int foreground, int background, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])">Rasterize a string over an image</s>
 <s f="imagerectangle" u="bool imagerectangle(resource im, int x1, int y1, int x2, int y2, int col)">Draw a rectangle</s>
-<s f="imagerotate" u="resource imagerotate(resource src_im, float angle, int bgdcolor)">Rotate an image using a custom angle</s>
+<s f="imagerotate" u="resource imagerotate(resource src_im, float angle, int bgdcolor [, int ignoretransparent])">Rotate an image using a custom angle</s>
 <s f="imagesavealpha" u="bool imagesavealpha(resource im, bool on)">Include alpha channel to a saved image</s>
-<s f="imagesetbrush" u="bool imagesetbrush(resource image, resource brush)">Set the brush image to $brush when filling $image with the "IMG_COLOR_BRUSHED" color</s>
+<s f="imagesetbrush" u="bool imagesetbrush(resource image, resource brush)">Set the brush image to $brush when filling $image with the &quot;IMG_COLOR_BRUSHED&quot; color</s>
 <s f="imagesetpixel" u="bool imagesetpixel(resource im, int x, int y, int col)">Set a single pixel</s>
 <s f="imagesetstyle" u="bool imagesetstyle(resource im, array styles)">Set the line drawing styles for use with imageline and IMG_COLOR_STYLED.</s>
 <s f="imagesetthickness" u="bool imagesetthickness(resource im, int thickness)">Set line thickness for drawing lines, ellipses, rectangles, polygons etc.</s>
-<s f="imagesettile" u="bool imagesettile(resource image, resource tile)">Set the tile image to $tile when filling $image with the "IMG_COLOR_TILED" color</s>
+<s f="imagesettile" u="bool imagesettile(resource image, resource tile)">Set the tile image to $tile when filling $image with the &quot;IMG_COLOR_TILED&quot; color</s>
 <s f="imagestring" u="bool imagestring(resource im, int font, int x, int y, string str, int col)">Draw a string horizontally</s>
 <s f="imagestringup" u="bool imagestringup(resource im, int font, int x, int y, string str, int col)">Draw a string vertically - rotated 90 degrees counter-clockwise</s>
 <s f="imagesx" u="int imagesx(resource im)">Get image width</s>
 <s f="imagesy" u="int imagesy(resource im)">Get image height</s>
 <s f="imagetruecolortopalette" u="void imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)">Convert a true colour image to a palette based image with a number of colours, optionally using dithering.</s>
-<s f="imagettfbbox" u="array imagettfbbox(int size, int angle, string font_file, string text)">Give the bounding box of a text using TrueType fonts</s>
-<s f="imagettftext" u="array imagettftext(resource im, int size, int angle, int x, int y, int col, string font_file, string text)">Write text to the image using a TrueType font</s>
+<s f="imagettfbbox" u="array imagettfbbox(float size, float angle, string font_file, string text)">Give the bounding box of a text using TrueType fonts</s>
+<s f="imagettftext" u="array imagettftext(resource im, float size, float angle, int x, int y, int col, string font_file, string text)">Write text to the image using a TrueType font</s>
 <s f="imagetypes" u="int imagetypes(void)">Return the types of images supported in a bitfield - 1=GIF, 2=JPEG, 4=PNG, 8=WBMP, 16=XPM</s>
 <s f="imagewbmp" u="bool imagewbmp(resource im [, string filename, [, int foreground]])">Output WBMP image to browser or file</s>
 <s f="imagexbm" u="int imagexbm(int im, string filename [, int foreground])">Output XBM image to browser or file</s>
 <s f="bindtextdomain" u="string bindtextdomain(string domain_name, string dir)">Bind to the text domain domain_name, looking for translations in dir. Returns the current domain</s>
-<s f="dcgettext" u="string dcgettext(string domain_name, string msgid, long category)">Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist</s>
-<s f="dgettext" u="string dgettext(string domain_name, string msgid)">Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist</s>
-<s f="gettext" u="string gettext(string msgid)">Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist</s>
-<s f="ngettext" u="string ngettext(string MSGID1, string MSGID2, int N)">Plural version of gettext()</s>
-<s f="textdomain" u="string textdomain(string domain)">Set the textdomain to "domain". Returns the current domain</s>
+<s f="dcgettext" u="binary dcgettext(string domain_name, string msgid, int category)">Return the translation of msgid for domain_name and category, or msgid unaltered if a translation does not exist</s>
+<s f="dgettext" u="binary dgettext(string domain_name, string msgid)">Return the translation of msgid for domain_name, or msgid unaltered if a translation does not exist</s>
+<s f="gettext" u="binary gettext(string msgid)">Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist</s>
+<s f="ngettext" u="binary ngettext(string msgid1, string msgid2, int count)">Plural version of gettext()</s>
+<s f="textdomain" u="string textdomain(string domain)">Set the textdomain to &quot;domain&quot;. Returns the current domain</s>
 <s f="gmp_abs" u="resource gmp_abs(resource a)">Calculates absolute value</s>
 <s f="gmp_add" u="resource gmp_add(resource a, resource b)">Add a and b</s>
 <s f="gmp_and" u="resource gmp_and(resource a, resource b)">Calculates logical AND of a and b</s>
 <s f="gmp_divexact" u="resource gmp_divexact(resource a, resource b)">Divide a by b using exact division algorithm</s>
 <s f="gmp_fact" u="resource gmp_fact(int a)">Calculates factorial function</s>
 <s f="gmp_gcd" u="resource gmp_gcd(resource a, resource b)">Computes greatest common denominator (gcd) of a and b</s>
-<s f="gmp_gcdext" u="array gmp_gcdext(resource a, resource b)">Computes G, S, and T, such that AS      BT = G = `gcd' (A, B)</s>
+<s f="gmp_gcdext" u="array gmp_gcdext(resource a, resource b)">Computes G, S, and T, such that AS + BT = G = `gcd' (A, B)</s>
 <s f="gmp_hamdist" u="int gmp_hamdist(resource a, resource b)">Calculates hamming distance between a and b</s>
 <s f="gmp_init" u="resource gmp_init(mixed number [, int base])">Initializes GMP number</s>
 <s f="gmp_intval" u="int gmp_intval(resource gmpnumber)">Gets signed long value of GMP number</s>
 <s f="gmp_mod" u="resource gmp_mod(resource a, resource b)">Computes a modulo b</s>
 <s f="gmp_mul" u="resource gmp_mul(resource a, resource b)">Multiply a and b</s>
 <s f="gmp_neg" u="resource gmp_neg(resource a)">Negates a number</s>
+<s f="gmp_nextprime" u="resource gmp_nextprime(resource a)">Finds next prime of a</s>
 <s f="gmp_or" u="resource gmp_or(resource a, resource b)">Calculates logical OR of a and b</s>
 <s f="gmp_perfect_square" u="bool gmp_perfect_square(resource a)">Checks if a is an exact square</s>
 <s f="gmp_popcount" u="int gmp_popcount(resource a)">Calculates the population count of a</s>
 <s f="gmp_pow" u="resource gmp_pow(resource base, int exp)">Raise base to power exp</s>
 <s f="gmp_powm" u="resource gmp_powm(resource base, resource exp, resource mod)">Raise base to power exp and take result modulo mod</s>
-<s f="gmp_prob_prime" u="int gmp_prob_prime(resource a[, int reps])">Checks if a is "probably prime"</s>
+<s f="gmp_prob_prime" u="int gmp_prob_prime(resource a[, int reps])">Checks if a is &quot;probably prime&quot;</s>
 <s f="gmp_random" u="resource gmp_random([int limiter])">Gets random number</s>
+<s f="gmp_scan0" u="int gmp_scan0(resource a, int start)">Finds first zero bit</s>
+<s f="gmp_scan1" u="int gmp_scan1(resource a, int start)">Finds first non-zero bit</s>
 <s f="gmp_setbit" u="void gmp_setbit(resource &amp;a, int index[, bool set_clear])">Sets or clear bit in a</s>
 <s f="gmp_sign" u="int gmp_sign(resource a)">Gets the sign of the number</s>
 <s f="gmp_sqrt" u="resource gmp_sqrt(resource a)">Takes integer part of square root of a</s>
 <s f="gmp_sqrtrem" u="array gmp_sqrtrem(resource a)">Square root with remainder</s>
 <s f="gmp_strval" u="string gmp_strval(resource gmpnumber [, int base])">Gets string representation of GMP number</s>
 <s f="gmp_sub" u="resource gmp_sub(resource a, resource b)">Subtract b from a</s>
+<s f="gmp_testbit" u="bool gmp_testbit(resource a, int index)">Tests if bit is set in a</s>
 <s f="gmp_xor" u="resource gmp_xor(resource a, resource b)">Calculates logical exclusive OR of a and b</s>
+<s f="hash" u="string hash(string algo, string data[, bool raw_output = false])">Generate a hash of a given input string Returns lowercase hexits by default</s>
+<s f="hash_algos" u="array hash_algos(void)">Return a list of registered hashing algorithms</s>
+<s f="hash_file" u="string hash_file(string algo, string filename[, bool raw_output = false])">Generate a hash of a given file Returns lowercase hexits by default</s>
+<s f="hash_final" u="string hash_final(resource context[, bool raw_output=false])">Output resulting digest</s>
+<s f="hash_hmac" u="string hash_hmac(string algo, string data, string key[, bool raw_output = false])">Generate a hash of a given input string with a key using HMAC Returns lowercase hexits by default</s>
+<s f="hash_hmac_file" u="string hash_hmac_file(string algo, string filename, string key[, bool raw_output = false])">Generate a hash of a given file with a key using HMAC Returns lowercase hexits by default</s>
+<s f="hash_init" u="resource hash_init(string algo[, int options, string key])">Initialize a hashing context</s>
+<s f="hash_update" u="bool hash_update(resource context, string data)">Pump data into the hashing algorithm</s>
+<s f="hash_update_file" u="bool hash_update_file(resource context, string filename[, resource context])">Pump data into the hashing algorithm from a file</s>
+<s f="hash_update_stream" u="int hash_update_stream(resource context, resource handle[, integer length])">Pump data into the hashing algorithm from an open stream</s>
 <s f="iconv" u="string iconv(string in_charset, string out_charset, string str)">Returns str converted to the out_charset character set</s>
 <s f="iconv_get_encoding" u="mixed iconv_get_encoding([string type])">Get internal encoding and output encoding for ob_iconv_handler()</s>
 <s f="iconv_mime_decode" u="string iconv_mime_decode(string encoded_string [, int mode, string charset])">Decodes a mime header field</s>
 <s f="iconv_mime_decode_headers" u="array iconv_mime_decode_headers(string headers [, int mode, string charset])">Decodes multiple mime header fields</s>
-<s f="iconv_mime_encode" u="string iconv_mime_encode(string field_name, string field_value, [, array preference])">Composes a mime header field with field_name and field_value in a specified scheme</s>
+<s f="iconv_mime_encode" u="string iconv_mime_encode(string field_name, string field_value [, array preference])">Composes a mime header field with field_name and field_value in a specified scheme</s>
 <s f="iconv_set_encoding" u="bool iconv_set_encoding(string type, string charset)">Sets internal encoding and output encoding for ob_iconv_handler()</s>
 <s f="iconv_strlen" u="int iconv_strlen(string str [, string charset])">Returns the character count of str</s>
-<s f="iconv_strpos" u="int iconv_strpos(string haystack, string needle, int offset [, string charset])">Finds position of first occurrence of needle within part of haystack beginning with offset</s>
+<s f="iconv_strpos" u="int iconv_strpos(string haystack, string needle [, int offset [, string charset]])">Finds position of first occurrence of needle within part of haystack beginning with offset</s>
 <s f="iconv_strrpos" u="int iconv_strrpos(string haystack, string needle [, string charset])">Finds position of last occurrence of needle within part of haystack beginning with offset</s>
 <s f="iconv_substr" u="string iconv_substr(string str, int offset, [int length, string charset])">Returns specified part of a string</s>
-<s f="ob_iconv_handler" u="string ob_iconv_handler(string contents, int status)">Returns str in output buffer converted to the iconv.output_encoding character set</s>
+<s f="imap_8bit" u="string imap_8bit(string text)">Convert an 8-bit string to a quoted-printable string</s>
 <s f="imap_alerts" u="array imap_alerts(void)">Returns an array of all IMAP alerts that have been generated since the last page load or since the last imap_alerts() call, whichever came last. The alert stack is cleared after imap_alerts() is called.</s>
 <s f="imap_append" u="bool imap_append(resource stream_id, string folder, string message [, string options])">Append a new message to a specified mailbox</s>
+<s f="imap_base64" u="string imap_base64(string text)">Decode BASE64 encoded text</s>
 <s f="imap_binary" u="string imap_binary(string text)">Convert an 8bit string to a base64 string</s>
 <s f="imap_body" u="string imap_body(resource stream_id, int msg_no [, int options])">Read the message body</s>
-<s f="imap_bodystruct" u="object imap_bodystruct(resource stream_id, int msg_no, int section)">Read the structure of a specified body section of a specific message</s>
+<s f="imap_bodystruct" u="object imap_bodystruct(resource stream_id, int msg_no, string section)">Read the structure of a specified body section of a specific message</s>
 <s f="imap_check" u="object imap_check(resource stream_id)">Get mailbox properties</s>
 <s f="imap_clearflag_full" u="bool imap_clearflag_full(resource stream_id, string sequence, string flag [, int options])">Clears flags on messages</s>
 <s f="imap_close" u="bool imap_close(resource stream_id [, int options])">Close an IMAP stream</s>
 <s f="imap_errors" u="array imap_errors(void)">Returns an array of all IMAP errors generated since the last page load, or since the last imap_errors() call, whichever came last. The error stack is cleared after imap_errors() is called.</s>
 <s f="imap_expunge" u="bool imap_expunge(resource stream_id)">Permanently delete all messages marked for deletion</s>
 <s f="imap_fetch_overview" u="array imap_fetch_overview(resource stream_id, int msg_no [, int options])">Read an overview of the information in the headers of the given message sequence</s>
-<s f="imap_fetchbody" u="string imap_fetchbody(resource stream_id, int msg_no, int section [, int options])">Get a specific body section</s>
+<s f="imap_fetchbody" u="string imap_fetchbody(resource stream_id, int msg_no, string section [, int options])">Get a specific body section</s>
 <s f="imap_fetchheader" u="string imap_fetchheader(resource stream_id, int msg_no [, int options])">Get the full unfiltered header for a message</s>
 <s f="imap_fetchstructure" u="object imap_fetchstructure(resource stream_id, int msg_no [, int options])">Read the full structure of a message</s>
 <s f="imap_get_quota" u="array imap_get_quota(resource stream_id, string qroot)">Returns the quota set to the mailbox account qroot</s>
 <s f="imap_msgno" u="int imap_msgno(resource stream_id, int unique_msg_id)">Get the sequence number associated with a UID</s>
 <s f="imap_num_msg" u="int imap_num_msg(resource stream_id)">Gives the number of messages in the current mailbox</s>
 <s f="imap_num_recent" u="int imap_num_recent(resource stream_id)">Gives the number of recent messages in current mailbox</s>
-<s f="imap_open" u="resource imap_open(string mailbox, string user, string password [, int options])">Open an IMAP stream to a mailbox</s>
+<s f="imap_open" u="resource imap_open(string mailbox, string user, string password [, int options [, int n_retries]])">Open an IMAP stream to a mailbox</s>
 <s f="imap_ping" u="bool imap_ping(resource stream_id)">Check if the IMAP stream is still active</s>
 <s f="imap_qprint" u="string imap_qprint(string text)">Convert a quoted-printable string to an 8-bit string</s>
 <s f="imap_renamemailbox" u="bool imap_renamemailbox(resource stream_id, string old_name, string new_name)">Rename a mailbox</s>
-<s f="imap_reopen" u="bool imap_reopen(resource stream_id, string mailbox [, int options])">Reopen an IMAP stream to a new mailbox</s>
+<s f="imap_reopen" u="bool imap_reopen(resource stream_id, string mailbox [, int options [, int n_retries]])">Reopen an IMAP stream to a new mailbox</s>
+<s f="imap_rfc822_parse_adrlist" u="array imap_rfc822_parse_adrlist(string address_string, string default_host)">Parses an address string</s>
+<s f="imap_rfc822_parse_headers" u="object imap_rfc822_parse_headers(string headers [, string default_host])">Parse a set of mail headers contained in a string, and return an object similar to imap_headerinfo()</s>
+<s f="imap_rfc822_write_address" u="string imap_rfc822_write_address(string mailbox, string host, string personal)">Returns a properly formatted email address given the mailbox, host, and personal info</s>
+<s f="imap_savebody" u="bool imap_savebody(resource stream_id, string|resource file, int msg_no[, string section = &quot;&quot;[, int options = 0]])">Save a specific body section to a file</s>
 <s f="imap_scan" u="array imap_scan(resource stream_id, string ref, string pattern, string content)">Read list of mailboxes containing a certain string</s>
 <s f="imap_search" u="array imap_search(resource stream_id, string criteria [, int options [, string charset]])">Return a list of messages matching the given criteria</s>
 <s f="imap_set_quota" u="bool imap_set_quota(resource stream_id, string qroot, int mailbox_size)">Will set the quota for qroot mailbox</s>
 <s f="imap_uid" u="int imap_uid(resource stream_id, int msg_no)">Get the unique message id associated with a standard sequential message number</s>
 <s f="imap_undelete" u="bool imap_undelete(resource stream_id, int msg_no)">Remove the delete flag from a message</s>
 <s f="imap_unsubscribe" u="bool imap_unsubscribe(resource stream_id, string mailbox)">Unsubscribe from a mailbox</s>
-<s f="ifx_affected_rows" u="int ifx_affected_rows(resource resultid)">Returns the number of rows affected by query identified by resultid</s>
-<s f="ifx_blobinfile_mode" u="bool ifx_blobinfile_mode(int mode)">Sets the default blob-mode for all select-queries</s>
-<s f="ifx_byteasvarchar" u="bool ifx_byteasvarchar(int mode)">Sets the default byte-mode for all select-queries</s>
-<s f="ifx_close" u="bool ifx_close([resource connid])">Close informix connection</s>
-<s f="ifx_connect" u="resource ifx_connect([string database [, string userid [, string password]]])">Connects to database using userid/password, returns connection id</s>
-<s f="ifx_copy_blob" u="int ifx_copy_blob(int bid)">Duplicates the given blob-object</s>
-<s f="ifx_create_blob" u="int ifx_create_blob(int type, int mode, string param)">Creates a blob-object</s>
-<s f="ifx_create_char" u="int ifx_create_char(string param)">Creates a char-object</s>
-<s f="ifx_do" u="bool ifx_do(resource resultid)">Executes a previously prepared query or opens a cursor for it</s>
-<s f="ifx_error" u="string ifx_error([resource connection_id])">Returns the Informix error codes (SQLSTATE &amp; SQLCODE)</s>
-<s f="ifx_errormsg" u="string ifx_errormsg([int errorcode])">Returns the Informix errormessage associated with</s>
-<s f="ifx_fetch_row" u="array ifx_fetch_row(resource resultid [, mixed position])">Fetches the next row or &lt;position&gt; row if using a scroll cursor</s>
-<s f="ifx_fieldproperties" u="array ifx_fieldproperties(resource resultid)">Returns an associative for query &lt;resultid&gt; array with fieldnames as key</s>
-<s f="ifx_fieldtypes" u="array ifx_fieldtypes(resource resultid)">Returns an associative array with fieldnames as key for query &lt;resultid&gt;</s>
-<s f="ifx_free_blob" u="int ifx_free_blob(int bid)">Deletes the blob-object</s>
-<s f="ifx_free_char" u="bool ifx_free_char(int bid)">Deletes the char-object</s>
-<s f="ifx_free_result" u="bool ifx_free_result(resource resultid)">Releases resources for query associated with resultid</s>
-<s f="ifx_get_blob" u="string ifx_get_blob(int bid)">Returns the content of the blob-object</s>
-<s f="ifx_get_char" u="string ifx_get_char(int bid)">Returns the content of the char-object</s>
-<s f="ifx_getsqlca" u="array ifx_getsqlca(resource resultid)">Returns the sqlerrd[] fields of the sqlca struct for query resultid</s>
-<s f="ifx_htmltbl_result" u="int ifx_htmltbl_result(resource resultid [, string htmltableoptions])">Formats all rows of the resultid query into a html table</s>
-<s f="ifx_nullformat" u="bool ifx_nullformat(int mode)">Sets the default return value of a NULL-value on a fetch-row</s>
-<s f="ifx_num_fields" u="int ifx_num_fields(resource resultid)">Returns the number of columns in query resultid</s>
-<s f="ifx_num_rows" u="int ifx_num_rows(resource resultid)">Returns the number of rows already fetched for query identified by resultid</s>
-<s f="ifx_pconnect" u="resource ifx_pconnect([string database [, string userid [, string password]]])">Connects to database using userid/password, returns connection id</s>
-<s f="ifx_prepare" u="resource ifx_prepare(string query, resource connid [, int cursortype] [, array idarray])">Prepare a query on a given connection</s>
-<s f="ifx_query" u="resource ifx_query(string query, resource connid [, int cursortype] [, array idarray])">Perform a query on a given connection</s>
-<s f="ifx_textasvarchar" u="bool ifx_textasvarchar(int mode)">Sets the default text-mode for all select-queries</s>
-<s f="ifx_update_blob" u="int ifx_update_blob(int bid, string content)">Updates the content of the blob-object</s>
-<s f="ifx_update_char" u="bool ifx_update_char(int bid, string content)">Updates the content of the char-object</s>
-<s f="ifxus_close_slob" u="bool ifxus_close_slob(int bid)">Deletes the slob-object</s>
-<s f="ifxus_create_slob" u="int ifxus_create_slob(int mode)">Creates a slob-object and opens it</s>
-<s f="ifxus_free_slob" u="bool ifxus_free_slob(int bid)">Deletes the slob-object</s>
-<s f="ifxus_open_slob" u="int ifxus_open_slob(int bid, int mode)">Opens an slob-object</s>
-<s f="ifxus_read_slob" u="string ifxus_read_slob(int bid, int nbytes)">Reads nbytes of the slob-object</s>
-<s f="ifxus_seek_slob" u="int ifxus_seek_slob(int bid, int mode, long offset)">Sets the current file or seek position of an open slob-object</s>
-<s f="ifxus_tell_slob" u="int ifxus_tell_slob(int bid)">Returns the current file or seek position of an open slob-object</s>
-<s f="ifxus_write_slob" u="int ifxus_write_slob(int bid, string content)">Writes a string into the slob-object</s>
-<s f="ingres_autocommit" u="bool ingres_autocommit([resource link])">Switch autocommit on or off</s>
-<s f="ingres_close" u="bool ingres_close([resource link])">Close an Ingres II database connection</s>
-<s f="ingres_commit" u="bool ingres_commit([resource link])">Commit a transaction</s>
-<s f="ingres_connect" u="resource ingres_connect([string database [, string username [, string password]]])">Open a connection to an Ingres II database the syntax of database is [node_id::]dbname[/svr_class]</s>
-<s f="ingres_fetch_array" u="array ingres_fetch_array([int result_type [, resource link]])">Fetch a row of result into an array result_type can be II_NUM for enumerated array, II_ASSOC for associative array, or II_BOTH (default)</s>
-<s f="ingres_fetch_object" u="array ingres_fetch_object([int result_type [, resource link]])">Fetch a row of result into an object result_type can be II_NUM for enumerated object, II_ASSOC for associative object, or II_BOTH (default)</s>
-<s f="ingres_fetch_row" u="array ingres_fetch_row([resource link])">Fetch a row of result into an enumerated array</s>
-<s f="ingres_field_length" u="string ingres_field_length(int index [, resource link])">Return the length of a field in a query result index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_field_name" u="string ingres_field_name(int index [, resource link])">Return the name of a field in a query result index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_field_nullable" u="string ingres_field_nullable(int index [, resource link])">Return true if the field is nullable and false otherwise index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_field_precision" u="string ingres_field_precision(int index [, resource link])">Return the precision of a field in a query result index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_field_scale" u="string ingres_field_scale(int index [, resource link])">Return the scale of a field in a query result index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_field_type" u="string ingres_field_type(int index [, resource link])">Return the type of a field in a query result index must be &gt;0 and &lt;= ingres_num_fields()</s>
-<s f="ingres_num_fields" u="int ingres_num_fields([resource link])">Return the number of fields returned by the last query</s>
-<s f="ingres_num_rows" u="int ingres_num_rows([resource link])">Return the number of rows affected/returned by the last query</s>
-<s f="ingres_pconnect" u="resource ingres_pconnect([string database [, string username [, string password]]])">Open a persistent connection to an Ingres II database the syntax of database is [node_id::]dbname[/svr_class]</s>
-<s f="ingres_query" u="bool ingres_query(string query [, resource link])">Send a SQL query to Ingres II</s>
-<s f="ingres_rollback" u="bool ingres_rollback([resource link])">Roll back a transaction</s>
+<s f="imap_utf7_decode" u="string imap_utf7_decode(string buf)">Decode a modified UTF-7 string</s>
+<s f="imap_utf7_encode" u="string imap_utf7_encode(string buf)">Encode a string in modified UTF-7</s>
+<s f="imap_utf8" u="string imap_utf8(string mime_encoded_text)">Convert a mime-encoded text to UTF-8</s>
 <s f="ibase_blob_add" u="bool ibase_blob_add(resource blob_handle, string data)">Add data into created blob</s>
 <s f="ibase_blob_cancel" u="bool ibase_blob_cancel(resource blob_handle)">Cancel creating blob</s>
 <s f="ibase_blob_close" u="string ibase_blob_close(resource blob_handle)">Close blob</s>
 <s f="ibase_pconnect" u="resource ibase_pconnect(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])">Open a persistent connection to an InterBase database</s>
 <s f="ibase_rollback" u="bool ibase_rollback( resource link_identifier )">Rollback transaction</s>
 <s f="ibase_rollback_ret" u="bool ibase_rollback_ret( resource link_identifier )">Rollback transaction and retain the transaction context</s>
-<s f="ibase_timefmt" u="bool ibase_timefmt(string format [, int type ])">Sets the format of timestamp, date and time columns returned from queries</s>
 <s f="ibase_trans" u="resource ibase_trans([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])">Start a transaction over one or several databases</s>
-<s f="ircg_channel_mode" u="bool ircg_channel_mode(int connection, string channel, string mode_spec, string nick)">Sets channel mode flags for user</s>
-<s f="ircg_disconnect" u="bool ircg_disconnect(int connection, string reason)">Terminate IRC connection</s>
-<s f="ircg_eval_ecmascript_params" u="array ircg_eval_ecmascript_params(string params)">Decodes a list of JS-encoded parameters into a native array</s>
-<s f="ircg_fetch_error_msg" u="array ircg_fetch_error_msg(int connection)">Returns the error from previous ircg operation</s>
-<s f="ircg_get_username" u="string ircg_get_username(int connection)">Gets username for connection</s>
-<s f="ircg_html_encode" u="string ircg_html_encode(string html_text)">Encodes HTML preserving output</s>
-<s f="ircg_ignore_add" u="bool ircg_ignore_add(resource connection, string nick)">Adds a user to your ignore list on a server</s>
-<s f="ircg_ignore_del" u="bool ircg_ignore_del(int connection, string nick)">Removes a user from your ignore list</s>
-<s f="ircg_invite" u="bool ircg_invite(int connection, string channel, string nickname)">INVITEs nickname to channel</s>
-<s f="ircg_is_conn_alive" u="bool ircg_is_conn_alive(int connection)">Checks connection status</s>
-<s f="ircg_join" u="bool ircg_join(int connection, string channel [, string chan-key])">Joins a channel on a connected server</s>
-<s f="ircg_kick" u="bool ircg_kick(int connection, string channel, string nick, string reason)">Kicks user from channel</s>
-<s f="ircg_list" u="bool ircg_list(int connection, string channel)">List topic/user count of channel(s)</s>
-<s f="ircg_lookup_format_messages" u="bool ircg_lookup_format_messages(string name)">Selects a set of format strings for display of IRC messages</s>
-<s f="ircg_lusers" u="bool ircg_lusers(int connection)">IRC network statistics</s>
-<s f="ircg_msg" u="bool ircg_msg(int connection, string recipient, string message [,bool loop-suppress])">Delivers a message to the IRC network</s>
-<s f="ircg_names" u="bool ircg_names( int connection, string channel [, string target])">Queries visible usernames</s>
-<s f="ircg_nick" u="bool ircg_nick(int connection, string newnick)">Changes the nickname</s>
-<s f="ircg_nickname_escape" u="string ircg_nickname_escape(string nick)">Escapes special characters in nickname to be IRC-compliant</s>
-<s f="ircg_nickname_unescape" u="string ircg_nickname_unescape(string nick)">Decodes encoded nickname</s>
-<s f="ircg_notice" u="bool ircg_notice(int connection, string recipient, string message)">Sends a one-way communication NOTICE to a target</s>
-<s f="ircg_oper" u="bool ircg_oper(int connection, string name, string password)">Elevates privileges to IRC OPER</s>
-<s f="ircg_part" u="bool ircg_part(int connection, string channel)">Leaves a channel</s>
-<s f="ircg_pconnect" u="int ircg_pconnect(string username [, string server [, int port [, string format-msg-set-name [, array ctcp-set [, array user-details [, bool bailout-on-trivial]]]]]])">Create a persistent IRC connection</s>
-<s f="ircg_register_format_messages" u="bool ircg_register_format_messages(string name, array messages)">Registers a set of format strings for display of IRC messages</s>
-<s f="ircg_set_current" u="bool ircg_set_current(int connection)">Sets current connection for output</s>
-<s f="ircg_set_file" u="bool ircg_set_file(int connection, string path)">Sets logfile for connection</s>
-<s f="ircg_set_on_die" u="bool ircg_set_on_die(int connection, string host, int port, string data)">Sets hostaction to be executed when connection dies</s>
-<s f="ircg_set_on_read_data" u="bool ircg_set_on_read_data(int connection, string host, int port, string data)">Set action to be executed when data is received from a HTTP client</s>
-<s f="ircg_topic" u="bool ircg_topic(int connection, string channel, string topic)">Sets topic for channel</s>
-<s f="ircg_who" u="bool ircg_who(int connection, string mask [, bool ops_only])">Queries server for WHO information</s>
-<s f="ircg_whois" u="bool ircg_whois( int connection, string nick)">Queries user information for nick on server</s>
+<s f="json_decode" u="mixed json_decode(string json [, bool assoc])">Decodes the JSON representation into a PHP value</s>
+<s f="json_encode" u="string json_encode(mixed data)">Returns the JSON representation of a value</s>
+<s f="ldap_8859_to_t61" u="string ldap_8859_to_t61(string value)">Translate 8859 characters to t61 characters</s>
 <s f="ldap_add" u="bool ldap_add(resource link, string dn, array entry)">Add entries to LDAP directory</s>
 <s f="ldap_bind" u="bool ldap_bind(resource link [, string dn, string password])">Bind to LDAP directory</s>
 <s f="ldap_compare" u="bool ldap_compare(resource link, string dn, string attr, string value)">Determine if an entry has a specific value for one of its attributes</s>
 <s f="ldap_connect" u="resource ldap_connect([string host [, int port]])">Connect to an LDAP server</s>
 <s f="ldap_count_entries" u="int ldap_count_entries(resource link, resource result)">Count the number of entries in a search result</s>
 <s f="ldap_delete" u="bool ldap_delete(resource link, string dn)">Delete an entry from a directory</s>
+<s f="ldap_dn2ufn" u="string ldap_dn2ufn(string dn)">Convert DN to User Friendly Naming format</s>
+<s f="ldap_err2str" u="string ldap_err2str(int errno)">Convert error number to error string</s>
 <s f="ldap_errno" u="int ldap_errno(resource link)">Get the current ldap error number</s>
 <s f="ldap_error" u="string ldap_error(resource link)">Get the current ldap error string</s>
 <s f="ldap_explode_dn" u="array ldap_explode_dn(string dn, int with_attrib)">Splits DN into its component parts</s>
 <s f="ldap_get_dn" u="string ldap_get_dn(resource link, resource result_entry)">Get the DN of a result entry</s>
 <s f="ldap_get_entries" u="array ldap_get_entries(resource link, resource result)">Get all result entries</s>
 <s f="ldap_get_option" u="bool ldap_get_option(resource link, int option, mixed retval)">Get the current value of various session-wide parameters</s>
-<s f="ldap_get_values" u="array ldap_get_values(resource link, resource result_entry, string attribute)">Get all values from a result entry</s>
 <s f="ldap_get_values_len" u="array ldap_get_values_len(resource link, resource result_entry, string attribute)">Get all values with lengths from a result entry</s>
 <s f="ldap_list" u="resource ldap_list(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Single-level search</s>
 <s f="ldap_mod_add" u="bool ldap_mod_add(resource link, string dn, array entry)">Add attribute values to current</s>
 <s f="ldap_parse_reference" u="bool ldap_parse_reference(resource link, resource reference_entry, array referrals)">Extract information from reference entry</s>
 <s f="ldap_parse_result" u="bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)">Extract information from result</s>
 <s f="ldap_read" u="resource ldap_read(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Read an entry</s>
-<s f="ldap_sasl_bind" u="bool ldap_sasl_bind(resource link)">Bind to LDAP directory using SASL</s>
+<s f="ldap_sasl_bind" u="bool ldap_sasl_bind(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props])">Bind to LDAP directory using SASL</s>
 <s f="ldap_search" u="resource ldap_search(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])">Search LDAP tree under base_dn</s>
 <s f="ldap_set_option" u="bool ldap_set_option(resource link, int option, mixed newval)">Set the value of various session-wide parameters</s>
 <s f="ldap_set_rebind_proc" u="bool ldap_set_rebind_proc(resource link, string callback)">Set a callback function to do re-binds on referral chasing.</s>
 <s f="ldap_sort" u="bool ldap_sort(resource link, resource result, string sortfilter)">Sort LDAP result entries</s>
 <s f="ldap_start_tls" u="bool ldap_start_tls(resource link)">Start TLS</s>
+<s f="ldap_t61_to_8859" u="string ldap_t61_to_8859(string value)">Translate t61 characters to 8859 characters</s>
 <s f="ldap_unbind" u="bool ldap_unbind(resource link)">Unbind from LDAP directory</s>
+<s f="libxml_clear_errors" u="void libxml_clear_errors()">Clear last error from libxml</s>
+<s f="libxml_get_errors" u="object libxml_get_errors()">Retrieve array of errors</s>
+<s f="libxml_get_last_error" u="object libxml_get_last_error()">Retrieve last error from libxml</s>
 <s f="libxml_set_streams_context" u="void libxml_set_streams_context(resource streams_context)">Set the streams context for the next libxml document load or write</s>
+<s f="libxml_use_internal_errors" u="void libxml_use_internal_errors([boolean use_errors])">Disable libxml errors and allow user to fetch error information as needed</s>
+<s f="mb_check_encoding" u="bool mb_check_encoding([string var[, string encoding]])">Check if the string is valid for the specified encoding</s>
 <s f="mb_convert_case" u="string mb_convert_case(string sourcestring, int mode [, string encoding])">Returns a case-folded version of sourcestring</s>
 <s f="mb_convert_encoding" u="string mb_convert_encoding(string str, string to-encoding [, mixed from-encoding])">Returns converted string in desired encoding</s>
 <s f="mb_convert_kana" u="string mb_convert_kana(string str [, string option] [, string encoding])">Conversion between full-width character and half-width character (Japanese)</s>
 <s f="mb_convert_variables" u="string mb_convert_variables(string to-encoding, mixed from-encoding [, mixed ...])">Converts the string resource in variables to desired encoding</s>
-<s f="mb_decode_mimeheader" u="string mb_decode_mimeheader(string string)">Decodes the MIME "encoded-word" in the string</s>
+<s f="mb_decode_mimeheader" u="string mb_decode_mimeheader(string string)">Decodes the MIME &quot;encoded-word&quot; in the string</s>
 <s f="mb_decode_numericentity" u="string mb_decode_numericentity(string string, array convmap [, string encoding])">Converts HTML numeric entities to character code</s>
 <s f="mb_detect_encoding" u="string mb_detect_encoding(string str [, mixed encoding_list [, bool strict]])">Encodings of the given string is returned (as a string)</s>
-<s f="mb_encode_mimeheader" u="string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed]]])">Converts the string to MIME "encoded-word" in the format of =?charset?(B|Q)?encoded_string?=</s>
+<s f="mb_encode_mimeheader" u="string mb_encode_mimeheader(string str [, string charset [, string transfer-encoding [, string linefeed [, int indent]]]])">Converts the string to MIME &quot;encoded-word&quot; in the format of =?charset?(B|Q)?encoded_string?=</s>
 <s f="mb_encode_numericentity" u="string mb_encode_numericentity(string string, array convmap [, string encoding])">Converts specified characters to HTML numeric entities</s>
-<s f="mb_get_info" u="string mb_get_info([string type])">Returns the current settings of mbstring</s>
+<s f="mb_get_info" u="mixed mb_get_info([string type])">Returns the current settings of mbstring</s>
 <s f="mb_http_input" u="mixed mb_http_input([string type])">Returns the input encoding</s>
 <s f="mb_http_output" u="string mb_http_output([string encoding])">Sets the current output_encoding or returns the current output_encoding as a string</s>
 <s f="mb_internal_encoding" u="string mb_internal_encoding([string encoding])">Sets the current internal encoding or Returns the current internal encoding as a string</s>
 <s f="mb_language" u="string mb_language([string language])">Sets the current language or Returns the current language as a string</s>
-<s f="mb_list_encodings" u="array mb_list_encodings()">Returns an array of all supported encodings</s>
+<s f="mb_list_encodings" u="mixed mb_list_encodings([string alias_encoding])">Returns an array of all supported entity encodings or Returns the entity encoding as a string</s>
+<s f="mb_list_encodings_alias_names" u="array mb_list_encodings_alias_names([string encoding])">Returns an array of all supported alias encodings</s>
+<s f="mb_list_mime_names" u="mixed mb_list_mime_names([string encoding])">Returns an array or string of all supported mime names</s>
 <s f="mb_output_handler" u="string mb_output_handler(string contents, int status)">Returns string in output buffer converted to the http_output encoding</s>
 <s f="mb_parse_str" u="bool mb_parse_str(string encoded_string [, array result])">Parses GET/POST/COOKIE data and sets global variables</s>
 <s f="mb_preferred_mime_name" u="string mb_preferred_mime_name(string encoding)">Return the preferred MIME name (charset) as a string</s>
 <s f="mb_send_mail" u="int mb_send_mail(string to, string subject, string message [, string additional_headers [, string additional_parameters]])">*  Sends an email message with MIME scheme</s>
 <s f="mb_strcut" u="string mb_strcut(string str, int start [, int length [, string encoding]])">Returns part of a string</s>
 <s f="mb_strimwidth" u="string mb_strimwidth(string str, int start, int width [, string trimmarker [, string encoding]])">Trim the string in terminal width</s>
+<s f="mb_stripos" u="int mb_stripos(string haystack, string needle [, int offset [, string encoding]])">Finds position of first occurrence of a string within another, case insensitive</s>
+<s f="mb_stristr" u="string mb_stristr(string haystack, string needle[, bool part[, string encoding]])">Finds first occurrence of a string within another, case insensitive</s>
 <s f="mb_strlen" u="int mb_strlen(string str [, string encoding])">Get character numbers of a string</s>
 <s f="mb_strpos" u="int mb_strpos(string haystack, string needle [, int offset [, string encoding]])">Find position of first occurrence of a string within another</s>
-<s f="mb_strrpos" u="int mb_strrpos(string haystack, string needle [, string encoding])">Find the last occurrence of a character in a string within another</s>
+<s f="mb_strrchr" u="string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])">Finds the last occurrence of a character in a string within another</s>
+<s f="mb_strrichr" u="string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])">Finds the last occurrence of a character in a string within another, case insensitive</s>
+<s f="mb_strripos" u="int mb_strripos(string haystack, string needle [, int offset [, string encoding]])">Finds position of last occurrence of a string within another, case insensitive</s>
+<s f="mb_strrpos" u="int mb_strrpos(string haystack, string needle [, int offset [, string encoding]])">Find position of last occurrence of a string within another</s>
+<s f="mb_strstr" u="string mb_strstr(string haystack, string needle[, bool part[, string encoding]])">Finds first occurrence of a string within another</s>
 <s f="mb_strtolower" u="string mb_strtolower(string sourcestring [, string encoding])">*  Returns a lowercased version of sourcestring</s>
 <s f="mb_strtoupper" u="string mb_strtoupper(string sourcestring [, string encoding])">*  Returns a uppercased version of sourcestring</s>
 <s f="mb_strwidth" u="int mb_strwidth(string str [, string encoding])">Gets terminal width of a string</s>
 <s f="mb_split" u="array mb_split(string pattern, string string [, int limit])">split multibyte string into array by regular expression</s>
 <s f="mcrypt_cbc" u="string mcrypt_cbc(int cipher, string key, string data, int mode, string iv)">CBC crypt/decrypt data using key key with cipher cipher starting with iv</s>
 <s f="mcrypt_cfb" u="string mcrypt_cfb(int cipher, string key, string data, int mode, string iv)">CFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_create_iv" u="string mcrypt_create_iv(int size, int source)">Create an initialization vector (IV)</s>
+<s f="mcrypt_create_iv" u="binary mcrypt_create_iv(int size, int source)">Create an initialization vector (IV)</s>
 <s f="mcrypt_decrypt" u="string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
 <s f="mcrypt_ecb" u="string mcrypt_ecb(int cipher, string key, string data, int mode, string iv)">ECB crypt/decrypt data using key key with cipher cipher starting with iv</s>
 <s f="mcrypt_enc_get_algorithms_name" u="string mcrypt_enc_get_algorithms_name(resource td)">Returns the name of the algorithm specified by the descriptor td</s>
 <s f="mcrypt_enc_is_block_mode" u="bool mcrypt_enc_is_block_mode(resource td)">Returns TRUE if the mode outputs blocks</s>
 <s f="mcrypt_enc_self_test" u="int mcrypt_enc_self_test(resource td)">This function runs the self test on the algorithm specified by the descriptor td</s>
 <s f="mcrypt_encrypt" u="string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mcrypt_generic" u="string mcrypt_generic(resource td, string data)">This function encrypts the plaintext</s>
+<s f="mcrypt_generic" u="binary mcrypt_generic(resource td, binary data)">This function encrypts the plaintext</s>
 <s f="mcrypt_generic_deinit" u="bool mcrypt_generic_deinit(resource td)">This function terminates encrypt specified by the descriptor td</s>
-<s f="mcrypt_generic_end" u="bool mcrypt_generic_end(resource td)">This function terminates encrypt specified by the descriptor td</s>
-<s f="mcrypt_generic_init" u="int mcrypt_generic_init(resource td, string key, string iv)">This function initializes all buffers for the specific module</s>
+<s f="mcrypt_generic_init" u="int mcrypt_generic_init(resource td, binary key, binary iv)">This function initializes all buffers for the specific module</s>
 <s f="mcrypt_get_block_size" u="int mcrypt_get_block_size(string cipher, string module)">Get the key size of cipher</s>
-<s f="mcrypt_get_cipher_name" u="string mcrypt_get_cipher_name(string cipher)">Get the key size of cipher</s>
+<s f="mcrypt_get_cipher_name" u="string mcrypt_get_cipher_name(string cipher)">Get the name of cipher</s>
 <s f="mcrypt_get_iv_size" u="int mcrypt_get_iv_size(string cipher, string module)">Get the IV size of cipher (Usually the same as the blocksize)</s>
 <s f="mcrypt_get_key_size" u="int mcrypt_get_key_size(string cipher, string module)">Get the key size of cipher</s>
-<s f="mcrypt_list_algorithms" u="array mcrypt_list_algorithms([string lib_dir])">List all algorithms in "module_dir"</s>
-<s f="mcrypt_list_modes" u="array mcrypt_list_modes([string lib_dir])">List all modes "module_dir"</s>
+<s f="mcrypt_list_algorithms" u="array mcrypt_list_algorithms([string lib_dir])">List all algorithms in &quot;module_dir&quot;</s>
+<s f="mcrypt_list_modes" u="array mcrypt_list_modes([string lib_dir])">List all modes &quot;module_dir&quot;</s>
 <s f="mcrypt_module_close" u="bool mcrypt_module_close(resource td)">Free the descriptor td</s>
 <s f="mcrypt_module_get_algo_block_size" u="int mcrypt_module_get_algo_block_size(string algorithm [, string lib_dir])">Returns the block size of the algorithm</s>
 <s f="mcrypt_module_get_algo_key_size" u="int mcrypt_module_get_algo_key_size(string algorithm [, string lib_dir])">Returns the maximum supported key size of the algorithm</s>
 <s f="mcrypt_module_is_block_algorithm_mode" u="bool mcrypt_module_is_block_algorithm_mode(string mode [, string lib_dir])">Returns TRUE if the mode is for use with block algorithms</s>
 <s f="mcrypt_module_is_block_mode" u="bool mcrypt_module_is_block_mode(string mode [, string lib_dir])">Returns TRUE if the mode outputs blocks of bytes</s>
 <s f="mcrypt_module_open" u="resource mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory)">Opens the module of the algorithm and the mode to be used</s>
-<s f="mcrypt_module_self_test" u="bool mcrypt_module_self_test(string algorithm [, string lib_dir])">Does a self test of the module "module"</s>
+<s f="mcrypt_module_self_test" u="bool mcrypt_module_self_test(string algorithm [, string lib_dir])">Does a self test of the module &quot;module&quot;</s>
 <s f="mcrypt_ofb" u="string mcrypt_ofb(int cipher, string key, string data, int mode, string iv)">OFB crypt/decrypt data using key key with cipher cipher starting with iv</s>
-<s f="mdecrypt_generic" u="string mdecrypt_generic(resource td, string data)">This function decrypts the plaintext</s>
-<s f="mcve_adduser" u="int mcve_adduser(resource conn, string admin_password, int usersetup)">Add an MCVE user using usersetup structure</s>
-<s f="mcve_adduserarg" u="int mcve_adduserarg(resource usersetup, int argtype, string argval)">Add a value to user configuration structure</s>
-<s f="mcve_bt" u="int mcve_bt(resource conn, string username, string password)">Get unsettled batch totals</s>
-<s f="mcve_checkstatus" u="int mcve_checkstatus(resource conn, int identifier)">Check to see if a transaction has completed</s>
-<s f="mcve_chkpwd" u="int mcve_chkpwd(resource conn, string username, string password)">Verify Password</s>
-<s f="mcve_chngpwd" u="int mcve_chngpwd(resource conn, string admin_password, string new_password)">Change the system administrator's password</s>
-<s f="mcve_completeauthorizations" u="int mcve_completeauthorizations(resource conn, int &amp;array)">Number of complete authorizations in queue, returning an array of their identifiers</s>
-<s f="mcve_connect" u="int mcve_connect(resource conn)">Establish the connection to MCVE</s>
-<s f="mcve_connectionerror" u="string mcve_connectionerror(resource conn)">Get a textual representation of why a connection failed</s>
-<s f="mcve_deleteresponse" u="bool mcve_deleteresponse(resource conn, int identifier)">Delete specified transaction from MCVE_CONN structure</s>
-<s f="mcve_deletetrans" u="bool mcve_deletetrans(resource conn, int identifier)">Delete specified transaction from MCVE_CONN structure</s>
-<s f="mcve_deleteusersetup" u="void mcve_deleteusersetup(resource usersetup)">Deallocate data associated with usersetup structure</s>
-<s f="mcve_deluser" u="int mcve_deluser(resource conn, string admin_password, string username)">Delete an MCVE user account</s>
-<s f="mcve_destroyconn" u="void mcve_destroyconn(resource conn)">Destroy the connection and MCVE_CONN structure</s>
-<s f="mcve_destroyengine" u="void mcve_destroyengine(void)">Free memory associated with IP/SSL connectivity</s>
-<s f="mcve_disableuser" u="int mcve_disableuser(resource conn, string admin_password, string username)">Disable an active MCVE user account</s>
-<s f="mcve_edituser" u="int mcve_edituser(resource conn, string admin_password, int usersetup)">Edit MCVE user using usersetup structure</s>
-<s f="mcve_enableuser" u="int mcve_enableuser(resource conn, string admin_password, string username)">Enable an inactive MCVE user account</s>
-<s f="mcve_force" u="int mcve_force(resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum)">Send a FORCE to MCVE.  (typically, a phone-authorization)</s>
-<s f="mcve_getcell" u="string mcve_getcell(resource conn, int identifier, string column, int row)">Get a specific cell from a comma delimited response by column name</s>
-<s f="mcve_getcellbynum" u="string mcve_getcellbynum(resource conn, int identifier, int column, int row)">Get a specific cell from a comma delimited response by column number</s>
-<s f="mcve_getcommadelimited" u="string mcve_getcommadelimited(resource conn, int identifier)">Get the RAW comma delimited data returned from MCVE</s>
-<s f="mcve_getheader" u="string mcve_getheader(resource conn, int identifier, int column_num)">Get the name of the column in a comma-delimited response</s>
-<s f="mcve_getuserarg" u="string mcve_getuserarg(resource usersetup, int argtype)">Grab a value from usersetup structure</s>
-<s f="mcve_getuserparam" u="string mcve_getuserparam(resource conn, long identifier, int key)">Get a user response parameter</s>
-<s f="mcve_gft" u="int mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)">Audit MCVE for Failed transactions</s>
-<s f="mcve_gl" u="int mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)">Audit MCVE for settled transactions</s>
-<s f="mcve_gut" u="int mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)">Audit MCVE for Unsettled Transactions</s>
-<s f="mcve_initconn" u="resource mcve_initconn(void)">Create and initialize an MCVE_CONN structure</s>
-<s f="mcve_initengine" u="int mcve_initengine(string location)">Ready the client for IP/SSL Communication</s>
-<s f="mcve_initusersetup" u="resource mcve_initusersetup(void)">Initialize structure to store user data</s>
-<s f="mcve_iscommadelimited" u="int mcve_iscommadelimited(resource conn, int identifier)">Checks to see if response is comma delimited</s>
-<s f="mcve_liststats" u="int mcve_liststats(resource conn, string admin_password)">List statistics for all users on MCVE system</s>
-<s f="mcve_listusers" u="int mcve_listusers(resource conn, string admin_password)">List all users on MCVE system</s>
-<s f="mcve_maxconntimeout" u="bool mcve_maxconntimeout(resource conn, int secs)">The maximum amount of time the API will attempt a connection to MCVE</s>
-<s f="mcve_monitor" u="int mcve_monitor(resource conn)">Perform communication with MCVE (send/receive data)   Non-blocking</s>
-<s f="mcve_numcolumns" u="int mcve_numcolumns(resource conn, int identifier)">Number of columns returned in a comma delimited response</s>
-<s f="mcve_numrows" u="int mcve_numrows(resource conn, int identifier)">Number of rows returned in a comma delimited response</s>
-<s f="mcve_override" u="int mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)">Send an OVERRIDE to MCVE</s>
-<s f="mcve_parsecommadelimited" u="int mcve_parsecommadelimited(resource conn, int identifier)">Parse the comma delimited response so mcve_getcell, etc will work</s>
-<s f="mcve_ping" u="int mcve_ping(resource conn)">Send a ping request to MCVE</s>
-<s f="mcve_preauth" u="int mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments,        string clerkid, string stationid, int ptrannum)">Send a PREAUTHORIZATION to MCVE</s>
-<s f="mcve_preauthcompletion" u="int mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum)">Complete a PREAUTHORIZATION... Ready it for settlement</s>
-<s f="mcve_qc" u="int mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)">Audit MCVE for a list of transactions in the outgoing queue</s>
-<s f="mcve_responseparam" u="string mcve_responseparam(resource conn, long identifier, string key)">Get a custom response parameter</s>
-<s f="mcve_return" u="int mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)">Issue a RETURN or CREDIT to MCVE</s>
-<s f="mcve_returncode" u="int mcve_returncode(resource conn, int identifier)">Grab the exact return code from the transaction</s>
-<s f="mcve_returnstatus" u="int mcve_returnstatus(resource conn, int identifier)">Check to see if the transaction was successful</s>
-<s f="mcve_sale" u="int mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)">Send a SALE to MCVE</s>
-<s f="mcve_setblocking" u="int mcve_setblocking(resource conn, int tf)">Set blocking/non-blocking mode for connection</s>
-<s f="mcve_setdropfile" u="int mcve_setdropfile(resource conn, string directory)">Set the connection method to Drop-File</s>
-<s f="mcve_setip" u="int mcve_setip(resource conn, string host, int port)">Set the connection method to IP</s>
-<s f="mcve_setssl" u="int mcve_setssl(resource conn, string host, int port)">Set the connection method to SSL</s>
-<s f="mcve_setssl_files" u="int mcve_setssl_files(string sslkeyfile, string sslcertfile)">Set certificate key files and certificates if server requires client certificate     verification</s>
-<s f="mcve_settimeout" u="int mcve_settimeout(resource conn, int seconds)">Set maximum transaction time (per trans)</s>
-<s f="mcve_settle" u="int mcve_settle(resource conn, string username, string password, string batch)">Issue a settlement command to do a batch deposit</s>
-<s f="mcve_text_avs" u="string mcve_text_avs(string code)">Get a textual representation of the return_avs</s>
-<s f="mcve_text_code" u="string mcve_text_code(string code)">Get a textual representation of the return_code</s>
-<s f="mcve_text_cv" u="string mcve_text_cv(int code)">Get a textual representation of the return_cv</s>
-<s f="mcve_transactionauth" u="string mcve_transactionauth(resource conn, int identifier)">Get the authorization number returned for the transaction (alpha-numeric)</s>
-<s f="mcve_transactionavs" u="int mcve_transactionavs(resource conn, int identifier)">Get the Address Verification return status</s>
-<s f="mcve_transactionbatch" u="int mcve_transactionbatch(resource conn, int identifier)">Get the batch number associated with the transaction</s>
-<s f="mcve_transactioncv" u="int mcve_transactioncv(resource conn, int identifier)">Get the CVC2/CVV2/CID return status</s>
-<s f="mcve_transactionid" u="int mcve_transactionid(resource conn, int identifier)">Get the unique system id for the transaction</s>
-<s f="mcve_transactionitem" u="int mcve_transactionitem(resource conn, int identifier)">Get the ITEM number in the associated batch for this transaction</s>
-<s f="mcve_transactionssent" u="int mcve_transactionssent(resource conn)">Check to see if outgoing buffer is clear</s>
-<s f="mcve_transactiontext" u="string mcve_transactiontext(resource conn, int identifier)">Get verbiage (text) return from MCVE or processing institution</s>
-<s f="mcve_transinqueue" u="int mcve_transinqueue(resource conn)">Number of transactions in client-queue</s>
-<s f="mcve_transnew" u="int mcve_transnew(resource conn)">Start a new transaction</s>
-<s f="mcve_transparam" u="int mcve_transparam(resource conn, long identifier, int key, ...)">Add a parameter to a transaction</s>
-<s f="mcve_transsend" u="int mcve_transsend(resource conn, long identifier)">Finalize and send the transaction</s>
-<s f="mcve_ub" u="int mcve_ub(resource conn, string username, string password)">Get a list of all Unsettled batches</s>
-<s f="mcve_uwait" u="int mcve_uwait(long microsecs)">Wait x microsecs</s>
-<s f="mcve_verifyconnection" u="bool mcve_verifyconnection(resource conn, int tf)">Set whether or not to PING upon connect to verify connection</s>
-<s f="mcve_verifysslcert" u="bool mcve_verifysslcert(resource conn, int tf)">Set whether or not to verify the server ssl certificate</s>
-<s f="mcve_void" u="int mcve_void(resource conn, string username, string password, int sid, int ptrannum)">VOID a transaction in the settlement queue</s>
-<s f="mhash" u="string mhash(int hash, string data [, string key])">Hash data with hash</s>
+<s f="mdecrypt_generic" u="binary mdecrypt_generic(resource td, binary data)">This function decrypts the plaintext</s>
+<s f="mhash" u="binary mhash(int hash, binary data [, binary key])">Hash data with hash</s>
 <s f="mhash_count" u="int mhash_count(void)">Gets the number of available hashes</s>
 <s f="mhash_get_block_size" u="int mhash_get_block_size(int hash)">Gets the block size of hash</s>
 <s f="mhash_get_hash_name" u="string mhash_get_hash_name(int hash)">Gets the name of hash</s>
+<s f="mhash_get_keygen_name" u="string mhash_get_keygen_name(int keygen)">Get the name of the keygen algorithm</s>
+<s f="mhash_get_keygen_salt_size" u="bool mhash_get_keygen_salt_size(int keygen)">Get the required size of the salt for the keygen algorithm</s>
+<s f="mhash_keygen" u="binary mhash_keygen(int type, int hash1, int hash2, binary password[, binary salt[, int max_key_size = 128[, int bytes_count = 0]])">Generate a key</s>
+<s f="mhash_keygen_count" u="int mhash_keygen_count()">Get the number of available keygen algorithms</s>
+<s f="mhash_keygen_s2k" u="binary mhash_keygen_s2k(int hash, binary input_password, binary salt, int bytes)">Generates a key using hash functions</s>
+<s f="mhash_keygen_uses_count" u="bool mhash_keygen_uses_count(int keygen)">Whether the keygen algorithm uses the bytes_count parameter</s>
+<s f="mhash_keygen_uses_hash" u="bool mhash_keygen_uses_hash(int keygen)">Whether the keygen algorithm uses a hash algorithm</s>
+<s f="mhash_keygen_uses_salt" u="bool mhash_keygen_uses_salt(int keygen)">Whether the keygen algorithm requires a salt</s>
 <s f="mime_content_type" u="string mime_content_type(string filename|resource stream)">Return content-type for file</s>
 <s f="ming_keypress" u="int ming_keypress(string str)">Returns the action flag for keyPress(char)</s>
 <s f="ming_setscale" u="void ming_setscale(int scale)">Set scale (?)</s>
 <s f="ming_useconstants" u="void ming_useconstants(int use)">Use constant pool (?)</s>
 <s f="ming_useswfversion" u="void ming_useswfversion(int version)">Use SWF version (?)</s>
-<s f="swfaction_init" u="object swfaction_init(string)">Returns a new SWFAction object, compiling the given script</s>
-<s f="swfbitmap_init" u="class swfbitmap_init(mixed file [, mixed maskfile])">Returns a new SWFBitmap object from jpg (with optional mask) or dbl file</s>
-<s f="swfbutton_init" u="object swfbutton_init(void)">Returns a new SWFButton object</s>
-<s f="swfdisplayitem_move" u="void swfdisplayitem_move(float dx, float dy)">Displaces this SWFDisplayItem by (dx, dy) in movie coordinates</s>
-<s f="swfdisplayitem_rotate" u="void swfdisplayitem_rotate(float degrees)">Rotates this SWFDisplayItem the given (clockwise) degrees from its current orientation</s>
-<s f="swfdisplayitem_scale" u="void swfdisplayitem_scale(float xScale, float yScale)">Multiplies this SWFDisplayItem's current x scale by xScale, its y scale by yScale</s>
-<s f="swffill_init" u="class swffill_init(void)">Returns a new SWFFill object</s>
-<s f="swffont_init" u="object swffont_init(string filename)">Returns a new SWFFont object from given file</s>
-<s f="swfgradient_init" u="class swfgradient_init(void)">Returns a new SWFGradient object</s>
-<s f="swfmorph_init" u="object swfmorph_init(void)">Returns a new SWFMorph object</s>
-<s f="swfmovie_add" u="object swfmovie_add(object SWFBlock)"/>
-<s f="swfmovie_init" u="object swfmovie_init(int version)">Creates swfmovie object according to the passed version</s>
-<s f="swfmovie_labelframe" u="void swfmovie_labelframe(object SWFBlock)"/>
-<s f="swfmovie_labelframe" u="void swfmovie_labelframe(string label)">Labels frame</s>
-<s f="swfmovie_nextframe" u="void swfmovie_nextframe(void)"/>
-<s f="swfmovie_output" u="int swfmovie_output([int compression])"/>
-<s f="swfmovie_save" u="int swfmovie_save(mixed where [, int compression])">Saves the movie. 'where' can be stream and the movie will be saved there otherwise it is treated as string and written in file with that name</s>
-<s f="swfshape_addfill" u="object swfshape_addfill(mixed arg1, int arg2, [int b [, int a]])">Returns a fill object, for use with swfshape_setleftfill and swfshape_setrightfill. If 1 or 2 parameter(s) is (are) passed first should be object (from gradient class) and the second int (flags). Gradient fill is performed. If 3 or 4 parameters are passed : r, g, b [, a]. Solid fill is performed.</s>
-<s f="swfshape_drawarc" u="void swfshape_drawarc(float r, float startAngle, float endAngle)">Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured counterclockwise from 12 o'clock</s>
-<s f="swfshape_drawcircle" u="void swfshape_drawcircle(float r)">Draws a circle of radius r centered at the current location, in a counter-clockwise fashion</s>
-<s f="swfshape_drawcubic" u="void swfshape_drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
-<s f="swfshape_drawcubic" u="void swfshape_drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
-<s f="swfshape_drawcurve" u="void swfshape_drawcurve(float adx, float ady, float bdx, float bdy [, float cdx, float cdy])">Draws a curve from the current pen position (x, y) to the point (x+bdx, y+bdy) in the current line style, using point (x+adx, y+ady) as a control point or draws a cubic bezier to point (x+cdx, x+cdy) with control points (x+adx, y+ady) and (x+bdx, y+bdy)</s>
-<s f="swfshape_drawcurveto" u="void swfshape_drawcurveto(float ax, float ay, float bx, float by [, float dx, float dy])">Draws a curve from the current pen position (x,y) to the point (bx, by) in the current line style, using point (ax, ay) as a control point. Or draws a cubic bezier to point (dx, dy) with control points (ax, ay) and (bx, by)</s>
-<s f="swfshape_drawglyph" u="void swfshape_drawglyph(SWFFont font, string character [, int size])">Draws the first character in the given string into the shape using the glyph definition from the given font</s>
-<s f="swfshape_drawline" u="void swfshape_drawline(float dx, float dy)">Draws a line from the current pen position (x, y) to the point (x+dx, y+dy) in the current line style</s>
-<s f="swfshape_drawlineto" u="void swfshape_drawlineto(float x, float y)">Draws a line from the current pen position to shape coordinates (x, y) in the current line style</s>
-<s f="swfshape_init" u="object swfshape_init(void)">Returns a new SWFShape object</s>
-<s f="swfshape_movepen" u="void swfshape_movepen(float x, float y)">Moves the pen from its current location by vector (x, y)</s>
-<s f="swfshape_movepento" u="void swfshape_movepento(float x, float y)">Moves the pen to shape coordinates (x, y)</s>
-<s f="swfshape_setleftfill" u="void swfshape_setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the left side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting left side fill type.</s>
-<s f="swfshape_setleftfill" u="void swfshape_setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the right side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting right side fill type.</s>
-<s f="swfshape_setline" u="void swfshape_setline(int width, int r, int g, int b [, int a])">Sets the current line style for this SWFShape</s>
-<s f="swfsound_init" u="class swfsound_init(string filename, int flags)">Returns a new SWFSound object from given file</s>
-<s f="swfsprite_add" u="object swfsprite_add(object SWFCharacter)">Adds the character to the sprite, returns a displayitem object</s>
-<s f="swfsprite_init" u="class swfsprite_init(void)">Returns a new SWFSprite object</s>
-<s f="swfsprite_remove" u="void swfsprite_remove(object SWFDisplayItem)">Remove the named character from the sprite's display list</s>
-<s f="swftext_init" u="class swftext_init(void)">Returns new SWFText object</s>
-<s f="swftextfield_align" u="void swftextfield_align(int alignment)">Sets the alignment of this textfield</s>
-<s f="swftextfield_init" u="object swftextfield_init([int flags])">Returns a new SWFTextField object</s>
-<s f="udm_add_search_limit" u="int udm_add_search_limit(int agent, int var, string val)">Add mnoGoSearch search restrictions</s>
-<s f="udm_alloc_agent" u="int udm_alloc_agent(string dbaddr [, string dbmode])">Allocate mnoGoSearch session</s>
-<s f="udm_alloc_agent_array" u="int udm_alloc_agent_array(array dbaddr)">Allocate mnoGoSearch session</s>
-<s f="udm_api_version" u="int udm_api_version()">Get mnoGoSearch API version</s>
-<s f="udm_cat_list" u="array udm_cat_list(int agent, string category)">Get mnoGoSearch categories list with the same root</s>
-<s f="udm_cat_path" u="array udm_cat_path(int agent, string category)">Get mnoGoSearch categories path from the root to the given catgory</s>
-<s f="udm_check_charset" u="int udm_check_charset(int agent, string charset)">Check if the given charset is known to mnogosearch</s>
-<s f="udm_check_stored" u="int udm_check_stored(int agent, int link, string doc_id)">Open connection to stored</s>
-<s f="udm_clear_search_limits" u="int udm_clear_search_limits(int agent)">Clear all mnoGoSearch search restrictions</s>
-<s f="udm_close_stored" u="int udm_close_stored(int agent, int link)">Open connection to stored</s>
-<s f="udm_errno" u="int udm_errno(int agent)">Get mnoGoSearch error number</s>
-<s f="udm_error" u="string udm_error(int agent)">Get mnoGoSearch error message</s>
-<s f="udm_find" u="int udm_find(int agent, string query)">Perform search</s>
-<s f="udm_free_agent" u="int udm_free_agent(int agent)">Free mnoGoSearch session</s>
-<s f="udm_free_ispell_data" u="int udm_free_ispell_data(int agent)">Free memory allocated for ispell data</s>
-<s f="udm_free_res" u="int udm_free_res(int res)">mnoGoSearch free result</s>
-<s f="udm_get_doc_count" u="int udm_get_doc_count(int agent)">Get total number of documents in database</s>
-<s f="udm_get_res_field" u="string udm_get_res_field(int res, int row, int field)">Fetch mnoGoSearch result field</s>
-<s f="udm_get_res_field_ex" u="string udm_get_res_field_ex(int res, int row, string field)">Fetch mnoGoSearch result field</s>
-<s f="udm_get_res_param" u="string udm_get_res_param(int res, int param)">Get mnoGoSearch result parameters</s>
-<s f="udm_load_ispell_data" u="int udm_load_ispell_data(int agent, int var, string val1, [string charset], string val2, int flag)">Load ispell data</s>
-<s f="udm_make_excerpt" u="int udm_make_excerpt(int agent, int res, int row)">Perform search</s>
-<s f="udm_open_stored" u="int udm_open_stored(int agent, string storedaddr)">Open connection to stored</s>
-<s f="udm_parse_query_string" u="int udm_parse_query_string(int agent, string str)">Parses query string, initialises variables and search limits taken from it</s>
-<s f="udm_set_agent_param" u="int udm_set_agent_param(int agent, int var, string val)">Set mnoGoSearch agent session parameters</s>
-<s f="udm_set_agent_param_ex" u="int udm_set_agent_param_ex(int agent, string var, string val)">Set mnoGoSearch agent session parameters extended</s>
-<s f="msession_call" u="string msession_call(string fn_name, [, string param1 ], ... [,string param4])">Call the plugin function named fn_name</s>
-<s f="msession_connect" u="bool msession_connect(string host, string port)">Connect to msession sever</s>
-<s f="msession_count" u="int msession_count(void)">Get session count</s>
-<s f="msession_create" u="bool msession_create(string session)">Create a session</s>
-<s f="msession_ctl" u="int msession_ctl(string name)">Lock a session</s>
-<s f="msession_destroy" u="bool msession_destroy(string name)">Destroy a session</s>
-<s f="msession_disconnect" u="void msession_disconnect(void)">Disconnect from msession server</s>
-<s f="msession_exec" u="string msession_exec(string cmdline)">executes a program on msession system</s>
-<s f="msession_find" u="array msession_find(string name, string value)">Find all sessions with name and value</s>
-<s f="msession_get" u="string msession_get(string session, string name, string default_value)">Get value from session</s>
-<s f="msession_get_array" u="array msession_get_array(string session)">Get array of msession variables</s>
-<s f="msession_get_data" u="string msession_get_data(string session)">Get data session unstructured data. (PHP sessions use this)</s>
-<s f="msession_inc" u="string msession_inc(string session, string name)">Increment value in session</s>
-<s f="msession_list" u="array msession_list(void)">List all sessions</s>
-<s f="msession_listvar" u="array msession_listvar(string name)">return associative array of value:session for all sessions with a variable named 'name'</s>
-<s f="msession_lock" u="int msession_lock(string name)">Lock a session</s>
-<s f="msession_ping" u="bool msession_ping(void)">returns non-zero if msession is alive</s>
-<s f="msession_plugin" u="string msession_plugin(string session, string val [, string param ])">Call the personality plugin escape function</s>
-<s f="msession_randstr" u="string msession_randstr(int num_chars)">Get random string</s>
-<s f="msession_set" u="bool msession_set(string session, string name, string value)">Set value in session</s>
-<s f="msession_set_array" u="bool msession_set_array(string session, array tuples)">Set msession variables from an array</s>
-<s f="msession_set_data" u="bool msession_set_data(string session, string value)">Set data session unstructured data. (PHP sessions use this)</s>
-<s f="msession_timeout" u="int msession_timeout(string session [, int param ])">Set/get session timeout</s>
-<s f="msession_uniq" u="string msession_uniq(int num_chars)">Get uniq id</s>
-<s f="msession_unlock" u="int msession_unlock(string session, int key)">Unlock a session</s>
+<s f="swfaction::__construct" u="void swfaction::__construct(string)">Creates a new SWFAction object, compiling the given script</s>
+<s f="swfbitmap::__construct" u="void swfbitmap::__construct(mixed file [, mixed maskfile])">Creates a new SWFBitmap object from jpg (with optional mask) or dbl file</s>
+<s f="swfbitmap::getHeight" u="float swfbitmap::getHeight()">Returns the height of this bitmap</s>
+<s f="swfbitmap::getWidth" u="float swfbitmap::getWidth()">Returns the width of this bitmap</s>
+<s f="swfbutton::__construct" u="void swfbutton::__construct()">Creates a new SWFButton object</s>
+<s f="swfbutton::addASound" u="SWFSoundInstance swfbutton::addASound(SWFSound sound, int flags)">associates a sound with a button transition  NOTE: the transitions are all wrong _UP, _OVER, _DOWN _HIT</s>
+<s f="swfbutton::addAction" u="void swfbutton::addAction(object SWFAction, int flags)">Sets the action to perform when conditions described in flags is met</s>
+<s f="swfbutton::addShape" u="void swfbutton::addShape(object SWFCharacter, int flags)">Sets the character to display for the condition described in flags</s>
+<s f="swfbutton::setAction" u="void swfbutton::setAction(object SWFAction)">Sets the action to perform when button is pressed</s>
+<s f="swfbutton::setDown" u="void swfbutton::setDown(object SWFCharacter)">Sets the character for this button's down state</s>
+<s f="swfbutton::setHit" u="void swfbutton::setHit(object SWFCharacter)">Sets the character for this button's hit test state</s>
+<s f="swfbutton::setMenu" u="void swfbutton::setMenu(int flag)">enable track as menu button behaviour</s>
+<s f="swfbutton::setOver" u="void swfbutton::setOver(object SWFCharacter)">Sets the character for this button's over state</s>
+<s f="swfbutton::setUp" u="void swfbutton::setUp(object SWFCharacter)">Sets the character for this button's up state</s>
+<s f="swfdisplayitem::addAction" u="void swfdisplayitem::addAction(object SWFAction, int flags)">Adds this SWFAction to the given SWFSprite instance</s>
+<s f="swfdisplayitem::addColor" u="void swfdisplayitem::addColor(int r, int g, int b [, int a])">Sets the add color part of this SWFDisplayItem's CXform to (r, g, b [, a]), a defaults to 0</s>
+<s f="swfdisplayitem::endMask" u="void swfdisplayitem::endMask()">another way of defining a MASK layer</s>
+<s f="swfdisplayitem::move" u="void swfdisplayitem::move(float dx, float dy)">Displaces this SWFDisplayItem by (dx, dy) in movie coordinates</s>
+<s f="swfdisplayitem::moveTo" u="void swfdisplayitem::moveTo(int x, int y)">Moves this SWFDisplayItem to movie coordinates (x, y)</s>
+<s f="swfdisplayitem::multColor" u="void swfdisplayitem::multColor(float r, float g, float b [, float a])">Sets the multiply color part of this SWFDisplayItem's CXform to (r, g, b [, a]), a defaults to 1.0</s>
+<s f="swfdisplayitem::rotate" u="void swfdisplayitem::rotate(float degrees)">Rotates this SWFDisplayItem the given (clockwise) degrees from its current orientation</s>
+<s f="swfdisplayitem::rotateTo" u="void swfdisplayitem::rotateTo(float degrees)">Rotates this SWFDisplayItem the given (clockwise) degrees from its original orientation</s>
+<s f="swfdisplayitem::scale" u="void swfdisplayitem::scale(float xScale, float yScale)">Multiplies this SWFDisplayItem's current x scale by xScale, its y scale by yScale</s>
+<s f="swfdisplayitem::scaleTo" u="void swfdisplayitem::scaleTo(float xScale [, float yScale])">Scales this SWFDisplayItem by xScale in the x direction, yScale in the y, or both to xScale if only one arg</s>
+<s f="swfdisplayitem::setDepth" u="void swfdisplayitem::setDepth(int depth)">Sets this SWFDisplayItem's z-depth to depth.  Items with higher depth values are drawn on top of those with lower values</s>
+<s f="swfdisplayitem::setMaskLevel" u="void swfdisplayitem::setMaskLevel(int level)">defines a MASK layer at level</s>
+<s f="swfdisplayitem::setMatrix" u="void swfdisplayitem::setMatrix(float a, float b, float c, float d, float x, float y)">Sets the item's transform matrix</s>
+<s f="swfdisplayitem::setName" u="void swfdisplayitem::setName(string name)">Sets this SWFDisplayItem's name to name</s>
+<s f="swfdisplayitem::setRatio" u="void swfdisplayitem::setRatio(float ratio)">Sets this SWFDisplayItem's ratio to ratio.  Obviously only does anything if displayitem was created from an SWFMorph</s>
+<s f="swfdisplayitem::skewX" u="void swfdisplayitem::skewX(float xSkew)">Adds xSkew to this SWFDisplayItem's x skew value</s>
+<s f="swfdisplayitem::skewXTo" u="void swfdisplayitem::skewXTo(float xSkew)">Sets this SWFDisplayItem's x skew value to xSkew</s>
+<s f="swfdisplayitem::skewY" u="void swfdisplayitem::skewY(float ySkew)">Adds ySkew to this SWFDisplayItem's y skew value</s>
+<s f="swfdisplayitem::skewYTo" u="void swfdisplayitem::skewYTo(float ySkew)">Sets this SWFDisplayItem's y skew value to ySkew</s>
+<s f="swffill::__construct" u="void swffill::__construct()">Creates a new SWFFill object</s>
+<s f="swffill::moveTo" u="void swffill::moveTo(float x, float y)">Moves this SWFFill to shape coordinates (x,y)</s>
+<s f="swffill::rotateTo" u="void swffill::rotateTo(float degrees)">Rotates this SWFFill the given (clockwise) degrees from its original orientation</s>
+<s f="swffill::scaleTo" u="void swffill::scaleTo(float xScale [, float yScale])">Scales this SWFFill by xScale in the x direction, yScale in the y, or both to xScale if only one arg</s>
+<s f="swffill::skewXTo" u="void swffill::skewXTo(float xSkew)">Sets this SWFFill's x skew value to xSkew</s>
+<s f="swffill::skewYTo" u="void swffill::skewYTo(float ySkew)">Sets this SWFFill's y skew value to ySkew</s>
+<s f="swffont::__construct" u="void swffont::__construct(string filename)">Creates a new SWFFont object from given file</s>
+<s f="swffont::addChars" u="void swffont::addChars(string)">adds characters to a font required within textfields</s>
+<s f="swffont::getAscent" u="float swffont::getAscent()">Returns the ascent of the font, or 0 if not available</s>
+<s f="swffont::getDescent" u="float swffont::getDescent()">Returns the descent of the font, or 0 if not available</s>
+<s f="swffont::getLeading" u="float swffont::getLeading()">Returns the leading of the font, or 0 if not available</s>
+<s f="swffont::getShape" u="string swffont::getShape(code)">Returns the glyph shape of a char as a text string</s>
+<s f="swffont::getUTF8Width" u="int swffont::getUTF8Width(string)">Calculates the width of the given string in this font at full height</s>
+<s f="swffont::getWideWidth" u="int swffont::getWideWidth(string)">Calculates the width of the given string in this font at full height</s>
+<s f="swffont::getWidth" u="float swffont::getWidth(string str)">Calculates the width of the given string in this font at full height</s>
+<s f="swffontcha::raddChars" u="void swffontcha::raddChars(string)">adds characters to a font for exporting font</s>
+<s f="swffontchar::addChars" u="void swffontchar::addChars(string)">adds characters to a font for exporting font</s>
+<s f="swfgradient::__construct" u="void swfgradient::__construct()">Creates a new SWFGradient object</s>
+<s f="swfgradient::addEntry" u="void swfgradient::addEntry(float ratio, int r, int g, int b [, int a])">Adds given entry to the gradient</s>
+<s f="swfmorph::__construct" u="void swfmorph::__construct()">Creates a new SWFMorph object</s>
+<s f="swfmorph::getShape1" u="object swfmorph::getShape1()">Return's this SWFMorph's start shape object</s>
+<s f="swfmorph::getShape2" u="object swfmorph::getShape2()">Return's this SWFMorph's start shape object</s>
+<s f="swfmovie::__construct" u="void swfmovie::__construct(int version)">Creates swfmovie object according to the passed version</s>
+<s f="swfmovie::add" u="object swfmovie::add(object SWFBlock)"></s>
+<s f="swfmovie::labelframe" u="void swfmovie::labelframe(string label)">Labels frame</s>
+<s f="swfmovie::namedanchor" u="void swfmovie::namedanchor(string name)"></s>
+<s f="swfmovie::nextframe" u="void swfmovie::nextframe()"></s>
+<s f="swfmovie::output" u="int swfmovie::output([int compression])"></s>
+<s f="swfmovie::protect" u="void swfmovie::protect([ string pasword])"></s>
+<s f="swfmovie::remove" u="void swfmovie::remove(object SWFBlock)"></s>
+<s f="swfmovie::save" u="int swfmovie::save(mixed where [, int compression])">Saves the movie. 'where' can be stream and the movie will be saved there otherwise it is treated as string and written in file with that name</s>
+<s f="swfmovie::saveToFile" u="int swfmovie::saveToFile(stream x [, int compression])"></s>
+<s f="swfmovie::setBackground" u="void swfmovie::setBackground(int r, int g, int b)">Sets background color (r,g,b)</s>
+<s f="swfmovie::setDimension" u="void swfmovie::setDimension(float x, float y)">Sets movie dimension</s>
+<s f="swfmovie::setFrames" u="void swfmovie::setFrames(int frames)">Sets number of frames</s>
+<s f="swfmovie::setRate" u="void swfmovie::setRate(float rate)">Sets movie rate</s>
+<s f="swfmovie::streamMP3" u="int swfmovie::streamMP3(mixed file [, float skip])">Sets sound stream of the SWF movie. The parameter can be stream or string. Retuens the number of frames.</s>
+<s f="swfprebuiltclip_init" u="void swfprebuiltclip_init([file])">Returns a SWFPrebuiltClip object</s>
+<s f="swfshape::__construct" u="void swfshape::__construct()">Creates a new SWFShape object</s>
+<s f="swfshape::addfill" u="object swfshape::addfill(mixed arg1, int arg2, [int b [, int a]])">Returns a fill object, for use with swfshape_setleftfill and swfshape_setrightfill. If 1 or 2 parameter(s) is (are) passed first should be object (from gradient class) and the second int (flags). Gradient fill is performed. If 3 or 4 parameters are passed : r, g, b [, a]. Solid fill is performed.</s>
+<s f="swfshape::drawarc" u="void swfshape::drawarc(float r, float startAngle, float endAngle)">Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o'clock</s>
+<s f="swfshape::drawcircle" u="void swfshape::drawcircle(float r)">Draws a circle of radius r centered at the current location, in a counter-clockwise fashion</s>
+<s f="swfshape::drawcubic" u="void swfshape::drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
+<s f="swfshape::drawcubic" u="void swfshape::drawcubic(float bx, float by, float cx, float cy, float dx, float dy)">Draws a cubic bezier curve using the current position and the three given points as control points</s>
+<s f="swfshape::drawcurve" u="void swfshape::drawcurve(float adx, float ady, float bdx, float bdy [, float cdx, float cdy])">Draws a curve from the current pen position (x, y) to the point (x+bdx, y+bdy) in the current line style, using point (x+adx, y+ady) as a control point or draws a cubic bezier to point (x+cdx, x+cdy) with control points (x+adx, y+ady) and (x+bdx, y+bdy)</s>
+<s f="swfshape::drawcurveto" u="void swfshape::drawcurveto(float ax, float ay, float bx, float by [, float dx, float dy])">Draws a curve from the current pen position (x,y) to the point (bx, by) in the current line style, using point (ax, ay) as a control point. Or draws a cubic bezier to point (dx, dy) with control points (ax, ay) and (bx, by)</s>
+<s f="swfshape::drawglyph" u="void swfshape::drawglyph(SWFFont font, string character [, int size])">Draws the first character in the given string into the shape using the glyph definition from the given font</s>
+<s f="swfshape::drawline" u="void swfshape::drawline(float dx, float dy)">Draws a line from the current pen position (x, y) to the point (x+dx, y+dy) in the current line style</s>
+<s f="swfshape::drawlineto" u="void swfshape::drawlineto(float x, float y)">Draws a line from the current pen position to shape coordinates (x, y) in the current line style</s>
+<s f="swfshape::movepen" u="void swfshape::movepen(float x, float y)">Moves the pen from its current location by vector (x, y)</s>
+<s f="swfshape::movepento" u="void swfshape::movepento(float x, float y)">Moves the pen to shape coordinates (x, y)</s>
+<s f="swfshape::setleftfill" u="void swfshape::setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the left side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting left side fill type.</s>
+<s f="swfshape::setleftfill" u="void swfshape::setleftfill(int arg1 [, int g ,int b [,int a]])">Sets the right side fill style to fill in case only one parameter is passed. When 3 or 4 parameters are passed they are treated as : int r, int g, int b, int a . Solid fill is performed in this case before setting right side fill type.</s>
+<s f="swfshape::setline" u="void swfshape::setline(int width, int r, int g, int b [, int a])">Sets the current line style for this SWFShape</s>
+<s f="swfsound::__construct" u="void swfsound::__construct(string filename, int flags)">Creates a new SWFSound object from given file</s>
+<s f="swfsprite::__construct" u="void swfsprite::__construct()">Creates a new SWFSprite object</s>
+<s f="swfsprite::add" u="object swfsprite::add(object SWFCharacter)">Adds the character to the sprite, returns a displayitem object</s>
+<s f="swfsprite::labelFrame" u="void swfsprite::labelFrame(string label)">Labels frame</s>
+<s f="swfsprite::nextFrame" u="void swfsprite::nextFrame()">Moves the sprite to the next frame</s>
+<s f="swfsprite::remove" u="void swfsprite::remove(object SWFDisplayItem)">Remove the named character from the sprite's display list</s>
+<s f="swfsprite::setFrames" u="void swfsprite::setFrames(int frames)">Sets the number of frames in this SWFSprite</s>
+<s f="swftext::__construct" u="void swftext::__construct()">Creates new SWFText object</s>
+<s f="swftext::addString" u="void swftext::addString(string text)">Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color</s>
+<s f="swftext::addUTF8String" u="void swftext::addUTF8String(string text)">Writes the given text into this SWFText object at the current pen position,    using the current font, height, spacing, and color</s>
+<s f="swftext::addWideString" u="void swftext::addWideString(string text)">Writes the given text into this SWFText object at the current pen position,    using the current font, height, spacing, and color</s>
+<s f="swftext::getAscent" u="float swftext::getAscent()">Returns the ascent of the current font at its current size, or 0 if not available</s>
+<s f="swftext::getDescent" u="float swftext::getDescent()">Returns the descent of the current font at its current size, or 0 if not available</s>
+<s f="swftext::getLeading" u="float swftext::getLeading()">Returns the leading of the current font at its current size, or 0 if not available</s>
+<s f="swftext::getUTF8Width" u="double swftext::getUTF8Width(string)">calculates the width of the given string in this text objects current font and size</s>
+<s f="swftext::getWideWidth" u="double swftext::getWideWidth(string)">calculates the width of the given string in this text objects current font and size</s>
+<s f="swftext::getWidth" u="float swftext::getWidth(string str)">Calculates the width of the given string in this text objects current font and size</s>
+<s f="swftext::moveTo" u="void swftext::moveTo(float x, float y)">Moves this SWFText object's current pen position to (x, y) in text coordinates</s>
+<s f="swftext::setColor" u="void swftext::setColor(int r, int g, int b [, int a])">Sets this SWFText object's current color to the given color</s>
+<s f="swftext::setFont" u="void swftext::setFont(object font)">Sets this SWFText object's current font to given font</s>
+<s f="swftext::setHeight" u="void swftext::setHeight(float height)">Sets this SWFText object's current height to given height</s>
+<s f="swftext::setSpacing" u="void swftext::setSpacing(float spacing)">Sets this SWFText object's current letterspacing to given spacing</s>
+<s f="swftextfield::__construct" u="void swftextfield::__construct([int flags])">Creates a new SWFTextField object</s>
+<s f="swftextfield::addChars" u="void swftextfield::addChars(string)">adds characters to a font that will be available within a textfield</s>
+<s f="swftextfield::addString" u="void swftextfield::addString(string str)">Adds the given string to this textfield</s>
+<s f="swftextfield::align" u="void swftextfield::align(int alignment)">Sets the alignment of this textfield</s>
+<s f="swftextfield::setBounds" u="void swftextfield::setBounds(float width, float height)">Sets the width and height of this textfield</s>
+<s f="swftextfield::setColor" u="void swftextfield::setColor(int r, int g, int b [, int a])">Sets the color of this textfield</s>
+<s f="swftextfield::setFont" u="void swftextfield::setFont(object font)">Sets the font for this textfield</s>
+<s f="swftextfield::setHeight" u="void swftextfield::setHeight(float height)">Sets the font height of this textfield</s>
+<s f="swftextfield::setIndentation" u="void swftextfield::setIndentation(float indentation)">Sets the indentation of the first line of this textfield</s>
+<s f="swftextfield::setLeftMargin" u="void swftextfield::setLeftMargin(float margin)">Sets the left margin of this textfield</s>
+<s f="swftextfield::setLineSpacing" u="void swftextfield::setLineSpacing(float space)">Sets the line spacing of this textfield</s>
+<s f="swftextfield::setMargins" u="void swftextfield::setMargins(float left, float right)">Sets both margins of this textfield</s>
+<s f="swftextfield::setName" u="void swftextfield::setName(string var_name)">Sets the variable name of this textfield</s>
+<s f="swftextfield::setPadding" u="void swftextfield::setPadding(float padding)">Sets the padding of this textfield</s>
+<s f="swftextfield::setRightMargin" u="void swftextfield::setRightMargin(float margin)">Sets the right margin of this textfield</s>
+<s f="swfvideostream_init" u="void swfvideostream_init([file])">Returns a SWVideoStream object</s>
 <s f="msql_affected_rows" u="int msql_affected_rows(resource query)">Return number of affected rows</s>
 <s f="msql_close" u="bool msql_close([resource link_identifier])">Close an mSQL connection</s>
 <s f="msql_connect" u="int msql_connect([string hostname[:port]] [, string username] [, string password])">Open a connection to an mSQL Server</s>
 <s f="msql_select_db" u="bool msql_select_db(string database_name [, resource link_identifier])">Select an mSQL database</s>
 <s f="mssql_bind" u="bool mssql_bind(resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])">Adds a parameter to a stored procedure or a remote stored procedure</s>
 <s f="mssql_close" u="bool mssql_close([resource conn_id])">Closes a connection to a MS-SQL server</s>
-<s f="mssql_connect" u="int mssql_connect([string servername [, string username [, string password]]])">Establishes a connection to a MS-SQL server</s>
+<s f="mssql_connect" u="int mssql_connect([string servername [, string username [, string password [, bool new_link]]]])">Establishes a connection to a MS-SQL server</s>
 <s f="mssql_data_seek" u="bool mssql_data_seek(resource result_id, int offset)">Moves the internal row pointer of the MS-SQL result associated with the specified result identifier to pointer to the specified row number</s>
 <s f="mssql_execute" u="mixed mssql_execute(resource stmt [, bool skip_results = false])">Executes a stored procedure on a MS-SQL server database</s>
 <s f="mssql_fetch_array" u="array mssql_fetch_array(resource result_id [, int result_type])">Returns an associative array of the current row in the result set specified by result_id</s>
 <s f="mssql_next_result" u="bool mssql_next_result(resource result_id)">Move the internal result pointer to the next result</s>
 <s f="mssql_num_fields" u="int mssql_num_fields(resource mssql_result_index)">Returns the number of fields fetched in from the result id specified</s>
 <s f="mssql_num_rows" u="int mssql_num_rows(resource mssql_result_index)">Returns the number of rows fetched in from the result id specified</s>
-<s f="mssql_pconnect" u="int mssql_pconnect([string servername [, string username [, string password]]])">Establishes a persistent connection to a MS-SQL server</s>
+<s f="mssql_pconnect" u="int mssql_pconnect([string servername [, string username [, string password [, bool new_link]]]])">Establishes a persistent connection to a MS-SQL server</s>
 <s f="mssql_query" u="resource mssql_query(string query [, resource conn_id [, int batch_size]])">Perform an SQL query on a MS-SQL server database</s>
 <s f="mssql_result" u="string mssql_result(resource result_id, int row, mixed field)">Returns the contents of one cell from a MS-SQL result set</s>
 <s f="mssql_rows_affected" u="int mssql_rows_affected(resource conn_id)">Returns the number of records affected by the query</s>
 <s f="mysql_real_escape_string" u="string mysql_real_escape_string(string to_be_escaped [, int link_identifier])">Escape special characters in a string for use in a SQL statement, taking into account the current charset of the connection</s>
 <s f="mysql_result" u="mixed mysql_result(resource result, int row [, mixed field])">Gets result data</s>
 <s f="mysql_select_db" u="bool mysql_select_db(string database_name [, int link_identifier])">Selects a MySQL database</s>
+<s f="mysql_set_charset" u="bool mysql_set_charset(string csname [, int link_identifier])">sets client character set</s>
 <s f="mysql_stat" u="string mysql_stat([int link_identifier])">Returns a string containing status information</s>
 <s f="mysql_thread_id" u="int mysql_thread_id([int link_identifier])">Returns the thread id of current connection</s>
 <s f="mysql_unbuffered_query" u="resource mysql_unbuffered_query(string query [, int link_identifier])">Sends an SQL query to MySQL, without fetching and buffering the result rows</s>
 <s f="mysqli_close" u="bool mysqli_close(object link)">Close connection</s>
 <s f="mysqli_commit" u="bool mysqli_commit(object link)">Commit outstanding actions and close transaction</s>
 <s f="mysqli_data_seek" u="bool mysqli_data_seek(object result, int offset)">Move internal result pointer</s>
-<s f="mysqli_debug" u="void mysqli_debug(string debug)"/>
-<s f="mysqli_dump_debug_info" u="bool mysqli_dump_debug_info(object link)"/>
+<s f="mysqli_debug" u="void mysqli_debug(string debug)"></s>
+<s f="mysqli_dump_debug_info" u="bool mysqli_dump_debug_info(object link)"></s>
 <s f="mysqli_errno" u="int mysqli_errno(object link)">Returns the numerical value of the error message from previous MySQL operation</s>
 <s f="mysqli_error" u="string mysqli_error(object link)">Returns the text of the error message from previous MySQL operation</s>
 <s f="mysqli_field_count" u="int mysqli_field_count(object link)">Fetch the number of fields returned by the last query for the given link</s>
 <s f="mysqli_real_escape_string" u="string mysqli_real_escape_string(object link, string escapestr)">Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection</s>
 <s f="mysqli_real_query" u="bool mysqli_real_query(object link, string query)">Binary-safe version of mysql_query()</s>
 <s f="mysqli_rollback" u="bool mysqli_rollback(object link)">Undo actions from current transaction</s>
-<s f="mysqli_select_db" u="string mysqli_select_db(object link, string dbname)">Select a MySQL database</s>
-<s f="mysqli_send_long_data" u="bool mysqli_send_long_data(object stmt, int param_nr, string data)"/>
-<s f="mysqli_server_end" u="void mysqli_server_end(void)"/>
-<s f="mysqli_server_init" u="bool mysqli_server_init(void)">initialize embedded server</s>
+<s f="mysqli_select_db" u="bool mysqli_select_db(object link, string dbname)">Select a MySQL database</s>
+<s f="mysqli_set_local_infile_default" u="void mysqli_set_local_infile_default(object link)">unsets user defined handler for load local infile command</s>
+<s f="mysqli_set_local_infile_handler" u="bool mysqli_set_local_infile_handler(object link, callback read_func)">Set callback functions for LOAD DATA LOCAL INFILE</s>
 <s f="mysqli_sqlstate" u="string mysqli_sqlstate(object link)">Returns the SQLSTATE error from previous MySQL operation</s>
-<s f="mysqli_ssl_set" u="bool mysqli_ssl_set(object link ,string key ,string cert ,string ca ,string capath ,string cipher])"/>
+<s f="mysqli_ssl_set" u="bool mysqli_ssl_set(object link ,string key ,string cert ,string ca ,string capath ,string cipher])"></s>
 <s f="mysqli_stat" u="mixed mysqli_stat(object link)">Get current system status</s>
 <s f="mysqli_stmt_affected_rows" u="mixed mysqli_stmt_affected_rows(object stmt)">Return the number of rows affected in the last query for the given link</s>
+<s f="mysqli_stmt_attr_get" u="int mysqli_stmt_attr_get(object stmt, long attr)"></s>
+<s f="mysqli_stmt_attr_set" u="int mysqli_stmt_attr_set(object stmt, long attr, long mode)"></s>
 <s f="mysqli_stmt_bind_param" u="bool mysqli_stmt_bind_param(object stmt, string types, mixed variable [,mixed,....])">Bind variables to a prepared statement as parameters</s>
 <s f="mysqli_stmt_bind_result" u="bool mysqli_stmt_bind_result(object stmt, mixed var, [,mixed, ...])">Bind variables to a prepared statement for result storage</s>
 <s f="mysqli_stmt_close" u="bool mysqli_stmt_close(object stmt)">Close statement</s>
 <s f="mysqli_stmt_data_seek" u="void mysqli_stmt_data_seek(object stmt, int offset)">Move internal result pointer</s>
-<s f="mysqli_stmt_errno" u="int mysqli_stmt_errno(object stmt)"/>
-<s f="mysqli_stmt_error" u="string mysqli_stmt_error(object stmt)"/>
+<s f="mysqli_stmt_errno" u="int mysqli_stmt_errno(object stmt)"></s>
+<s f="mysqli_stmt_error" u="string mysqli_stmt_error(object stmt)"></s>
 <s f="mysqli_stmt_execute" u="bool mysqli_stmt_execute(object stmt)">Execute a prepared statement</s>
 <s f="mysqli_stmt_fetch" u="mixed mysqli_stmt_fetch(object stmt)">Fetch results from a prepared statement into the bound variables</s>
+<s f="mysqli_stmt_field_count" u="int mysqli_stmt_field_count(object stmt)">Return the number of result columns for the given statement</s>
 <s f="mysqli_stmt_free_result" u="void mysqli_stmt_free_result(object stmt)">Free stored result memory for the given statement handle</s>
-<s f="mysqli_stmt_init" u="object mysqli_stmt_init(object link)">Initialize statement object</s>
+<s f="mysqli_stmt_init" u="mixed mysqli_stmt_init(object link)">Initialize statement object</s>
+<s f="mysqli_stmt_insert_id" u="mixed mysqli_stmt_insert_id(object stmt)">Get the ID generated from the previous INSERT operation</s>
 <s f="mysqli_stmt_num_rows" u="mixed mysqli_stmt_num_rows(object stmt)">Return the number of rows in statements result set</s>
-<s f="mysqli_stmt_prepare" u="bool mysqli_stmt_prepare(object link, string query)">prepare server side statement with query</s>
-<s f="mysqli_stmt_reset" u="void mysqli_stmt_reset(object stmt)">reset a prepared statement</s>
+<s f="mysqli_stmt_param_count" u="int mysqli_stmt_param_count(object stmt)">Return the number of parameter for the given statement</s>
+<s f="mysqli_stmt_prepare" u="bool mysqli_stmt_prepare(object stmt, string query)">prepare server side statement with query</s>
+<s f="mysqli_stmt_reset" u="bool mysqli_stmt_reset(object stmt)">reset a prepared statement</s>
 <s f="mysqli_stmt_result_metadata" u="mixed mysqli_stmt_result_metadata(object stmt)">return result set from statement</s>
-<s f="mysqli_stmt_sqlstate" u="string mysqli_stmt_sqlstate(object stmt)"/>
-<s f="mysqli_stmt_store_result" u="bool mysqli_stmt_store_result(stmt)"/>
+<s f="mysqli_stmt_send_long_data" u="bool mysqli_stmt_send_long_data(object stmt, int param_nr, string data)"></s>
+<s f="mysqli_stmt_sqlstate" u="string mysqli_stmt_sqlstate(object stmt)"></s>
+<s f="mysqli_stmt_store_result" u="bool mysqli_stmt_store_result(stmt)"></s>
 <s f="mysqli_store_result" u="object mysqli_store_result(object link)">Buffer result set on client</s>
 <s f="mysqli_thread_id" u="int mysqli_thread_id(object link)">Return the current thread ID</s>
 <s f="mysqli_thread_safe" u="bool mysqli_thread_safe(void)">Return whether thread safety is given or not</s>
 <s f="mysqli_use_result" u="mixed mysqli_use_result(object link)">Directly retrieve query results - do not buffer results on client side</s>
+<s f="mysqli_embedded_server_end" u="void mysqli_embedded_server_end(void)"></s>
+<s f="mysqli_embedded_server_start" u="bool mysqli_embedded_server_start(bool start, array arguments, array groups)">initialize and start embedded server</s>
 <s f="mysqli_connect" u="object mysqli_connect([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])">Open a connection to a mysql server</s>
 <s f="mysqli_connect_errno" u="int mysqli_connect_errno(void)">Returns the numerical value of the error message from last connect command</s>
 <s f="mysqli_connect_error" u="string mysqli_connect_error(void)">Returns the text of the error message from previous MySQL operation</s>
-<s f="mysqli_embedded_connect" u="object mysqli_embedded_connect(void)">Open a connection to a embedded mysql server</s>
-<s f="mysqli_multi_query" u="bool mysqli_multi_query(object link, string query)">Binary-safe version of mysql_query()</s>
-<s f="mysqli_query" u="mixed mysqli_query(object link, string query [,int resultmode])"/>
-<s f="mysqli_disable_reads_from_master" u="void mysqli_disable_reads_from_master(object link)"/>
-<s f="mysqli_disable_rpl_parse" u="void mysqli_disable_rpl_parse(object link)"/>
-<s f="mysqli_enable_reads_from_master" u="void mysqli_enable_reads_from_master(object link)"/>
-<s f="mysqli_enable_rpl_parse" u="void mysqli_enable_rpl_parse(object link)"/>
+<s f="mysqli_get_charset" u="object mysqli_get_charset(object link)">returns a character set object</s>
+<s f="mysqli_multi_query" u="bool mysqli_multi_query(object link, string query)">allows to execute multiple queries</s>
+<s f="mysqli_set_charset" u="bool mysqli_set_charset(object link, string csname)">sets client character set</s>
+<s f="mysqli_disable_reads_from_master" u="void mysqli_disable_reads_from_master(object link)"></s>
+<s f="mysqli_disable_rpl_parse" u="void mysqli_disable_rpl_parse(object link)"></s>
+<s f="mysqli_enable_reads_from_master" u="void mysqli_enable_reads_from_master(object link)"></s>
+<s f="mysqli_enable_rpl_parse" u="void mysqli_enable_rpl_parse(object link)"></s>
 <s f="mysqli_master_query" u="bool mysqli_master_query(object link, string query)">Enforce execution of a query on the master in a master/slave setup</s>
-<s f="mysqli_rpl_parse_enabled" u="int mysqli_rpl_parse_enabled(object link)"/>
-<s f="mysqli_rpl_probe" u="bool mysqli_rpl_probe(object link)"/>
-<s f="mysqli_rpl_query_type" u="int mysqli_rpl_query_type(string query)"/>
-<s f="mysqli_send_query" u="bool mysqli_send_query(object link, string query)"/>
+<s f="mysqli_rpl_parse_enabled" u="int mysqli_rpl_parse_enabled(object link)"></s>
+<s f="mysqli_rpl_probe" u="bool mysqli_rpl_probe(object link)"></s>
+<s f="mysqli_rpl_query_type" u="int mysqli_rpl_query_type(string query)"></s>
+<s f="mysqli_send_query" u="bool mysqli_send_query(object link, string query)"></s>
 <s f="mysqli_slave_query" u="bool mysqli_slave_query(object link, string query)">Enforce execution of a query on a slave in a master/slave setup</s>
-<s f="ncurses_addch" u="int ncurses_addch(int ch)">Adds character at current position and advance cursor</s>
-<s f="ncurses_addchnstr" u="int ncurses_addchnstr(string s, int n)">Adds attributed string with specified length at current position</s>
-<s f="ncurses_addchstr" u="int ncurses_addchstr(string s)">Adds attributed string at current position</s>
-<s f="ncurses_addnstr" u="int ncurses_addnstr(string s, int n)">Adds string with specified length at current position</s>
-<s f="ncurses_addstr" u="int ncurses_addstr(string text)">Outputs text at current position</s>
-<s f="ncurses_assume_default_colors" u="int ncurses_assume_default_colors(int fg, int bg)">Defines default colors for color 0</s>
-<s f="ncurses_attroff" u="int ncurses_attroff(int attributes)">Turns off the given attributes</s>
-<s f="ncurses_attron" u="int ncurses_attron(int attributes)">Turns on the given attributes</s>
-<s f="ncurses_attrset" u="int ncurses_attrset(int attributes)">Sets given attributes</s>
-<s f="ncurses_baudrate" u="int ncurses_baudrate(void)">Returns baudrate of terminal</s>
-<s f="ncurses_beep" u="int ncurses_beep(void)">Let the terminal beep</s>
-<s f="ncurses_bkgd" u="int ncurses_bkgd(int attrchar)">Sets background property for terminal screen</s>
-<s f="ncurses_bkgdset" u="void ncurses_bkgdset(int attrchar)">Controls screen background</s>
-<s f="ncurses_border" u="int ncurses_border(int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)">Draws a border around the screen using attributed characters</s>
-<s f="ncurses_bottom_panel" u="int ncurses_bottom_panel(resource panel)">Moves a visible panel to the bottom of the stack</s>
-<s f="ncurses_can_change_color" u="bool ncurses_can_change_color(void)">Checks if we can change terminals colors</s>
-<s f="ncurses_cbreak" u="bool ncurses_cbreak(void)">Switches of input buffering</s>
-<s f="ncurses_clear" u="bool ncurses_clear(void)">Clears screen</s>
-<s f="ncurses_clrtobot" u="bool ncurses_clrtobot(void)">Clears screen from current position to bottom</s>
-<s f="ncurses_clrtoeol" u="bool ncurses_clrtoeol(void)">Clears screen from current position to end of line</s>
-<s f="ncurses_color_content" u="int ncurses_color_content(int color, int &amp;r, int &amp;g, int &amp;b)">Gets the RGB value for color</s>
-<s f="ncurses_color_set" u="int ncurses_color_set(int pair)">Sets fore- and background color</s>
-<s f="ncurses_curs_set" u="int ncurses_curs_set(int visibility)">Sets cursor state</s>
-<s f="ncurses_def_prog_mode" u="int ncurses_def_prog_mode(void)">Saves terminals (program) mode</s>
-<s f="ncurses_def_shell_mode" u="int ncurses_def_shell_mode(void)">Saves terminal (shell) mode</s>
-<s f="ncurses_define_key" u="int ncurses_define_key(string definition, int keycode)">Defines a keycode</s>
-<s f="ncurses_del_panel" u="bool ncurses_del_panel(resource panel)">Remove panel from the stack and delete it (but not the associated window)</s>
-<s f="ncurses_delay_output" u="int ncurses_delay_output(int milliseconds)">Delays output on terminal using padding characters</s>
-<s f="ncurses_delch" u="int ncurses_delch(void)">Deletes character at current position, move rest of line left</s>
-<s f="ncurses_deleteln" u="int ncurses_deleteln(void)">Deletes line at current position, move rest of screen up</s>
-<s f="ncurses_delwin" u="int ncurses_delwin(resource window)">Deletes a ncurses window</s>
-<s f="ncurses_doupdate" u="int ncurses_doupdate(void)">Writes all prepared refreshes to terminal</s>
-<s f="ncurses_echo" u="int ncurses_echo(void)">Activates keyboard input echo</s>
-<s f="ncurses_echochar" u="int ncurses_echochar(int character)">Single character output including refresh</s>
-<s f="ncurses_end" u="int ncurses_end(void)">Stops using ncurses, clean up the screen</s>
-<s f="ncurses_erase" u="int ncurses_erase(void)">Erases terminal screen</s>
-<s f="ncurses_erasechar" u="string ncurses_erasechar(void)">Returns current erase character</s>
-<s f="ncurses_filter" u="void ncurses_filter(void)"/>
-<s f="ncurses_flash" u="int ncurses_flash(void)">Flashes terminal screen (visual bell)</s>
-<s f="ncurses_flushinp" u="int ncurses_flushinp(void)">Flushes keyboard input buffer</s>
-<s f="ncurses_getch" u="int ncurses_getch(void)">Reads a character from keyboard</s>
-<s f="ncurses_getmaxyx" u="void ncurses_getmaxyx(resource window, int &amp;y, int &amp;x)">Returns the size of a window</s>
-<s f="ncurses_getmouse" u="bool ncurses_getmouse(array &amp;mevent)">Reads mouse event from queue. The content of mevent is cleared before new data is added.</s>
-<s f="ncurses_getyx" u="void ncurses_getyx(resource window, int &amp;y, int &amp;x)">Returns the current cursor position for a window</s>
-<s f="ncurses_halfdelay" u="int ncurses_halfdelay(int tenth)">Puts terminal into halfdelay mode</s>
-<s f="ncurses_has_colors" u="bool ncurses_has_colors(void)">Checks if terminal has colors</s>
-<s f="ncurses_has_ic" u="int ncurses_has_ic(void)">Checks for insert- and delete-capabilities</s>
-<s f="ncurses_has_il" u="int ncurses_has_il(void)">Checks for line insert- and delete-capabilities</s>
-<s f="ncurses_has_key" u="int ncurses_has_key(int keycode)">Checks for presence of a function key on terminal keyboard</s>
-<s f="ncurses_hide_panel" u="int ncurses_hide_panel(resource panel)">Remove panel from the stack, making it invisible</s>
-<s f="ncurses_hline" u="int ncurses_hline(int charattr, int n)">Draws a horizontal line at current position using an attributed character and max. n characters long</s>
-<s f="ncurses_inch" u="string ncurses_inch(void)">Gets character and attribute at current position</s>
-<s f="ncurses_init" u="int ncurses_init(void)">Initializes ncurses</s>
-<s f="ncurses_init_color" u="int ncurses_init_color(int color, int r, int g, int b)">Sets new RGB value for color</s>
-<s f="ncurses_init_pair" u="int ncurses_init_pair(int pair, int fg, int bg)">Allocates a color pair</s>
-<s f="ncurses_insch" u="int ncurses_insch(int character)">Inserts character moving rest of line including character at current position</s>
-<s f="ncurses_insdelln" u="int ncurses_insdelln(int count)">Inserts lines before current line scrolling down (negative numbers delete and scroll up)</s>
-<s f="ncurses_insertln" u="int ncurses_insertln(void)">Inserts a line, move rest of screen down</s>
-<s f="ncurses_insstr" u="int ncurses_insstr(string text)">Inserts string at current position, moving rest of line right</s>
-<s f="ncurses_instr" u="int ncurses_instr(string &amp;buffer)">Reads string from terminal screen</s>
-<s f="ncurses_isendwin" u="int ncurses_isendwin(void)">Ncurses is in endwin mode, normal screen output may be performed</s>
-<s f="ncurses_keyok" u="int ncurses_keyok(int keycode, int enable)">Enables or disable a keycode</s>
-<s f="ncurses_keypad" u="int ncurses_keypad(resource window, bool bf)">Turns keypad on or off</s>
-<s f="ncurses_killchar" u="string ncurses_killchar(void)">Returns current line kill character</s>
-<s f="ncurses_longname" u="string ncurses_longname(void)">Returns terminal description</s>
-<s f="ncurses_meta" u="int ncurses_meta(resource window, bool 8bit)">Enables/Disable 8-bit meta key information</s>
-<s f="ncurses_mouse_trafo" u="bool ncurses_mouse_trafo(int &amp;y, int &amp;x, bool toscreen)">Transforms coordinates</s>
-<s f="ncurses_mouseinterval" u="int ncurses_mouseinterval(int milliseconds)">Sets timeout for mouse button clicks</s>
-<s f="ncurses_mousemask" u="int ncurses_mousemask(int newmask, int &amp;oldmask)">Returns and sets mouse options</s>
-<s f="ncurses_move" u="int ncurses_move(int y, int x)">Moves output position</s>
-<s f="ncurses_move_panel" u="int ncurses_move_panel(resource panel, int startx, int starty)">Moves a panel so that it's upper-left corner is at [startx, starty]</s>
-<s f="ncurses_mvaddch" u="int ncurses_mvaddch(int y, int x, int c)">Moves current position and add character</s>
-<s f="ncurses_mvaddchnstr" u="int ncurses_mvaddchnstr(int y, int x, string s, int n)">Moves position and add attrributed string with specified length</s>
-<s f="ncurses_mvaddchstr" u="int ncurses_mvaddchstr(int y, int x, string s)">Moves position and add attributed string</s>
-<s f="ncurses_mvaddnstr" u="int ncurses_mvaddnstr(int y, int x, string s, int n)">Moves position and add string with specified length</s>
-<s f="ncurses_mvaddstr" u="int ncurses_mvaddstr(int y, int x, string s)">Moves position and add string</s>
-<s f="ncurses_mvcur" u="int ncurses_mvcur(int old_y,int old_x, int new_y, int new_x)">Moves cursor immediately</s>
-<s f="ncurses_mvdelch" u="int ncurses_mvdelch(int y, int x)">Moves position and delete character, shift rest of line left</s>
-<s f="ncurses_mvgetch" u="int ncurses_mvgetch(int y, int x)">Moves position and get character at new position</s>
-<s f="ncurses_mvhline" u="int ncurses_mvhline(int y, int x, int attrchar, int n)">Sets new position and draw a horizontal line using an attributed character and max. n characters long</s>
-<s f="ncurses_mvinch" u="int ncurses_mvinch(int y, int x)">Moves position and get attributed character at new position</s>
-<s f="ncurses_mvvline" u="int ncurses_mvvline(int y, int x, int attrchar, int n)">Sets new position and draw a vertical line using an attributed character and max. n characters long</s>
-<s f="ncurses_mvwaddstr" u="int ncurses_mvwaddstr(resource window, int y, int x, string text)">Adds string at new position in window</s>
-<s f="ncurses_napms" u="int ncurses_napms(int milliseconds)">Sleep</s>
-<s f="ncurses_new_panel" u="resource ncurses_new_panel(resource window)">Create a new panel and associate it with window</s>
-<s f="ncurses_newpad" u="resource ncurses_newpad(int rows, int cols)">Creates a new pad (window)</s>
-<s f="ncurses_newwin" u="int ncurses_newwin(int rows, int cols, int y, int x)">Creates a new window</s>
-<s f="ncurses_nl" u="int ncurses_nl(void)">Translates newline and carriage return / line feed</s>
-<s f="ncurses_nocbreak" u="int ncurses_nocbreak(void)">Switches terminal to cooked mode</s>
-<s f="ncurses_noecho" u="int ncurses_noecho(void)">Switches off keyboard input echo</s>
-<s f="ncurses_nonl" u="int ncurses_nonl(void)">Do not ranslate newline and carriage return / line feed</s>
-<s f="ncurses_noqiflush" u="int ncurses_noqiflush(void)">Do not flush on signal characters</s>
-<s f="ncurses_noraw" u="bool ncurses_noraw(void)">Switches terminal out of raw mode</s>
-<s f="ncurses_pair_content" u="int ncurses_pair_content(int pair, int &amp;f, int &amp;b)">Gets the RGB value for color</s>
-<s f="ncurses_panel_above" u="resource ncurses_panel_above(resource panel)">Returns the panel above panel. If panel is null, returns the bottom panel in the stack</s>
-<s f="ncurses_panel_below" u="resource ncurses_panel_below(resource panel)">Returns the panel below panel. If panel is null, returns the top panel in the stack</s>
-<s f="ncurses_panel_window" u="resource ncurses_panel_window(resource panel)">Returns the window associated with panel</s>
-<s f="ncurses_pnoutrefresh" u="int ncurses_pnoutrefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)">Copys a region from a pad into the virtual screen</s>
-<s f="ncurses_prefresh" u="int ncurses_prefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)">Copys a region from a pad into the virtual screen</s>
-<s f="ncurses_putp" u="int ncurses_putp(string text)">???</s>
-<s f="ncurses_qiflush" u="void ncurses_qiflush(void)">Flushes on signal characters</s>
-<s f="ncurses_raw" u="int ncurses_raw(void)">Switches terminal into raw mode</s>
-<s f="ncurses_refresh" u="int ncurses_refresh(int ch)">Refresh screen</s>
-<s f="ncurses_replace_panel" u="int ncurses_replace_panel(resource panel, resource window)">Replaces the window associated with panel</s>
-<s f="ncurses_reset_prog_mode" u="int ncurses_reset_prog_mode(void)">Resets the prog mode saved by def_prog_mode</s>
-<s f="ncurses_reset_shell_mode" u="int ncurses_reset_shell_mode(void)">Resets the shell mode saved by def_shell_mode</s>
-<s f="ncurses_resetty" u="int ncurses_resetty(void)">Restores saved terminal state</s>
-<s f="ncurses_savetty" u="int ncurses_savetty(void)">Saves terminal state</s>
-<s f="ncurses_scr_dump" u="int ncurses_scr_dump(string filename)">Dumps screen content to file</s>
-<s f="ncurses_scr_init" u="int ncurses_scr_init(string filename)">Initializes screen from file dump</s>
-<s f="ncurses_scr_restore" u="int ncurses_scr_restore(string filename)">Restores screen from file dump</s>
-<s f="ncurses_scr_set" u="int ncurses_scr_set(string filename)">Inherits screen from file dump</s>
-<s f="ncurses_scrl" u="int ncurses_scrl(int count)">Scrolls window content up or down without changing current position</s>
-<s f="ncurses_show_panel" u="int ncurses_show_panel(resource panel)">Places an invisible panel on top of the stack, making it visible</s>
-<s f="ncurses_slk_attr" u="int ncurses_slk_attr(void)">Returns current soft label keys attribute</s>
-<s f="ncurses_slk_attroff" u="int ncurses_slk_attroff(int intarg)">???</s>
-<s f="ncurses_slk_attron" u="int ncurses_slk_attron(int intarg)">???</s>
-<s f="ncurses_slk_attrset" u="int ncurses_slk_attrset(int intarg)">???</s>
-<s f="ncurses_slk_clear" u="int ncurses_slk_clear(void)">Clears soft label keys from screen</s>
-<s f="ncurses_slk_color" u="int ncurses_slk_color(int intarg)">Sets color for soft label keys</s>
-<s f="ncurses_slk_init" u="int ncurses_slk_init(int intarg)">Inits soft label keys</s>
-<s f="ncurses_slk_noutrefresh" u="int ncurses_slk_noutrefresh(void)">Copies soft label keys to virtual screen</s>
-<s f="ncurses_slk_refresh" u="int ncurses_slk_refresh(void)">Copies soft label keys to screen</s>
-<s f="ncurses_slk_restore" u="int ncurses_slk_restore(void)">Restores soft label keys</s>
-<s f="ncurses_slk_set" u="bool ncurses_slk_set(int labelnr, string label, int format)">Sets function key labels</s>
-<s f="ncurses_slk_touch" u="int ncurses_slk_touch(void)">Forces output when ncurses_slk_noutrefresh is performed</s>
-<s f="ncurses_standend" u="int ncurses_standend(void)">Stops using 'standout' attribute</s>
-<s f="ncurses_standout" u="int ncurses_standout(void)">Starts using 'standout' attribute</s>
-<s f="ncurses_start_color" u="int ncurses_start_color(void)">Starts using colors</s>
-<s f="ncurses_termattrs" u="int ncurses_termattrs(void)">Returns a logical OR of all attribute flags supported by terminal</s>
-<s f="ncurses_termname" u="string ncurses_termname(void)">Returns terminal name</s>
-<s f="ncurses_timeout" u="void ncurses_timeout(int millisec)">Sets timeout for special key sequences</s>
-<s f="ncurses_top_panel" u="int ncurses_top_panel(resource panel)">Moves a visible panel to the top of the stack</s>
-<s f="ncurses_typeahead" u="int ncurses_typeahead(int fd)">Specifys different filedescriptor for typeahead checking</s>
-<s f="ncurses_ungetch" u="int ncurses_ungetch(int keycode)">Puts a character back into the input stream</s>
-<s f="ncurses_ungetmouse" u="int ncurses_ungetmouse(array mevent)">Pushes mouse event to queue</s>
-<s f="ncurses_update_panels" u="void ncurses_update_panels(void)">Refreshes the virtual screen to reflect the relations between panels in the stack.</s>
-<s f="ncurses_use_default_colors" u="int ncurses_use_default_colors(void)">Assigns terminal default colors to color id -1</s>
-<s f="ncurses_use_env" u="void ncurses_use_env(int flag)">Controls use of environment information about terminal size</s>
-<s f="ncurses_use_extended_names" u="int ncurses_use_extended_names(bool flag)">Controls use of extended names in terminfo descriptions</s>
-<s f="ncurses_vidattr" u="int ncurses_vidattr(int intarg)">???</s>
-<s f="ncurses_vline" u="int ncurses_vline(int charattr, int n)">Draws a vertical line at current position using an attributed character and max. n characters long</s>
-<s f="ncurses_waddch" u="int ncurses_waddch(resource window, int ch)">Adds character at current position in a window and advance cursor</s>
-<s f="ncurses_waddstr" u="int ncurses_waddstr(resource window, string str [, int n])">Outputs text at current postion in window</s>
-<s f="ncurses_wattroff" u="int ncurses_wattroff(resource window, int attrs)">Turns off attributes for a window</s>
-<s f="ncurses_wattron" u="int ncurses_wattron(resource window, int attrs)">Turns on attributes for a window</s>
-<s f="ncurses_wattrset" u="int ncurses_wattrset(resource window, int attrs)">Set the attributes for a window</s>
-<s f="ncurses_wborder" u="int ncurses_wborder(resource window, int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)">Draws a border around the window using attributed characters</s>
-<s f="ncurses_wclear" u="int ncurses_wclear(resource window)">Clears window</s>
-<s f="ncurses_wcolor_set" u="int ncurses_wcolor_set(resource window, int color_pair)">Sets windows color pairings</s>
-<s f="ncurses_werase" u="int ncurses_werase(resource window)">Erase window contents</s>
-<s f="ncurses_wgetch" u="int ncurses_wgetch(resource window)">Reads a character from keyboard (window)</s>
-<s f="ncurses_whline" u="int ncurses_whline(resource window, int charattr, int n)">Draws a horizontal line in a window at current position using an attributed character and max. n characters long</s>
-<s f="ncurses_wmouse_trafo" u="bool ncurses_wmouse_trafo(resource window, int &amp;y, int &amp;x, bool toscreen)">Transforms window/stdscr coordinates</s>
-<s f="ncurses_wmove" u="int ncurses_wmove(resource window, int y, int x)">Moves windows output position</s>
-<s f="ncurses_wnoutrefresh" u="int ncurses_wnoutrefresh(resource window)">Copies window to virtual screen</s>
-<s f="ncurses_wrefresh" u="int ncurses_wrefresh(resource window)">Refreshes window on terminal screen</s>
-<s f="ncurses_wstandend" u="int ncurses_wstandend(resource window)">End standout mode for a window</s>
-<s f="ncurses_wstandout" u="int ncurses_wstandout(resource window)">Enter standout mode for a window</s>
-<s f="ncurses_wvline" u="int ncurses_wvline(resource window, int charattr, int n)">Draws a vertical line in a window at current position using an attributed character and max. n characters long</s>
+<s f="mysqli_report" u="bool mysqli_report(int flags)">sets report level</s>
+<s f="oci_bind_array_by_name" u="bool oci_bind_array_by_name(resource stmt, string name, array &amp;var, int max_table_length [, int max_item_length [, int type ]])">Bind a PHP array to an Oracle PL/SQL type by name</s>
 <s f="oci_bind_by_name" u="bool oci_bind_by_name(resource stmt, string name, mixed &amp;var, [, int maxlength [, int type]])">Bind a PHP variable to an Oracle placeholder by name</s>
 <s f="oci_cancel" u="bool oci_cancel(resource stmt)">Cancel reading from a cursor</s>
-<s f="oci_close" u="bool oci_close(resource conn)">Disconnect from database</s>
+<s f="oci_close" u="bool oci_close(resource connection)">Disconnect from database</s>
 <s f="oci_collection_append" u="bool oci_collection_append(string value)">Append an object to the collection</s>
 <s f="oci_collection_assign" u="bool oci_collection_assign(object from)">Assign a collection from another existing collection</s>
 <s f="oci_collection_element_assign" u="bool oci_collection_element_assign(int index, string val)">Assign element val to collection at index ndx</s>
 <s f="oci_collection_max" u="int oci_collection_max()">Return the max value of a collection. For a varray this is the maximum length of the array</s>
 <s f="oci_collection_size" u="int oci_collection_size()">Return the size of a collection</s>
 <s f="oci_collection_trim" u="bool oci_collection_trim(int num)">Trim num elements from the end of a collection</s>
-<s f="oci_commit" u="bool oci_commit(resource conn)">Commit the current context</s>
-<s f="oci_connect" u="resource oci_connect(string user, string pass [, string db])">Connect to an Oracle database and log on. Returns a new session.</s>
+<s f="oci_commit" u="bool oci_commit(resource connection)">Commit the current context</s>
+<s f="oci_connect" u="resource oci_connect(string user, string pass [, string db [, string charset [, int session_mode ]])">Connect to an Oracle database and log on. Returns a new session.</s>
 <s f="oci_define_by_name" u="bool oci_define_by_name(resource stmt, string name, mixed &amp;var [, int type])">Define a PHP variable to an Oracle column by name</s>
-<s f="oci_error" u="array oci_error([resource stmt|conn|global])">Return the last error of stmt|conn|global. If no error happened returns false.</s>
+<s f="oci_error" u="array oci_error([resource stmt|connection|global])">Return the last error of stmt|connection|global. If no error happened returns false.</s>
 <s f="oci_execute" u="bool oci_execute(resource stmt [, int mode])">Execute a parsed statement</s>
 <s f="oci_fetch" u="bool oci_fetch(resource stmt)">Prepare a new row of data for reading</s>
 <s f="oci_fetch_all" u="int oci_fetch_all(resource stmt, array &amp;output[, int skip[, int maxrows[, int flags]]])">Fetch all rows of result data into an array</s>
 <s f="oci_lob_erase" u="int oci_lob_erase( [ int offset [, int length ] ] )">Erases a specified portion of the internal LOB, starting at a specified offset</s>
 <s f="oci_lob_export" u="bool oci_lob_export([string filename [, int start [, int length]]])">Writes a large object into a file</s>
 <s f="oci_lob_flush" u="bool oci_lob_flush( [ int flag ] )">Flushes the LOB buffer</s>
-<s f="oci_lob_import" u="bool oci_lob_import( string filename )">Saves a large object to file</s>
+<s f="oci_lob_import" u="bool oci_lob_import( string filename )">Loads file into a LOB</s>
 <s f="oci_lob_is_equal" u="bool oci_lob_is_equal( object lob1, object lob2 )">Tests to see if two LOB/FILE locators are equal</s>
 <s f="oci_lob_load" u="string oci_lob_load()">Loads a large object</s>
 <s f="oci_lob_read" u="string oci_lob_read( int length )">Reads particular part of a large object</s>
 <s f="oci_lob_write_temporary" u="bool oci_lob_write_temporary(string var [, int lob_type])">Writes temporary blob</s>
 <s f="oci_new_collection" u="object oci_new_collection(resource connection, string tdo [, string schema])">Initialize a new collection</s>
 <s f="oci_new_connect" u="resource oci_new_connect(string user, string pass [, string db])">Connect to an Oracle database and log on. Returns a new session.</s>
-<s f="oci_new_cursor" u="resource oci_new_cursor(resource conn)">Return a new cursor (Statement-Handle) - use this to bind ref-cursors!</s>
+<s f="oci_new_cursor" u="resource oci_new_cursor(resource connection)">Return a new cursor (Statement-Handle) - use this to bind ref-cursors!</s>
 <s f="oci_new_descriptor" u="object oci_new_descriptor(resource connection [, int type])">Initialize a new empty descriptor LOB/FILE (LOB is default)</s>
 <s f="oci_num_fields" u="int oci_num_fields(resource stmt)">Return the number of result columns in a statement</s>
 <s f="oci_num_rows" u="int oci_num_rows(resource stmt)">Return the row count of an OCI statement</s>
-<s f="oci_parse" u="resource oci_parse(resource conn, string query)">Parse a query and return a statement</s>
-<s f="oci_password_change" u="bool oci_password_change(resource conn, string username, string old_password, string new_password)">Changes the password of an account</s>
-<s f="oci_pconnect" u="resource oci_pconnect(string user, string pass [, string db])">Connect to an Oracle database using a persistent connection and log on. Returns a new session.</s>
+<s f="oci_parse" u="resource oci_parse(resource connection, string query)">Parse a query and return a statement</s>
+<s f="oci_password_change" u="bool oci_password_change(resource connection, string username, string old_password, string new_password)">Changes the password of an account</s>
+<s f="oci_pconnect" u="resource oci_pconnect(string user, string pass [, string db [, string charset ]])">Connect to an Oracle database using a persistent connection and log on. Returns a new session.</s>
 <s f="oci_result" u="string oci_result(resource stmt, mixed column)">Return a single column of result data</s>
-<s f="oci_rollback" u="bool oci_rollback(resource conn)">Rollback the current context</s>
-<s f="oci_server_version" u="string oci_server_version(resource conn)">Return a string containing server version information</s>
+<s f="oci_rollback" u="bool oci_rollback(resource connection)">Rollback the current context</s>
+<s f="oci_server_version" u="string oci_server_version(resource connection)">Return a string containing server version information</s>
 <s f="oci_set_prefetch" u="bool oci_set_prefetch(resource stmt, int prefetch_rows)">Sets the number of rows to be prefetched on execute to prefetch_rows for stmt</s>
 <s f="oci_statement_type" u="string oci_statement_type(resource stmt)">Return the query type of an OCI statement</s>
 <s f="ocifetchinto" u="int ocifetchinto(resource stmt, array &amp;output [, int mode])">Fetch a row of result data into an array</s>
 <s f="ocigetbufferinglob" u="bool ocigetbufferinglob()">Returns current state of buffering for a LOB</s>
 <s f="ocisetbufferinglob" u="bool ocisetbufferinglob( boolean flag )">Enables/disables buffering for a LOB</s>
-<s f="birdstep_autocommit" u="bool birdstep_autocommit(int index)"/>
-<s f="birdstep_close" u="bool birdstep_close(int id)"/>
-<s f="birdstep_commit" u="bool birdstep_commit(int index)"/>
-<s f="birdstep_connect" u="int birdstep_connect(string server, string user, string pass)"/>
-<s f="birdstep_exec" u="int birdstep_exec(int index, string exec_str)"/>
-<s f="birdstep_fetch" u="bool birdstep_fetch(int index)"/>
-<s f="birdstep_fieldname" u="string birdstep_fieldname(int index, int col)"/>
-<s f="birdstep_fieldnum" u="int birdstep_fieldnum(int index)"/>
-<s f="birdstep_freeresult" u="bool birdstep_freeresult(int index)"/>
-<s f="birdstep_off_autocommit" u="bool birdstep_off_autocommit(int index)"/>
-<s f="birdstep_result" u="mixed birdstep_result(int index, int col)"/>
-<s f="birdstep_rollback" u="bool birdstep_rollback(int index)"/>
+<s f="birdstep_autocommit" u="bool birdstep_autocommit(int index)"></s>
+<s f="birdstep_close" u="bool birdstep_close(int id)"></s>
+<s f="birdstep_commit" u="bool birdstep_commit(int index)"></s>
+<s f="birdstep_connect" u="int birdstep_connect(string server, string user, string pass)"></s>
+<s f="birdstep_exec" u="int birdstep_exec(int index, string exec_str)"></s>
+<s f="birdstep_fetch" u="bool birdstep_fetch(int index)"></s>
+<s f="birdstep_fieldname" u="string birdstep_fieldname(int index, int col)"></s>
+<s f="birdstep_fieldnum" u="int birdstep_fieldnum(int index)"></s>
+<s f="birdstep_freeresult" u="bool birdstep_freeresult(int index)"></s>
+<s f="birdstep_off_autocommit" u="bool birdstep_off_autocommit(int index)"></s>
+<s f="birdstep_result" u="mixed birdstep_result(int index, int col)"></s>
+<s f="birdstep_rollback" u="bool birdstep_rollback(int index)"></s>
 <s f="odbc_autocommit" u="mixed odbc_autocommit(resource connection_id [, int OnOff])">Toggle autocommit mode or get status</s>
 <s f="odbc_binmode" u="bool odbc_binmode(int result_id, int mode)">Handle binary column data</s>
 <s f="odbc_close" u="void odbc_close(resource connection_id)">Close an ODBC connection</s>
 <s f="odbc_close_all" u="void odbc_close_all(void)">Close all ODBC connections</s>
 <s f="odbc_columnprivileges" u="resource odbc_columnprivileges(resource connection_id, string catalog, string schema, string table, string column)">Returns a result identifier that can be used to fetch a list of columns and associated privileges for the specified table</s>
-<s f="odbc_columns" u="resource odbc_columns(resource connection_id, string qualifier, string owner, string table_name, string column_name)">Returns a result identifier that can be used to fetch a list of column names in specified tables</s>
+<s f="odbc_columns" u="resource odbc_columns(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])">Returns a result identifier that can be used to fetch a list of column names in specified tables</s>
 <s f="odbc_commit" u="bool odbc_commit(resource connection_id)">Commit an ODBC transaction</s>
 <s f="odbc_connect" u="resource odbc_connect(string DSN, string user, string password [, int cursor_option])">Connect to a datasource</s>
 <s f="odbc_cursor" u="string odbc_cursor(resource result_id)">Get cursor name</s>
 <s f="odbc_specialcolumns" u="resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)">Returns a result identifier containing either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction</s>
 <s f="odbc_statistics" u="resource odbc_statistics(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)">Returns a result identifier that contains statistics about a single table and the indexes associated with the table</s>
 <s f="odbc_tableprivileges" u="resource odbc_tableprivileges(resource connection_id, string qualifier, string owner, string name)">Returns a result identifier containing a list of tables and the privileges associated with each table</s>
-<s f="odbc_tables" u="resource odbc_tables(resource connection_id [, string qualifier, string owner, string name, string table_types])">Call the SQLTables function</s>
-<s f="solid_fetch_prev" u="bool solid_fetch_prev(resource result_id)"/>
+<s f="odbc_tables" u="resource odbc_tables(resource connection_id [, string qualifier [, string owner [, string name [, string table_types]]]])">Call the SQLTables function</s>
+<s f="solid_fetch_prev" u="bool solid_fetch_prev(resource result_id)"></s>
 <s f="openssl_csr_export" u="bool openssl_csr_export(resource csr, string &amp;out [, bool notext=true])">Exports a CSR to file or a var</s>
 <s f="openssl_csr_export_to_file" u="bool openssl_csr_export_to_file(resource csr, string outfilename [, bool notext=true])">Exports a CSR to file</s>
+<s f="openssl_csr_get_public_key" u="mixed openssl_csr_get_public_key(mixed csr)">Returns the subject of a CERT or FALSE on error</s>
+<s f="openssl_csr_get_subject" u="mixed openssl_csr_get_subject(mixed csr)">Returns the subject of a CERT or FALSE on error</s>
 <s f="openssl_csr_new" u="bool openssl_csr_new(array dn, resource &amp;privkey [, array configargs, array extraattribs])">Generates a privkey and CSR</s>
 <s f="openssl_csr_sign" u="resource openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days [, array config_args [, long serial]])">Signs a cert with another CERT</s>
 <s f="openssl_error_string" u="mixed openssl_error_string(void)">Returns a description of the last error, and alters the index of the error messages. Returns false when the are no more messages</s>
 <s f="openssl_open" u="bool openssl_open(string data, &amp;string opendata, string ekey, mixed privkey)">Opens data</s>
+<s f="openssl_pkcs12_export" u="bool openssl_pkcs12_export(mixed x509, string &amp;out, mixed priv_key, string pass[, array args])">Creates and exports a PKCS12 to a var</s>
+<s f="openssl_pkcs12_export_to_file" u="bool openssl_pkcs12_export_to_file(mixed x509, string filename, mixed priv_key, string pass[, array args])">Creates and exports a PKCS to file</s>
+<s f="openssl_pkcs12_read" u="bool openssl_pkcs12_read(string PKCS12, array &amp;certs, string pass)">Parses a PKCS12 to an array</s>
+<s f="openssl_pkcs7_decrypt" u="bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert [, mixed recipkey])">Decrypts the S/MIME message in the file name infilename and output the results to the file name outfilename.  recipcert is a CERT for one of the recipients. recipkey specifies the private key matching recipcert, if recipcert does not include the key</s>
+<s f="openssl_pkcs7_encrypt" u="bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])">Encrypts the message in the file named infile with the certificates in recipcerts and output the result to the file named outfile</s>
+<s f="openssl_pkcs7_sign" u="bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers [, long flags [, string extracertsfilename]])">Signs the MIME message in the file named infile with signcert/signkey and output the result to file name outfile. headers lists plain text headers to exclude from the signed portion of the message, and should include to, from and subject as a minimum</s>
+<s f="openssl_pkcs7_verify" u="bool openssl_pkcs7_verify(string filename, long flags [, string signerscerts [, array cainfo [, string extracerts [, string content]]]])">Verifys that the data block is intact, the signer is who they say they are, and returns the CERTs of the signers</s>
 <s f="openssl_pkey_export" u="bool openssl_pkey_export(mixed key, &amp;mixed out [, string passphrase [, array config_args]])">Gets an exportable representation of a key into a string or file</s>
 <s f="openssl_pkey_export_to_file" u="bool openssl_pkey_export_to_file(mixed key, string outfilename [, string passphrase, array config_args)">Gets an exportable representation of a key into a file</s>
 <s f="openssl_pkey_free" u="void openssl_pkey_free(int key)">Frees a key</s>
+<s f="openssl_pkey_get_details" u="resource openssl_pkey_get_details(resource key)">returns an array with the key details (bits, pkey, type)</s>
 <s f="openssl_pkey_get_private" u="int openssl_pkey_get_private(string key [, string passphrase])">Gets private keys</s>
 <s f="openssl_pkey_get_public" u="int openssl_pkey_get_public(mixed cert)">Gets public key from X.509 certificate</s>
 <s f="openssl_pkey_new" u="resource openssl_pkey_new([array configargs])">Generates a new private key</s>
 <s f="openssl_public_decrypt" u="bool openssl_public_decrypt(string data, string crypted, resource key [, int padding])">Decrypts data with public key</s>
 <s f="openssl_public_encrypt" u="bool openssl_public_encrypt(string data, string crypted, mixed key [, int padding])">Encrypts data with public key</s>
 <s f="openssl_seal" u="int openssl_seal(string data, &amp;string sealdata, &amp;array ekeys, array pubkeys)">Seals data</s>
-<s f="openssl_sign" u="bool openssl_sign(string data, &amp;string signature, mixed key)">Signs data</s>
-<s f="openssl_verify" u="int openssl_verify(string data, string signature, mixed key)">Verifys data</s>
-<s f="ora_bind" u="bool ora_bind(resource cursor, string php_variable_name, string sql_parameter_name, int length [, int type])">Bind a PHP variable to an Oracle parameter</s>
-<s f="ora_close" u="bool ora_close(resource cursor)">Close an Oracle cursor</s>
-<s f="ora_columnname" u="string ora_columnname(resource cursor, int column)">Get the name of an Oracle result column</s>
-<s f="ora_columnsize" u="int ora_columnsize(int cursor, int column)">Return the size of the column</s>
-<s f="ora_columntype" u="string ora_columntype(resource cursor, int column)">Get the type of an Oracle result column</s>
-<s f="ora_commit" u="bool ora_commit(resource connection)">Commit an Oracle transaction</s>
-<s f="ora_commitoff" u="bool ora_commitoff(resource connection)">Disable automatic commit</s>
-<s f="ora_commiton" u="bool ora_commiton(resource connection)">Enable automatic commit</s>
-<s f="ora_do" u="resource ora_do(resource connection, resource cursor)">Parse and execute a statement and fetch first result row</s>
-<s f="ora_error" u="string ora_error(resource cursor_or_connection)">Get an Oracle error message</s>
-<s f="ora_errorcode" u="int ora_errorcode(resource cursor_or_connection)">Get an Oracle error code</s>
-<s f="ora_exec" u="bool ora_exec(resource cursor)">Execute a parsed statement</s>
-<s f="ora_fetch" u="bool ora_fetch(resource cursor)">Fetch a row of result data from a cursor</s>
-<s f="ora_fetch_into" u="int ora_fetch_into(resource cursor, array result [, int flags])">Fetch a row into the specified result array</s>
-<s f="ora_getcolumn" u="mixed ora_getcolumn(resource cursor, int column)">Get data from a fetched row</s>
-<s f="ora_logoff" u="bool ora_logoff(resource connection)">Close an Oracle connection</s>
-<s f="ora_logon" u="resource ora_logon(string user, string password)">Open an Oracle connection</s>
-<s f="ora_numcols" u="int ora_numcols(resource cursor)">Returns the numbers of columns in a result</s>
-<s f="ora_numrows" u="int ora_numrows(resource cursor)">Returns the number of rows in a result</s>
-<s f="ora_open" u="resource ora_open(resource connection)">Open an Oracle cursor</s>
-<s f="ora_parse" u="bool ora_parse(resource cursor, string sql_statement [, int defer])">Parse an Oracle SQL statement</s>
-<s f="ora_plogon" u="resource ora_plogon(string user, string password)">Open a persistent Oracle connection</s>
-<s f="ora_rollback" u="bool ora_rollback(resource connection)">Roll back an Oracle transaction</s>
-<s f="ovrimos_autocommit" u="int ovrimos_autocommit(int connection_id, int OnOff)">Toggle autocommit mode     There can be problems with pconnections!</s>
-<s f="ovrimos_close" u="void ovrimos_close(int connection)">Close a connection</s>
-<s f="ovrimos_commit" u="bool ovrimos_commit(int connection_id)">Commit an ovrimos transaction</s>
-<s f="ovrimos_connect" u="int ovrimos_connect(string host, string db, string user, string password)">Connect to an Ovrimos database</s>
-<s f="ovrimos_cursor" u="string ovrimos_cursor(int result_id)">Get cursor name</s>
-<s f="ovrimos_exec" u="int ovrimos_exec(int connection_id, string query)">Prepare and execute an SQL statement</s>
-<s f="ovrimos_execute" u="bool ovrimos_execute(int result_id [, array parameters_array])">Execute a prepared statement</s>
-<s f="ovrimos_fetch_into" u="bool ovrimos_fetch_into(int result_id, array result_array [, string how [, int rownumber]])">Fetch one result row into an array     how: 'Next' (default), 'Prev', 'First', 'Last', 'Absolute'</s>
-<s f="ovrimos_fetch_row" u="bool ovrimos_fetch_row(int result_id [, int how [, int row_number]])">how: 'Next' (default), 'Prev', 'First', 'Last', 'Absolute'     Fetch a row</s>
-<s f="ovrimos_field_len" u="int ovrimos_field_len(int result_id, int field_number)">Get the length of a column</s>
-<s f="ovrimos_field_name" u="string ovrimos_field_name(int result_id, int field_number)">Get a column name</s>
-<s f="ovrimos_field_num" u="int ovrimos_field_num(int result_id, string field_name)">Return column number</s>
-<s f="ovrimos_field_type" u="int ovrimos_field_type(int result_id, int field_number)">Get the datatype of a column</s>
-<s f="ovrimos_free_result" u="bool ovrimos_free_result(int result_id)">Free resources associated with a result</s>
-<s f="ovrimos_longreadlen" u="bool ovrimos_longreadlen(int result_id, int length)">Handle LONG columns</s>
-<s f="ovrimos_num_fields" u="int ovrimos_num_fields(int result_id)">Get number of columns in a result</s>
-<s f="ovrimos_num_rows" u="int ovrimos_num_rows(int result_id)">Get number of rows in a result</s>
-<s f="ovrimos_prepare" u="int ovrimos_prepare(int connection_id, string query)">Prepares a statement for execution</s>
-<s f="ovrimos_result" u="string ovrimos_result(int result_id, mixed field)">Get result data</s>
-<s f="ovrimos_result_all" u="int ovrimos_result_all(int result_id [, string format])">Print result as HTML table</s>
-<s f="ovrimos_rollback" u="bool ovrimos_rollback(int connection_id)">Rollback a transaction</s>
-<s f="ovrimos_setoption" u="int ovrimos_setoption(int conn_id|result_id, int which, int option, int value)">Sets connection or statement options</s>
+<s f="openssl_sign" u="bool openssl_sign(string data, &amp;string signature, mixed key[, int signature_alg])">Signs data</s>
+<s f="openssl_verify" u="int openssl_verify(string data, string signature, mixed key [, int signature_algo])">Verifys data</s>
+<s f="openssl_x509_check_private_key" u="bool openssl_x509_check_private_key(mixed cert, mixed key)">Checks if a private key corresponds to a CERT</s>
+<s f="openssl_x509_checkpurpose" u="int openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo [, string untrustedfile])">Checks the CERT to see if it can be used for the purpose in purpose. cainfo holds information about trusted CAs</s>
+<s f="openssl_x509_export" u="bool openssl_x509_export(mixed x509, string &amp;out [, bool notext = true])">Exports a CERT to file or a var</s>
+<s f="openssl_x509_export_to_file" u="bool openssl_x509_export_to_file(mixed x509, string outfilename [, bool notext = true])">Exports a CERT to file or a var</s>
+<s f="openssl_x509_free" u="void openssl_x509_free(resource x509)">Frees X.509 certificates</s>
+<s f="openssl_x509_parse" u="array openssl_x509_parse(mixed x509 [, bool shortnames=true])">Returns an array of the fields/values of the CERT</s>
+<s f="openssl_x509_read" u="resource openssl_x509_read(mixed cert)">Reads X.509 certificates</s>
 <s f="pcntl_alarm" u="int pcntl_alarm(int seconds)">Set an alarm clock for delivery of a signal</s>
 <s f="pcntl_exec" u="bool pcntl_exec(string path [, array args [, array envs]])">Executes specified program in current process space as defined by exec(2)</s>
 <s f="pcntl_fork" u="int pcntl_fork(void)">Forks the currently running process following the same behavior as the UNIX fork() system call</s>
 <s f="pcntl_wifstopped" u="bool pcntl_wifstopped(int status)">Returns true if the child status code represents a stopped process (WUNTRACED must have been used with waitpid)</s>
 <s f="pcntl_wstopsig" u="int pcntl_wstopsig(int status)">Returns the number of the signal that caused the process to stop who's status code is passed</s>
 <s f="pcntl_wtermsig" u="int pcntl_wtermsig(int status)">Returns the number of the signal that terminated the process who's status code is passed</s>
-<s f="preg_grep" u="array preg_grep(string regex, array input)">Searches array and returns entries which match regex</s>
+<s f="preg_grep" u="array preg_grep(string regex, array input [, int flags])">Searches array and returns entries which match regex</s>
+<s f="preg_last_error" u="int preg_last_error()">Returns the error code of the last regexp execution.</s>
 <s f="preg_match" u="int preg_match(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])">Perform a Perl-style regular expression match</s>
 <s f="preg_match_all" u="int preg_match_all(string pattern, string subject, array subpatterns [, int flags [, int offset]])">Perform a Perl-style global regular expression match</s>
-<s f="preg_quote" u="string preg_quote(string str, string delim_char)">Quote regular expression characters plus an optional character</s>
-<s f="preg_replace" u="string preg_replace(mixed regex, mixed replace, mixed subject [, int limit])">Perform Perl-style regular expression replacement.</s>
-<s f="preg_replace_callback" u="string preg_replace_callback(mixed regex, mixed callback, mixed subject [, int limit])">Perform Perl-style regular expression replacement using replacement callback.</s>
+<s f="preg_quote" u="string preg_quote(string str [, string delim_char])">Quote regular expression characters plus an optional character</s>
+<s f="preg_replace" u="string preg_replace(mixed regex, mixed replace, mixed subject [, int limit [, count]])">Perform Perl-style regular expression replacement.</s>
+<s f="preg_replace_callback" u="string preg_replace_callback(mixed regex, mixed callback, mixed subject [, int limit [, count]])">Perform Perl-style regular expression replacement using replacement callback.</s>
 <s f="preg_split" u="array preg_split(string pattern, string subject [, int limit [, int flags]])">Split string into an array using a perl-style regular expression as a delimiter</s>
-<s f="pdf_add_annotation" u="bool pdf_add_annotation(resource pdfdoc, float xll, float yll, float xur, float xur, string title, string text)">Sets annotation (depreciated use pdf_add_note instead)</s>
-<s f="pdf_add_bookmark" u="int pdf_add_bookmark(resource pdfdoc, string text [, int parent [, int open]])">Adds bookmark for current page</s>
-<s f="pdf_add_launchlink" u="bool pdf_add_launchlink(resource pdfdoc, float llx, float lly, float urx, float ury, string filename)">Adds link to web resource</s>
-<s f="pdf_add_locallink" u="bool pdf_add_locallink(resource pdfdoc, float llx, float lly, float urx, float ury, int page, string dest)">Adds link to local resource</s>
-<s f="pdf_add_note" u="bool pdf_add_note(resource pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)">Sets annotation</s>
-<s f="pdf_add_pdflink" u="bool pdf_add_pdflink(resource pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest)">Adds link to PDF document</s>
-<s f="pdf_add_weblink" u="bool pdf_add_weblink(resource pdfdoc, float llx, float lly, float urx, float ury, string url)">Adds link to web resource</s>
-<s f="pdf_arc" u="bool pdf_arc(resource pdfdoc, float x, float y, float radius, float start, float end)">Draws an arc</s>
-<s f="pdf_attach_file" u="bool pdf_attach_file(resource pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)">Adds a file attachment annotation at the rectangle specified by his lower left and upper right corners</s>
-<s f="pdf_begin_page" u="bool pdf_begin_page(resource pdfdoc, float width, float height)">Starts page</s>
-<s f="pdf_circle" u="bool pdf_circle(resource pdfdoc, float x, float y, float radius)">Draws a circle</s>
-<s f="pdf_clip" u="bool pdf_clip(resource pdfdoc)">Clips to current path</s>
-<s f="pdf_close" u="bool pdf_close(resource pdfdoc)">Closes the pdf document</s>
-<s f="pdf_close_image" u="void pdf_close_image(resource pdf, int pdfimage)">Closes the PDF image</s>
-<s f="pdf_closepath" u="bool pdf_closepath(resource pdfdoc)">Close path</s>
-<s f="pdf_closepath_fill_stroke" u="bool pdf_closepath_fill_stroke(resource pdfdoc)">Close, fill and stroke current path</s>
-<s f="pdf_closepath_stroke" u="bool pdf_closepath_stroke(resource pdfdoc)">Close path and draw line along path</s>
-<s f="pdf_concat" u="bool pdf_concat(resource pdf, float a, float b, float c, float d, float e, float f)">Concatenates a matrix to the current transformation matrix for text and graphics</s>
-<s f="pdf_continue_text" u="bool pdf_continue_text(resource pdfdoc, string text)">Output text in next line</s>
-<s f="pdf_curveto" u="bool pdf_curveto(resource pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)">Draws a curve</s>
-<s f="pdf_delete" u="bool pdf_delete(resource pdfdoc)">Deletes the PDF object</s>
-<s f="pdf_end_page" u="bool pdf_end_page(resource pdfdoc)">Ends page</s>
-<s f="pdf_endpath" u="bool pdf_endpath(resource pdfdoc)">Ends current path</s>
-<s f="pdf_fill" u="bool pdf_fill(resource pdfdoc)">Fill current path</s>
-<s f="pdf_fill_stroke" u="bool pdf_fill_stroke(resource pdfdoc)">Fill and stroke current path</s>
-<s f="pdf_findfont" u="int pdf_findfont(resource pdfdoc, string fontname, string encoding [, int embed])">Prepares the font fontname for later use with pdf_setfont()</s>
-<s f="pdf_get_buffer" u="string pdf_get_buffer(resource pdfdoc)">Fetches the full buffer containig the generated PDF data</s>
-<s f="pdf_get_font" u="int pdf_get_font(resource pdfdoc)">Gets the current font</s>
-<s f="pdf_get_fontname" u="string pdf_get_fontname(resource pdfdoc)">Gets the current font name</s>
-<s f="pdf_get_fontsize" u="float pdf_get_fontsize(resource pdfdoc)">Gets the current font size</s>
-<s f="pdf_get_image_height" u="int pdf_get_image_height(resource pdf, int pdfimage)">Returns the height of an image</s>
-<s f="pdf_get_image_width" u="int pdf_get_image_width(resource pdf, int pdfimage)">Returns the width of an image</s>
-<s f="pdf_get_majorversion" u="int pdf_get_majorversion()">Returns the major version number of the PDFlib</s>
-<s f="pdf_get_minorversion" u="int pdf_get_minorversion()">Returns the minor version number of the PDFlib</s>
-<s f="pdf_get_parameter" u="string pdf_get_parameter(resource pdfdoc, string key, mixed modifier)">Gets arbitrary parameters</s>
-<s f="pdf_get_value" u="float pdf_get_value(resource pdfdoc, string key, float modifier)">Gets arbitrary value</s>
-<s f="pdf_lineto" u="bool pdf_lineto(resource pdfdoc, float x, float y)">Draws a line</s>
-<s f="pdf_moveto" u="bool pdf_moveto(resource pdfdoc, float x, float y)">Sets current point</s>
-<s f="pdf_new" u="resource pdf_new()">Creates a new PDF object</s>
-<s f="pdf_open" u="resource pdf_open([resource filedesc])">Opens a new pdf document. If filedesc is NULL, document is created in memory. This is the old interface, only for compatibility use pdf_new      pdf_open_file instead</s>
-<s f="pdf_open_ccitt" u="int pdf_open_ccitt(resource pdf, string filename, int width, int height, int bitreverse, int k, int blackls1)">Opens an image file with raw CCITT G3 or G4 compresed bitmap data</s>
-<s f="pdf_open_file" u="bool pdf_open_file(resource pdfdoc [, string filename])">Opens a new PDF document. If filename is NULL, document is created in memory. This is not yet fully supported</s>
-<s f="pdf_open_gif" u="int pdf_open_gif(resource pdf, string giffile)">Opens a GIF file and returns an image for placement in a pdf object</s>
-<s f="pdf_open_image" u="int pdf_open_image(resource pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params)">Opens an image of the given type and returns an image for placement in a PDF document</s>
-<s f="pdf_open_image_file" u="int pdf_open_image_file(resource pdf, string type, string file [, string stringparam, int intparam])">Opens an image file of the given type and returns an image for placement in a PDF document</s>
-<s f="pdf_open_jpeg" u="int pdf_open_jpeg(resource pdf, string jpegfile)">Opens a JPEG file and returns an image for placement in a PDF document</s>
-<s f="pdf_open_memory_image" u="int pdf_open_memory_image(resource pdf, resource image)">Takes an GD image and returns an image for placement in a PDF document</s>
-<s f="pdf_open_png" u="int pdf_open_png(resource pdf, string pngfile)">Opens a PNG file and returns an image for placement in a PDF document</s>
-<s f="pdf_open_tiff" u="int pdf_open_tiff(resource pdf, string tifffile)">Opens a TIFF file and returns an image for placement in a PDF document</s>
-<s f="pdf_place_image" u="bool pdf_place_image(resource pdf, int pdfimage, float x, float y, float scale)">Places image in the PDF document</s>
-<s f="pdf_place_pdi_page" u="bool pdf_place_pdi_page(resource pdf, int page, float x, float y, float sx, float sy)">* Place a PDF page with the lower left corner at (x, y), and scale it.</s>
-<s f="pdf_rect" u="bool pdf_rect(resource pdfdoc, float x, float y, float width, float height)">Draws a rectangle</s>
-<s f="pdf_restore" u="bool pdf_restore(resource pdfdoc)">Restores formerly saved enviroment</s>
-<s f="pdf_rotate" u="bool pdf_rotate(resource pdfdoc, float angle)">Sets rotation</s>
-<s f="pdf_save" u="bool pdf_save(resource pdfdoc)">Saves current enviroment</s>
-<s f="pdf_scale" u="bool pdf_scale(resource pdfdoc, float x_scale, float y_scale)">Sets scaling</s>
-<s f="pdf_set_border_color" u="bool pdf_set_border_color(resource pdfdoc, float red, float green, float blue)">Sets color of box surounded all kinds of annotations and links</s>
-<s f="pdf_set_border_dash" u="bool pdf_set_border_dash(resource pdfdoc, float black, float white)">Sets the border dash style of all kinds of annotations and links</s>
-<s f="pdf_set_border_style" u="bool pdf_set_border_style(resource pdfdoc, string style, float width)">Sets style of box surounding all kinds of annotations and link</s>
-<s f="pdf_set_char_spacing" u="bool pdf_set_char_spacing(resource pdfdoc, float space)">Sets character spacing</s>
-<s f="pdf_set_duration" u="bool pdf_set_duration(resource pdfdoc, float duration)">Sets duration between pages</s>
-<s f="pdf_set_font" u="bool pdf_set_font(resource pdfdoc, string font, float size, string encoding [, int embed])">Select the current font face, size and encoding</s>
-<s f="pdf_set_horiz_scaling" u="bool pdf_set_horiz_scaling(resource pdfdoc, float scale)">Sets horizontal scaling of text</s>
-<s f="pdf_set_info" u="bool pdf_set_info(resource pdfdoc, string fieldname, string value)">Fills an info field of the document</s>
-<s f="pdf_set_info_author" u="bool pdf_set_info_author(resource pdfdoc, string author)">Fills the author field of the document</s>
-<s f="pdf_set_info_creator" u="bool pdf_set_info_creator(resource pdfdoc, string creator)">Fills the creator field of the document</s>
-<s f="pdf_set_info_keywords" u="bool pdf_set_info_keywords(resource pdfdoc, string keywords)">Fills the keywords field of the document</s>
-<s f="pdf_set_info_subject" u="bool pdf_set_info_subject(resource pdfdoc, string subject)">Fills the subject field of the document</s>
-<s f="pdf_set_info_title" u="bool pdf_set_info_title(resource pdfdoc, string title)">Fills the title field of the document</s>
-<s f="pdf_set_leading" u="bool pdf_set_leading(resource pdfdoc, float distance)">Sets distance between text lines</s>
-<s f="pdf_set_parameter" u="bool pdf_set_parameter(resource pdfdoc, string key, string value)">Sets arbitrary parameters</s>
-<s f="pdf_set_text_pos" u="bool pdf_set_text_pos(resource pdfdoc, float x, float y)">Sets the position of text for the next pdf_show call</s>
-<s f="pdf_set_text_rendering" u="bool pdf_set_text_rendering(resource pdfdoc, int mode)">Determines how text is rendered</s>
-<s f="pdf_set_text_rise" u="bool pdf_set_text_rise(resource pdfdoc, float value)">Sets the text rise</s>
-<s f="pdf_set_transition" u="bool pdf_set_transition(resource pdfdoc, int transition)">Sets transition between pages</s>
-<s f="pdf_set_value" u="bool pdf_set_value(resource pdfdoc, string key, float value)">Sets arbitrary value</s>
-<s f="pdf_set_word_spacing" u="bool pdf_set_word_spacing(resource pdfdoc, float space)">Sets spacing between words</s>
-<s f="pdf_setdash" u="bool pdf_setdash(resource pdfdoc, float black, float white)">Sets dash pattern</s>
-<s f="pdf_setflat" u="bool pdf_setflat(resource pdfdoc, float value)">Sets flatness</s>
-<s f="pdf_setfont" u="bool pdf_setfont(resource pdfdoc, int font, float fontsize)">Sets the current font in the fiven fontsize</s>
-<s f="pdf_setgray" u="bool pdf_setgray(resource pdfdoc, float value)">Sets drawing and filling color to gray value</s>
-<s f="pdf_setgray_fill" u="bool pdf_setgray_fill(resource pdfdoc, float value)">Sets filling color to gray value</s>
-<s f="pdf_setgray_stroke" u="bool pdf_setgray_stroke(resource pdfdoc, float value)">Sets drawing color to gray value</s>
-<s f="pdf_setlinecap" u="bool pdf_setlinecap(resource pdfdoc, int value)">Sets linecap parameter</s>
-<s f="pdf_setlinejoin" u="bool pdf_setlinejoin(resource pdfdoc, int value)">Sets linejoin parameter</s>
-<s f="pdf_setlinewidth" u="bool pdf_setlinewidth(resource pdfdoc, float width)">Sets line width</s>
-<s f="pdf_setmatrix" u="bool pdf_setmatrix(resource pdf, float a, float b, float c, float d, float e, float f)">Explicitly set the current transformation matrix.</s>
-<s f="pdf_setmiterlimit" u="bool pdf_setmiterlimit(resource pdfdoc, float value)">Sets miter limit</s>
-<s f="pdf_setpolydash" u="bool pdf_setpolydash(resource pdfdoc, float darray)">Sets more complicated dash pattern</s>
-<s f="pdf_setrgbcolor" u="bool pdf_setrgbcolor(resource pdfdoc, float red, float green, float blue)">Sets drawing and filling color to RGB color value</s>
-<s f="pdf_setrgbcolor_fill" u="bool pdf_setrgbcolor_fill(resource pdfdoc, float red, float green, float blue)">Sets filling color to RGB color value</s>
-<s f="pdf_setrgbcolor_stroke" u="bool pdf_setrgbcolor_stroke(resource pdfdoc, float red, float green, float blue)">Sets drawing color to RGB color value</s>
-<s f="pdf_show" u="bool pdf_show(resource pdfdoc, string text)">Output text at current position</s>
-<s f="pdf_show_boxed" u="int pdf_show_boxed(resource pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode [, string feature])">Output text formated in a boxed</s>
-<s f="pdf_show_xy" u="bool pdf_show_xy(resource pdfdoc, string text, float x_koor, float y_koor)">Output text at position</s>
-<s f="pdf_skew" u="bool pdf_skew(resource pdfdoc, float xangle, float yangle)">Skew the coordinate system</s>
-<s f="pdf_stringwidth" u="float pdf_stringwidth(resource pdfdoc, string text [, int font, float size])">Returns width of text in current font</s>
-<s f="pdf_stroke" u="bool pdf_stroke(resource pdfdoc)">Draw line along path path</s>
-<s f="pdf_translate" u="bool pdf_translate(resource pdfdoc, float x, float y)">Sets origin of coordinate system</s>
-<s f="pfpro_cleanup" u="bool pfpro_cleanup()">Shuts down the Payflow Pro library</s>
-<s f="pfpro_init" u="bool pfpro_init()">Initializes the Payflow Pro library</s>
-<s f="pfpro_process" u="array pfpro_process(array parmlist [, string hostaddress [, int port, [, int timeout [, string proxyAddress [, int proxyPort [, string proxyLogon [, string proxyPassword]]]]]]])">Payflow Pro transaction processing using arrays</s>
-<s f="pfpro_process_raw" u="string pfpro_process_raw(string parmlist [, string hostaddress [, int port, [, int timeout [, string proxyAddress [, int proxyPort [, string proxyLogon [, string proxyPassword]]]]]]])">Raw Payflow Pro transaction processing</s>
-<s f="pfpro_version" u="string pfpro_version()">Returns the version of the Payflow Pro library</s>
+<s f="pdo_drivers" u="array pdo_drivers()">Return array of available PDO drivers</s>
+<s f="PDO::__construct" u="void PDO::__construct(string dsn, string username, string passwd [, array options])"></s>
+<s f="PDO::__sleep" u="int PDO::__sleep()">Prevents serialization of a PDO instance</s>
+<s f="PDO::__wakeup" u="int PDO::__wakeup()">Prevents use of a PDO instance that has been unserialized</s>
+<s f="PDO::beginTransaction" u="bool PDO::beginTransaction()">Initiates a transaction</s>
+<s f="PDO::commit" u="bool PDO::commit()">Commit a transaction</s>
+<s f="PDO::errorCode" u="string PDO::errorCode()">Fetch the error code associated with the last operation on the database handle</s>
+<s f="PDO::errorInfo" u="int PDO::errorInfo()">Fetch extended error information associated with the last operation on the database handle</s>
+<s f="PDO::exec" u="long PDO::exec(string query)">Execute a query that does not return a row set, returning the number of affected rows</s>
+<s f="PDO::getAttribute" u="mixed PDO::getAttribute(long attribute)">Get an attribute</s>
+<s f="PDO::lastInsertId" u="string PDO::lastInsertId([string seqname])">Returns the id of the last row that we affected on this connection.  Some databases require a sequence or table name to be passed in.  Not always meaningful.</s>
+<s f="PDO::prepare" u="object PDO::prepare(string statment [, array options])">Prepares a statement for execution and returns a statement object</s>
+<s f="PDO::query" u="object PDO::query(string sql [, PDOStatement::setFetchMode() args])">Prepare and execute $sql; returns the statement object for iteration</s>
+<s f="PDO::quote" u="string PDO::quote(string string [, int paramtype])">quotes string for use in a query.  The optional paramtype acts as a hint for drivers that have alternate quoting styles.  The default value is PDO_PARAM_STR</s>
+<s f="PDO::rollBack" u="bool PDO::rollBack()">roll back a transaction</s>
+<s f="PDO::setAttribute" u="bool PDO::setAttribute(long attribute, mixed value)">Set an attribute</s>
+<s f="pdo_drivers" u="array pdo_drivers()">Return array of available PDO drivers</s>
+<s f="PDOStatement::__sleep" u="int PDOStatement::__sleep()">Prevents serialization of a PDOStatement instance</s>
+<s f="PDOStatement::__wakeup" u="int PDOStatement::__wakeup()">Prevents use of a PDOStatement instance that has been unserialized</s>
+<s f="PDOStatement::bindColumn" u="bool PDOStatement::bindColumn(mixed $column, mixed &amp;$param [, int $type [, int $maxlen [, mixed $driverdata]]])">bind a column to a PHP variable.  On each row fetch $param will contain the value of the corresponding column.  $column is the 1-based offset of the column, or the column name.  For portability, don't call this before execute().</s>
+<s f="PDOStatement::bindParam" u="bool PDOStatement::bindParam(mixed $paramno, mixed &amp;$param [, int $type [, int $maxlen [, mixed $driverdata]]])">bind a parameter to a PHP variable.  $paramno is the 1-based position of the placeholder in the SQL statement (but can be the parameter name for drivers that support named placeholders).  This isn't supported by all drivers.  It should be called prior to execute().</s>
+<s f="PDOStatement::bindValue" u="bool PDOStatement::bindValue(mixed $paramno, mixed $param [, int $type ])">bind an input parameter to the value of a PHP variable.  $paramno is the 1-based position of the placeholder in the SQL statement (but can be the parameter name for drivers that support named placeholders).  It should be called prior to execute().</s>
+<s f="PDOStatement::closeCursor" u="bool PDOStatement::closeCursor()">Closes the cursor, leaving the statement ready for re-execution.</s>
+<s f="PDOStatement::columnCount" u="int PDOStatement::columnCount()">Returns the number of columns in the result set</s>
+<s f="PDOStatement::debugDumpParams" u="void PDOStatement::debugDumpParams()">A utility for internals hackers to debug parameter internals</s>
+<s f="PDOStatement::errorCode" u="string PDOStatement::errorCode()">Fetch the error code associated with the last operation on the statement handle</s>
+<s f="PDOStatement::errorInfo" u="array PDOStatement::errorInfo()">Fetch extended error information associated with the last operation on the statement handle</s>
+<s f="PDOStatement::execute" u="bool PDOStatement::execute([array $bound_input_params])">Execute a prepared statement, optionally binding parameters</s>
+<s f="PDOStatement::fetch" u="mixed PDOStatement::fetch([int $how = PDO_FETCH_BOTH [, int $orientation [, int $offset]]])">Fetches the next row and returns it, or false if there are no more rows</s>
+<s f="PDOStatement::fetchAll" u="array PDOStatement::fetchAll([int $how = PDO_FETCH_BOTH [, string class_name [, NULL|array ctor_args]]])">Returns an array of all of the results.</s>
+<s f="PDOStatement::fetchColumn" u="string PDOStatement::fetchColumn([int column_number])">Returns a data of the specified column in the result set.</s>
+<s f="PDOStatement::fetchObject" u="mixed PDOStatement::fetchObject(string class_name [, NULL|array ctor_args])">Fetches the next row and returns it as an object.</s>
+<s f="PDOStatement::getAttribute" u="mixed PDOStatement::getAttribute(long attribute)">Get an attribute</s>
+<s f="PDOStatement::getColumnMeta" u="array PDOStatement::getColumnMeta(int $column)">Returns meta data for a numbered column</s>
+<s f="PDOStatement::nextRowset" u="bool PDOStatement::nextRowset()">Advances to the next rowset in a multi-rowset statement handle. Returns true if it succeded, false otherwise</s>
+<s f="PDOStatement::rowCount" u="int PDOStatement::rowCount()">Returns the number of rows in a result set, or the number of rows affected by the last execute().  It is not always meaningful.</s>
+<s f="PDOStatement::setAttribute" u="bool PDOStatement::setAttribute(long attribute, mixed value)">Set an attribute</s>
+<s f="PDOStatement::setFetchMode" u="bool PDOStatement::setFetchMode(int mode [mixed* params])">Changes the default fetch mode for subsequent fetches (params have different meaning for different fetch modes)</s>
 <s f="pg_affected_rows" u="int pg_affected_rows(resource result)">Returns the number of affected tuples</s>
 <s f="pg_cancel_query" u="bool pg_cancel_query(resource connection)">Cancel request</s>
 <s f="pg_client_encoding" u="string pg_client_encoding([resource connection])">Get the current client encoding</s>
 <s f="pg_copy_from" u="bool pg_copy_from(resource connection, string table_name , array rows [, string delimiter [, string null_as]])">Copy table from array</s>
 <s f="pg_copy_to" u="array pg_copy_to(resource connection, string table_name [, string delimiter [, string null_as]])">Copy table to array</s>
 <s f="pg_dbname" u="string pg_dbname([resource connection])">Get the database name</s>
-<s f="pg_delete" u="mixed pg_delete(resource db, string table, array ids[, int options])">Delete records has ids (id=>value)</s>
+<s f="pg_delete" u="mixed pg_delete(resource db, string table, array ids[, int options])">Delete records has ids (id=&gt;value)</s>
 <s f="pg_end_copy" u="bool pg_end_copy([resource connection])">Sync with backend. Completes the Copy command</s>
-<s f="pg_escape_bytea" u="string pg_escape_bytea(string data)">Escape binary for bytea type</s>
-<s f="pg_escape_string" u="string pg_escape_string(string data)">Escape string for text/char type</s>
+<s f="pg_escape_bytea" u="string pg_escape_bytea([resource connection,] string data)">Escape binary for bytea type</s>
+<s f="pg_escape_string" u="string pg_escape_string([resource connection,] string data)">Escape string for text/char type</s>
+<s f="pg_execute" u="resource pg_execute([resource connection,] string stmtname, array params)">Execute a prepared query</s>
 <s f="pg_fetch_all" u="array pg_fetch_all(resource result)">Fetch all rows into array</s>
+<s f="pg_fetch_all_columns" u="array pg_fetch_all_columns(resource result [, int column_number])">Fetch all rows into array</s>
 <s f="pg_fetch_array" u="array pg_fetch_array(resource result [, int row [, int result_type]])">Fetch a row as an array</s>
 <s f="pg_fetch_assoc" u="array pg_fetch_assoc(resource result [, int row])">Fetch a row as an assoc array</s>
 <s f="pg_fetch_object" u="object pg_fetch_object(resource result [, int row [, string class_name [, NULL|array ctor_params]]])">Fetch a row as an object</s>
 <s f="pg_field_num" u="int pg_field_num(resource result, string field_name)">Returns the field number of the named field</s>
 <s f="pg_field_prtlen" u="int pg_field_prtlen(resource result, [int row,] mixed field_name_or_number)">Returns the printed length</s>
 <s f="pg_field_size" u="int pg_field_size(resource result, int field_number)">Returns the internal size of the field</s>
+<s f="pg_field_table" u="mixed pg_field_table(resource result, int field_number[, bool oid_only])">Returns the name of the table field belongs to, or table's oid if oid_only is true</s>
 <s f="pg_field_type" u="string pg_field_type(resource result, int field_number)">Returns the type name for the given field</s>
+<s f="pg_field_type_oid" u="string pg_field_type_oid(resource result, int field_number)">Returns the type oid for the given field</s>
 <s f="pg_free_result" u="bool pg_free_result(resource result)">Free result memory</s>
 <s f="pg_get_notify" u="array pg_get_notify([resource connection[, result_type]])">Get asynchronous notification</s>
 <s f="pg_get_pid" u="int pg_get_pid([resource connection)">Get backend(server) pid</s>
 <s f="pg_get_result" u="resource pg_get_result(resource connection)">Get asynchronous query result</s>
 <s f="pg_host" u="string pg_host([resource connection])">Returns the host name associated with the connection</s>
-<s f="pg_insert" u="mixed pg_insert(resource db, string table, array values[, int options])">Insert values (filed=>value) to table</s>
+<s f="pg_insert" u="mixed pg_insert(resource db, string table, array values[, int options])">Insert values (filed=&gt;value) to table</s>
 <s f="pg_last_error" u="string pg_last_error([resource connection])">Get the error message string</s>
 <s f="pg_last_notice" u="string pg_last_notice(resource connection)">Returns the last notice set by the backend</s>
 <s f="pg_last_oid" u="string pg_last_oid(resource result)">Returns the last object identifier</s>
 <s f="pg_pconnect" u="resource pg_pconnect(string connection_string | [string host, string port [, string options [, string tty,]]] string database)">Open a persistent PostgreSQL connection</s>
 <s f="pg_ping" u="bool pg_ping([resource connection])">Ping database. If connection is bad, try to reconnect.</s>
 <s f="pg_port" u="int pg_port([resource connection])">Return the port number associated with the connection</s>
+<s f="pg_prepare" u="resource pg_prepare([resource connection,] string stmtname, string query)">Prepare a query for future execution</s>
 <s f="pg_put_line" u="bool pg_put_line([resource connection,] string query)">Send null-terminated string to backend server</s>
 <s f="pg_query" u="resource pg_query([resource connection,] string query)">Execute a query</s>
+<s f="pg_query_params" u="resource pg_query_params([resource connection,] string query, array params)">Execute a query</s>
 <s f="pg_result_error" u="string pg_result_error(resource result)">Get error message associated with result</s>
+<s f="pg_result_error_field" u="string pg_result_error_field(resource result, int fieldcode)">Get error message field associated with result</s>
 <s f="pg_result_seek" u="bool pg_result_seek(resource result, int offset)">Set internal row offset</s>
 <s f="pg_result_status" u="mixed pg_result_status(resource result[, long result_type])">Get status of query result</s>
-<s f="pg_select" u="mixed pg_select(resource db, string table, array ids[, int options])">Select records that has ids (id=>value)</s>
-<s f="pg_send_query" u="bool pg_send_query(resource connection, string qeury)">Send asynchronous query</s>
+<s f="pg_select" u="mixed pg_select(resource db, string table, array ids[, int options])">Select records that has ids (id=&gt;value)</s>
+<s f="pg_send_execute" u="bool pg_send_execute(resource connection, string stmtname, array params)">Executes prevriously prepared stmtname asynchronously</s>
+<s f="pg_send_prepare" u="bool pg_send_prepare(resource connection, string stmtname, string query)">Asynchronously prepare a query for future execution</s>
+<s f="pg_send_query" u="bool pg_send_query(resource connection, string query)">Send asynchronous query</s>
+<s f="pg_send_query_params" u="bool pg_send_query_params(resource connection, string query)">Send asynchronous parameterized query</s>
 <s f="pg_set_client_encoding" u="int pg_set_client_encoding([resource connection,] string encoding)">Set client encoding</s>
+<s f="pg_set_error_verbosity" u="int pg_set_error_verbosity([resource connection,] int verbosity)">Set error verbosity</s>
 <s f="pg_trace" u="bool pg_trace(string filename [, string mode [, resource connection]])">Enable tracing a PostgreSQL connection</s>
+<s f="pg_transaction_status" u="int pg_transaction_status(resource connnection)">Get transaction status</s>
 <s f="pg_tty" u="string pg_tty([resource connection])">Return the tty name associated with the connection</s>
 <s f="pg_unescape_bytea" u="string pg_unescape_bytea(string data)">Unescape binary for bytea type</s>
 <s f="pg_untrace" u="bool pg_untrace([resource connection])">Disable tracing of a PostgreSQL connection</s>
-<s f="pg_update" u="mixed pg_update(resource db, string table, array fields, array ids[, int options])">Update table using values (field=>value) and ids (id=>value)</s>
+<s f="pg_update" u="mixed pg_update(resource db, string table, array fields, array ids[, int options])">Update table using values (field=&gt;value) and ids (id=&gt;value)</s>
 <s f="pg_version" u="array pg_version([resource connection])">Returns an array with client, protocol and server version (when available)</s>
+<s f="posix_access" u="bool posix_access(string file [, int mode])">Determine accessibility of a file (POSIX.1 5.6.3)</s>
 <s f="posix_ctermid" u="string posix_ctermid(void)">Generate terminal path name (POSIX.1, 4.7.1)</s>
 <s f="posix_get_last_error" u="int posix_get_last_error(void)">Retrieve the error number set by the last posix function which failed.</s>
 <s f="posix_getcwd" u="string posix_getcwd(void)">Get working directory pathname (POSIX.1, 5.2.2)</s>
 <s f="posix_getrlimit" u="array posix_getrlimit(void)">Get system resource consumption limits (This is not a POSIX function, but a BSDism and a SVR4ism. We compile conditionally)</s>
 <s f="posix_getsid" u="int posix_getsid(void)">Get process group id of session leader (This is not a POSIX function, but a SVR4ism, so be compile conditionally)</s>
 <s f="posix_getuid" u="int posix_getuid(void)">Get the current user id (POSIX.1, 4.2.1)</s>
+<s f="posix_initgroups" u="bool posix_initgroups(string name, int base_group_id)">Calculate the group access list for the user specified in name.</s>
 <s f="posix_isatty" u="bool posix_isatty(int fd)">Determine if filedesc is a tty (POSIX.1, 4.7.1)</s>
 <s f="posix_kill" u="bool posix_kill(int pid, int sig)">Send a signal to a process (POSIX.1, 3.3.2)</s>
 <s f="posix_mkfifo" u="bool posix_mkfifo(string pathname, int mode)">Make a FIFO special file (POSIX.1, 5.4.2)</s>
-<s f="posix_setegid" u="bool posix_setegid(long uid)">Set effective group id</s>
-<s f="posix_seteuid" u="bool posix_seteuid(long uid)">Set effective user id</s>
+<s f="posix_mknod" u="bool posix_mknod(string pathname, int mode [, int major [, int minor]])">Make a special or ordinary file (POSIX.1)</s>
+<s f="posix_setegid" u="bool posix_setegid(int uid)">Set effective group id</s>
+<s f="posix_seteuid" u="bool posix_seteuid(int uid)">Set effective user id</s>
 <s f="posix_setgid" u="bool posix_setgid(int uid)">Set group id (POSIX.1, 4.2.2)</s>
 <s f="posix_setpgid" u="bool posix_setpgid(int pid, int pgid)">Set process group id for job control (POSIX.1, 4.3.3)</s>
 <s f="posix_setsid" u="int posix_setsid(void)">Create session and set process group id (POSIX.1, 4.3.2)</s>
-<s f="posix_setuid" u="bool posix_setuid(long uid)">Set user id (POSIX.1, 4.2.2)</s>
+<s f="posix_setuid" u="bool posix_setuid(int uid)">Set user id (POSIX.1, 4.2.2)</s>
 <s f="posix_strerror" u="string posix_strerror(int errno)">Retrieve the system error message associated with the given errno.</s>
 <s f="posix_times" u="array posix_times(void)">Get process times (POSIX.1, 4.5.2)</s>
 <s f="posix_ttyname" u="string posix_ttyname(int fd)">Determine terminal device name (POSIX.1, 4.7.2)</s>
 <s f="pspell_suggest" u="array pspell_suggest(int pspell, string word)">Returns array of suggestions</s>
 <s f="readline" u="string readline([string prompt])">Reads a line</s>
 <s f="readline_add_history" u="bool readline_add_history([string prompt])">Adds a line to the history</s>
+<s f="readline_callback_handler_install" u="void readline_callback_handler_install(string prompt, mixed callback)">Initializes the readline callback interface and terminal, prints the prompt and returns immediately</s>
+<s f="readline_callback_handler_remove" u="bool readline_callback_handler_remove()">Removes a previously installed callback handler and restores terminal settings</s>
+<s f="readline_callback_read_char" u="void readline_callback_read_char()">Informs the readline callback interface that a character is ready for input</s>
 <s f="readline_clear_history" u="bool readline_clear_history(void)">Clears the history</s>
 <s f="readline_completion_function" u="bool readline_completion_function(string funcname)">Readline completion function?</s>
 <s f="readline_info" u="mixed readline_info([string varname] [, string newvalue])">Gets/sets various internal readline variables.</s>
 <s f="readline_list_history" u="array readline_list_history(void)">Lists the history</s>
+<s f="readline_on_new_line" u="void readline_on_new_line(void)">Inform readline that the cursor has moved to a new line</s>
 <s f="readline_read_history" u="bool readline_read_history([string filename] [, int from] [,int to])">Reads the history</s>
+<s f="readline_redisplay" u="void readline_redisplay(void)">Ask readline to redraw the display</s>
 <s f="readline_write_history" u="bool readline_write_history([string filename])">Writes the history</s>
 <s f="recode_file" u="bool recode_file(string request, resource input, resource output)">Recode file input into file output according to request</s>
 <s f="recode_string" u="string recode_string(string request, string str)">Recode string str according to request string</s>
 <s f="session_encode" u="string session_encode(void)">Serializes the current setup and returns the serialized representation</s>
 <s f="session_get_cookie_params" u="array session_get_cookie_params(void)">Return the session cookie parameters</s>
 <s f="session_id" u="string session_id([string newid])">Return the current session id. If newid is given, the session id is replaced with newid</s>
-<s f="session_is_registered" u="bool session_is_registered(string varname)">Checks if a variable is registered in session</s>
 <s f="session_module_name" u="string session_module_name([string newname])">Return the current module name used for accessing session data. If newname is given, the module name is replaced with newname</s>
 <s f="session_name" u="string session_name([string newname])">Return the current session name. If newname is given, the session name is replaced with newname</s>
-<s f="session_regenerate_id" u="bool session_regenerate_id()">Update the current session id with a newly generated one.</s>
-<s f="session_register" u="bool session_register(mixed var_names [, mixed ...])">Adds varname(s) to the list of variables which are freezed at the session end</s>
+<s f="session_regenerate_id" u="bool session_regenerate_id([bool delete_old_session])">Update the current session id with a newly generated one. If delete_old_session is set to true, remove the old session.</s>
 <s f="session_save_path" u="string session_save_path([string newname])">Return the current save path passed to module_name. If newname is given, the save path is replaced with newname</s>
-<s f="session_set_cookie_params" u="void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure]]])">Set session cookie parameters</s>
+<s f="session_set_cookie_params" u="void session_set_cookie_params(int lifetime [, string path [, string domain [, bool secure[, bool httponly]]]])">Set session cookie parameters</s>
 <s f="session_set_save_handler" u="void session_set_save_handler(string open, string close, string read, string write, string destroy, string gc)">Sets user-level functions</s>
 <s f="session_start" u="bool session_start(void)">Begin session - reinitializes freezed variables, registers browsers etc</s>
-<s f="session_unregister" u="bool session_unregister(string varname)">Removes varname from the list of variables which are freezed at the session end</s>
 <s f="session_unset" u="void session_unset(void)">Unset all registered variables</s>
 <s f="session_write_close" u="void session_write_close(void)">Write session data and end session</s>
-<s f="simplexml_import_dom" u="simplemxml_element simplexml_import_dom(domNode node [, string class_name])">Get a simplexml_element object from dom to allow for processing</s>
-<s f="simplexml_load_file" u="simplemxml_element simplexml_load_file(string filename [, string class_name])">Load a filename and return a simplexml_element object to allow for processing</s>
-<s f="simplexml_load_string" u="simplemxml_element simplexml_load_string(string data [, string class_name])">Load a string and return a simplexml_element object to allow for processing</s>
+<s f="SimpleXMLElement::addAttribute" u="void SimpleXMLElement::addAttribute(string qName, string value [,string ns])">Add Attribute with optional namespace information</s>
+<s f="SimpleXMLElement::addChild" u="void SimpleXMLElement::addChild(string qName [, string value [, string ns]])">Add Element with optional namespace information</s>
+<s f="SimpleXMLElement::asXML" u="string SimpleXMLElement::asXML([string filename])">Return a well-formed XML string based on SimpleXML element</s>
+<s f="SimpleXMLElement::attributes" u="array SimpleXMLElement::attributes([string ns [, bool is_prefix]])">Identifies an element's attributes</s>
+<s f="SimpleXMLElement::children" u="object SimpleXMLElement::children([string ns [, bool is_prefix]])">Finds children of given node</s>
+<s f="SimpleXMLElement::getDocNamespaces" u="string SimpleXMLElement::getDocNamespaces([bool recursive])">Return all namespaces registered with document</s>
+<s f="SimpleXMLElement::getName" u="object SimpleXMLElement::getName()">Finds children of given node</s>
+<s f="SimpleXMLElement::getNamespaces" u="string SimpleXMLElement::getNamespaces([bool recursve])">Return all namespaces in use</s>
+<s f="SimpleXMLElement::registerXPathNamespace" u="bool SimpleXMLElement::registerXPathNamespace(string prefix, string ns)">Creates a prefix/ns context for the next XPath query</s>
+<s f="SimpleXMLElement::xpath" u="array SimpleXMLElement::xpath(string path)">Runs XPath query on the XML data</s>
+<s f="SimpleXMLElement::__construct" u=" SimpleXMLElement::__construct(string data [, int options [, bool data_is_url [, string ns [, bool is_prefix]]]])">SimpleXMLElement constructor</s>
 <s f="confirm_extname_compiled" u="string confirm_extname_compiled(string arg)">Return a string to confirm that the module is compiled in</s>
+<s f="php_snmpv3" u="void php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st)">* * Generic SNMPv3 object fetcher * From here is passed on the the common internal object fetcher. * * st=SNMP_CMD_GET   snmp3_get() - query an agent and return a single value. * st=SNMP_CMD_GETNEXT   snmp3_getnext() - query an agent and return the next single value. * st=SNMP_CMD_WALK   snmp3_walk() - walk the mib and return a single dimensional array  *                       containing the values. * st=SNMP_CMD_REALWALK   snmp3_real_walk() - walk the mib and return an  *                            array of oid,value pairs. * st=SNMP_CMD_SET  snmp3_set() - query an agent and set a single value *</s>
+<s f="snmp2_get" u="string snmp2_get(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
+<s f="snmp2_getnext" u="string snmp2_getnext(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
+<s f="snmp2_real_walk" u="array snmp2_real_walk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects including their respective object id withing the specified one</s>
+<s f="snmp2_set" u="int snmp2_set(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])">Set the value of a SNMP object</s>
+<s f="snmp2_walk" u="array snmp2_walk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects under the specified object id</s>
+<s f="snmp3_get" u="int snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
+<s f="snmp3_getnext" u="int snmp3_getnext(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
+<s f="snmp3_real_walk" u="int snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
+<s f="snmp3_set" u="int snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
+<s f="snmp3_walk" u="int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])">Fetch the value of a SNMP object</s>
 <s f="snmp_get_quick_print" u="bool snmp_get_quick_print(void)">Return the current status of quick_print</s>
 <s f="snmp_get_valueretrieval" u="int snmp_get_valueretrieval()">Return the method how the SNMP values will be returned</s>
 <s f="snmp_read_mib" u="int snmp_read_mib(string filename)">Reads and parses a MIB file into the active MIB tree.</s>
 <s f="snmp_set_enum_print" u="void snmp_set_enum_print(int enum_print)">Return all values that are enums with their enum value instead of the raw integer</s>
-<s f="snmp_set_oid_numeric_print" u="void snmp_set_oid_numeric_print(int oid_numeric_print)">Return all objects including their respective object id withing the specified one</s>
+<s f="snmp_set_oid_output_format" u="void snmp_set_oid_output_format(int oid_format)">Set the OID output format.</s>
 <s f="snmp_set_quick_print" u="void snmp_set_quick_print(int quick_print)">Return all objects including their respective object id withing the specified one</s>
 <s f="snmp_set_valueretrieval" u="int snmp_set_valueretrieval(int method)">Specify the method how the SNMP values will be returned</s>
 <s f="snmpget" u="string snmpget(string host, string community, string object_id [, int timeout [, int retries]])">Fetch a SNMP object</s>
 <s f="snmprealwalk" u="array snmprealwalk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects including their respective object id withing the specified one</s>
 <s f="snmpset" u="int snmpset(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])">Set the value of a SNMP object</s>
 <s f="snmpwalk" u="array snmpwalk(string host, string community, string object_id [, int timeout [, int retries]])">Return all objects under the specified object id</s>
+<s f="SoapClient::__doRequest" u="string SoapClient::__doRequest()">SoapClient::__doRequest()</s>
+<s f="SoapClient::__getCookies" u="array SoapClient::__getCookies()">Returns array of cookies.</s>
+<s f="SoapClient::__getLastRequestHeaders" u="string SoapClient::__getLastRequestHeaders(void)">Returns last SOAP request headers</s>
+<s f="SoapClient::__getLastResponseHeaders" u="string SoapClient::__getLastResponseHeaders(void)">Returns last SOAP response headers</s>
+<s f="SoapClient::__setCookie" u="void SoapClient::__setCookie(string name [, strung value])">Sets cookie thet will sent with SOAP request.    The call to this function will effect all folowing calls of SOAP methods.    If value is not specified cookie is removed.</s>
+<s f="SoapClient::__setLocation" u="string SoapClient::__setLocation([string new_location])">Sets the location option (the endpoint URL that will be touched by the    following SOAP requests).    If new_location is not specified or null then SoapClient will use endpoint    from WSDL file.    The function returns old value of location options.</s>
+<s f="SoapClient::__setSoapHeaders" u="void SoapClient::__setSoapHeaders(array SoapHeaders)">Sets SOAP headers for subsequent calls (replaces any previous    values).    If no value is specified, all of the headers are removed.</s>
+<s f="SoapServer::addFunction" u="void SoapServer::addFunction(mixed functions)">Adds one or several functions those will handle SOAP requests</s>
+<s f="SoapServer::getFunctions" u="array SoapServer::getFunctions(void)">Returns list of defined functions</s>
+<s f="SoapServer::setClass" u="void SoapServer::setClass(string class_name [, mixed args])">Sets class which will handle SOAP requests</s>
+<s f="SoapServer::setObject" u="void SoapServer::setObject(object)">Sets object which will handle SOAP requests</s>
 <s f="socket_accept" u="resource socket_accept(resource socket)">Accepts a connection on the listening socket fd</s>
 <s f="socket_bind" u="bool socket_bind(resource socket, string addr [, int port])">Binds an open socket to a listening port, port is only specified in AF_INET family.</s>
 <s f="socket_clear_error" u="void socket_clear_error([resource socket])">Clears the error on the socket or the last error code.</s>
 <s f="socket_shutdown" u="bool socket_shutdown(resource socket[, int how])">Shuts down a socket for receiving, sending, or both.</s>
 <s f="socket_strerror" u="string socket_strerror(int errno)">Returns a string describing an error</s>
 <s f="socket_write" u="int socket_write(resource socket, string buf[, int length])">Writes the buffer to the socket resource, length is optional</s>
+<s f="class_implements" u="array class_implements(mixed what [, bool autoload ])">Return all classes and interfaces implemented by SPL</s>
+<s f="class_parents" u="array class_parents(object instance)">Return an array containing the names of all parent classes</s>
+<s f="spl_autoload" u="void spl_autoload(string class_name [, string file_extensions])">Default implementation for __autoload()</s>
+<s f="spl_autoload_call" u="void spl_autoload_call(string class_name)">Try all registerd autoload function to load the requested class</s>
+<s f="spl_autoload_extensions" u="string spl_autoload_extensions([string file_extensions])">Register and return default file extensions for spl_autoload</s>
+<s f="spl_autoload_register" u="bool spl_autoload_register([mixed autoload_function = &quot;spl_autoload&quot; [, throw = true]])">Register given function as __autoload() implementation</s>
+<s f="spl_autoload_unregister" u="bool spl_autoload_unregister(mixed autoload_function)">Unregister given function as __autoload() implementation</s>
+<s f="spl_classes" u="array spl_classes()">Return an array containing the names of all clsses and interfaces defined in SPL</s>
+<s f="spl_object_hash" u="string spl_object_hash(object obj)">Return hash id for given object</s>
+<s f="ArrayIterator::next" u="void ArrayIterator::next()">Move to next entry</s>
+<s f="ArrayIterator::rewind" u="void ArrayIterator::rewind()">Rewind array back to the start</s>
+<s f="ArrayIterator::seek" u="void ArrayIterator::seek(int $position)">Seek to position.</s>
+<s f="ArrayIterator::valid" u="bool ArrayIterator::valid()">Check whether array contains more entries</s>
+<s f="ArrayObject::__construct" u="void ArrayObject::__construct(array|object ar = array() [, int flags = 0 [, string iterator_class = &quot;ArrayIterator&quot;]])">proto void ArrayIterator::__construct(array|object ar = array() [, int flags = 0]) U  Cronstructs a new array iterator from a path.</s>
+<s f="ArrayObject::append" u="void ArrayObject::append(mixed $newval)">proto void ArrayIterator::append(mixed $newval) U  Appends the value (cannot be called for objects).</s>
+<s f="ArrayObject::asort" u="int ArrayObject::asort()">proto int ArrayIterator::asort() U  Sort the entries by values.</s>
+<s f="ArrayObject::count" u="int ArrayObject::count()">proto int ArrayIterator::count() U  Return the number of elements in the Iterator.</s>
+<s f="ArrayObject::getFlags" u="int ArrayObject::getFlags()">Get flags</s>
+<s f="ArrayObject::getIterator" u="ArrayIterator ArrayObject::getIterator()">Create a new iterator from a ArrayObject instance</s>
+<s f="ArrayObject::getIteratorClass" u="string ArrayObject::getIteratorClass()">Get the class used in getIterator.</s>
+<s f="ArrayObject::ksort" u="int ArrayObject::ksort()">proto int ArrayIterator::ksort() U  Sort the entries by key.</s>
+<s f="ArrayObject::natcasesort" u="int ArrayObject::natcasesort()">proto int ArrayIterator::natcasesort() U  Sort the entries by key using case insensitive &quot;natural order&quot; algorithm.</s>
+<s f="ArrayObject::natsort" u="int ArrayObject::natsort()">proto int ArrayIterator::natsort() U  Sort the entries by values using &quot;natural order&quot; algorithm.</s>
+<s f="ArrayObject::offsetExists" u="bool ArrayObject::offsetExists(mixed $index)">proto bool ArrayIterator::offsetExists(mixed $index) U  Returns whether the requested $index exists.</s>
+<s f="ArrayObject::offsetGet" u="mixed ArrayObject::offsetGet(mixed $index)">proto mixed ArrayIterator::offsetGet(mixed $index) U  Returns the value at the specified $index.</s>
+<s f="ArrayObject::offsetSet" u="void ArrayObject::offsetSet(mixed $index, mixed $newval)">proto void ArrayIterator::offsetSet(mixed $index, mixed $newval) U  Sets the value at the specified $index to $newval.</s>
+<s f="ArrayObject::offsetUnset" u="void ArrayObject::offsetUnset(mixed $index)">proto void ArrayIterator::offsetUnset(mixed $index) U  Unsets the value at the specified $index.</s>
+<s f="ArrayObject::setFlags" u="void ArrayObject::setFlags(int flags)">Set flags</s>
+<s f="ArrayObject::setIteratorClass" u="void ArrayObject::setIteratorClass(string iterator_class)">Set the class used in getIterator.</s>
+<s f="ArrayObject::uasort" u="int ArrayObject::uasort(callback cmp_function)">proto int ArrayIterator::uasort(callback cmp_function) U  Sort the entries by values user defined function.</s>
+<s f="ArrayObject::uksort" u="int ArrayObject::uksort(callback cmp_function)">proto int ArrayIterator::uksort(callback cmp_function) U  Sort the entries by key using user defined function.</s>
+<s f="RecursiveArrayIterator::getChildren" u="object RecursiveArrayIterator::getChildren()">Create a sub iterator for the current element (same class as $this)</s>
+<s f="RecursiveArrayIterator::hasChildren" u="bool RecursiveArrayIterator::hasChildren()">Check whether current element has children (e.g. is an array)</s>
+<s f="DirectoryIterator::__construct" u="void DirectoryIterator::__construct(string $path, [int $flags = 0])">Cronstructs a new dir iterator from a path.</s>
+<s f="DirectoryIterator::count" u="string DirectoryIterator::count()">Return number of entries in directory, works only when USE_GLOB is in effect</s>
+<s f="DirectoryIterator::current" u="DirectoryIterator DirectoryIterator::current()">Return this (needed for Iterator interface)</s>
+<s f="DirectoryIterator::getBasename" u="string DirectoryIterator::getBasename([string $suffix])">Returns filename component of current dir entry</s>
+<s f="DirectoryIterator::getChildren" u="RecursiveDirectoryIterator DirectoryIterator::getChildren()">Returns an iterator for the current entry if it is a directory</s>
+<s f="DirectoryIterator::getFilename" u="string DirectoryIterator::getFilename()">Return filename of current dir entry</s>
+<s f="DirectoryIterator::isDot" u="bool DirectoryIterator::isDot()">Returns true if current entry is '.' or  '..'</s>
+<s f="DirectoryIterator::key" u="string DirectoryIterator::key()">Return current dir entry</s>
+<s f="DirectoryIterator::next" u="void DirectoryIterator::next()">Move to next entry</s>
+<s f="DirectoryIterator::rewind" u="void DirectoryIterator::rewind()">Rewind dir back to the start</s>
+<s f="DirectoryIterator::valid" u="string DirectoryIterator::valid()">Check whether dir contains more entries</s>
+<s f="RecursiveDirectoryIterator::__construct" u="void RecursiveDirectoryIterator::__construct(string path [, int flags])">Cronstructs a new dir iterator from a path.</s>
+<s f="RecursiveDirectoryIterator::current" u="string RecursiveDirectoryIterator::current()">Return getFilename(), getFileInfo() or $this depending on flags</s>
+<s f="RecursiveDirectoryIterator::getSubPath" u="void RecursiveDirectoryIterator::getSubPath()">Get sub path</s>
+<s f="RecursiveDirectoryIterator::getSubPathname" u="void RecursiveDirectoryIterator::getSubPathname()">Get sub path and file name</s>
+<s f="RecursiveDirectoryIterator::hasChildren" u="bool RecursiveDirectoryIterator::hasChildren([bool $allow_links = false])">Returns whether current entry is a directory and not '.' or '..'</s>
+<s f="RecursiveDirectoryIterator::key" u="string RecursiveDirectoryIterator::key()">Return getPathname() or getFilename() depending on flags</s>
+<s f="RecursiveDirectoryIterator::next" u="void RecursiveDirectoryIterator::next()">Move to next entry</s>
+<s f="RecursiveDirectoryIterator::rewind" u="void RecursiveDirectoryIterator::rewind()">Rewind dir back to the start</s>
+<s f="SplFileInfo::__construct" u="void SplFileInfo::__construct(string file_name)">Cronstructs a new SplFileInfo from a path.</s>
+<s f="SplFileInfo::getATime" u="int SplFileInfo::getATime()">Get last access time of file</s>
+<s f="SplFileInfo::getBasename" u="string SplFileInfo::getBasename([string $suffix])">Returns filename component of path</s>
+<s f="SplFileInfo::getCTime" u="int SplFileInfo::getCTime()">Get inode modification time of file</s>
+<s f="SplFileInfo::getFileInfo" u="SplFileInfo SplFileInfo::getFileInfo([string $class_name])">Get/copy file info</s>
+<s f="SplFileInfo::getFilename" u="string SplFileInfo::getFilename()">Return filename only</s>
+<s f="SplFileInfo::getGroup" u="int SplFileInfo::getGroup()">Get file group</s>
+<s f="SplFileInfo::getInode" u="int SplFileInfo::getInode()">Get file inode</s>
+<s f="SplFileInfo::getLinkTarget" u="string SplFileInfo::getLinkTarget()">Return the target of a symbolic link</s>
+<s f="SplFileInfo::getMTime" u="int SplFileInfo::getMTime()">Get last modification time of file</s>
+<s f="SplFileInfo::getOwner" u="int SplFileInfo::getOwner()">Get file owner</s>
+<s f="SplFileInfo::getPath" u="string SplFileInfo::getPath()">Return the path</s>
+<s f="SplFileInfo::getPathInfo" u="SplFileInfo SplFileInfo::getPathInfo([string $class_name])">Get/copy file info</s>
+<s f="SplFileInfo::getPathname" u="string SplFileInfo::getPathname()">Return path and filename</s>
+<s f="SplFileInfo::getPerms" u="int SplFileInfo::getPerms()">Get file permissions</s>
+<s f="SplFileInfo::getRealPath" u="string SplFileInfo::getRealPath()">Return the resolved path</s>
+<s f="SplFileInfo::getSize" u="int SplFileInfo::getSize()">Get file size</s>
+<s f="SplFileInfo::getType" u="string SplFileInfo::getType()">Get file type</s>
+<s f="SplFileInfo::isDir" u="bool SplFileInfo::isDir()">Returns true if file is directory</s>
+<s f="SplFileInfo::isExecutable" u="bool SplFileInfo::isExecutable()">Returns true if file is executable</s>
+<s f="SplFileInfo::isFile" u="bool SplFileInfo::isFile()">Returns true if file is a regular file</s>
+<s f="SplFileInfo::isLink" u="bool SplFileInfo::isLink()">Returns true if file is symbolic link</s>
+<s f="SplFileInfo::isReadable" u="bool SplFileInfo::isReadable()">Returns true if file can be read</s>
+<s f="SplFileInfo::isWritable" u="bool SplFileInfo::isWritable()">Returns true if file can be written</s>
+<s f="SplFileInfo::openFile" u="SplFileObject SplFileInfo::openFile([string mode = 'r' [, bool use_include_path  [, resource context]]])">Open the current file</s>
+<s f="SplFileInfo::setFileClass" u="void SplFileInfo::setFileClass([string class_name])">Class to use in openFile()</s>
+<s f="SplFileInfo::setInfoClass" u="void SplFileInfo::setInfoClass([string class_name])">Class to use in getFileInfo(), getPathInfo()</s>
+<s f="SplFileObject::__construct" u="void SplFileObject::__construct(string filename [, string mode = 'r' [, bool use_include_path  [, resource context]]]])">Construct a new file object</s>
+<s f="SplFileObject::current" u="string SplFileObject::current()">Return current line from file</s>
+<s f="SplFileObject::eof" u="void SplFileObject::eof()">Return whether end of file is reached</s>
+<s f="SplFileObject::fflush" u="bool SplFileObject::fflush()">Flush the file</s>
+<s f="SplFileObject::fgetc" u="int SplFileObject::fgetc()">Get a character form the file</s>
+<s f="SplFileObject::fgetcsv" u="array SplFileObject::fgetcsv([string delimiter [, string enclosure]])">Return current line as csv</s>
+<s f="SplFileObject::fgets" u="string SplFileObject::fgets()">Rturn next line from file</s>
+<s f="SplFileObject::fgetss" u="string SplFileObject::fgetss([string allowable_tags])">Get a line from file pointer and strip HTML tags</s>
+<s f="SplFileObject::flock" u="bool SplFileObject::flock(int operation [, int &amp;wouldblock])">Portable file locking</s>
+<s f="SplFileObject::fpassthru" u="int SplFileObject::fpassthru()">Output all remaining data from a file pointer</s>
+<s f="SplFileObject::fscanf" u="bool SplFileObject::fscanf(string format [, string ...])">Implements a mostly ANSI compatible fscanf()</s>
+<s f="SplFileObject::fseek" u="int SplFileObject::fseek(int pos [, int whence = SEEK_SET])">Return current file position</s>
+<s f="SplFileObject::fstat" u="bool SplFileObject::fstat()">Stat() on a filehandle</s>
+<s f="SplFileObject::ftell" u="int SplFileObject::ftell()">Return current file position</s>
+<s f="SplFileObject::ftruncate" u="bool SplFileObject::ftruncate(int size)">Truncate file to 'size' length</s>
+<s f="SplFileObject::fwrite" u="mixed SplFileObject::fwrite(string str [, int length])">Binary-safe file write</s>
+<s f="SplFileObject::getChildren" u="bool SplFileObject::getChildren()">Read NULL</s>
+<s f="SplFileObject::getCsvControl" u="array SplFileObject::getCsvControl()">Get the delimiter and enclosure character used in fgetcsv</s>
+<s f="SplFileObject::getFlags" u="int SplFileObject::getFlags()">Get file handling flags</s>
+<s f="SplFileObject::getMaxLineLen" u="int SplFileObject::getMaxLineLen()">Get maximum line length</s>
+<s f="SplFileObject::hasChildren" u="bool SplFileObject::hasChildren()">Return false</s>
+<s f="SplFileObject::key" u="int SplFileObject::key()">Return line number</s>
+<s f="SplFileObject::next" u="void SplFileObject::next()">Read next line</s>
+<s f="SplFileObject::rewind" u="void SplFileObject::rewind()">Rewind the file and read the first line</s>
+<s f="SplFileObject::seek" u="void SplFileObject::seek(int line_pos)">Seek to specified line</s>
+<s f="SplFileObject::setCsvControl" u="void SplFileObject::setCsvControl([string delimiter = ',' [, string enclosure = '&quot;']])">Set the delimiter and enclosure character used in fgetcsv</s>
+<s f="SplFileObject::setFlags" u="void SplFileObject::setFlags(int flags)">Set file handling flags</s>
+<s f="SplFileObject::setMaxLineLen" u="void SplFileObject::setMaxLineLen(int max_len)">Set maximum line length</s>
+<s f="SplFileObject::valid" u="void SplFileObject::valid()">Return !eof()</s>
+<s f="SplTempFileObject::__construct" u="void SplTempFileObject::__construct([int max_memory])">Construct a new temp file object</s>
+<s f="AppendIterator::__construct" u="void AppendIterator::__construct()">Create an AppendIterator</s>
+<s f="AppendIterator::append" u="void AppendIterator::append(Iterator it)">Append an iterator</s>
+<s f="AppendIterator::getArrayIterator" u="ArrayIterator AppendIterator::getArrayIterator()">Get access to inner ArrayIterator</s>
+<s f="AppendIterator::getIteratorIndex" u="int AppendIterator::getIteratorIndex()">Get index of iterator</s>
+<s f="AppendIterator::next" u="void AppendIterator::next()">Forward to next element</s>
+<s f="AppendIterator::rewind" u="void AppendIterator::rewind()">Rewind to the first iterator and rewind the first iterator, too</s>
+<s f="AppendIterator::valid" u="bool AppendIterator::valid()">Check if the current state is valid</s>
+<s f="CachingIterator::__construct" u="void CachingIterator::__construct(Iterator it [, flags = CIT_CALL_TOSTRING])">Construct a CachingIterator from an Iterator</s>
+<s f="CachingIterator::__toString" u="string CachingIterator::__toString()">Return the string representation of the current element</s>
+<s f="CachingIterator::count" u="void CachingIterator::count()">Number of cached elements</s>
+<s f="CachingIterator::getCache" u="bool CachingIterator::getCache()">Return the cache</s>
+<s f="CachingIterator::getFlags" u="int CachingIterator::getFlags()">Return the internal flags</s>
+<s f="CachingIterator::hasNext" u="bool CachingIterator::hasNext()">Check whether the inner iterator has a valid next element</s>
+<s f="CachingIterator::next" u="void CachingIterator::next()">Move the iterator forward</s>
+<s f="CachingIterator::offsetExists" u="bool CachingIterator::offsetExists(mixed index)">Return whether the requested index exists</s>
+<s f="CachingIterator::offsetGet" u="string CachingIterator::offsetGet(mixed index)">Return the internal cache if used</s>
+<s f="CachingIterator::offsetSet" u="void CachingIterator::offsetSet(mixed index, mixed newval)">Set given index in cache</s>
+<s f="CachingIterator::offsetUnset" u="void CachingIterator::offsetUnset(mixed index)">Unset given index in cache</s>
+<s f="CachingIterator::rewind" u="void CachingIterator::rewind()">Rewind the iterator</s>
+<s f="CachingIterator::setFlags" u="void CachingIterator::setFlags(int flags)">Set the internal flags</s>
+<s f="CachingIterator::valid" u="bool CachingIterator::valid()">Check whether the current element is valid</s>
+<s f="EmptyIterator::current" u="void EmptyIterator::current()">Throws exception BadMethodCallException</s>
+<s f="EmptyIterator::key" u="void EmptyIterator::key()">Throws exception BadMethodCallException</s>
+<s f="EmptyIterator::next" u="void EmptyIterator::next()">Does nothing</s>
+<s f="EmptyIterator::rewind" u="void EmptyIterator::rewind()">Does nothing</s>
+<s f="EmptyIterator::valid" u="false EmptyIterator::valid()">Return false</s>
+<s f="FilterIterator::__construct" u="void FilterIterator::__construct(Iterator it)">Create an Iterator from another iterator</s>
+<s f="FilterIterator::current" u="mixed FilterIterator::current()">proto mixed CachingIterator::current() U        proto mixed LimitIterator::current() U        proto mixed ParentIterator::current() U        proto mixed IteratorIterator::current() U        proto mixed NoRewindIterator::current() U        proto mixed AppendIterator::current() U    Get the current element value</s>
+<s f="FilterIterator::getInnerIterator" u="Iterator FilterIterator::getInnerIterator()">proto Iterator CachingIterator::getInnerIterator() U        proto Iterator LimitIterator::getInnerIterator() U        proto Iterator ParentIterator::getInnerIterator() U    Get the inner iterator</s>
+<s f="FilterIterator::key" u="mixed FilterIterator::key()">proto mixed CachingIterator::key() U        proto mixed LimitIterator::key() U        proto mixed ParentIterator::key() U        proto mixed IteratorIterator::key() U        proto mixed NoRewindIterator::key() U        proto mixed AppendIterator::key() U    Get the current key</s>
+<s f="FilterIterator::next" u="void FilterIterator::next()">Move the iterator forward</s>
+<s f="FilterIterator::rewind" u="void FilterIterator::rewind()">Rewind the iterator</s>
+<s f="FilterIterator::valid" u="bool FilterIterator::valid()">proto bool ParentIterator::valid() U        proto bool IteratorIterator::valid() U        proto bool NoRewindIterator::valid() U    Check whether the current element is valid</s>
+<s f="InfiniteIterator::__construct" u="void InfiniteIterator::__construct(Iterator it)">Create an iterator from another iterator</s>
+<s f="InfiniteIterator::next" u="void InfiniteIterator::next()">Prevent a call to inner iterators rewind() (internally the current data will be fetched if valid())</s>
+<s f="IteratorIterator::__construct" u="void IteratorIterator::__construct(Traversable it)">Create an iterator from anything that is traversable</s>
+<s f="LimitIterator::getPosition" u="int LimitIterator::getPosition()">Return the current position</s>
+<s f="LimitIterator::next" u="void LimitIterator::next()">Move the iterator forward</s>
+<s f="LimitIterator::rewind" u="void LimitIterator::rewind()">Rewind the iterator to the specified starting offset</s>
+<s f="LimitIterator::seek" u="void LimitIterator::seek(int position)">Seek to the given position</s>
+<s f="LimitIterator::valid" u="bool LimitIterator::valid()">Check whether the current element is valid</s>
+<s f="NoRewindIterator::__construct" u="void NoRewindIterator::__construct(Iterator it)">Create an iterator from another iterator</s>
+<s f="NoRewindIterator::current" u="mixed NoRewindIterator::current()">Return inner iterators current()</s>
+<s f="NoRewindIterator::key" u="mixed NoRewindIterator::key()">Return inner iterators key()</s>
+<s f="NoRewindIterator::next" u="void NoRewindIterator::next()">Return inner iterators next()</s>
+<s f="NoRewindIterator::rewind" u="void NoRewindIterator::rewind()">Prevent a call to inner iterators rewind()</s>
+<s f="NoRewindIterator::valid" u="bool NoRewindIterator::valid()">Return inner iterators valid()</s>
+<s f="ParentIterator::__construct" u="void ParentIterator::__construct(RecursiveIterator it)">Create a ParentIterator from a RecursiveIterator</s>
+<s f="ParentIterator::next" u="void ParentIterator::next()">proto void IteratorIterator::next() U        proto void NoRewindIterator::next() U    Move the iterator forward</s>
+<s f="ParentIterator::rewind" u="void ParentIterator::rewind()">proto void IteratorIterator::rewind()    Rewind the iterator</s>
+<s f="RecursiveCachingIterator::__construct" u="void RecursiveCachingIterator::__construct(RecursiveIterator it [, flags = CIT_CALL_TOSTRING])">Create an iterator from a RecursiveIterator</s>
+<s f="RecursiveCachingIterator::getChildren" u="RecursiveCachingIterator RecursiveCachingIterator::getChildren()">Return the inner iterator's children as a RecursiveCachingIterator</s>
+<s f="RecursiveCachingIterator::hasChildren" u="bool RecursiveCachingIterator::hasChildren()">Check whether the current element of the inner iterator has children</s>
+<s f="RecursiveFilterIterator::__construct" u="void RecursiveFilterIterator::__construct(RecursiveIterator it)">Create a RecursiveFilterIterator from a RecursiveIterator</s>
+<s f="RecursiveFilterIterator::getChildren" u="RecursiveFilterIterator RecursiveFilterIterator::getChildren()">Return the inner iterator's children contained in a RecursiveFilterIterator</s>
+<s f="RecursiveFilterIterator::hasChildren" u="bool RecursiveFilterIterator::hasChildren()">Check whether the inner iterator's current element has children</s>
+<s f="RecursiveIteratorIterator::beginChildren" u="void RecursiveIteratorIterator::beginChildren()">Called when recursing one level down</s>
+<s f="RecursiveIteratorIterator::beginIteration" u="RecursiveIterator RecursiveIteratorIterator::beginIteration()">Called when iteration begins (after first rewind() call)</s>
+<s f="RecursiveIteratorIterator::callGetChildren" u="RecursiveIterator RecursiveIteratorIterator::callGetChildren()">Return children of current element</s>
+<s f="RecursiveIteratorIterator::callHasChildren" u="bool RecursiveIteratorIterator::callHasChildren()">Called for each element to test whether it has children</s>
+<s f="RecursiveIteratorIterator::current" u="mixed RecursiveIteratorIterator::current()">Access the current element value</s>
+<s f="RecursiveIteratorIterator::endChildren" u="void RecursiveIteratorIterator::endChildren()">Called when end recursing one level</s>
+<s f="RecursiveIteratorIterator::endIteration" u="RecursiveIterator RecursiveIteratorIterator::endIteration()">Called when iteration ends (when valid() first returns false</s>
+<s f="RecursiveIteratorIterator::getDepth" u="int RecursiveIteratorIterator::getDepth()">Get the current depth of the recursive iteration</s>
+<s f="RecursiveIteratorIterator::getInnerIterator" u="RecursiveIterator RecursiveIteratorIterator::getInnerIterator()">The current active sub iterator</s>
+<s f="RecursiveIteratorIterator::getSubIterator" u="RecursiveIterator RecursiveIteratorIterator::getSubIterator([int level])">The current active sub iterator or the iterator at specified level</s>
+<s f="RecursiveIteratorIterator::key" u="mixed RecursiveIteratorIterator::key()">Access the current key</s>
+<s f="RecursiveIteratorIterator::next" u="void RecursiveIteratorIterator::next()">Move forward to the next element</s>
+<s f="RecursiveIteratorIterator::nextElement" u="void RecursiveIteratorIterator::nextElement()">Called when the next element is available</s>
+<s f="RecursiveIteratorIterator::rewind" u="void RecursiveIteratorIterator::rewind()">Rewind the iterator to the first element of the top level inner iterator.</s>
+<s f="RecursiveIteratorIterator::setMaxDepth" u="void RecursiveIteratorIterator::setMaxDepth([$max_depth = -1])">Set the maximum allowed depth (or any depth if pmax_depth = -1]</s>
+<s f="RecursiveIteratorIterator::valid" u="bool RecursiveIteratorIterator::valid()">Check whether the current position is valid</s>
+<s f="RecursiveRegexIterator::__construct" u="void RecursiveRegexIterator::__construct(RecursiveIterator it, string regex [, int mode [, int flags [, int preg_flags]]])">Create an RecursiveRegexIterator from another recursive iterator and a regular expression</s>
+<s f="RecursiveRegexIterator::getChildren" u="RecursiveRegexIterator RecursiveRegexIterator::getChildren()">Return the inner iterator's children contained in a RecursiveRegexIterator</s>
+<s f="RegexIterator::__construct" u="void RegexIterator::__construct(Iterator it, string regex [, int mode [, int flags [, int preg_flags]]])">Create an RegexIterator from another iterator and a regular expression</s>
+<s f="RegexIterator::accept" u="bool RegexIterator::accept()">Match (string)current() against regular expression</s>
+<s f="RegexIterator::getFlags" u="bool RegexIterator::getFlags()">Returns current PREG flags (if in use or NULL)</s>
+<s f="RegexIterator::getFlags" u="bool RegexIterator::getFlags()">Returns current operation flags</s>
+<s f="RegexIterator::getMode" u="bool RegexIterator::getMode()">Returns current operation mode</s>
+<s f="RegexIterator::setFlags" u="bool RegexIterator::setFlags(int new_flags)">Set operation flags</s>
+<s f="RegexIterator::setMode" u="bool RegexIterator::setMode(int new_mode)">Set new operation mode</s>
+<s f="RegexIterator::setPregFlags" u="bool RegexIterator::setPregFlags(int new_flags)">Set PREG flags</s>
+<s f="LimitIterator::__construct" u=" LimitIterator::__construct(Iterator it [, int offset, int count])">Construct a LimitIterator from an Iterator with a given starting offset and optionally a maximum count</s>
+<s f="iterator_apply" u="int iterator_apply(Traversable it, mixed function [, mixed params])">Calls a function for every element in an iterator</s>
+<s f="iterator_count" u="int iterator_count(Traversable it)">Count the elements in an iterator</s>
+<s f="iterator_to_array" u="array iterator_to_array(Traversable it [, bool use_keys = true])">Copy the iterator into an array</s>
+<s f="SplObjectStorage::attach" u="void SplObjectStorage::attach($obj)">Attaches an object to the storage if not yet contained</s>
+<s f="SplObjectStorage::contains" u="bool SplObjectStorage::contains($obj)">Determine whethe an object is contained in the storage</s>
+<s f="SplObjectStorage::count" u="int SplObjectStorage::count()">Determine number of objects in storage</s>
+<s f="SplObjectStorage::current" u="mixed SplObjectStorage::current()"></s>
+<s f="SplObjectStorage::detach" u="void SplObjectStorage::detach($obj)">Detaches an object from the storage</s>
+<s f="SplObjectStorage::key" u="mixed SplObjectStorage::key()"></s>
+<s f="SplObjectStorage::next" u="void SplObjectStorage::next()"></s>
+<s f="SplObjectStorage::rewind" u="void SplObjectStorage::rewind()"></s>
+<s f="SplObjectStorage::serialize" u="string SplObjectStorage::serialize()"></s>
+<s f="SplObjectStorage::unserialize" u="void SplObjectStorage::unserialize(string serialized)"></s>
+<s f="SplObjectStorage::valid" u="bool SplObjectStorage::valid()"></s>
+<s f="SimpleXMLIterator::count" u="int SimpleXMLIterator::count()">Get number of child elements</s>
+<s f="SimpleXMLIterator::current" u="SimpleXMLIterator SimpleXMLIterator::current()">Get current element</s>
+<s f="SimpleXMLIterator::getChildren" u="SimpleXMLIterator SimpleXMLIterator::getChildren()">Get child element iterator</s>
+<s f="SimpleXMLIterator::hasChildren" u="bool SimpleXMLIterator::hasChildren()">Check whether element has children (elements)</s>
+<s f="SimpleXMLIterator::key" u="string SimpleXMLIterator::key()">Get name of current child element</s>
+<s f="SimpleXMLIterator::next" u="void SimpleXMLIterator::next()">Move to next element</s>
+<s f="SimpleXMLIterator::rewind" u="void SimpleXMLIterator::rewind()">Rewind to first element</s>
+<s f="SimpleXMLIterator::valid" u="bool SimpleXMLIterator::valid()">Check whether iteration is valid</s>
 <s f="sqlite_array_query" u="array sqlite_array_query(resource db, string query [ , int result_type [, bool decode_binary]])">Executes a query against a given database and returns an array of arrays.</s>
 <s f="sqlite_busy_timeout" u="void sqlite_busy_timeout(resource db, int ms)">Set busy timeout duration. If ms &lt;= 0, all busy handlers are disabled.</s>
 <s f="sqlite_changes" u="int sqlite_changes(resource db)">Returns the number of rows that were changed by the most recent SQL statement.</s>
 <s f="sqlite_close" u="void sqlite_close(resource db)">Closes an open sqlite database.</s>
 <s f="sqlite_column" u="mixed sqlite_column(resource result, mixed index_or_name [, bool decode_binary])">Fetches a column from the current row of a result set.</s>
 <s f="sqlite_create_aggregate" u="bool sqlite_create_aggregate(resource db, string funcname, mixed step_func, mixed finalize_func[, long num_args])">Registers an aggregate function for queries.</s>
-<s f="sqlite_create_function" u="bool sqlite_create_function(resource db, string funcname, mixed callback[, long num_args])">Registers a "regular" function for queries.</s>
+<s f="sqlite_create_function" u="bool sqlite_create_function(resource db, string funcname, mixed callback[, long num_args])">Registers a &quot;regular&quot; function for queries.</s>
 <s f="sqlite_current" u="array sqlite_current(resource result [, int result_type [, bool decode_binary]])">Fetches the current row from a result set as an array.</s>
 <s f="sqlite_error_string" u="string sqlite_error_string(int error_code)">Returns the textual description of an error code.</s>
 <s f="sqlite_escape_string" u="string sqlite_escape_string(string item)">Escapes a string for use as a query parameter.</s>
+<s f="sqlite_exec" u="boolean sqlite_exec(string query, resource db[, string &amp;error_message])">Executes a result-less query against a given database</s>
 <s f="sqlite_factory" u="object sqlite_factory(string filename [, int mode [, string &amp;error_message]])">Opens a SQLite database and creates an object for it. Will create the database if it does not exist.</s>
 <s f="sqlite_fetch_all" u="array sqlite_fetch_all(resource result [, int result_type [, bool decode_binary]])">Fetches all rows from a result set as an array of arrays.</s>
 <s f="sqlite_fetch_array" u="array sqlite_fetch_array(resource result [, int result_type [, bool decode_binary]])">Fetches the next row from a result set as an array.</s>
-<s f="sqlite_fetch_column_types" u="resource sqlite_fetch_column_types(string table_name, resource db)">Return an array of column types from a particular table.</s>
+<s f="sqlite_fetch_column_types" u="resource sqlite_fetch_column_types(string table_name, resource db [, int result_type])">Return an array of column types from a particular table.</s>
 <s f="sqlite_fetch_object" u="object sqlite_fetch_object(resource result [, string class_name [, NULL|array ctor_params [, bool decode_binary]]])">Fetches the next row from a result set as an object.</s>
 <s f="sqlite_fetch_single" u="string sqlite_fetch_single(resource result [, bool decode_binary])">Fetches the first column of a result set as a string.</s>
 <s f="sqlite_field_name" u="string sqlite_field_name(resource result, int field_index)">Returns the name of a particular field of a result set.</s>
 <s f="sqlite_has_prev" u="bool sqlite_has_prev(resource result)">* Returns whether a previous row is available.</s>
+<s f="sqlite_key" u="int sqlite_key(resource result)">Return the current row index of a buffered result.</s>
 <s f="sqlite_last_error" u="int sqlite_last_error(resource db)">Returns the error code of the last error for a database.</s>
 <s f="sqlite_last_insert_rowid" u="int sqlite_last_insert_rowid(resource db)">Returns the rowid of the most recently inserted row.</s>
 <s f="sqlite_libencoding" u="string sqlite_libencoding()">Returns the encoding (iso8859 or UTF-8) of the linked SQLite library.</s>
 <s f="sqlite_open" u="resource sqlite_open(string filename [, int mode [, string &amp;error_message]])">Opens a SQLite database. Will create the database if it does not exist.</s>
 <s f="sqlite_popen" u="resource sqlite_popen(string filename [, int mode [, string &amp;error_message]])">Opens a persistent handle to a SQLite database. Will create the database if it does not exist.</s>
 <s f="sqlite_prev" u="bool sqlite_prev(resource result)">* Seek to the previous row number of a result set.</s>
-<s f="sqlite_query" u="resource sqlite_query(string query, resource db [, int result_type ])">Executes a query against a given database and returns a result handle.</s>
+<s f="sqlite_query" u="resource sqlite_query(string query, resource db [, int result_type [, string &amp;error_message]])">Executes a query against a given database and returns a result handle.</s>
 <s f="sqlite_rewind" u="bool sqlite_rewind(resource result)">Seek to the first row number of a buffered result set.</s>
 <s f="sqlite_seek" u="bool sqlite_seek(resource result, int row)">Seek to a particular row number of a buffered result set.</s>
 <s f="sqlite_single_query" u="array sqlite_single_query(resource db, string query [, bool first_row_only [, bool decode_binary]])">Executes a query and returns either an array for one single column or the value of the first row.</s>
 <s f="sqlite_udf_decode_binary" u="string sqlite_udf_decode_binary(string data)">Decode binary encoding on a string parameter passed to an UDF.</s>
 <s f="sqlite_udf_encode_binary" u="string sqlite_udf_encode_binary(string data)">Apply binary encoding (if required) to a string to return from an UDF.</s>
-<s f="sqlite_unbuffered_query" u="resource sqlite_unbuffered_query(string query, resource db [ , int result_type ])">Executes a query that does not prefetch and buffer all data.</s>
+<s f="sqlite_unbuffered_query" u="resource sqlite_unbuffered_query(string query, resource db [ , int result_type [, string &amp;error_message]])">Executes a query that does not prefetch and buffer all data.</s>
 <s f="sqlite_valid" u="bool sqlite_valid(resource result)">Returns whether more rows are available.</s>
 <s f="array_change_key_case" u="array array_change_key_case(array input [, int case=CASE_LOWER])">Retuns an array with all string keys lowercased [or uppercased]</s>
 <s f="array_chunk" u="array array_chunk(array input, int size [, bool preserve_keys])">Split array into chunks</s>
-<s f="array_combine" u="array array_combine(array keys, array values)">Creates an array by using the elements of the first parameter as keys and the elements of the second as correspoding keys</s>
+<s f="array_combine" u="array array_combine(array keys, array values)">Creates an array by using the elements of the first parameter as keys and the elements of the second as the corresponding values</s>
 <s f="array_count_values" u="array array_count_values(array input)">Return the value as key and the frequency of that value in input as value</s>
 <s f="array_diff" u="array array_diff(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are not present in any of the others arguments.</s>
 <s f="array_diff_assoc" u="array array_diff_assoc(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal</s>
-<s f="array_diff_uassoc" u="array array_diff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Elements are compared by user supplied function.</s>
+<s f="array_diff_key" u="array array_diff_key(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have keys which are not present in any of the others arguments. This function is like array_diff() but works on the keys instead of the values. The associativity is preserved.</s>
+<s f="array_diff_uassoc" u="array array_diff_uassoc(array arr1, array arr2 [, array ...], callback key_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Elements are compared by user supplied function.</s>
+<s f="array_diff_ukey" u="array array_diff_ukey(array arr1, array arr2 [, array ...], callback key_comp_func)">Returns the entries of arr1 that have keys which are not present in any of the others arguments. User supplied function is used for comparing the keys. This function is like array_udiff() but works on the keys instead of the values. The associativity is preserved.</s>
 <s f="array_fill" u="array array_fill(int start_key, int num, mixed val)">Create an array containing num elements starting with index start_key each initialized to val</s>
+<s f="array_fill_keys" u="array array_fill_keys(array keys, mixed val)">Create an array using the elements of the first parameter as keys each initialized to val</s>
 <s f="array_filter" u="array array_filter(array input [, mixed callback])">Filters elements from the array via the callback.</s>
 <s f="array_flip" u="array array_flip(array input)">Return array with key &lt;-&gt; value flipped</s>
 <s f="array_intersect" u="array array_intersect(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are present in all the other arguments</s>
 <s f="array_intersect_assoc" u="array array_intersect_assoc(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check</s>
+<s f="array_intersect_key" u="array array_intersect_key(array arr1, array arr2 [, array ...])">Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). Equivalent of array_intersect_assoc() but does not do compare of the data.</s>
 <s f="array_intersect_uassoc" u="array array_intersect_uassoc(array arr1, array arr2 [, array ...], callback key_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check and they are compared by using an user-supplied callback.</s>
+<s f="array_intersect_ukey" u="array array_intersect_ukey(array arr1, array arr2 [, array ...], callback key_compare_func)">Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). The comparison of the keys is performed by a user supplied function. Equivalent of array_intersect_uassoc() but does not do compare of the data.</s>
 <s f="array_key_exists" u="bool array_key_exists(mixed key, array search)">Checks if the given key or index exists in the array</s>
 <s f="array_keys" u="array array_keys(array input [, mixed search_value[, bool strict]])">Return just the keys from the input array, optionally only for the specified search_value</s>
 <s f="array_map" u="array array_map(mixed callback, array input1 [, array input2 ,...])">Applies the callback to the elements in given arrays.</s>
 <s f="array_multisort" u="bool array_multisort(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]], ...])">Sort multiple arrays at once similar to how ORDER BY clause works in SQL</s>
 <s f="array_pad" u="array array_pad(array input, int pad_size, mixed pad_value)">Returns a copy of input array padded with pad_value to size pad_size</s>
 <s f="array_pop" u="mixed array_pop(array stack)">Pops an element off the end of the array</s>
+<s f="array_product" u="mixed array_product(array input)">Returns the product of the array entries</s>
 <s f="array_push" u="int array_push(array stack, mixed var [, mixed ...])">Pushes elements onto the end of the array</s>
 <s f="array_rand" u="mixed array_rand(array input [, int num_req])">Return key/keys for random entry/entries in the array</s>
 <s f="array_reduce" u="mixed array_reduce(array input, mixed callback [, int initial])">Iteratively reduce the array to a single value via the callback.</s>
 <s f="array_reverse" u="array array_reverse(array input [, bool preserve keys])">Return input as a new array with the order of the entries reversed</s>
 <s f="array_search" u="mixed array_search(mixed needle, array haystack [, bool strict])">Searches the array for a given value and returns the corresponding key if successful</s>
 <s f="array_shift" u="mixed array_shift(array stack)">Pops an element off the beginning of the array</s>
-<s f="array_slice" u="array array_slice(array input, int offset [, int length])">Returns elements specified by offset and length</s>
+<s f="array_slice" u="array array_slice(array input, int offset [, int length [, bool preserve_keys]])">Returns elements specified by offset and length</s>
 <s f="array_splice" u="array array_splice(array input, int offset [, int length [, array replacement]])">Removes the elements designated by offset and length and replace them with supplied array</s>
 <s f="array_sum" u="mixed array_sum(array input)">Returns the sum of the array entries</s>
 <s f="array_udiff" u="array array_udiff(array arr1, array arr2 [, array ...], callback data_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments. Elements are compared by user supplied function.</s>
-<s f="array_udiff_assoc" u="array array_udiff_assoc(array arr1, array arr2 [, array ...], callback key_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys are compared by user supplied function.</s>
+<s f="array_udiff_assoc" u="array array_udiff_assoc(array arr1, array arr2 [, array ...], callback data_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Entries are compared by user supplied function.</s>
 <s f="array_udiff_uassoc" u="array array_udiff_uassoc(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)">Returns the entries of arr1 that have values which are not present in any of the others arguments but do additional checks whether the keys are equal. Keys and elements are compared by user supplied functions.</s>
 <s f="array_uintersect" u="array array_uintersect(array arr1, array arr2 [, array ...], callback data_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Data is compared by using an user-supplied callback.</s>
 <s f="array_uintersect_assoc" u="array array_uintersect_assoc(array arr1, array arr2 [, array ...], callback data_compare_func)">Returns the entries of arr1 that have values which are present in all the other arguments. Keys are used to do more restrictive check. Data is compared by using an user-supplied callback.</s>
 <s f="array_unique" u="array array_unique(array input)">Removes duplicate values from array</s>
 <s f="array_unshift" u="int array_unshift(array stack, mixed var [, mixed ...])">Pushes elements onto the beginning of the array</s>
 <s f="array_values" u="array array_values(array input)">Return just the values from the input array</s>
-<s f="array_walk" u="bool array_walk(array input, string funcname [, mixed userdata])">Apply a user function to every member of an array</s>
-<s f="array_walk_recursive" u="bool array_walk_recursive(array input, string funcname [, mixed userdata])">Apply a user function recursively to every member of an array</s>
-<s f="arsort" u="bool arsort(array array_arg [, int sort_flags])">Sort an array in reverse order and maintain index association</s>
-<s f="asort" u="bool asort(array array_arg [, int sort_flags])">Sort an array and maintain index association</s>
+<s f="array_walk" u="bool array_walk(array input, mixed callback [, mixed userdata])">Apply a user function to every member of an array</s>
+<s f="array_walk_recursive" u="bool array_walk_recursive(array input, mixed callback [, mixed userdata])">Apply a user function recursively to every member of an array</s>
+<s f="arsort" u="bool arsort(array &amp;array_arg [, int sort_flags])">Sort an array in reverse order and maintain index association</s>
+<s f="asort" u="bool asort(array &amp;array_arg [, int sort_flags])">Sort an array and maintain index association</s>
 <s f="compact" u="array compact(mixed var_names [, mixed ...])">Creates a hash containing variables and their values</s>
 <s f="count" u="int count(mixed var [, int mode])">Count the number of elements in a variable (usually an array)</s>
 <s f="current" u="mixed current(array array_arg)">Return the element currently pointed to by the internal array pointer</s>
 <s f="extract" u="int extract(array var_array [, int extract_type [, string prefix]])">Imports variables into symbol table from an array</s>
 <s f="in_array" u="bool in_array(mixed needle, array haystack [, bool strict])">Checks if the given value exists in the array</s>
 <s f="key" u="mixed key(array array_arg)">Return the key of the element currently pointed to by the internal array pointer</s>
-<s f="krsort" u="bool krsort(array array_arg [, int sort_flags])">Sort an array by key value in reverse order</s>
-<s f="ksort" u="bool ksort(array array_arg [, int sort_flags])">Sort an array by key</s>
+<s f="krsort" u="bool krsort(array &amp;array_arg [, int sort_flags])">Sort an array by key value in reverse order</s>
+<s f="ksort" u="bool ksort(array &amp;array_arg [, int sort_flags])">Sort an array by key</s>
 <s f="max" u="mixed max(mixed arg1 [, mixed arg2 [, mixed ...]])">Return the highest value in an array or a series of arguments</s>
 <s f="min" u="mixed min(mixed arg1 [, mixed arg2 [, mixed ...]])">Return the lowest value in an array or a series of arguments</s>
-<s f="natcasesort" u="void natcasesort(array array_arg)">Sort an array using case-insensitive natural sort</s>
-<s f="natsort" u="void natsort(array array_arg)">Sort an array using natural sort</s>
+<s f="natcasesort" u="void natcasesort(array &amp;array_arg)">Sort an array using case-insensitive natural sort</s>
+<s f="natsort" u="void natsort(array &amp;array_arg)">Sort an array using natural sort</s>
 <s f="next" u="mixed next(array array_arg)">Move array argument's internal pointer to the next element and return it</s>
 <s f="prev" u="mixed prev(array array_arg)">Move array argument's internal pointer to the previous element and return it</s>
 <s f="range" u="array range(mixed low, mixed high[, int step])">Create an array containing the range of integers or characters from low to high (inclusive)</s>
 <s f="reset" u="mixed reset(array array_arg)">Set array argument's internal pointer to the first element and return it</s>
-<s f="rsort" u="bool rsort(array array_arg [, int sort_flags])">Sort an array in reverse order</s>
+<s f="rsort" u="bool rsort(array &amp;array_arg [, int sort_flags])">Sort an array in reverse order</s>
 <s f="shuffle" u="bool shuffle(array array_arg)">Randomly shuffle the contents of an array</s>
-<s f="sort" u="bool sort(array array_arg [, int sort_flags])">Sort an array</s>
-<s f="uasort" u="bool uasort(array array_arg, string cmp_function)">Sort an array with a user-defined comparison function and maintain index association</s>
-<s f="uksort" u="bool uksort(array array_arg, string cmp_function)">Sort an array by keys using a user-defined comparison function</s>
-<s f="usort" u="bool usort(array array_arg, string cmp_function)">Sort an array by values using a user-defined comparison function</s>
+<s f="sort" u="bool sort(array &amp;array_arg [, int sort_flags])">Sort an array</s>
+<s f="uasort" u="bool uasort(array array_arg, mixed comparator)">Sort an array with a user-defined comparison function and maintain index association</s>
+<s f="uksort" u="bool uksort(array array_arg, mixed comparator)">Sort an array by keys using a user-defined comparison function</s>
+<s f="usort" u="bool usort(array array_arg, mixed comparator)">Sort an array by values using a user-defined comparison function</s>
 <s f="assert" u="int assert(string|bool assertion)">Checks if assertion is false</s>
 <s f="assert_options" u="mixed assert_options(int what [, mixed value])">Set/get the various assert flags</s>
-<s f="call_user_func" u="mixed call_user_func(string function_name [, mixed parmeter] [, mixed ...])">Call a user function which is the first parameter</s>
+<s f="base64_decode" u="binary base64_decode(binary str[, bool strict])">Decodes string using MIME base64 algorithm</s>
+<s f="base64_encode" u="binary base64_encode(binary str)">Encodes string using MIME base64 algorithm</s>
+<s f="call_user_func" u="mixed call_user_func(mixed function_name [, mixed parmeter] [, mixed ...])">Call a user function which is the first parameter</s>
 <s f="call_user_func_array" u="mixed call_user_func_array(string function_name, array parameters)">Call a user function which is the first parameter with the arguments contained in array</s>
 <s f="call_user_method" u="mixed call_user_method(string method_name, mixed object [, mixed parameter] [, mixed ...])">Call a user method on a specific object or class</s>
 <s f="call_user_method_array" u="mixed call_user_method_array(string method_name, mixed object, array params)">Call a user method on a specific object or class using a parameter array</s>
 <s f="connection_aborted" u="int connection_aborted(void)">Returns true if client disconnected</s>
 <s f="connection_status" u="int connection_status(void)">Returns the connection status bitfield</s>
-<s f="constant" u="mixed constant(string const_name)">Given the name of a constant this function will return the constants associated value</s>
+<s f="constant" u="mixed constant(string const_name)">Given the name of a constant this function will return the constant's associated value</s>
+<s f="error_get_last" u="array error_get_last()">Get the last occurred error as associative array. Returns NULL if there hasn't been an error yet.</s>
 <s f="error_log" u="bool error_log(string message [, int message_type [, string destination [, string extra_headers]]])">Send an error message somewhere</s>
 <s f="flush" u="void flush(void)">Flush the output buffer</s>
 <s f="get_cfg_var" u="string get_cfg_var(string option_name)">Get the value of a PHP configuration option</s>
 <s f="get_current_user" u="string get_current_user(void)">Get the name of the owner of the current PHP script</s>
 <s f="get_include_path" u="string get_include_path()">Get the current include_path configuration option</s>
-<s f="get_magic_quotes_gpc" u="int get_magic_quotes_gpc(void)">Get the current active configuration setting of magic_quotes_gpc</s>
-<s f="get_magic_quotes_runtime" u="int get_magic_quotes_runtime(void)">Get the current active configuration setting of magic_quotes_runtime</s>
 <s f="getenv" u="string getenv(string varname)">Get the value of an environment variable</s>
 <s f="getopt" u="array getopt(string options [, array longopts])">Get options from the command line argument list</s>
 <s f="getprotobyname" u="int getprotobyname(string name)">Returns protocol number associated with name as per /etc/protocols</s>
 <s f="getprotobynumber" u="string getprotobynumber(int proto)">Returns protocol name associated with protocol number proto</s>
-<s f="getservbyname" u="int getservbyname(string service, string protocol)">Returns port associated with service. Protocol must be "tcp" or "udp"</s>
-<s f="getservbyport" u="string getservbyport(int port, string protocol)">Returns service name associated with port. Protocol must be "tcp" or "udp"</s>
+<s f="getservbyname" u="int getservbyname(string service, string protocol)">Returns port associated with service. Protocol must be &quot;tcp&quot; or &quot;udp&quot;</s>
+<s f="getservbyport" u="string getservbyport(int port, string protocol)">Returns service name associated with port. Protocol must be &quot;tcp&quot; or &quot;udp&quot;</s>
 <s f="highlight_file" u="bool highlight_file(string file_name [, bool return] )">Syntax highlight a source file</s>
 <s f="highlight_string" u="bool highlight_string(string string [, bool return] )">Syntax highlight a string or optionally return it</s>
-<s f="ignore_user_abort" u="int ignore_user_abort(bool value)">Set whether we want to ignore a user abort event or not</s>
+<s f="ignore_user_abort" u="int ignore_user_abort([string value])">Set whether we want to ignore a user abort event or not</s>
 <s f="import_request_variables" u="bool import_request_variables(string types [, string prefix])">Import GET/POST/Cookie variables into the global scope</s>
+<s f="inet_ntop" u="string inet_ntop(string in_addr)">Converts a packed inet address to a human readable IP address string</s>
+<s f="inet_pton" u="string inet_pton(string ip_address)">Converts a human readable IP address to a packed binary string</s>
 <s f="ini_get" u="string ini_get(string varname)">Get a configuration option</s>
 <s f="ini_get_all" u="array ini_get_all([string extension])">Get all configuration options</s>
 <s f="ini_restore" u="void ini_restore(string varname)">Restore the value of a configuration option specified by varname</s>
 <s f="ini_set" u="string ini_set(string varname, string newvalue)">Set a configuration option, returns false on error and the old value of the configuration option on success</s>
+<s f="ip2long" u="int ip2long(string ip_address)">Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address</s>
 <s f="is_uploaded_file" u="bool is_uploaded_file(string path)">Check if file was created by rfc1867 upload</s>
+<s f="long2ip" u="string long2ip(int proper_address)">Converts an (IPv4) Internet network address into a string in Internet standard dotted format</s>
 <s f="move_uploaded_file" u="bool move_uploaded_file(string path, string new_path)">Move a file if and only if it was created by an upload</s>
 <s f="parse_ini_file" u="array parse_ini_file(string filename [, bool process_sections])">Parse configuration file</s>
-<s f="php_check_syntax" u="bool php_check_syntax(string file_name [, &amp;$error_message])">Check the syntax of the specified file.</s>
 <s f="php_strip_whitespace" u="string php_strip_whitespace(string file_name)">Return source with stripped comments and whitespace</s>
 <s f="print_r" u="mixed print_r(mixed var [, bool return])">Prints out or returns information about the specified variable</s>
 <s f="putenv" u="bool putenv(string setting)">Set the value of an environment variable</s>
 <s f="register_shutdown_function" u="void register_shutdown_function(string function_name)">Register a user-level function to be called on request termination</s>
 <s f="register_tick_function" u="bool register_tick_function(string function_name [, mixed arg [, mixed ... ]])">Registers a tick callback function</s>
 <s f="restore_include_path" u="void restore_include_path()">Restore the value of the include_path configuration option</s>
-<s f="set_include_path" u="string set_include_path(string varname, string newvalue)">Sets the include_path configuration option</s>
-<s f="set_magic_quotes_runtime" u="bool set_magic_quotes_runtime(int new_setting)">Set the current active configuration setting of magic_quotes_runtime and return previous</s>
+<s f="set_include_path" u="string set_include_path(string new_include_path)">Sets the include_path configuration option</s>
 <s f="sleep" u="void sleep(int seconds)">Delay for a given number of seconds</s>
+<s f="sys_getloadavg" u="array sys_getloadavg()"></s>
 <s f="time_nanosleep" u="mixed time_nanosleep(long seconds, long nanoseconds)">Delay for a number of seconds and nano seconds</s>
+<s f="time_sleep_until" u="mixed time_sleep_until(float timestamp)">Make the script sleep until the specified time</s>
 <s f="unregister_tick_function" u="void unregister_tick_function(string function_name)">Unregisters a tick callback function</s>
 <s f="usleep" u="void usleep(int micro_seconds)">Delay for a given number of micro seconds</s>
-<s f="get_browser" u="mixed get_browser([string browser_name [, bool return_array]])">Get information about the capabilities of a browser. If browser_name is omitted     or null, HTTP_USER_AGENT is used. Returns an object by default; if return_array     is true, returns an array.</s>
-<s f="crypt" u="string crypt(string str [, string salt])">Encrypt a string</s>
+<s f="get_browser" u="mixed get_browser([string browser_name [, bool return_array]])">Get information about the capabilities of a browser. If browser_name is omitted    or null, HTTP_USER_AGENT is used. Returns an object by default; if return_array    is true, returns an array.</s>
+<s f="crc32" u="string crc32(string str)">Calculate the crc32 polynomial of a string</s>
+<s f="crypt" u="string crypt(string str [, string salt])">Hash a string</s>
 <s f="convert_cyr_string" u="string convert_cyr_string(string str, string from, string to)">Convert from one Cyrillic character set to another</s>
-<s f="checkdate" u="bool checkdate(int month, int day, int year)">Returns true(1) if it is a valid date in gregorian calendar</s>
-<s f="date" u="string date(string format [, int timestamp])">Format a local time/date</s>
-<s f="getdate" u="array getdate([int timestamp])">Get date/time information</s>
-<s f="gmdate" u="string gmdate(string format [, int timestamp])">Format a GMT/UTC date/time</s>
-<s f="gmmktime" u="int gmmktime(int hour, int min, int sec, int mon, int day, int year)">Get UNIX timestamp for a GMT date</s>
-<s f="gmstrftime" u="string gmstrftime(string format [, int timestamp])">Format a GMT/UCT time/date according to locale settings</s>
-<s f="idate" u="int idate(string format [, int timestamp])">Format a local time/date as integer</s>
-<s f="localtime" u="array localtime([int timestamp [, bool associative_array]])">Returns the results of the C system call localtime as an associative array if the associative_array argument is set to 1 other wise it is a regular array</s>
-<s f="mktime" u="int mktime(int hour, int min, int sec, int mon, int day, int year)">Get UNIX timestamp for a date</s>
-<s f="strftime" u="string strftime(string format [, int timestamp])">Format a local time/date according to locale settings</s>
-<s f="strtotime" u="int strtotime(string time, int now)">Convert string representation of date and time to a timestamp</s>
-<s f="time" u="int time(void)">Return current UNIX timestamp</s>
+<s f="strptime" u="string strptime(string timestamp, string format)">Parse a time/date generated with strftime()</s>
 <s f="chdir" u="bool chdir(string directory)">Change the current directory</s>
 <s f="chroot" u="bool chroot(string directory)">Change root directory</s>
 <s f="closedir" u="void closedir([resource dir_handle])">Close directory connection identified by the dir_handle</s>
 <s f="proc_nice" u="bool proc_nice(int priority)">Change the priority of the current process</s>
 <s f="shell_exec" u="string shell_exec(string cmd)">Execute command via shell and return complete output as string</s>
 <s f="system" u="int system(string command [, int &amp;return_value])">Execute an external program and display output</s>
-<s f="copy" u="bool copy(string source_file, string destination_file)">Copy a file</s>
+<s f="copy" u="bool copy(string source_file, string destination_file[, resource context])">Copy a file</s>
 <s f="fclose" u="bool fclose(resource fp)">Close an open file pointer</s>
 <s f="feof" u="bool feof(resource fp)">Test for end-of-file on a file pointer</s>
 <s f="fflush" u="bool fflush(resource fp)">Flushes output</s>
 <s f="fgetc" u="string fgetc(resource fp)">Get a character from file pointer</s>
-<s f="fgetcsv" u="array fgetcsv(resource fp [,int length [, string delimiter [, string enclosure]]])">Get line from file pointer and parse for CSV fields</s>
-<s f="fgets" u="string fgets(resource fp[, int length])">Get a line from file pointer</s>
-<s f="fgetss" u="string fgetss(resource fp [, int length, string allowable_tags])">Get a line from file pointer and strip HTML tags</s>
+<s f="fgetcsv" u="array fgetcsv(resource fp [,int length [, string delimiter [, string enclosure[, string escape]]]])">Get line from file pointer and parse for CSV fields</s>
+<s f="fgets" u="string fgets(resource fp[, int lengthish])">Get a line from file pointer</s>
+<s f="fgetss" u="string fgetss(resource fp [, int lengthish, string allowable_tags])">Get a line from file pointer and strip HTML tags</s>
 <s f="file" u="array file(string filename [, int flags[, resource context]])">Read entire file into an array</s>
-<s f="file_get_contents" u="string file_get_contents(string filename [, bool use_include_path [, resource context]])">Read the entire file into a string</s>
+<s f="file_get_contents" u="string file_get_contents(string filename [, long flags [, resource context [, long offset [, long maxlen]]]])">Read the entire file into a string</s>
 <s f="file_put_contents" u="int file_put_contents(string file, mixed data [, int flags [, resource context]])">Write/Create a file with contents data and return the number of bytes written</s>
 <s f="flock" u="bool flock(resource fp, int operation [, int &amp;wouldblock])">Portable file locking</s>
 <s f="fnmatch" u="bool fnmatch(string pattern, string filename [, int flags])">Match filename against pattern</s>
 <s f="fopen" u="resource fopen(string filename, string mode [, bool use_include_path [, resource context]])">Open a file or a URL and return a file pointer</s>
 <s f="fpassthru" u="int fpassthru(resource fp)">Output all remaining data from a file pointer</s>
+<s f="fputcsv" u="int fputcsv(resource fp, array fields [, string delimiter [, string enclosure]])">Format line as CSV and write to file pointer</s>
 <s f="fread" u="string fread(resource fp, int length)">Binary-safe file read</s>
 <s f="fscanf" u="mixed fscanf(resource stream, string format [, string ...])">Implements a mostly ANSI compatible fscanf()</s>
 <s f="fseek" u="int fseek(resource fp, int offset [, int whence])">Seek on a file pointer</s>
-<s f="fstat" u="int fstat(resource fp)">Stat() on a filehandle</s>
+<s f="fstat" u="array fstat(resource fp)">Stat() on a filehandle</s>
 <s f="ftell" u="int ftell(resource fp)">Get file pointer's read/write position</s>
 <s f="ftruncate" u="bool ftruncate(resource fp, int size)">Truncate file to 'size' length</s>
 <s f="fwrite" u="int fwrite(resource fp, string str [, int length])">Binary-safe file write</s>
 <s f="get_meta_tags" u="array get_meta_tags(string filename [, bool use_include_path])">Extracts all meta tag content attributes from a file and returns an array</s>
-<s f="mkdir" u="int mkdir(char *dir int mode)"/>
 <s f="mkdir" u="bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])">Create a directory</s>
 <s f="pclose" u="int pclose(resource fp)">Close a file pointer opened by popen()</s>
 <s f="popen" u="resource popen(string command, string mode)">Execute a command and open either a read or a write pipe to it</s>
-<s f="readfile" u="int readfile(string filename [, bool use_include_path[, resource context]])">Output a file or a URL</s>
+<s f="readfile" u="int readfile(string filename [, int flags[, resource context]])">Output a file or a URL</s>
 <s f="realpath" u="string realpath(string path)">Return the resolved path</s>
 <s f="rename" u="bool rename(string old_name, string new_name[, resource context])">Rename a file</s>
 <s f="rewind" u="bool rewind(resource fp)">Rewind the position of a file pointer</s>
 <s f="rmdir" u="bool rmdir(string dirname[, resource context])">Remove a directory</s>
+<s f="sys_get_temp_dir" u="string sys_get_temp_dir()">Returns directory path used for temporary files</s>
 <s f="tempnam" u="string tempnam(string dir, string prefix)">Create a unique filename in a directory</s>
 <s f="tmpfile" u="resource tmpfile(void)">Create a temporary file that will be deleted automatically after use</s>
 <s f="umask" u="int umask([int mask])">Return or change the umask</s>
 <s f="is_link" u="bool is_link(string filename)">Returns true if file is symbolic link</s>
 <s f="is_readable" u="bool is_readable(string filename)">Returns true if file can be read</s>
 <s f="is_writable" u="bool is_writable(string filename)">Returns true if file can be written</s>
+<s f="lchgrp" u="bool lchgrp(string filename, mixed group)">Change symlink group</s>
 <s f="lstat" u="array lstat(string filename)">Give information about a file or symbolic link</s>
 <s f="stat" u="array stat(string filename)">Give information about a file</s>
 <s f="touch" u="bool touch(string filename [, int time [, int atime]])">Set modification time of file</s>
 <s f="pfsockopen" u="resource pfsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])">Open persistent Internet or Unix domain socket connection</s>
 <s f="ftok" u="int ftok(string pathname, string proj)">Convert a pathname and a project identifier to a System V IPC key</s>
 <s f="header" u="void header(string header [, bool replace, [int http_response_code]])">Sends a raw HTTP header</s>
-<s f="headers_list" u="string headers_list(void)">Return list of headers to be sent / already sent</s>
+<s f="headers_list" u="array headers_list(void)">Return list of headers to be sent / already sent</s>
 <s f="headers_sent" u="bool headers_sent([string &amp;$file [, int &amp;$line]])">Returns true if headers have already been sent, false otherwise</s>
-<s f="setcookie" u="bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure]]]]])">Send a cookie</s>
-<s f="setrawcookie" u="bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure]]]]])">Send a cookie with no url encoding of the value</s>
+<s f="setcookie" u="bool setcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])">Send a cookie</s>
+<s f="setrawcookie" u="bool setrawcookie(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])">Send a cookie with no url encoding of the value</s>
 <s f="get_html_translation_table" u="array get_html_translation_table([int table [, int quote_style]])">Returns the internal translation table used by htmlspecialchars and htmlentities</s>
 <s f="html_entity_decode" u="string html_entity_decode(string string [, int quote_style][, string charset])">Convert all HTML entities to their applicable characters</s>
-<s f="htmlentities" u="string htmlentities(string string [, int quote_style][, string charset])">Convert all applicable characters to HTML entities</s>
-<s f="htmlspecialchars" u="string htmlspecialchars(string string [, int quote_style][, string charset])">Convert special characters to HTML entities</s>
-<s f="http_build_query" u="string http_build_query(mixed formdata [, string prefix])">Generates a form-encoded query string from an associative array or object.</s>
+<s f="htmlentities" u="string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])">Convert all applicable characters to HTML entities</s>
+<s f="htmlspecialchars" u="string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]])">Convert special characters to HTML entities</s>
+<s f="htmlspecialchars_decode" u="string htmlspecialchars_decode(string string [, int quote_style])">Convert special HTML entities back to characters</s>
+<s f="http_build_query" u="string http_build_query(mixed formdata [, string prefix [, string arg_separator]])">Generates a form-encoded query string from an associative array or object.</s>
 <s f="getimagesize" u="array getimagesize(string imagefile [, array info])">Get the size of an image as 4-element array</s>
 <s f="image_type_to_extension" u="string image_type_to_extension(int imagetype [, bool include_dot])">Get file extension for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype</s>
 <s f="image_type_to_mime_type" u="string image_type_to_mime_type(int imagetype)">Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype</s>
 <s f="php_egg_logo_guid" u="string php_egg_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
+<s f="php_ini_loaded_file" u="string php_ini_loaded_file(void)">Return the actual loaded ini filename</s>
 <s f="php_ini_scanned_files" u="string php_ini_scanned_files(void)">Return comma-separated string of .ini files parsed from the additional ini dir</s>
 <s f="php_logo_guid" u="string php_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
 <s f="php_real_logo_guid" u="string php_real_logo_guid(void)">Return the special ID used to request the PHP logo in phpinfo screens</s>
 <s f="iptcembed" u="array iptcembed(string iptcdata, string jpeg_file_name [, int spool])">Embed binary IPTC data into a JPEG image.</s>
 <s f="iptcparse" u="array iptcparse(string iptcdata)">Parse binary IPTC-data into associative array</s>
 <s f="lcg_value" u="float lcg_value()">Returns a value from the combined linear congruential generator</s>
-<s f="levenshtein" u="int levenshtein(string str1, string str2)">Calculate Levenshtein distance between two strings</s>
+<s f="levenshtein" u="int levenshtein(string str1, string str2[, int cost_ins, int cost_rep, int cost_del])">Calculate Levenshtein distance between two strings</s>
 <s f="link" u="int link(string target, string link)">Create a hard link</s>
 <s f="linkinfo" u="int linkinfo(string filename)">Returns the st_dev field of the UNIX C stat structure describing the link</s>
 <s f="readlink" u="string readlink(string filename)">Return the target of a symbolic link</s>
 <s f="asin" u="float asin(float number)">Returns the arc sine of the number in radians</s>
 <s f="asinh" u="float asinh(float number)">Returns the inverse hyperbolic sine of the number, i.e. the value whose hyperbolic sine is number</s>
 <s f="atan" u="float atan(float number)">Returns the arc tangent of the number in radians</s>
+<s f="atan2" u="float atan2(float y, float x)">Returns the arc tangent of y/x, with the resulting quadrant determined by the signs of y and x</s>
 <s f="atanh" u="float atanh(float number)">Returns the inverse hyperbolic tangent of the number, i.e. the value whose hyperbolic tangent is number</s>
 <s f="base_convert" u="string base_convert(string number, int frombase, int tobase)">Converts a number in a string from any base &lt;= 36 to any base &lt;= 36</s>
 <s f="bindec" u="int bindec(string binary_number)">Returns the decimal equivalent of the binary number</s>
 <s f="ceil" u="float ceil(float number)">Returns the next highest integer value of the number</s>
 <s f="cos" u="float cos(float number)">Returns the cosine of the number in radians</s>
-<s f="cosh" u="float cosh(float number)">Returns the hyperbolic cosine of the number, defined as (exp(number)      exp(-number))/2</s>
+<s f="cosh" u="float cosh(float number)">Returns the hyperbolic cosine of the number, defined as (exp(number) + exp(-number))/2</s>
 <s f="decbin" u="string decbin(int decimal_number)">Returns a string containing a binary representation of the number</s>
 <s f="dechex" u="string dechex(int decimal_number)">Returns a string containing a hexadecimal representation of the given number</s>
 <s f="decoct" u="string decoct(int decimal_number)">Returns a string containing an octal representation of the given number</s>
+<s f="deg2rad" u="float deg2rad(float number)">Converts the number in degrees to the radian equivalent</s>
 <s f="exp" u="float exp(float number)">Returns e raised to the power of the number</s>
+<s f="expm1" u="float expm1(float number)">Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero</s>
 <s f="floor" u="float floor(float number)">Returns the next lowest integer value from the number</s>
 <s f="fmod" u="float fmod(float x, float y)">Returns the remainder of dividing x by y as a float</s>
 <s f="hexdec" u="int hexdec(string hexadecimal_number)">Returns the decimal equivalent of the hexadecimal number</s>
-<s f="hypot" u="float hypot(float num1, float num2)">Returns sqrt(num1*num1      num2*num2)</s>
+<s f="hypot" u="float hypot(float num1, float num2)">Returns sqrt(num1*num1 + num2*num2)</s>
 <s f="is_finite" u="bool is_finite(float val)">Returns whether argument is finite</s>
 <s f="is_infinite" u="bool is_infinite(float val)">Returns whether argument is infinite</s>
 <s f="is_nan" u="bool is_nan(float val)">Returns whether argument is not a number</s>
 <s f="log" u="float log(float number, [float base])">Returns the natural logarithm of the number, or the base log if base is specified</s>
+<s f="log10" u="float log10(float number)">Returns the base-10 logarithm of the number</s>
+<s f="log1p" u="float log1p(float number)">Returns log(1 + number), computed in a way that accurate even when the value of number is close to zero</s>
 <s f="number_format" u="string number_format(float number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]])">Formats a number with grouped thousands</s>
 <s f="octdec" u="int octdec(string octal_number)">Returns the decimal equivalent of an octal string</s>
 <s f="pi" u="float pi(void)">Returns an approximation of pi</s>
 <s f="pow" u="number pow(number base, number exponent)">Returns base raised to the power of exponent. Returns integer result when possible</s>
+<s f="rad2deg" u="float rad2deg(float number)">Converts the radian number to the equivalent number in degrees</s>
 <s f="round" u="float round(float number [, int precision])">Returns the number rounded to specified precision</s>
 <s f="sin" u="float sin(float number)">Returns the sine of the number in radians</s>
 <s f="sinh" u="float sinh(float number)">Returns the hyperbolic sine of the number, defined as (exp(number) - exp(-number))/2</s>
 <s f="sqrt" u="float sqrt(float number)">Returns the square root of the number</s>
 <s f="tan" u="float tan(float number)">Returns the tangent of the number in radians</s>
 <s f="tanh" u="float tanh(float number)">Returns the hyperbolic tangent of the number, defined as sinh(number)/cosh(number)</s>
-<s f="metaphone" u="string metaphone(string text, int phones)">Break english phrases down into their phonemes</s>
+<s f="md5" u="string md5(string str, [ bool raw_output])">Calculate the md5 hash of a string</s>
+<s f="md5_file" u="string md5_file(string filename [, bool raw_output])">Calculate the md5 hash of given filename</s>
+<s f="metaphone" u="string metaphone(string text[, int phones])">Break english phrases down into their phonemes</s>
 <s f="getrusage" u="array getrusage([int who])">Returns an array of usage statistics</s>
-<s f="gettimeofday" u="array gettimeofday(void)">Returns the current time as array</s>
+<s f="gettimeofday" u="array gettimeofday([bool get_as_float])">Returns the current time as array</s>
 <s f="microtime" u="mixed microtime([bool get_as_float])">Returns either a string or a float containing the current time in seconds and microseconds</s>
 <s f="pack" u="string pack(string format, mixed arg1 [, mixed arg2 [, mixed ...]])">Takes one or more arguments and packs them into a binary string according to the format argument</s>
 <s f="unpack" u="array unpack(string format, string input)">Unpack binary string into named array elements according to format argument</s>
 <s f="proc_close" u="int proc_close(resource process)">close a process opened by proc_open</s>
 <s f="proc_get_status" u="array proc_get_status(resource process)">get information about a process opened by proc_open</s>
 <s f="proc_open" u="resource proc_open(string command, array descriptorspec, array &amp;pipes [, string cwd [, array env [, array other_options]]])">Run a process with more control over it's file descriptors</s>
-<s f="proc_terminate" u="int proc_terminate(resource process [, long signal])">kill a process opened by proc_open</s>
-<s f="quoted_printable_decode" u="string quoted_printable_decode(string str)">Convert a quoted-printable string to an 8 bit string</s>
+<s f="proc_terminate" u="bool proc_terminate(resource process [, long signal])">kill a process opened by proc_open</s>
+<s f="quoted_printable_decode" u="binary quoted_printable_decode(string str)">Convert a quoted-printable string to an 8 bit string</s>
 <s f="getrandmax" u="int getrandmax(void)">Returns the maximum value a random number can have</s>
 <s f="mt_getrandmax" u="int mt_getrandmax(void)">Returns the maximum value a random number from Mersenne Twister can have</s>
 <s f="mt_rand" u="int mt_rand([int min, int max])">Returns a random number from Mersenne Twister</s>
 <s f="split" u="array split(string pattern, string string [, int limit])">Split string into array by regular expression</s>
 <s f="spliti" u="array spliti(string pattern, string string [, int limit])">Split string into array by regular expression case-insensitive</s>
 <s f="sql_regcase" u="string sql_regcase(string string)">Make regular expression for case insensitive match</s>
+<s f="sha1" u="string sha1(string str [, bool raw_output])">Calculate the sha1 hash of a string</s>
+<s f="sha1_file" u="string sha1_file(string filename [, bool raw_output])">Calculate the sha1 hash of given filename</s>
 <s f="soundex" u="string soundex(string str)">Calculate the soundex key of a string</s>
-<s f="set_socket_blocking" u="bool set_socket_blocking(resource socket, int mode)">Set blocking/non-blocking mode on a socket</s>
-<s f="stream_context_create" u="resource stream_context_create([array options])">Create a file context and optionally set parameters</s>
+<s f="stream_context_create" u="resource stream_context_create([array options[, array params]])">Create a file context and optionally set parameters</s>
+<s f="stream_context_get_default" u="resource stream_context_get_default([array options])">Get a handle on the default file/stream context and optionally set parameters</s>
 <s f="stream_context_get_options" u="array stream_context_get_options(resource context|resource stream)">Retrieve options for a stream/wrapper/context</s>
-<s f="stream_context_set_option" u="bool stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value)">Set an option for a wrapper</s>
+<s f="stream_context_set_option" u="bool stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value)">* Overloaded form: stream_context_set_option(resource context|resource stream, array options)  * Set an option (or several options) for a wrapper</s>
 <s f="stream_context_set_params" u="bool stream_context_set_params(resource context|resource stream, array options)">Set parameters for a file context</s>
-<s f="stream_copy_to_stream" u="long stream_copy_to_stream(resource source, resource dest [, long maxlen ])">Reads up to maxlen bytes from source stream and writes them to dest stream.</s>
-<s f="stream_filter_append" u="bool stream_filter_append(resource stream, string filtername[, int read_write[, string filterparams]])">Append a filter to a stream</s>
-<s f="stream_filter_prepend" u="bool stream_filter_prepend(resource stream, string filtername[, int read_write[, string filterparams]])">Prepend a filter to a stream</s>
-<s f="stream_get_contents" u="long stream_get_contents(resource source [, long maxlen ])">Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string.</s>
-<s f="stream_get_line" u="string stream_get_line(resource stream, int maxlen, string ending)">Read up to maxlen bytes from a stream or until the ending string is found</s>
-<s f="stream_get_meta_data" u="resource stream_get_meta_data(resource fp)">Retrieves header/meta data from streams/file pointers</s>
+<s f="stream_copy_to_stream" u="long stream_copy_to_stream(resource source, resource dest [, long maxlen [, long pos]])">Reads up to maxlen bytes from source stream and writes them to dest stream.</s>
+<s f="stream_default_encoding" u="bool stream_default_encoding(string encoding)">Convenience wrapper for ini_set('unicode.stream_encoding', $encoding)</s>
+<s f="stream_encoding" u="void stream_encoding(resource stream[, string encoding])">Set character set for stream encoding UTODO: Return current encoding charset</s>
+<s f="stream_filter_append" u="resource stream_filter_append(resource stream, string filtername[, int read_write[, mixed filterparams]])">Append a filter to a stream</s>
+<s f="stream_filter_prepend" u="resource stream_filter_prepend(resource stream, string filtername[, int read_write[, mixed filterparams]])">Prepend a filter to a stream</s>
+<s f="stream_filter_remove" u="bool stream_filter_remove(resource stream_filter)">Flushes any data in the filter's internal buffer, removes it from the chain, and frees the resource</s>
+<s f="stream_get_contents" u="string stream_get_contents(resource source [, long maxlen [, long offset]])">Reads all remaining bytes (or up to maxlen bytes) from a stream and returns them as a string.</s>
+<s f="stream_get_line" u="string stream_get_line(resource stream, int maxlen [, string ending])">Read up to maxlen bytes from a stream or until the ending string is found</s>
+<s f="stream_get_meta_data" u="array stream_get_meta_data(resource fp)">Retrieves header/meta data from streams/file pointers</s>
 <s f="stream_get_transports" u="array stream_get_transports()">Retrieves list of registered socket transports</s>
 <s f="stream_get_wrappers" u="array stream_get_wrappers()">Retrieves list of registered stream wrappers</s>
+<s f="stream_is_local" u="bool stream_is_local(resource stream|string url)"></s>
+<s f="stream_resolve_include_path" u="string stream_resolve_include_path(string filename[, resource context])">Determine what file will be opened by calls to fopen() with a relative path</s>
 <s f="stream_select" u="int stream_select(array &amp;read_streams, array &amp;write_streams, array &amp;except_streams, int tv_sec[, int tv_usec])">Runs the select() system call on the sets of streams with a timeout specified by tv_sec and tv_usec</s>
 <s f="stream_set_blocking" u="bool stream_set_blocking(resource socket, int mode)">Set blocking/non-blocking mode on a socket or stream</s>
-<s f="stream_set_timeout" u="bool stream_set_timeout(resource stream, int seconds, int microseconds)">Set timeout on stream read to seconds      microseonds</s>
+<s f="stream_set_timeout" u="bool stream_set_timeout(resource stream, int seconds, int microseconds)">Set timeout on stream read to seconds + microseonds</s>
 <s f="stream_set_write_buffer" u="int stream_set_write_buffer(resource fp, int buffer)">Set file write buffer</s>
 <s f="stream_socket_accept" u="resource stream_socket_accept(resource serverstream, [ double timeout, string &amp;peername ])">Accept a client connection from a server socket</s>
 <s f="stream_socket_client" u="resource stream_socket_client(string remoteaddress [, long &amp;errcode, string &amp;errstring, double timeout, long flags, resource context])">Open a client connection to a remote address</s>
+<s f="stream_socket_enable_crypto" u="int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind, resource sessionstream])">Enable or disable a specific kind of crypto on the stream</s>
 <s f="stream_socket_get_name" u="string stream_socket_get_name(resource stream, bool want_peer)">Returns either the locally bound or remote name for a socket stream</s>
+<s f="stream_socket_pair" u="array stream_socket_pair(int domain, int type, int protocol)">Creates a pair of connected, indistinguishable socket streams</s>
 <s f="stream_socket_recvfrom" u="string stream_socket_recvfrom(resource stream, long amount [, long flags [, string &amp;remote_addr]])">Receives data from a socket stream</s>
 <s f="stream_socket_sendto" u="long stream_socket_sendto(resouce stream, string data [, long flags [, string target_addr]])">Send data to a socket stream.  If target_addr is specified it must be in dotted quad (or [ipv6]) format</s>
 <s f="stream_socket_server" u="resource stream_socket_server(string localaddress [, long &amp;errcode, string &amp;errstring, long flags, resource context])">Create a server socket bound to localaddress</s>
-<s f="addcslashes" u="string addcslashes(string str, string charlist)">Escapes all chars mentioned in charlist with backslash. It creates octal representations if asked to backslash characters with 8th bit set or with ASCII&lt;32 (except '\n', '\r', '\t' etc...)</s>
+<s f="stream_socket_shutdown" u="int stream_socket_shutdown(resource stream, int how)">causes all or part of a full-duplex connection on the socket associated  with stream to be shut down.  If how is SHUT_RD,  further receptions will  be disallowed. If how is SHUT_WR, further transmissions will be disallowed.  If how is SHUT_RDWR,  further  receptions and transmissions will be  disallowed.</s>
+<s f="addcslashes" u="binary addcslashes(binary str, binary charlist)">Escapes all chars mentioned in charlist with backslash. It creates octal representations if asked to backslash characters with 8th bit set or with ASCII&lt;32 (except '\n', '\r', '\t' etc...)</s>
 <s f="addslashes" u="string addslashes(string str)">Escapes single quote, double quotes and backslash characters in a string with backslashes</s>
 <s f="basename" u="string basename(string path [, string suffix])">Returns the filename component of the path</s>
-<s f="chr" u="string chr(int ascii)">Converts ASCII code to a character</s>
+<s f="bin2hex" u="string bin2hex(string data)">Converts the binary representation of data to hex</s>
+<s f="chr" u="string chr(int codepoint)">Converts a codepoint number to a character</s>
 <s f="chunk_split" u="string chunk_split(string str [, int chunklen [, string ending]])">Returns split line</s>
 <s f="count_chars" u="mixed count_chars(string input [, int mode])">Returns info about what characters are used in input</s>
 <s f="dirname" u="string dirname(string path)">Returns the directory name component of the path</s>
-<s f="explode" u="array explode(string separator, string str [, int limit])">Splits a string on string separator and return array of components</s>
+<s f="explode" u="array explode(string separator, string str [, int limit])">Splits a string on string separator and return array of components. If limit is positive only limit number of components is returned. If limit is negative all components except the last abs(limit) are returned.</s>
 <s f="hebrev" u="string hebrev(string str [, int max_chars_per_line])">Converts logical Hebrew text to visual text</s>
 <s f="hebrevc" u="string hebrevc(string str [, int max_chars_per_line])">Converts logical Hebrew text to visual text with newline conversion</s>
 <s f="implode" u="string implode([string glue,] array pieces)">Joins array elements placing glue string between items and return one string</s>
-<s f="join" u="string join(array src, string glue)">An alias for implode</s>
+<s f="join" u="string join([string glue,] array pieces)">An alias for implode</s>
 <s f="localeconv" u="array localeconv(void)">Returns numeric formatting information based on the current locale</s>
 <s f="ltrim" u="string ltrim(string str [, string character_mask])">Strips whitespace from the beginning of a string</s>
 <s f="money_format" u="string money_format(string format , float value)">Convert monetary value(s) to string</s>
+<s f="nl2br" u="string nl2br(string str)">Converts newlines to HTML line breaks</s>
 <s f="nl_langinfo" u="string nl_langinfo(int item)">Query language and locale information</s>
-<s f="ord" u="int ord(string character)">Returns ASCII value of character</s>
+<s f="ord" u="int ord(string character)">Returns the codepoint value of a character</s>
 <s f="parse_str" u="void parse_str(string encoded_string [, array result])">Parses GET/POST/COOKIE data and sets global variables</s>
-<s f="pathinfo" u="array pathinfo(string path)">Returns information about a certain string</s>
+<s f="pathinfo" u="array pathinfo(string path[, int options])">Returns information about a certain string</s>
 <s f="quotemeta" u="string quotemeta(string str)">Quotes meta characters</s>
 <s f="rtrim" u="string rtrim(string str [, string character_mask])">Removes trailing whitespace</s>
 <s f="setlocale" u="string setlocale(mixed category, string locale [, string ...])">Set locale information</s>
 <s f="similar_text" u="int similar_text(string str1, string str2 [, float percent])">Calculates the similarity between two strings</s>
 <s f="sscanf" u="mixed sscanf(string str, string format [, string ...])">Implements an ANSI C compatible sscanf</s>
+<s f="str_getcsv" u="array str_getcsv(string input[, string delimiter[, string enclosure[, string escape]]])">Parse a CSV string into an array</s>
 <s f="str_ireplace" u="mixed str_ireplace(mixed search, mixed replace, mixed subject [, int &amp;replace_count])">Replaces all occurrences of search in haystack with replace / case-insensitive</s>
 <s f="str_pad" u="string str_pad(string input, int pad_length [, string pad_string [, int pad_type]])">Returns input string padded on the left or right to specified length with pad_string</s>
 <s f="str_repeat" u="string str_repeat(string input, int mult)">Returns the input string repeat mult times</s>
 <s f="str_replace" u="mixed str_replace(mixed search, mixed replace, mixed subject [, int &amp;replace_count])">Replaces all occurrences of search in haystack with replace</s>
+<s f="str_rot13" u="string str_rot13(string str)">Perform the rot13 transform on a string</s>
 <s f="str_shuffle" u="void str_shuffle(string str)">Shuffles string. One permutation of all possible is created</s>
 <s f="str_split" u="array str_split(string str [, int split_length])">Convert a string to an array. If split_length is specified, break the string down into chunks each split_length characters long.</s>
-<s f="str_word_count" u="mixed str_word_count(string str, [int format])">Counts the number of words inside a string. If format of 1 is specified,      then the function will return an array containing all the words         found inside the string. If format of 2 is specified, then the function         will return an associated array where the position of the word is the key       and the word itself is the value.               For the purpose of this function, 'word' is defined as a locale dependent       string containing alphabetic characters, which also may contain, but not start          with "'" and "-" characters.</s>
-<s f="strchr" u="string strchr(string haystack, string needle)">An alias for strstr</s>
+<s f="str_word_count" u="mixed str_word_count(string str, [int format [, string charlist]])">Counts the number of words inside a string. If format of 1 is specified,     then the function will return an array containing all the words     found inside the string. If format of 2 is specified, then the function     will return an associated array where the position of the word is the key     and the word itself is the value.      For the purpose of this function, 'word' is defined as a locale dependent     string containing alphabetic characters, which also may contain, but not start     with &quot;'&quot; and &quot;-&quot; characters.</s>
+<s f="strchr" u="string strchr(string haystack, string needle[, bool part])">An alias for strstr</s>
 <s f="strcoll" u="int strcoll(string str1, string str2)">Compares two strings using the current locale</s>
 <s f="strcspn" u="int strcspn(string str, string mask [, start [, len]])">Finds length of initial segment consisting entirely of characters not found in mask. If start or/and length is provide works like strcspn(substr($s,$start,$len),$bad_chars)</s>
 <s f="strip_tags" u="string strip_tags(string str [, string allowable_tags])">Strips HTML and PHP tags from a string</s>
-<s f="stripcslashes" u="string stripcslashes(string str)">Strips backslashes from a string. Uses C-style conventions</s>
+<s f="stripcslashes" u="binary stripcslashes(binary str)">Strips backslashes from a string. Uses C-style conventions</s>
 <s f="stripos" u="int stripos(string haystack, string needle [, int offset])">Finds position of first occurrence of a string within another, case insensitive</s>
 <s f="stripslashes" u="string stripslashes(string str)">Strips backslashes from a string</s>
-<s f="stristr" u="string stristr(string haystack, string needle)">Finds first occurrence of a string within another, case insensitive</s>
+<s f="stristr" u="string stristr(string haystack, string needle[, bool part])">Finds first occurrence of a string within another, case insensitive</s>
 <s f="strnatcasecmp" u="int strnatcasecmp(string s1, string s2)">Returns the result of case-insensitive string comparison using 'natural' algorithm</s>
 <s f="strnatcmp" u="int strnatcmp(string s1, string s2)">Returns the result of string comparison using 'natural' algorithm</s>
 <s f="strpbrk" u="array strpbrk(string haystack, string char_list)">Search a string for any of a set of characters</s>
-<s f="strpos" u="int strpos(string haystack, string needle [, int offset])">Finds position of first occurrence of a string within another</s>
+<s f="strpos" u="int strpos(string haystack, mixed needle [, int offset])">Finds position of first occurrence of a string within another</s>
 <s f="strrchr" u="string strrchr(string haystack, string needle)">Finds the last occurrence of a character in a string within another</s>
 <s f="strrev" u="string strrev(string str)">Reverse a string</s>
 <s f="strripos" u="int strripos(string haystack, string needle [, int offset])">Finds position of last occurrence of a string within another string</s>
 <s f="strrpos" u="int strrpos(string haystack, string needle [, int offset])">Finds position of last occurrence of a string within another string</s>
 <s f="strspn" u="int strspn(string str, string mask [, start [, len]])">Finds length of initial segment consisting entirely of characters found in mask. If start or/and length is provided works like strspn(substr($s,$start,$len),$good_chars)</s>
-<s f="strstr" u="string strstr(string haystack, string needle)">Finds first occurrence of a string within another</s>
+<s f="strstr" u="string strstr(string haystack, string needle[, bool part])">Finds first occurrence of a string within another</s>
 <s f="strtok" u="string strtok([string str,] string token)">Tokenize a string</s>
 <s f="strtolower" u="string strtolower(string str)">Makes a string lowercase</s>
+<s f="strtotitle" u="string strtotitle(string str)">Makes a string titlecase</s>
 <s f="strtoupper" u="string strtoupper(string str)">Makes a string uppercase</s>
-<s f="strtr" u="string strtr(string str, string from, string to)">Translates characters in str using given translation tables</s>
+<s f="strtr" u="string strtr(string str, string from[, string to])">Translates characters in str using given translation tables</s>
 <s f="substr" u="string substr(string str, int start [, int length])">Returns part of a string</s>
 <s f="substr_compare" u="int substr_compare(string main_str, string str, int offset [, int length [, bool case_sensitivity]])">Binary safe optionally case insensitive comparison of 2 strings from an offset, up to length characters</s>
-<s f="substr_count" u="int substr_count(string haystack, string needle)">Returns the number of times a substring occurs in the string</s>
+<s f="substr_count" u="int substr_count(string haystack, string needle [, int offset [, int length]])">Returns the number of times a substring occurs in the string</s>
 <s f="substr_replace" u="mixed substr_replace(mixed str, mixed repl, mixed start [, mixed length])">Replaces part of a string with another string</s>
 <s f="trim" u="string trim(string str [, string character_mask])">Strips whitespace from the beginning and end of a string</s>
 <s f="ucfirst" u="string ucfirst(string str)">Makes a string's first character uppercase</s>
 <s f="ucwords" u="string ucwords(string str)">Uppercase the first character of every word in a string</s>
 <s f="wordwrap" u="string wordwrap(string str [, int width [, string break [, boolean cut]]])">Wraps buffer to selected number of characters using string break char</s>
-<s f="date_sunrise" u="mixed date_sunrise(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunrise for a given day &amp; location</s>
-<s f="date_sunset" u="mixed date_sunset(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])">Returns time of sunset for a given day &amp; location</s>
 <s f="closelog" u="bool closelog(void)">Close connection to system logger</s>
 <s f="define_syslog_variables" u="void define_syslog_variables(void)">Initializes all syslog-related variables</s>
 <s f="openlog" u="bool openlog(string ident, int option, int facility)">Open connection to system logger</s>
 <s f="gettype" u="string gettype(mixed var)">Returns the type of the variable</s>
 <s f="intval" u="int intval(mixed var [, int base])">Get the integer value of a variable using the optional base for the conversion</s>
 <s f="is_array" u="bool is_array(mixed var)">Returns true if variable is an array</s>
+<s f="is_binary" u="bool is_binary(mixed var)">Returns true if variable is a native (binary) string</s>
 <s f="is_bool" u="bool is_bool(mixed var)">Returns true if variable is a boolean</s>
+<s f="is_buffer" u="bool is_buffer(mixed var)">Returns true if variable is a native, unicode or binary string</s>
 <s f="is_callable" u="bool is_callable(mixed var [, bool syntax_only [, string callable_name]])">Returns true if var is callable.</s>
 <s f="is_float" u="bool is_float(mixed var)">Returns true if variable is float point</s>
-<s f="is_int" u="bool is_int(mixed var)">Returns true if variable is a int (integer)</s>
 <s f="is_long" u="bool is_long(mixed var)">Returns true if variable is a long (integer)</s>
 <s f="is_null" u="bool is_null(mixed var)">Returns true if variable is null</s>
 <s f="is_numeric" u="bool is_numeric(mixed value)">Returns true if value is a number or a numeric string</s>
 <s f="is_object" u="bool is_object(mixed var)">Returns true if variable is an object</s>
 <s f="is_resource" u="bool is_resource(mixed var)">Returns true if variable is a resource</s>
 <s f="is_scalar" u="bool is_scalar(mixed value)">Returns true if value is a scalar</s>
-<s f="is_string" u="bool is_string(mixed var)">Returns true if variable is a string</s>
+<s f="is_string" u="bool is_string(mixed var)">Returns true if variable is a Unicode or binary string</s>
+<s f="is_unicode" u="bool is_unicode(mixed var)">Returns true if variable is a unicode string</s>
 <s f="settype" u="bool settype(mixed var, string type)">Set the type of the variable</s>
 <s f="strval" u="string strval(mixed var)">Get the string value of a variable</s>
 <s f="uniqid" u="string uniqid([string prefix , bool more_entropy])">Generates a unique ID</s>
-<s f="get_headers" u="array get_headers(string url)">fetches all the headers sent by the server in response to a HTTP request</s>
-<s f="parse_url" u="array parse_url(string url)">Parse a URL and return its components</s>
-<s f="rawurldecode" u="string rawurldecode(string str)">Decodes URL-encodes string</s>
-<s f="rawurlencode" u="string rawurlencode(string str)">URL-encodes string</s>
-<s f="urldecode" u="string urldecode(string str)">Decodes URL-encoded string</s>
-<s f="urlencode" u="string urlencode(string str)">URL-encodes string</s>
+<s f="get_headers" u="array get_headers(string url[, int format])">fetches all the headers sent by the server in response to a HTTP request</s>
+<s f="parse_url" u="mixed parse_url(string url, [int url_component])">Parse a URL and return its components</s>
+<s f="rawurldecode" u="binary rawurldecode(binary str)">Decodes URL-encodes string</s>
+<s f="rawurlencode" u="binary rawurlencode(binary str)">URL-encodes string</s>
+<s f="urldecode" u="binary urldecode(binary str)">Decodes URL-encoded string</s>
+<s f="urlencode" u="string urlencode(binary str)">URL-encodes string</s>
 <s f="stream_bucket_append" u="void stream_bucket_append(resource brigade, resource bucket)">Append bucket to brigade</s>
 <s f="stream_bucket_make_writeable" u="object stream_bucket_make_writeable(resource brigade)">Return a bucket object from the brigade for operating on</s>
-<s f="stream_bucket_new" u="resource stream_bucket_new(resource stream, string buffer)">Create a new bucket for use on the current stream</s>
+<s f="stream_bucket_new" u="object stream_bucket_new(resource stream, string buffer)">Create a new bucket for use on the current stream</s>
 <s f="stream_bucket_prepend" u="void stream_bucket_prepend(resource brigade, resource bucket)">Prepend bucket to brigade</s>
 <s f="stream_filter_register" u="bool stream_filter_register(string filtername, string classname)">Registers a custom filter handler class</s>
 <s f="stream_get_filters" u="array stream_get_filters(void)">Returns a list of registered filters</s>
-<s f="uudecode" u="string uudecode(string data)">decode a uuencoded string</s>
-<s f="uuencode" u="string uuencode(string data)">uuencode a string</s>
+<s f="user_filter_nop" u="void user_filter_nop(void)">Non-function</s>
+<s f="convert_uudecode" u="string convert_uudecode(string data)">decode a uuencoded string</s>
+<s f="convert_uuencode" u="string convert_uuencode(string data)">uuencode a string</s>
 <s f="debug_zval_dump" u="void debug_zval_dump(mixed var)">Dumps a string representation of an internal zend value to output.</s>
-<s f="memory_get_usage" u="int memory_get_usage()">Returns the allocated by PHP memory</s>
+<s f="memory_get_peak_usage" u="int memory_get_peak_usage([real_usage])">Returns the peak allocated by PHP memory</s>
+<s f="memory_get_usage" u="int memory_get_usage([real_usage])">Returns the allocated by PHP memory</s>
 <s f="serialize" u="string serialize(mixed variable)">Returns a string representation of variable (which can later be unserialized)</s>
 <s f="unserialize" u="mixed unserialize(string variable_representation)">Takes a string representation of variable and recreates it</s>
 <s f="var_dump" u="void var_dump(mixed var)">Dumps a string representation of variable to output</s>
 <s f="var_export" u="mixed var_export(mixed var [, bool return])">Outputs or returns a string representation of a variable</s>
-<s f="version_compare" u="int version_compare(string ver1, string ver2 [, string oper])">Compares two "PHP-standardized" version number strings</s>
+<s f="var_inspect" u="void var_inspect(mixed var)">Dumps a string representation of variable to output (verbose form)</s>
+<s f="version_compare" u="int version_compare(string ver1, string ver2 [, string oper])">Compares two &quot;PHP-standardized&quot; version number strings</s>
 <s f="sybase_affected_rows" u="int sybase_affected_rows([int link_id])">Get number of affected rows in last query</s>
 <s f="sybase_close" u="bool sybase_close([int link_id])">Close Sybase connection</s>
 <s f="sybase_connect" u="int sybase_connect([string host [, string user [, string password [, string charset [, string appname]]]]])">Open Sybase server connection</s>
 <s f="sybase_query" u="int sybase_query(string query [, int link_id])">Send Sybase query</s>
 <s f="sybase_result" u="string sybase_result(int result, int row, mixed field)">Get result data</s>
 <s f="sybase_select_db" u="bool sybase_select_db(string database [, int link_id])">Select Sybase database</s>
-<s f="sybase_set_message_handler" u="bool sybase_set_message_handler(mixed error_func [, resource connection])">Set the error handler, to be called when a server message is raised.      If error_func is NULL the handler will be deleted</s>
+<s f="sybase_set_message_handler" u="bool sybase_set_message_handler(mixed error_func [, resource connection])">Set the error handler, to be called when a server message is raised.     If error_func is NULL the handler will be deleted</s>
 <s f="sybase_unbuffered_query" u="int sybase_unbuffered_query(string query [, int link_id])">Send Sybase query</s>
 <s f="msg_get_queue" u="resource msg_get_queue(int key [, int perms])">Attach to a message queue</s>
 <s f="msg_receive" u="mixed msg_receive(resource queue, int desiredmsgtype, int &amp;msgtype, int maxsize, mixed message [, bool unserialize=true [, int flags=0 [, int errorcode]]])">Send a message of type msgtype (must be &gt; 0) to a message queue</s>
 <s f="sem_get" u="resource sem_get(int key [, int max_acquire [, int perm [, int auto_release]])">Return an id for the semaphore with the given key, and allow max_acquire (default 1) processes to acquire it simultaneously</s>
 <s f="sem_release" u="bool sem_release(resource id)">Releases the semaphore with the given id</s>
 <s f="sem_remove" u="bool sem_remove(resource id)">Removes semaphore from Unix systems</s>
-<s f="shm_attach" u="int shm_attach(int key [, int memsize [, int perm]])">Creates or open a shared memory segment</s>
-<s f="shm_detach" u="bool shm_detach(int shm_identifier)">Disconnects from shared memory segment</s>
-<s f="shm_get_var" u="mixed shm_get_var(int id, int variable_key)">Returns a variable from shared memory</s>
-<s f="shm_put_var" u="bool shm_put_var(int shm_identifier, int variable_key, mixed variable)">Inserts or updates a variable in shared memory</s>
-<s f="shm_remove" u="bool shm_remove(int shm_identifier)">Removes shared memory from Unix systems</s>
-<s f="shm_remove_var" u="bool shm_remove_var(int id, int variable_key)">Removes variable from shared memory</s>
+<s f="shm_attach" u="resource shm_attach(int key [, int memsize [, int perm]])">Creates or open a shared memory segment</s>
+<s f="shm_detach" u="bool shm_detach(resource shm_identifier)">Disconnects from shared memory segment</s>
+<s f="shm_get_var" u="mixed shm_get_var(resource id, int variable_key)">Returns a variable from shared memory</s>
+<s f="shm_has_var" u="bool shm_has_var(resource id, int variable_key)">Checks whether a specific entry exists</s>
+<s f="shm_put_var" u="bool shm_put_var(resource shm_identifier, int variable_key, mixed variable)">Inserts or updates a variable in shared memory</s>
+<s f="shm_remove" u="bool shm_remove(resource shm_identifier)">Removes shared memory from Unix systems</s>
+<s f="shm_remove_var" u="bool shm_remove_var(resource id, int variable_key)">Removes variable from shared memory</s>
+<s f="tidyNode::getParent" u="tidyNode tidyNode::getParent()">Returns the parent node if available or NULL</s>
+<s f="tidyNode::hasChildren" u="bool tidyNode::hasChildren()">Returns true if this node has children</s>
+<s f="tidyNode::hasSiblings" u="bool tidyNode::hasSiblings()">Returns true if this node has siblings</s>
+<s f="tidyNode::isAsp" u="bool tidyNode::isAsp()">Returns true if this node is ASP</s>
+<s f="tidyNode::isComment" u="bool tidyNode::isComment()">Returns true if this node represents a comment</s>
+<s f="tidyNode::isHtml" u="bool tidyNode::isHtml()">Returns true if this node is part of a HTML document</s>
+<s f="tidyNode::isJste" u="bool tidyNode::isJste()">Returns true if this node is JSTE</s>
+<s f="tidyNode::isPhp" u="bool tidyNode::isPhp()">Returns true if this node is PHP</s>
+<s f="tidyNode::isText" u="bool tidyNode::isText()">Returns true if this node represents text (no markup)</s>
 <s f="tidy_access_count" u="int tidy_access_count()">Returns the Number of Tidy accessibility warnings encountered for specified document.</s>
 <s f="tidy_clean_repair" u="boolean tidy_clean_repair()">Execute configured cleanup and repair operations on parsed markup</s>
 <s f="tidy_config_count" u="int tidy_config_count()">Returns the Number of Tidy configuration errors encountered for specified document.</s>
 <s f="tidy_diagnose" u="boolean tidy_diagnose()">Run configured diagnostics on parsed and repaired markup.</s>
 <s f="tidy_error_count" u="int tidy_error_count()">Returns the Number of Tidy errors encountered for specified document.</s>
 <s f="tidy_get_body" u="TidyNode tidy_get_body(resource tidy)">Returns a TidyNode Object starting from the &lt;BODY&gt; tag of the tidy parse tree</s>
-<s f="tidy_get_config" u="array tidy_get_config()">Get current Tidy configuarion</s>
-<s f="tidy_get_error_buffer" u="string tidy_get_error_buffer([boolean detailed])">Return warnings and errors which occured parsing the specified document</s>
+<s f="tidy_get_config" u="array tidy_get_config()">Get current Tidy configuration</s>
+<s f="tidy_get_error_buffer" u="string tidy_get_error_buffer()">Return warnings and errors which occured parsing the specified document</s>
 <s f="tidy_get_head" u="TidyNode tidy_get_head()">Returns a TidyNode Object starting from the &lt;HEAD&gt; tag of the tidy parse tree</s>
 <s f="tidy_get_html" u="TidyNode tidy_get_html()">Returns a TidyNode Object starting from the &lt;HTML&gt; tag of the tidy parse tree</s>
 <s f="tidy_get_html_ver" u="int tidy_get_html_ver()">Get the Detected HTML version for the specified document.</s>
+<s f="tidy_get_opt_doc" u="string tidy_get_opt_doc(tidy resource, string optname)">Returns the documentation for the given option name</s>
 <s f="tidy_get_output" u="string tidy_get_output()">Return a string representing the parsed tidy markup</s>
 <s f="tidy_get_release" u="string tidy_get_release()">Get release date (version) for Tidy library</s>
 <s f="tidy_get_root" u="TidyNode tidy_get_root()">Returns a TidyNode Object representing the root of the tidy parse tree</s>
 <s f="tidy_get_status" u="int tidy_get_status()">Get status of specfied document.</s>
 <s f="tidy_getopt" u="mixed tidy_getopt(string option)">Returns the value of the specified configuration option for the tidy document.</s>
-<s f="tidy_is_xhtml" u="boolean tidy_is_xhtml()">Indicates if the document is a XHTML document.</s>
-<s f="tidy_is_xhtml" u="boolean tidy_is_xhtml()">Indicates if the document is a generic (non HTML/XHTML) XML document.</s>
+<s f="tidy_is_xhtml" u="bool tidy_is_xhtml()">Indicates if the document is a XHTML document.</s>
+<s f="tidy_is_xml" u="bool tidy_is_xml()">Indicates if the document is a generic (non HTML/XHTML) XML document.</s>
 <s f="tidy_parse_file" u="boolean tidy_parse_file(string file [, mixed config_options [, string encoding [, bool use_include_path]]])">Parse markup in file or URI</s>
 <s f="tidy_parse_string" u="bool tidy_parse_string(string input [, mixed config_options [, string encoding]])">Parse a document stored in a string</s>
 <s f="tidy_repair_file" u="boolean tidy_repair_file(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])">Repair a file using an optionally provided configuration file</s>
 <s f="tidy_repair_string" u="boolean tidy_repair_string(string data [, mixed config_file [, string encoding]])">Repair a string using an optionally provided configuration file</s>
 <s f="tidy_warning_count" u="int tidy_warning_count()">Returns the Number of Tidy warnings encountered for specified document.</s>
-<s f="token_get_all" u="array token_get_all(string source)"/>
-<s f="token_name" u="string token_name(int type)"/>
+<s f="token_get_all" u="array token_get_all(string source)"></s>
+<s f="token_name" u="string token_name(int type)"></s>
+<s f="Collator::compare" u="int Collator::compare(string str1, string str2)">Compare two strings using collation }}}</s>
+<s f="Collator::getAttribute" u="int Collator::getAttribute(int attribute)">Returns a collation attribute }}}</s>
+<s f="Collator::getStrength" u="int Collator::getStrength()">Returns the current collation strength }}}</s>
+<s f="Collator::setAttribute" u="bool Collator::setAttribute(int attribute, int value)">Set a collation attribute }}}</s>
+<s f="Collator::setStrength" u="void Collator::setStrength(int strength)">Set the collation strength }}}</s>
+<s f="Collator::sort" u="array Collator::sort(array input)">Sort an array using collation }}}</s>
+<s f="collator_compare" u="int collator_compare(Collator coll, string str1, string str2)">Compare two strings using collation</s>
+<s f="collator_create" u="Collator collator_create(string locale)">Create a new Collator object</s>
+<s f="collator_get_attribute" u="int collator_get_attribute(Collator coll, int attribute)">Returns a collation attribute</s>
+<s f="collator_get_default" u="Collator collator_get_default(void)">Returns default collator</s>
+<s f="collator_get_strength" u="int collator_get_strength(Collator coll)">Returns the current collation strength</s>
+<s f="collator_set_attribute" u="bool collator_set_attribute(Collator coll, int attribute, int value)">Set a collation attribute</s>
+<s f="collator_set_default" u="void collator_set_default(Collator coll)">Sets default collator</s>
+<s f="collator_set_strength" u="void collator_set_strength(Collator coll, int strength)">Set the collation strength</s>
+<s f="collator_sort" u="array collator_sort(Collator coll, array input)">Sort an array using collation</s>
+<s f="Collator::__construct" u=" Collator::__construct(string locale)">Create a new Collator object</s>
+<s f="locale_get_default" u="string locale_get_default(void)">Returns default locale</s>
+<s f="locale_set_default" u="bool locale_set_default(string locale)">Sets default locale</s>
+<s f="char_enum_names" u="bool char_enum_names(callback Callback, int start, int limit[, int extended = false])">Enumerate all assigned Unicode characters between the start and limit code points (start inclusive, limit exclusive) and call a function for each, passing the code point value and the character name.</s>
+<s f="char_enum_types" u="bool char_enum_types(callback Callback)">Enumerate all code points with their general categories invoking a callback for each category</s>
+<s f="char_from_digit" u="char char_from_digit(int digit[, int radix = 10])">Get the character representation for the specified digit (optionally in the specified radix)</s>
+<s f="char_from_name" u="char char_from_name(string charname[, bool extended = false])">Translate a human readable character name into a codepoint</s>
+<s f="char_get_age" u="string char_get_age(char c)">Get the &quot;age&quot; of the code point (the Unicode version when it was first designated or assigned a character)</s>
+<s f="char_get_combining_class" u="int char_get_combining_class(char text)">Returns the combining class of the character</s>
+<s f="char_get_digit_value" u="int char_get_digit_value(char text[, int radix])">Returns the decimal digit value of the character (optionally in the specific radix).</s>
+<s f="char_get_direction" u="int char_get_direction(char c)">Returns the bidirectional category value for the character, which is used in the Unicode bidirectional algorithm (UAX #9 http://www.unicode.org/reports/tr9/)</s>
+<s f="char_get_mirrored" u="char char_get_mirrored(char c)">Maps the specified character to its &quot;mirror-image&quot;</s>
+<s f="char_get_name" u="string char_get_name(char c[, bool extended = false])">Get the human readable name associated with the character</s>
+<s f="char_get_numeric_value" u="float char_get_numeric_value(char text)">Get the numeric value for the character, as defined in the Unicode Character Database</s>
+<s f="char_get_property_from_name" u="int char_get_property_from_name(string property_name)">Get the property ID for the given property name</s>
+<s f="char_get_property_max_value" u="int char_get_property_max_value(int property)">Get the maximum possible value associated with the specified property</s>
+<s f="char_get_property_min_value" u="int char_get_property_min_value(int property)">Get the minimum possible value for the specified property</s>
+<s f="char_get_property_name" u="string char_get_property_name(int property)">Get the Unicode name for the given property</s>
+<s f="char_get_property_value" u="int char_get_property_value(char c, int property)">Get the value of a property associated with the character</s>
+<s f="char_get_property_value_from_name" u="int char_get_property_value_from_name(int property, string value_name)">Get the value ID for the given property value name</s>
+<s f="char_get_property_value_name" u="string char_get_property_value_name(int property, int value[, int name_choice])">Get the Unicode name for the givenproperty value</s>
+<s f="char_get_type" u="int char_get_type(char c)">Returns the general category value for the code point</s>
+<s f="char_has_binary_property" u="bool char_has_binary_property(string text, int property)">Determines if all the characters in the string have the specified binary property</s>
+<s f="char_is_alnum" u="bool char_is_alnum(string text)">Determines if the string consists only of alpanumeric characters</s>
+<s f="char_is_alpha" u="bool char_is_alpha(string text)">Determines if the string consists only of letter characters</s>
+<s f="char_is_alphabetic" u="bool char_is_alphabetic(string text)">Determines if the string consists only of characters with Alphabetic property</s>
+<s f="char_is_base" u="bool char_is_base(string text)">Determines if the string consists of only of base characters</s>
+<s f="char_is_blank" u="bool char_is_blank(string text)">Determines if the string consists only of &quot;blank&quot; characters</s>
+<s f="char_is_cntrl" u="bool char_is_cntrl(string text)">Determines if the string consists only of control characters</s>
+<s f="char_is_defined" u="bool char_is_defined(string text)">Determines if the string consists only of defined characters (valid Unicode points)</s>
+<s f="char_is_digit" u="bool char_is_digit(string text)">Determines if the string consists only of digits</s>
+<s f="char_is_graph" u="bool char_is_graph(string text)">Determines if the string consists only of &quot;graphic&quot; characters</s>
+<s f="char_is_id_ignorable" u="bool char_is_id_ignorable(string text)">Determines if the specified characters should be regarded as an ignorable character in an identifier, according to Java</s>
+<s f="char_is_id_part" u="bool char_is_id_part(string text)">etermines if the specified characters are permissible in an identifier, according to Java</s>
+<s f="char_is_id_start" u="bool char_is_id_start(string text)">Determines if the specified character is permissible as the first character in an identifier according to Unicode</s>
+<s f="char_is_iso_control" u="bool char_is_iso_control(string text)">Determines whether the specified code points are ISO control codes</s>
+<s f="char_is_lower" u="bool char_is_lower(string text)">Determines if the string is lowercase</s>
+<s f="char_is_mirrored" u="bool char_is_mirrored(string text)">Determines whether the specified characters have the Bidi_Mirrored property</s>
+<s f="char_is_print" u="bool char_is_print(string text)">Determines if the string consists only of printable characters</s>
+<s f="char_is_punct" u="bool char_is_punct(string text)">Determines if the string consists only of punctuation characters</s>
+<s f="char_is_space" u="bool char_is_space(string text)">Determines if the string consists only of space characters</s>
+<s f="char_is_titlecase" u="bool char_is_titlecase(string text)">Determines whether the string consists only of titlecase characters</s>
+<s f="char_is_upper" u="bool char_is_upper(string text)">Determines if the string is uppercase</s>
+<s f="char_is_uppercase" u="bool char_is_uppercase(string text)">Determines if the string consists only of characters with Uppercase property</s>
+<s f="char_is_valid" u="bool char_is_valid(char c)">Determines if the the code point is valid character, according to Unicode</s>
+<s f="char_is_whitespace" u="bool char_is_whitespace(string text)">Determines if the string consists only of whitespace characters, according to Java/ICU</s>
+<s f="char_is_xdigit" u="bool char_is_xdigit(string text)">Determines if the string consists only of hexadecimal digits</s>
+<s f="str_transliterate" u="string str_transliterate(string str, string from_script, string to_script[, string variant])">Transliterate a string from the source script to the target script</s>
+<s f="unicode_decode" u="unicode unicode_decode(binary input, string encoding [, int flags])">Takes a binary string converts it to a Unicode string using the specifed encoding</s>
+<s f="unicode_encode" u="binary unicode_encode(unicode input, string encoding [, int flags])">Takes a Unicode string and converts it to a binary string using the specified encoding</s>
+<s f="unicode_get_error_mode" u="int unicode_get_error_mode(int direction)">Returns global conversion error mode for the specified conversion direction</s>
+<s f="unicode_get_subst_char" u="string unicode_get_subst_char()">Returns global substitution character for conversion from Unicode to codepage</s>
+<s f="unicode_restore_error_handler" u="bool unicode_restore_error_handler(void)">Restores the active error handler to the one which was previously active (before the last unicode_set_error_handler() call)</s>
+<s f="unicode_semantics" u="bool unicode_semantics()">Check whether unicode semantics are enabled</s>
+<s f="unicode_set_error_handler" u="callback unicode_set_error_handler(callback new_callback)">Set (or clear) the custom Unicode conversion error handler</s>
+<s f="unicode_set_error_mode" u="bool unicode_set_error_mode(int direction, int mode)">Sets global conversion error mode for the specified conversion direction</s>
+<s f="unicode_set_subst_char" u="bool unicode_set_subst_char(string character)">Sets global substitution character for conversion from Unicode to codepage</s>
+<s f="TextIterator::__construct" u="void TextIterator::__construct(unicode text [, int flags = TextIterator::CODEPOINT [, string locale ]])">TextIterator constructor</s>
+<s f="TextIterator::current" u="unicode TextIterator::current()">Returns the element at the current boundary</s>
+<s f="TextIterator::first" u="int TextIterator::first()">Positions iterator at the first character in the text and returns the offset</s>
+<s f="TextIterator::following" u="int TextIterator::following(int offset)">Advances to the text boundary following the specified offset and returns its offset</s>
+<s f="TextIterator::getAll" u="array TextIterator::getAll()">Return all text pieces determined by the text boundaries</s>
+<s f="TextIterator::getAvailableLocales" u="array TextIterator::getAvailableLocales()">Returns locales for which text boundary information is available</s>
+<s f="TextIterator::getRuleStatus" u="int TextIterator::getRuleStatus()">Return the status from the break rule that determined the most recent boundary</s>
+<s f="TextIterator::getRuleStatusArray" u="array TextIterator::getRuleStatusArray()">Return the statuses from the break rules that determined the most recent boundary</s>
+<s f="TextIterator::isBoundary" u="bool TextIterator::isBoundary(int offset)">Determines whether specified offset is a text boundary</s>
+<s f="TextIterator::key" u="int TextIterator::key()">Returns the number boundaries iterated through</s>
+<s f="TextIterator::last" u="int TextIterator::last()">Positions iterator beyond the last character in the text and returns the offset</s>
+<s f="TextIterator::next" u="int TextIterator::next([int n])">Advances to the n'th text boundary following the current one and returns its offset</s>
+<s f="TextIterator::offset" u="int TextIterator::offset()">Returns the offset of the current text boundary</s>
+<s f="TextIterator::preceding" u="int TextIterator::preceding(int offset)">Advances to the text boundary preceding the specified offset and returns its offset</s>
+<s f="TextIterator::previous" u="int TextIterator::previous([int n])">Advances to the n'th text boundary preceding the current one and returns its offset</s>
+<s f="TextIterator::valid" u="bool TextIterator::valid()">Determines validity of the iterator</s>
 <s f="wddx_add_vars" u="int wddx_add_vars(int packet_id,  mixed var_names [, mixed ...])">Serializes given variables and adds them to packet given by packet_id</s>
-<s f="wddx_deserialize" u="mixed wddx_deserialize(mixed packet)">Deserializes given packet and returns a PHP value</s>
 <s f="wddx_packet_end" u="string wddx_packet_end(int packet_id)">Ends specified WDDX packet and returns the string containing the packet</s>
 <s f="wddx_packet_start" u="int wddx_packet_start([string comment])">Starts a WDDX packet with optional comment and returns the packet id</s>
 <s f="wddx_serialize_value" u="string wddx_serialize_value(mixed var [, string comment])">Creates a new packet and serializes the given value</s>
 <s f="wddx_serialize_vars" u="string wddx_serialize_vars(mixed var_name [, mixed ...])">Creates a new packet and serializes given variables into a struct</s>
+<s f="wddx_unserialize" u="mixed wddx_unserialize(mixed packet)">Unserializes given packet and returns a PHP value</s>
+<s f="utf8_decode" u="string utf8_decode(string data)">Converts a UTF-8 encoded string to ISO-8859-1</s>
+<s f="utf8_encode" u="string utf8_encode(string data)">Encodes an ISO-8859-1 string to UTF-8</s>
 <s f="xml_error_string" u="string xml_error_string(int code)">Get XML parser error string</s>
 <s f="xml_get_current_byte_index" u="int xml_get_current_byte_index(resource parser)">Get current byte index for an XML parser</s>
 <s f="xml_get_current_column_number" u="int xml_get_current_column_number(resource parser)">Get current column number for an XML parser</s>
 <s f="xml_set_processing_instruction_handler" u="int xml_set_processing_instruction_handler(resource parser, string hdl)">Set up processing instruction (PI) handler</s>
 <s f="xml_set_start_namespace_decl_handler" u="int xml_set_start_namespace_decl_handler(resource parser, string hdl)">Set up character data handler</s>
 <s f="xml_set_unparsed_entity_decl_handler" u="int xml_set_unparsed_entity_decl_handler(resource parser, string hdl)">Set up unparsed entity declaration handler</s>
+<s f="XMLReader::XML" u="boolean XMLReader::XML(string source [, string encoding [, int options]])">Sets the string that the the XMLReader will parse.</s>
+<s f="XMLReader::close" u="boolean XMLReader::close()">Closes xmlreader - current frees resources until xmlTextReaderClose is fixed in libxml</s>
+<s f="XMLReader::expand" u="boolean XMLReader::expand()">Moves the position of the current instance to the next node in the stream.</s>
+<s f="XMLReader::getAttribute" u="string XMLReader::getAttribute(string name)">Get value of an attribute from current element</s>
+<s f="XMLReader::getAttributeNo" u="string XMLReader::getAttributeNo(int index)">Get value of an attribute at index from current element</s>
+<s f="XMLReader::getAttributeNs" u="string XMLReader::getAttributeNs(string name, string namespaceURI)">Get value of a attribute via name and namespace from current element</s>
+<s f="XMLReader::getParserProperty" u="boolean XMLReader::getParserProperty(int property)">Indicates whether given property (one of the parser option constants) is set or not on parser</s>
+<s f="XMLReader::isValid" u="boolean XMLReader::isValid()">Returns boolean indicating if parsed document is valid or not. Must set XMLREADER_LOADDTD or XMLREADER_VALIDATE parser option prior to the first call to read  or this method will always return FALSE</s>
+<s f="XMLReader::lookupNamespace" u="string XMLReader::lookupNamespace(string prefix)">Return namespaceURI for associated prefix on current node</s>
+<s f="XMLReader::moveToAttribute" u="boolean XMLReader::moveToAttribute(string name)">Positions reader at specified attribute - Returns TRUE on success and FALSE on failure</s>
+<s f="XMLReader::moveToAttributeNo" u="boolean XMLReader::moveToAttributeNo(int index)">Positions reader at attribute at spcecified index. Returns TRUE on success and FALSE on failure</s>
+<s f="XMLReader::moveToAttributeNs" u="boolean XMLReader::moveToAttributeNs(string name, string namespaceURI)">Positions reader at attribute spcified by name and namespaceURI. Returns TRUE on success and FALSE on failure</s>
+<s f="XMLReader::moveToElement" u="boolean XMLReader::moveToElement()">Moves the position of the current instance to the node that contains the current Attribute node.</s>
+<s f="XMLReader::moveToFirstAttribute" u="boolean XMLReader::moveToFirstAttribute()">Moves the position of the current instance to the first attribute associated with the current node.</s>
+<s f="XMLReader::moveToNextAttribute" u="boolean XMLReader::moveToNextAttribute()">Moves the position of the current instance to the next attribute associated with the current node.</s>
+<s f="XMLReader::next" u="boolean XMLReader::next([string localname])">Moves the position of the current instance to the next node in the stream.</s>
+<s f="XMLReader::open" u="boolean XMLReader::open(string URI [, string encoding [, int options]])">Sets the URI that the the XMLReader will parse.</s>
+<s f="XMLReader::read" u="boolean XMLReader::read()">Moves the position of the current instance to the next node in the stream.</s>
+<s f="XMLReader::readInnerXml" u="boolean XMLReader::readInnerXml()">Reads the contents of the current node, including child nodes and markup.</s>
+<s f="XMLReader::readOuterXml" u="boolean XMLReader::readOuterXml()">Reads the contents of the current node, including child nodes and markup.</s>
+<s f="XMLReader::readString" u="boolean XMLReader::readString()">Reads the contents of an element or a text node as a string.</s>
+<s f="XMLReader::setParserProperty" u="boolean XMLReader::setParserProperty(int property, boolean value)">Sets parser property (one of the parser option constants). Properties must be set after open() or XML() and before the first read() is called</s>
+<s f="XMLReader::setRelaxNGSchema" u="boolean XMLReader::setRelaxNGSchema(string filename)">Sets the string that the the XMLReader will parse.</s>
+<s f="XMLReader::setRelaxNGSchemaSource" u="boolean XMLReader::setRelaxNGSchemaSource(string source)">Sets the string that the the XMLReader will parse.</s>
+<s f="XMLReader::setSchema" u="boolean XMLReader::setSchema(string filename)">Use W3C XSD schema to validate the document as it is processed. Activation is only possible before the first Read().</s>
 <s f="xmlrpc_decode" u="array xmlrpc_decode(string xml [, string encoding])">Decodes XML into native PHP types</s>
 <s f="xmlrpc_decode_request" u="array xmlrpc_decode_request(string xml, string&amp; method [, string encoding])">Decodes XML into native PHP types</s>
 <s f="xmlrpc_encode" u="string xmlrpc_encode(mixed value)">Generates XML for a PHP value</s>
 <s f="xmlrpc_server_register_introspection_callback" u="bool xmlrpc_server_register_introspection_callback(resource server, string function)">Register a PHP function to generate documentation</s>
 <s f="xmlrpc_server_register_method" u="bool xmlrpc_server_register_method(resource server, string method_name, string function)">Register a PHP function to handle method matching method_name</s>
 <s f="xmlrpc_set_type" u="bool xmlrpc_set_type(string value, string type)">Sets xmlrpc type, base64 or datetime, for a PHP string value</s>
-<s f="yp_all" u="bool yp_all(string domain, string map, string callback)">Traverse the map and call a function on each entry</s>
-<s f="yp_cat" u="array yp_cat(string domain, string map)">Return an array containing the entire map</s>
-<s f="yp_err_string" u="string yp_err_string(int errorcode)">Returns the corresponding error string for the given error code</s>
-<s f="yp_errno" u="int yp_errno()">Returns the error code from the last call or 0 if no error occured</s>
-<s f="yp_first" u="array yp_first(string domain, string map)">Returns the first key as array with $var[$key] and the the line as the value</s>
-<s f="yp_get_default_domain" u="string yp_get_default_domain(void)">Returns the domain or false</s>
-<s f="yp_master" u="string yp_master(string domain, string map)">Returns the machine name of the master</s>
-<s f="yp_match" u="string yp_match(string domain, string map, string key)">Returns the matched line or false</s>
-<s f="yp_next" u="array yp_next(string domain, string map, string key)">Returns an array with $var[$key] and the the line as the value</s>
-<s f="yp_order" u="int yp_order(string domain, string map)">Returns the order number or false</s>
-<s f="gzcompress" u="string gzcompress(string data [, int level])">Gzip-compress a string</s>
-<s f="gzdeflate" u="string gzdeflate(string data [, int level])">Gzip-compress a string</s>
-<s f="gzencode" u="string gzencode(string data [, int level [, int encoding_mode]])">GZ encode a string</s>
-<s f="gzfile" u="array gzfile(string filename [, int use_include_path])">Read und uncompress entire .gz-file into an array</s>
-<s f="gzinflate" u="string gzinflate(string data [, int length])">Unzip a gzip-compressed string</s>
+<s f="xmlwriter_end_attribute" u="bool xmlwriter_end_attribute(resource xmlwriter)">End attribute - returns FALSE on error</s>
+<s f="xmlwriter_end_cdata" u="bool xmlwriter_end_cdata(resource xmlwriter)">End current CDATA - returns FALSE on error</s>
+<s f="xmlwriter_end_comment" u="bool xmlwriter_end_comment(resource xmlwriter)">Create end comment - returns FALSE on error</s>
+<s f="xmlwriter_end_document" u="bool xmlwriter_end_document(resource xmlwriter)">End current document - returns FALSE on error</s>
+<s f="xmlwriter_end_dtd" u="bool xmlwriter_end_dtd(resource xmlwriter)">End current DTD - returns FALSE on error</s>
+<s f="xmlwriter_end_dtd_attlist" u="bool xmlwriter_end_dtd_attlist(resource xmlwriter)">End current DTD AttList - returns FALSE on error</s>
+<s f="xmlwriter_end_dtd_element" u="bool xmlwriter_end_dtd_element(resource xmlwriter)">End current DTD element - returns FALSE on error</s>
+<s f="xmlwriter_end_dtd_entity" u="bool xmlwriter_end_dtd_entity(resource xmlwriter)">End current DTD Entity - returns FALSE on error</s>
+<s f="xmlwriter_end_element" u="bool xmlwriter_end_element(resource xmlwriter)">End current element - returns FALSE on error</s>
+<s f="xmlwriter_end_pi" u="bool xmlwriter_end_pi(resource xmlwriter)">End current PI - returns FALSE on error</s>
+<s f="xmlwriter_flush" u="mixed xmlwriter_flush(resource xmlwriter [,bool empty])">Output current buffer</s>
+<s f="xmlwriter_full_end_element" u="bool xmlwriter_full_end_element(resource xmlwriter)">End current element - returns FALSE on error</s>
+<s f="xmlwriter_open_memory" u="resource xmlwriter_open_memory()">Create new xmlwriter using memory for string output</s>
+<s f="xmlwriter_open_uri" u="resource xmlwriter_open_uri(string source)">Create new xmlwriter using source uri for output</s>
+<s f="xmlwriter_output_memory" u="string xmlwriter_output_memory(resource xmlwriter [,bool flush])">Output current buffer as string</s>
+<s f="xmlwriter_set_indent" u="bool xmlwriter_set_indent(resource xmlwriter, bool indent)">Toggle indentation on/off - returns FALSE on error</s>
+<s f="xmlwriter_set_indent_string" u="bool xmlwriter_set_indent_string(resource xmlwriter, string indentString)">Set string used for indenting - returns FALSE on error</s>
+<s f="xmlwriter_start_attribute" u="bool xmlwriter_start_attribute(resource xmlwriter, string name)">Create start attribute - returns FALSE on error</s>
+<s f="xmlwriter_start_attribute_ns" u="bool xmlwriter_start_attribute_ns(resource xmlwriter, string prefix, string name, string uri)">Create start namespaced attribute - returns FALSE on error</s>
+<s f="xmlwriter_start_cdata" u="bool xmlwriter_start_cdata(resource xmlwriter)">Create start CDATA tag - returns FALSE on error</s>
+<s f="xmlwriter_start_comment" u="bool xmlwriter_start_comment(resource xmlwriter)">Create start comment - returns FALSE on error</s>
+<s f="xmlwriter_start_document" u="bool xmlwriter_start_document(resource xmlwriter, string version, string encoding, string standalone)">Create document tag - returns FALSE on error</s>
+<s f="xmlwriter_start_dtd" u="bool xmlwriter_start_dtd(resource xmlwriter, string name, string pubid, string sysid)">Create start DTD tag - returns FALSE on error</s>
+<s f="xmlwriter_start_dtd_attlist" u="bool xmlwriter_start_dtd_attlist(resource xmlwriter, string name)">Create start DTD AttList - returns FALSE on error</s>
+<s f="xmlwriter_start_dtd_element" u="bool xmlwriter_start_dtd_element(resource xmlwriter, string name)">Create start DTD element - returns FALSE on error</s>
+<s f="xmlwriter_start_dtd_entity" u="bool xmlwriter_start_dtd_entity(resource xmlwriter, string name, bool isparam)">Create start DTD Entity - returns FALSE on error</s>
+<s f="xmlwriter_start_element" u="bool xmlwriter_start_element(resource xmlwriter, string name)">Create start element tag - returns FALSE on error</s>
+<s f="xmlwriter_start_element_ns" u="bool xmlwriter_start_element_ns(resource xmlwriter, string prefix, string name, string uri)">Create start namespaced element tag - returns FALSE on error</s>
+<s f="xmlwriter_start_pi" u="bool xmlwriter_start_pi(resource xmlwriter, string target)">Create start PI tag - returns FALSE on error</s>
+<s f="xmlwriter_text" u="bool xmlwriter_text(resource xmlwriter, string content)">Write text - returns FALSE on error</s>
+<s f="xmlwriter_write_attribute" u="bool xmlwriter_write_attribute(resource xmlwriter, string name, string content)">Write full attribute - returns FALSE on error</s>
+<s f="xmlwriter_write_attribute_ns" u="bool xmlwriter_write_attribute_ns(resource xmlwriter, string prefix, string name, string uri, string content)">Write full namespaced attribute - returns FALSE on error</s>
+<s f="xmlwriter_write_cdata" u="bool xmlwriter_write_cdata(resource xmlwriter, string content)">Write full CDATA tag - returns FALSE on error</s>
+<s f="xmlwriter_write_comment" u="bool xmlwriter_write_comment(resource xmlwriter, string content)">Write full comment tag - returns FALSE on error</s>
+<s f="xmlwriter_write_dtd" u="bool xmlwriter_write_dtd(resource xmlwriter, string name, string pubid, string sysid, string subset)">Write full DTD tag - returns FALSE on error</s>
+<s f="xmlwriter_write_dtd_attlist" u="bool xmlwriter_write_dtd_attlist(resource xmlwriter, string name, string content)">Write full DTD AttList tag - returns FALSE on error</s>
+<s f="xmlwriter_write_dtd_element" u="bool xmlwriter_write_dtd_element(resource xmlwriter, string name, string content)">Write full DTD element tag - returns FALSE on error</s>
+<s f="xmlwriter_write_dtd_entity" u="bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]])">Write full DTD Entity tag - returns FALSE on error</s>
+<s f="xmlwriter_write_element" u="bool xmlwriter_write_element(resource xmlwriter, string name[, string content])">Write full element tag - returns FALSE on error</s>
+<s f="xmlwriter_write_element_ns" u="bool xmlwriter_write_element_ns(resource xmlwriter, string prefix, string name, string uri[, string content])">Write full namesapced element tag - returns FALSE on error</s>
+<s f="xmlwriter_write_pi" u="bool xmlwriter_write_pi(resource xmlwriter, string target, string content)">Write full PI tag - returns FALSE on error</s>
+<s f="xmlwriter_write_raw" u="bool xmlwriter_write_raw(resource xmlwriter, string content)">Write text - returns FALSE on error</s>
+<s f="xsl_xsltprocessor_get_parameter" u="string xsl_xsltprocessor_get_parameter(string namespace, string name)"></s>
+<s f="xsl_xsltprocessor_has_exslt_support" u="bool xsl_xsltprocessor_has_exslt_support()"></s>
+<s f="xsl_xsltprocessor_import_stylesheet" u="void xsl_xsltprocessor_import_stylesheet(domdocument doc)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:</s>
+<s f="xsl_xsltprocessor_register_php_functions" u="void xsl_xsltprocessor_register_php_functions()"></s>
+<s f="xsl_xsltprocessor_remove_parameter" u="bool xsl_xsltprocessor_remove_parameter(string namespace, string name)"></s>
+<s f="xsl_xsltprocessor_set_parameter" u="bool xsl_xsltprocessor_set_parameter(string namespace, mixed name [, string value])"></s>
+<s f="xsl_xsltprocessor_transform_to_doc" u="domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)">URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html# Since:</s>
+<s f="xsl_xsltprocessor_transform_to_uri" u="int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)"></s>
+<s f="xsl_xsltprocessor_transform_to_xml" u="string xsl_xsltprocessor_transform_to_xml(domdocument doc)"></s>
+<s f="addFile" u="bool addFile(string filepath[, string entryname[, int start [, int length]]])">Add a file in a Zip archive using its path and the name to use.</s>
+<s f="addFromString" u="bool addFromString(string name, string content)">Add a file using content and the entry name</s>
+<s f="close" u="bool close()">close the zip archive</s>
+<s f="createEmptyDir" u="bool createEmptyDir(string dirname)">Returns the index of the entry named filename in the archive</s>
+<s f="deleteIndex" u="bool deleteIndex(int index)">Delete a file using its index</s>
+<s f="deleteName" u="bool deleteName(string name)">Delete a file using its index</s>
+<s f="getArchiveComment" u="string getArchiveComment()">Returns the comment of an entry using its index</s>
+<s f="getCommentIndex" u="string getCommentIndex(int index)">Returns the comment of an entry using its index</s>
+<s f="getCommentName" u="string getCommentName(string name)">Returns the comment of an entry using its name</s>
+<s f="getFromIndex" u="string getFromIndex(string entryname[, int len [, int flags]])">get the contents of an entry using its index</s>
+<s f="getFromName" u="string getFromName(string entryname[, int len [, int flags]])">get the contents of an entry using its name</s>
+<s f="getNameIndex" u="string getNameIndex(int index [, int flags])">Returns the name of the file at position index</s>
+<s f="getStream" u="resource getStream(string entryname)">get a stream for an entry using its name</s>
+<s f="locateName" u="int locateName(string filename[, int flags])">Returns the index of the entry named filename in the archive</s>
+<s f="open" u="mixed open(string source [, int flags])">Create new zip using source uri for output, return TRUE on success or the error code</s>
+<s f="renameIndex" u="bool renameIndex(int index, string new_name)">Rename an entry selected by its index to new_name</s>
+<s f="renameName" u="bool renameName(string name, string new_name)">Rename an entry selected by its name to new_name</s>
+<s f="setArchiveComment" u="bool setArchiveComment(string name, string comment)">Set or remove (NULL/'') the comment of the archive</s>
+<s f="setCommentIndex" u="bool setCommentIndex(int index, string comment)">Set or remove (NULL/'') the comment of an entry using its index</s>
+<s f="setCommentName" u="bool setCommentName(string name, string comment)">Set or remove (NULL/'') the comment of an entry using its Name</s>
+<s f="statIndex" u="resource statIndex(int index[, int flags])">Returns the zip entry informations using its index</s>
+<s f="statName" u="array statName(string filename[, int flags])">Returns the information about a the zip entry filename</s>
+<s f="unchangeAll" u="bool unchangeAll()">All changes to files and global information in archive are reverted</s>
+<s f="unchangeAll" u="bool unchangeAll()">Revert all global changes to the archive archive.  For now, this only reverts archive comment changes.</s>
+<s f="unchangeIndex" u="bool unchangeIndex(int index)">Changes to the file at position index are reverted</s>
+<s f="unchangeName" u="bool unchangeName(string name)">Changes to the file named 'name' are reverted</s>
+<s f="zip_close" u="void zip_close(resource zip)">Close a Zip archive</s>
+<s f="zip_entry_close" u="void zip_entry_close(resource zip_ent)">Close a zip entry</s>
+<s f="zip_entry_compressedsize" u="int zip_entry_compressedsize(resource zip_entry)">Return the compressed size of a ZZip entry</s>
+<s f="zip_entry_compressionmethod" u="string zip_entry_compressionmethod(resource zip_entry)">Return a string containing the compression method used on a particular entry</s>
+<s f="zip_entry_filesize" u="int zip_entry_filesize(resource zip_entry)">Return the actual filesize of a ZZip entry</s>
+<s f="zip_entry_name" u="string zip_entry_name(resource zip_entry)">Return the name given a ZZip entry</s>
+<s f="zip_entry_open" u="bool zip_entry_open(resource zip_dp, resource zip_entry [, string mode])">Open a Zip File, pointed by the resource entry</s>
+<s f="zip_entry_read" u="mixed zip_entry_read(resource zip_entry [, int len])">Read from an open directory entry</s>
+<s f="zip_open" u="resource zip_open(string filename)">Create new zip using source uri for output</s>
+<s f="zip_read" u="resource zip_read(resource zip)">Returns the next file in the archive</s>
+<s f="gzcompress" u="binary gzcompress(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_DEFLATE])">Encode data with the zlib encoding</s>
+<s f="gzdecode" u="binary gzdecode(binary data[, int max_decoded_len])">Decode gzip encoded data</s>
+<s f="gzdeflate" u="binary gzdeflate(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_RAW])">Encode data with the raw deflate encoding</s>
+<s f="gzencode" u="binary gzencode(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_GZIP])">Encode data with the gzip encoding</s>
+<s f="gzfile" u="array gzfile(string filename [, int use_include_path])">Read and uncompress entire .gz-file into an array</s>
+<s f="gzinflate" u="binary gzinflate(binary data[, int max_decoded_len])">Decode raw deflate encoded data</s>
 <s f="gzopen" u="resource gzopen(string filename, string mode [, int use_include_path])">Open a .gz-file and return a .gz-file pointer</s>
-<s f="gzuncompress" u="string gzuncompress(string data [, int length])">Unzip a gzip-compressed string</s>
-<s f="ob_gzhandler" u="string ob_gzhandler(string str, int mode)">Encode str based on accept-encoding setting - designed to be called from ob_start()</s>
+<s f="gzuncompress" u="binary gzuncompress(binary data[, int max_decoded_len])">Decode zlib encoded data</s>
 <s f="readgzfile" u="int readgzfile(string filename [, int use_include_path])">Output a .gz-file</s>
+<s f="zlib_decode" u="binary zlib_decode(binary data[, int max_decoded_len])">Uncompress any raw/gzip/zlib encoded data</s>
+<s f="zlib_encode" u="binary zlib_encode(binary data, int encoding[, int level = -1])">Compress data with the specified encoding</s>
 <s f="zlib_get_coding_type" u="string zlib_get_coding_type(void)">Returns the coding type used for output compression</s>
 <s f="set_time_limit" u="bool set_time_limit(int seconds)">Sets the maximum time a script can run</s>
 <s f="ob_clean" u="bool ob_clean(void)">Clean (delete) the current output buffer</s>
 <s f="ob_get_length" u="int ob_get_length(void)">Return the length of the output buffer</s>
 <s f="ob_get_level" u="int ob_get_level(void)">Return the nesting level of the output buffer</s>
 <s f="ob_implicit_flush" u="void ob_implicit_flush([int flag])">Turn implicit flush on/off and is equivalent to calling flush() after every output call</s>
-<s f="ob_start" u="bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])">Turn on Output Buffering (specifying an optional output handler).</s>
+<s f="ob_start" u="bool ob_start([string|array user_function [, int chunk_size [, int flags]]])">Turn on Output Buffering (specifying an optional output handler).</s>
 <s f="output_add_rewrite_var" u="bool output_add_rewrite_var(string name, string value)">Add URL rewriter values</s>
 <s f="output_reset_rewrite_vars" u="bool output_reset_rewrite_vars(void)">Reset(clear) URL rewriter values</s>
 <s f="stream_wrapper_register" u="bool stream_wrapper_register(string protocol, string classname)">Registers a custom URL protocol handler class</s>
+<s f="stream_wrapper_restore" u="bool stream_wrapper_restore(string protocol)">Restore the original protocol handler, overriding if necessary</s>
+<s f="stream_wrapper_unregister" u="bool stream_wrapper_unregister(string protocol)">Unregister a wrapper for the life of the current request.</s>
 <s f="apache_child_terminate" u="bool apache_child_terminate(void)">Terminate apache process after this request</s>
 <s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
 <s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
 <s f="apache_lookup_uri" u="object apache_lookup_uri(string URI)">Perform a partial request of the given URI to obtain information about it</s>
 <s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
 <s f="apache_request_headers" u="array apache_request_headers(void)">Fetch all HTTP request headers</s>
+<s f="apache_reset_timeout" u="bool apache_reset_timeout(void)">Reset the Apache write timer</s>
 <s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
 <s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
 <s f="getallheaders" u="array getallheaders(void)">Alias for apache_request_headers()</s>
 <s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
 <s f="getallheaders" u="array getallheaders(void)">Fetch all HTTP request headers</s>
 <s f="virtual" u="bool virtual(string uri)">Perform an apache sub-request</s>
+<s f="ApacheRequest::allowed" u="int ApacheRequest::allowed([int allowed])"></s>
+<s f="ApacheRequest::args" u="string ApacheRequest::args([string new_args])"></s>
+<s f="ApacheRequest::assbackwards" u="int ApacheRequest::assbackwards()"></s>
+<s f="ApacheRequest::boundary" u="string ApacheRequest::boundary()"></s>
+<s f="ApacheRequest::bytes_sent" u="int ApacheRequest::bytes_sent()"></s>
+<s f="ApacheRequest::chunked" u="int ApacheRequest::chunked()"></s>
+<s f="ApacheRequest::content_encoding" u="string ApacheRequest::content_encoding([string new_encoding])"></s>
+<s f="ApacheRequest::content_length" u="int ApacheRequest::content_length([int new_content_length])"></s>
+<s f="ApacheRequest::content_type" u="string ApacheRequest::content_type([string new_type])"></s>
+<s f="ApacheRequest::filename" u="string ApacheRequest::filename([string new_filename])"></s>
+<s f="ApacheRequest::handler" u="string ApacheRequest::handler([string new_handler])"></s>
+<s f="ApacheRequest::header_only" u="int ApacheRequest::header_only()"></s>
+<s f="ApacheRequest::hostname" u="string ApacheRequest::hostname()"></s>
+<s f="ApacheRequest::method" u="string ApacheRequest::method()"></s>
+<s f="ApacheRequest::method_number" u="int ApacheRequest::method_number([int method_number])"></s>
+<s f="ApacheRequest::mtime" u="int ApacheRequest::mtime()"></s>
+<s f="ApacheRequest::no_cache" u="int ApacheRequest::no_cache()"></s>
+<s f="ApacheRequest::no_local_copy" u="int ApacheRequest::no_local_copy()"></s>
+<s f="ApacheRequest::path_info" u="string ApacheRequest::path_info([string new_path_info])"></s>
+<s f="ApacheRequest::proto_num" u="int ApacheRequest::proto_num()"></s>
+<s f="ApacheRequest::protocol" u="string ApacheRequest::protocol()"></s>
+<s f="ApacheRequest::proxyreq" u="int ApacheRequest::proxyreq([int new_proxyreq])"></s>
+<s f="ApacheRequest::read_body" u="int ApacheRequest::read_body()"></s>
+<s f="ApacheRequest::remaining" u="int ApacheRequest::remaining()"></s>
+<s f="ApacheRequest::request_time" u="int ApacheRequest::request_time()"></s>
+<s f="ApacheRequest::status" u="int ApacheRequest::status([int new_status])"></s>
+<s f="ApacheRequest::status_line" u="string ApacheRequest::status_line([string new_status_line])"></s>
+<s f="ApacheRequest::the_request" u="string ApacheRequest::the_request()"></s>
+<s f="ApacheRequest::unparsed_uri" u="string ApacheRequest::unparsed_uri([string new_unparsed_uri])"></s>
+<s f="ApacheRequest::uri" u="string ApacheRequest::uri([string new_uri])"></s>
 <s f="apache_child_terminate" u="bool apache_child_terminate(void)">Terminate apache process after this request</s>
 <s f="apache_get_modules" u="array apache_get_modules(void)">Get a list of loaded Apache modules</s>
 <s f="apache_get_version" u="string apache_get_version(void)">Fetch Apache version</s>
 <s f="apache_lookup_uri" u="object apache_lookup_uri(string URI)">Perform a partial request of the given URI to obtain information about it</s>
 <s f="apache_note" u="string apache_note(string note_name [, string note_value])">Get and set Apache request notes</s>
-<s f="apache_request_auth_name" u="string apache_request_auth_name()"/>
-<s f="apache_request_auth_type" u="string apache_request_auth_type()"/>
-<s f="apache_request_discard_request_body" u="long apache_request_discard_request_body()"/>
+<s f="apache_request_auth_name" u="string apache_request_auth_name()"></s>
+<s f="apache_request_auth_type" u="string apache_request_auth_type()"></s>
+<s f="apache_request_discard_request_body" u="long apache_request_discard_request_body()"></s>
 <s f="apache_request_err_headers_out" u="array apache_request_err_headers_out([{string name|array list} [, string value [, bool replace = false]]])">* fetch all headers that go out in case of an error or a subrequest</s>
 <s f="apache_request_headers" u="array apache_request_headers(void)">Fetch all HTTP request headers</s>
 <s f="apache_request_headers_in" u="array apache_request_headers_in()">* fetch all incoming request headers</s>
 <s f="apache_request_headers_out" u="array apache_request_headers_out([{string name|array list} [, string value [, bool replace = false]]])">* fetch all outgoing request headers</s>
-<s f="apache_request_is_initial_req" u="bool apache_request_is_initial_req()"/>
-<s f="apache_request_log_error" u="boolean apache_request_log_error(string message, [long facility])"/>
-<s f="apache_request_meets_conditions" u="long apache_request_meets_conditions()"/>
-<s f="apache_request_remote_host" u="int apache_request_remote_host([int type])"/>
-<s f="apache_request_run" u="long apache_request_run()">This is a wrapper for ap_sub_run_req and ap_destory_sub_req.  It takes       sub_request, runs it, destroys it, and returns it's status.</s>
-<s f="apache_request_satisfies" u="long apache_request_satisfies()"/>
-<s f="apache_request_server_port" u="int apache_request_server_port()"/>
-<s f="apache_request_set_etag" u="void apache_request_set_etag()"/>
-<s f="apache_request_set_last_modified" u="void apache_request_set_last_modified()"/>
-<s f="apache_request_some_auth_required" u="bool apache_request_some_auth_required()"/>
-<s f="apache_request_sub_req_lookup_file" u="object apache_request_sub_req_lookup_file(string file)">Returns sub-request for the specified file.  You would      need to run it yourself with run().</s>
-<s f="apache_request_sub_req_lookup_uri" u="object apache_request_sub_req_lookup_uri(string uri)">Returns sub-request for the specified uri.  You would      need to run it yourself with run()</s>
-<s f="apache_request_sub_req_method_uri" u="object apache_request_sub_req_method_uri(string method, string uri)">Returns sub-request for the specified file.  You would      need to run it yourself with run().</s>
-<s f="apache_request_update_mtime" u="long apache_request_update_mtime([int dependency_mtime])"/>
+<s f="apache_request_is_initial_req" u="bool apache_request_is_initial_req()"></s>
+<s f="apache_request_log_error" u="boolean apache_request_log_error(string message, [long facility])"></s>
+<s f="apache_request_meets_conditions" u="long apache_request_meets_conditions()"></s>
+<s f="apache_request_remote_host" u="int apache_request_remote_host([int type])"></s>
+<s f="apache_request_run" u="long apache_request_run()">This is a wrapper for ap_sub_run_req and ap_destory_sub_req.  It takes      sub_request, runs it, destroys it, and returns it's status.</s>
+<s f="apache_request_satisfies" u="long apache_request_satisfies()"></s>
+<s f="apache_request_server_port" u="int apache_request_server_port()"></s>
+<s f="apache_request_set_etag" u="void apache_request_set_etag()"></s>
+<s f="apache_request_set_last_modified" u="void apache_request_set_last_modified()"></s>
+<s f="apache_request_some_auth_required" u="bool apache_request_some_auth_required()"></s>
+<s f="apache_request_sub_req_lookup_file" u="object apache_request_sub_req_lookup_file(string file)">Returns sub-request for the specified file.  You would     need to run it yourself with run().</s>
+<s f="apache_request_sub_req_lookup_uri" u="object apache_request_sub_req_lookup_uri(string uri)">Returns sub-request for the specified uri.  You would     need to run it yourself with run()</s>
+<s f="apache_request_sub_req_method_uri" u="object apache_request_sub_req_method_uri(string method, string uri)">Returns sub-request for the specified file.  You would     need to run it yourself with run().</s>
+<s f="apache_request_update_mtime" u="long apache_request_update_mtime([int dependency_mtime])"></s>
 <s f="apache_response_headers" u="array apache_response_headers(void)">Fetch all HTTP response headers</s>
 <s f="apache_setenv" u="bool apache_setenv(string variable, string value [, bool walk_to_top])">Set an Apache subprocess_env variable</s>
-<s f="getallheaders" u="array getallheaders(void)"/>
+<s f="getallheaders" u="array getallheaders(void)"></s>
 <s f="virtual" u="bool virtual(string filename)">Perform an Apache sub-request</s>
-<s f="smfi_addheader" u="string smfi_addheader(string headerf, string headerv)">Adds a header to the current message.</s>
-<s f="smfi_addrcpt" u="string smfi_addrcpt(string rcpt)">Add a recipient to the message envelope.</s>
-<s f="smfi_chgheader" u="string smfi_chgheader(string headerf, string headerv)">Changes a header's value for the current message.</s>
-<s f="smfi_delrcpt" u="string smfi_delrcpt(string rcpt)">Removes the named recipient from the current message's envelope.</s>
+<s f="smfi_addheader" u="bool smfi_addheader(string headerf, string headerv)">Adds a header to the current message.</s>
+<s f="smfi_addrcpt" u="bool smfi_addrcpt(string rcpt)">Add a recipient to the message envelope.</s>
+<s f="smfi_chgheader" u="bool smfi_chgheader(string headerf, string headerv)">Changes a header's value for the current message.</s>
+<s f="smfi_delrcpt" u="bool smfi_delrcpt(string rcpt)">Removes the named recipient from the current message's envelope.</s>
 <s f="smfi_getsymval" u="string smfi_getsymval(string macro)">Returns the value of the given macro or NULL if the macro is not defined.</s>
-<s f="smfi_replacebody" u="string smfi_replacebody(string body)">Replaces the body of the current message. If called more than once,     subsequent calls result in data being appended to the new body.</s>
-<s f="smfi_setflags" u="string smfi_setflags(long flags)">Sets the flags describing the actions the filter may take.</s>
-<s f="smfi_setreply" u="string smfi_setreply(string rcode, string xcode, string message)">Directly set the SMTP error reply code for this connection.     This code will be used on subsequent error replies resulting from actions taken by this filter.</s>
-<s f="smfi_settimeout" u="string smfi_settimeout(long timeout)">Sets the number of seconds libmilter will wait for an MTA connection before timing out a socket.</s>
+<s f="smfi_replacebody" u="bool smfi_replacebody(string body)">Replaces the body of the current message. If called more than once,    subsequent calls result in data being appended to the new body.</s>
+<s f="smfi_setflags" u="void smfi_setflags(long flags)">Sets the flags describing the actions the filter may take.</s>
+<s f="smfi_setreply" u="bool smfi_setreply(string rcode, string xcode, string message)">Directly set the SMTP error reply code for this connection.    This code will be used on subsequent error replies resulting from actions taken by this filter.</s>
+<s f="smfi_settimeout" u="void smfi_settimeout(long timeout)">Sets the number of seconds libmilter will wait for an MTA connection before timing out a socket.</s>
 <s f="nsapi_request_headers" u="array nsapi_request_headers(void)">Get all headers from the request</s>
 <s f="nsapi_response_headers" u="array nsapi_response_headers(void)">Get all headers from the response</s>
 <s f="nsapi_virtual" u="bool nsapi_virtual(string uri)">Perform an NSAPI sub-request</s>
-
-<s k="if"/>
-<s k="elseif"/>
-<s k="else"/>
-<s k="endif"/>
-<s k="for"/>
-<s k="endfor"/>
-<s k="while"/>
-<s k="endwhile"/>
-<s k="switch"/>
-<s k="case"/>
-<s k="endswitch"/>
-<s k="break"/>
-<s k="continue"/>
-<s k="return"/>
-<s k="include"/>
-<s k="include_once"/>
-<s k="require"/>
-<s k="require_once"/>
-<s k="function"/>
-<s k="class"/>
-<s k="new"/>
-<s k="do"/>
-<s k="old_function"/>
-<s k="default"/>
-<s k="global"/>
-<s k="static"/>
-<s k="foreach"/>
-<s k="endforeach"/>
-<s k="extends"/>
-<s k="empty"/>
-<s k="array"/>
-<s k="echo"/>
-<s k="var"/>
-<s k="as"/>
-<s k="print"/>
-<s k="unset"/>
-<s k="exit"/>
-<s k="and"/>
-<s k="or"/>
-<s k="xor"/>
-<s k="list"/>
-<s k="null"/>
-<s k="false"/>
-<s k="true"/>
-<s k="AND"/>
-<s k="OR"/>
-<s k="NULL"/>
-<s k="FALSE"/>
-<s k="TRUE"/>
-<s k="abstract"/>
-<s k="catch"/>
-<s k="finally"/>
-<s k="try"/>
-<s k="private"/>
-<s k="protected"/>
-<s k="public"/>
-<s k="interface"/>
-<s k="implements"/>
-<s k="instanceof"/>
-<s k="super"/>
-<s k="throw"/>
-<s k="clone"/>
-<s k="const"/>
-<s k="declare"/>
-<s k="enddeclare"/>
-<s k="eval"/>
-<s k="use"/>
-<s k="isset"/>
-<s k="final"/>
-<s k="__FUNCTION__"/>
-<s k="__CLASS__"/>
-<s k="__METHOD__"/>
-<s k="__FILE__"/>
-<s k="__LINE__"/>
-<s k="__FUNCTION__"/>
-<s k="php_user_filter"/>
-<s k="cfunction"/>
-<s k="old_function"/>
-<s k="exception"/>
-<s k="die"/>
-
+<s f="display_disabled_function" u="void display_disabled_function(void)">Dummy function which displays an error when a disabled function is called.</s>
+<s f="class_exists" u="bool class_exists(string classname [, bool autoload])">Checks if the class exists</s>
+<s f="crash" u="void crash(void)">Cause the process to crash by copying data to an inaccesible location</s>
+<s f="create_function" u="string create_function(string args, string code)">Creates an anonymous function, and returns its name (funny, eh?)</s>
+<s f="debug_backtrace" u="array debug_backtrace(void)">Return backtrace as array</s>
+<s f="define" u="bool define(string constant_name, mixed value, boolean case_sensitive=true)">Define a new constant</s>
+<s f="defined" u="bool defined(string constant_name)">Check whether a constant exists</s>
+<s f="each" u="array each(array arr)">Return the currently pointed key..value pair in the passed array, and advance the pointer to the next element</s>
+<s f="error_reporting" u="int error_reporting(int new_error_level=null)">Return the current error_reporting level, and if an argument was passed - change to the new level</s>
+<s f="extension_loaded" u="bool extension_loaded(string extension_name)">Returns true if the named extension is loaded</s>
+<s f="func_get_arg" u="mixed func_get_arg(int arg_num)">Get the $arg_num'th argument that was passed to the function</s>
+<s f="func_get_args" u="array func_get_args()">Get an array of the arguments that were passed to the function</s>
+<s f="func_num_args" u="int func_num_args(void)">Get the number of arguments that were passed to the function</s>
+<s f="function_exists" u="bool function_exists(string function_name)">Checks if the function exists</s>
+<s f="get_class" u="string get_class([object object])">Retrieves the class name</s>
+<s f="get_class_methods" u="array get_class_methods(mixed class)">Returns an array of method names for class or class instance.</s>
+<s f="get_class_vars" u="array get_class_vars(string class_name)">Returns an array of default properties of the class.</s>
+<s f="get_declared_classes" u="array get_declared_classes()">Returns an array of all declared classes.</s>
+<s f="get_declared_interfaces" u="array get_declared_interfaces()">Returns an array of all declared interfaces.</s>
+<s f="get_defined_constants" u="array get_defined_constants([bool categorize])">Return an array containing the names and values of all defined constants</s>
+<s f="get_defined_functions" u="array get_defined_functions(void)">Returns an array of all defined functions</s>
+<s f="get_defined_vars" u="array get_defined_vars(void)">Returns an associative array of names and values of all currently defined variable names (variables in the current scope)</s>
+<s f="get_extension_funcs" u="array get_extension_funcs(string extension_name)">Returns an array with the names of functions belonging to the named extension</s>
+<s f="get_included_files" u="array get_included_files(void)">Returns an array with the file names that were included (includes require and once varieties)</s>
+<s f="get_loaded_extensions" u="array get_loaded_extensions([bool zend_extensions])">Return an array containing names of loaded extensions</s>
+<s f="get_object_vars" u="array get_object_vars(object obj)">Returns an array of object properties</s>
+<s f="get_parent_class" u="string get_parent_class([mixed object])">Retrieves the parent class name for object or class or current scope.</s>
+<s f="get_resource_type" u="string get_resource_type(resource res)">Get the resource type name for a given resource</s>
+<s f="interface_exists" u="bool interface_exists(string classname [, bool autoload])">Checks if the class exists</s>
+<s f="is_a" u="bool is_a(object object, string class_name)">Returns true if the object is of this class or has this class as one of its parents</s>
+<s f="is_subclass_of" u="bool is_subclass_of(object object, string class_name)">Returns true if the object has this class as one of its parents</s>
+<s f="leak" u="void leak(int num_bytes=3)">Cause an intentional memory leak, for testing/debugging purposes</s>
+<s f="method_exists" u="bool method_exists(object object, string method)">Checks if the class method exists</s>
+<s f="property_exists" u="bool property_exists(mixed object_or_class, string property_name)">Checks if the object or class has a property</s>
+<s f="restore_error_handler" u="void restore_error_handler(void)">Restores the previously defined error handler function</s>
+<s f="restore_exception_handler" u="void restore_exception_handler(void)">Restores the previously defined exception handler function</s>
+<s f="set_error_handler" u="string set_error_handler(string error_handler [, int error_types])">Sets a user-defined error handler function.  Returns the previously defined error handler, or false on error</s>
+<s f="set_exception_handler" u="string set_exception_handler(callable exception_handler)">Sets a user-defined exception handler function.  Returns the previously defined exception handler, or false on error</s>
+<s f="strcasecmp" u="int strcasecmp(string str1, string str2)">Binary safe case-insensitive string comparison</s>
+<s f="strcmp" u="int strcmp(string str1, string str2)">Binary safe string comparison</s>
+<s f="strlen" u="int strlen(string str)">Get string length</s>
+<s f="strncasecmp" u="int strncasecmp(string str1, string str2, int len)">Binary safe string comparison</s>
+<s f="strncmp" u="int strncmp(string str1, string str2, int len)">Binary safe string comparison</s>
+<s f="trigger_error" u="void trigger_error(string messsage [, int error_type])">Generates a user-level error/warning/notice message</s>
+<s f="zend_test_func" u="void zend_test_func(mixed arg1, mixed arg2)">Generic test function</s>
+<s f="zend_thread_id" u="int zend_thread_id(void)">Returns a unique identifier for the current thread</s>
+<s f="zend_version" u="string zend_version(void)">Get the version of the Zend Engine</s>
+<s f="ErrorException::getSeverity" u="int ErrorException::getSeverity()">Get the exception severity</s>
+<s f="Exception::__clone" u="Exception Exception::__clone()">Clone the exception object</s>
+<s f="Exception::__toString" u="string Exception::__toString()">Obtain the string representation of the Exception object</s>
+<s f="Exception::getCode" u="int Exception::getCode()">Get the exception code</s>
+<s f="Exception::getFile" u="string Exception::getFile()">Get the file in which the exception occurred</s>
+<s f="Exception::getLine" u="int Exception::getLine()">Get the line in which the exception occurred</s>
+<s f="Exception::getMessage" u="string Exception::getMessage()">Get the exception message</s>
+<s f="Exception::getTrace" u="array Exception::getTrace()">Get the stack trace for the location in which the exception occurred</s>
+<s f="Exception::getTraceAsString" u="string Exception::getTraceAsString()">Obtain the backtrace for the exception as a string (instead of an array)</s>
+<s f="Exception::__construct" u=" Exception::__construct(string message, int code)">Exception constructor</s>
+<s f="ErrorException::__construct" u=" ErrorException::__construct(string message, int code, int severity [, string filename [, int lineno]])">ErrorException constructor</s>
+<s f="__construct" u="([ mixed $args  [,  $...  ]] )">PHP 5 allows developers to declare constructor methods for classes. Classes which have a constructor method call this method on each newly-created object, so it is suitable for any initialization that the object may need before it is used.</s><s f="__destruct" u="( void  )">PHP 5 introduces a destructor concept similar to that of other object-oriented languages, such as C++. The destructor method will be called as soon as all references to a particular object are removed or when the object is explicitly destroyed or in any order in shutdown sequence.</s><s k="and" />
+<s k="or" />
+<s k="xor" />
+<s k="__FILE__" />
+<s k="exception" />
+<s k="__LINE__" />
+<s k="array" />
+<s k="as" />
+<s k="break" />
+<s k="case" />
+<s k="class" />
+<s k="const" />
+<s k="continue" />
+<s k="declare" />
+<s k="default" />
+<s k="die" />
+<s k="do" />
+<s k="echo" />
+<s k="else" />
+<s k="elseif" />
+<s k="empty" />
+<s k="enddeclare" />
+<s k="endfor" />
+<s k="endforeach" />
+<s k="endif" />
+<s k="endswitch" />
+<s k="endwhile" />
+<s k="eval" />
+<s k="exit" />
+<s k="extends" />
+<s k="for" />
+<s k="foreach" />
+<s k="function" />
+<s k="global" />
+<s k="if" />
+<s k="include" />
+<s k="include_once" />
+<s k="isset" />
+<s k="list" />
+<s k="new" />
+<s k="print" />
+<s k="require" />
+<s k="require_once" />
+<s k="return" />
+<s k="static" />
+<s k="switch" />
+<s k="unset" />
+<s k="use" />
+<s k="var" />
+<s k="while" />
+<s k="__FUNCTION__" />
+<s k="__CLASS__" />
+<s k="__METHOD__" />
+<s k="final" />
+<s k="php_user_filter" />
+<s k="interface" />
+<s k="implements" />
+<s k="instanceof" />
+<s k="public" />
+<s k="private" />
+<s k="protected" />
+<s k="abstract" />
+<s k="clone" />
+<s k="try" />
+<s k="catch" />
+<s k="throw" />
+<s k="this" />
+<s k="final" />
+<s k="__NAMESPACE__" />
+<s k="namespace" />
+<s k="__DIR__" />
+<s k="true" />
+<s k="false" />
+<s k="null" />
+<s k="static" />
+<s k="parent" />
 <s t="string"/>
-<s t="unset"/>
 <s t="object"/>
 <s t="bool"/>
 <s t="boolean"/>
-<s t="real"/>
+<s t="unicode"/>
 <s t="double"/>
 <s t="float"/>
+<s t="array" />
+<s t="resource" />
 <s t="int"/>
 <s t="integer"/>
-
-<s c="CASE_LOWER"/>
-<s c="CASE_UPPER"/>
-<s c="SORT_ASC"/>
-<s c="SORT_DESC"/>
-<s c="SORT_REGULAR"/>
-<s c="SORT_NUMERIC"/>
-<s c="SORT_STRING"/>
-<s c="COUNT_NORMAL"/>
-<s c="COUNT_RECURSIVE"/>
-<s c="EXTR_OVERWRITE"/>
-<s c="EXTR_SKIP"/>
-<s c="EXTR_PREFIX_SAME"/>
-<s c="EXTR_PREFIX_ALL"/>
-<s c="EXTR_PREFIX_INVALID"/>
-<s c="EXTR_PREFIX_IF_EXISTS"/>
-<s c="EXTR_IF_EXISTS"/>
-<s c="EXTR_REFS"/>
-<s c="CAL_GREGORIAN"/>
-<s c="CAL_JULIAN"/>
-<s c="CAL_JEWISH"/>
-<s c="CAL_FRENCH"/>
-<s c="CAL_NUM_CALS"/>
-<s c="CAL_DOW_DAYNO"/>
-<s c="CAL_DOW_SHORT"/>
-<s c="CAL_DOW_LONG"/>
-<s c="CAL_MONTH_GREGORIAN_SHORT"/>
-<s c="CAL_MONTH_GREGORIAN_LONG"/>
-<s c="CAL_MONTH_JULIAN_SHORT"/>
-<s c="CAL_MONTH_JULIAN_LONG"/>
-<s c="CAL_MONTH_JEWISH"/>
-<s c="CAL_MONTH_FRENCH"/>
-<s c="CAL_EASTER_DEFAULT"/>
-<s c="CAL_EASTER_ROMAN"/>
-<s c="CAL_EASTER_ALWAYS_GREGORIAN"/>
-<s c="CAL_EASTER_ALWAYS_JULIAN"/>
-<s c="CAL_JEWISH_ADD_ALAFIM_GERESH"/>
-<s c="CAL_JEWISH_ADD_ALAFIM"/>
-<s c="CAL_JEWISH_ADD_GERESHAYIM"/>
-<s c="CLSCTX_INPROC_SERVER"/>
-<s c="CLSCTX_INPROC_HANDLER"/>
-<s c="CLSCTX_LOCAL_SERVER"/>
-<s c="CLSCTX_REMOTE_SERVER"/>
-<s c="CLSCTX_SERVER"/>
-<s c="CLSCTX_ALL"/>
-<s c="VT_NULL"/>
-<s c="VT_EMPTY"/>
-<s c="VT_UI1"/>
-<s c="VT_I2"/>
-<s c="VT_I4"/>
-<s c="VT_R4"/>
-<s c="VT_R8"/>
-<s c="VT_BOOL"/>
-<s c="VT_ERROR"/>
-<s c="VT_CY"/>
-<s c="VT_DATE"/>
-<s c="VT_BSTR"/>
-<s c="VT_DECIMAL"/>
-<s c="VT_UNKNOWN"/>
-<s c="VT_DISPATCH"/>
-<s c="VT_VARIANT"/>
-<s c="VT_I1"/>
-<s c="VT_UI2"/>
-<s c="VT_UI4"/>
-<s c="VT_INT"/>
-<s c="VT_UINT"/>
-<s c="VT_ARRAY"/>
-<s c="VT_BYREF"/>
-<s c="CP_ACP"/>
-<s c="CP_MACCP"/>
-<s c="CP_OEMCP"/>
-<s c="CP_UTF7"/>
-<s c="CP_UTF8"/>
-<s c="CP_SYMBOL"/>
-<s c="CP_THREAD_ACP"/>
-<s c="VARCMP_LT"/>
-<s c="VARCMP_EQ"/>
-<s c="VARCMP_GT"/>
-<s c="VARCMP_NULL"/>
-<s c="NORM_IGNORECASE"/>
-<s c="NORM_IGNORENONSPACE"/>
-<s c="NORM_IGNORESYMBOLS"/>
-<s c="NORM_IGNOREWIDTH"/>
-<s c="NORM_IGNOREKANATYPE"/>
-<s c="NORM_IGNOREKASHIDA"/>
-<s c="DISP_E_DIVBYZERO"/>
-<s c="DISP_E_OVERFLOW"/>
-<s c="MK_E_UNAVAILABLE"/>
-<s c="CPDF_PM_NONE"/>
-<s c="CPDF_PM_OUTLINES"/>
-<s c="CPDF_PM_THUMBS"/>
-<s c="CPDF_PM_FULLSCREEN"/>
-<s c="CPDF_PL_SINGLE"/>
-<s c="CPDF_PL_1COLUMN"/>
-<s c="CPDF_PL_2LCOLUMN"/>
-<s c="CPDF_PL_2RCOLUMN"/>
-<s c="CURLOPT_PORT"/>
-<s c="CURLOPT_FILE"/>
-<s c="CURLOPT_INFILE"/>
-<s c="CURLOPT_INFILESIZE"/>
-<s c="CURLOPT_URL"/>
-<s c="CURLOPT_PROXY"/>
-<s c="CURLOPT_VERBOSE"/>
-<s c="CURLOPT_HEADER"/>
-<s c="CURLOPT_HTTPHEADER"/>
-<s c="CURLOPT_NOPROGRESS"/>
-<s c="CURLOPT_NOBODY"/>
-<s c="CURLOPT_FAILONERROR"/>
-<s c="CURLOPT_UPLOAD"/>
-<s c="CURLOPT_POST"/>
-<s c="CURLOPT_FTPLISTONLY"/>
-<s c="CURLOPT_FTPAPPEND"/>
-<s c="CURLOPT_NETRC"/>
-<s c="CURLOPT_FOLLOWLOCATION"/>
-<s c="CURLOPT_FTPASCII"/>
-<s c="CURLOPT_PUT"/>
-<s c="CURLOPT_MUTE"/>
-<s c="CURLOPT_USERPWD"/>
-<s c="CURLOPT_PROXYUSERPWD"/>
-<s c="CURLOPT_RANGE"/>
-<s c="CURLOPT_TIMEOUT"/>
-<s c="CURLOPT_POSTFIELDS"/>
-<s c="CURLOPT_REFERER"/>
-<s c="CURLOPT_USERAGENT"/>
-<s c="CURLOPT_FTPPORT"/>
-<s c="CURLOPT_LOW_SPEED_LIMIT"/>
-<s c="CURLOPT_LOW_SPEED_TIME"/>
-<s c="CURLOPT_RESUME_FROM"/>
-<s c="CURLOPT_COOKIE"/>
-<s c="CURLOPT_SSLCERT"/>
-<s c="CURLOPT_SSLCERTPASSWD"/>
-<s c="CURLOPT_WRITEHEADER"/>
-<s c="CURLOPT_SSL_VERIFYHOST"/>
-<s c="CURLOPT_COOKIEFILE"/>
-<s c="CURLOPT_SSLVERSION"/>
-<s c="CURLOPT_TIMECONDITION"/>
-<s c="CURLOPT_TIMEVALUE"/>
-<s c="CURLOPT_CUSTOMREQUEST"/>
-<s c="CURLOPT_STDERR"/>
-<s c="CURLOPT_TRANSFERTEXT"/>
-<s c="CURLOPT_RETURNTRANSFER"/>
-<s c="CURLOPT_QUOTE"/>
-<s c="CURLOPT_POSTQUOTE"/>
-<s c="CURLOPT_INTERFACE"/>
-<s c="CURLOPT_KRB4LEVEL"/>
-<s c="CURLOPT_HTTPPROXYTUNNEL"/>
-<s c="CURLOPT_FILETIME"/>
-<s c="CURLOPT_WRITEFUNCTION"/>
-<s c="CURLOPT_READFUNCTION"/>
-<s c="CURLOPT_PASSWDFUNCTION"/>
-<s c="CURLOPT_HEADERFUNCTION"/>
-<s c="CURLOPT_MAXREDIRS"/>
-<s c="CURLOPT_MAXCONNECTS"/>
-<s c="CURLOPT_CLOSEPOLICY"/>
-<s c="CURLOPT_FRESH_CONNECT"/>
-<s c="CURLOPT_FORBID_REUSE"/>
-<s c="CURLOPT_RANDOM_FILE"/>
-<s c="CURLOPT_EGDSOCKET"/>
-<s c="CURLOPT_CONNECTTIMEOUT"/>
-<s c="CURLOPT_SSL_VERIFYPEER"/>
-<s c="CURLOPT_CAINFO"/>
-<s c="CURLOPT_COOKIEJAR"/>
-<s c="CURLOPT_SSL_CIPHER_LIST"/>
-<s c="CURLOPT_BINARYTRANSFER"/>
-<s c="CURLCLOSEPOLICY_LEAST_RECENTLY_USED"/>
-<s c="CURLCLOSEPOLICY_LEAST_TRAFFIC"/>
-<s c="CURLCLOSEPOLICY_SLOWEST"/>
-<s c="CURLCLOSEPOLICY_CALLBACK"/>
-<s c="CURLCLOSEPOLICY_OLDEST"/>
-<s c="CURLINFO_EFFECTIVE_URL"/>
-<s c="CURLINFO_HTTP_CODE"/>
-<s c="CURLINFO_HEADER_SIZE"/>
-<s c="CURLINFO_REQUEST_SIZE"/>
-<s c="CURLINFO_TOTAL_TIME"/>
-<s c="CURLINFO_NAMELOOKUP_TIME"/>
-<s c="CURLINFO_CONNECT_TIME"/>
-<s c="CURLINFO_PRETRANSFER_TIME"/>
-<s c="CURLINFO_SIZE_UPLOAD"/>
-<s c="CURLINFO_SIZE_DOWNLOAD"/>
-<s c="CURLINFO_SPEED_DOWNLOAD"/>
-<s c="CURLINFO_SPEED_UPLOAD"/>
-<s c="CURLINFO_FILETIME"/>
-<s c="CURLINFO_SSL_VERIFYRESULT"/>
-<s c="CURLINFO_CONTENT_LENGTH_DOWNLOAD"/>
-<s c="CURLINFO_CONTENT_LENGTH_UPLOAD"/>
-<s c="CURLE_OK"/>
-<s c="CURLE_UNSUPPORTED_PROTOCOL"/>
-<s c="CURLE_FAILED_INIT"/>
-<s c="CURLE_URL_MALFORMAT"/>
-<s c="CURLE_URL_MALFORMAT_USER"/>
-<s c="CURLE_COULDNT_RESOLVE_PROXY"/>
-<s c="CURLE_COULDNT_RESOLVE_HOST"/>
-<s c="CURLE_COULDNT_CONNECT"/>
-<s c="CURLE_FTP_WEIRD_SERVER_REPLY"/>
-<s c="CURLE_FTP_ACCESS_DENIED"/>
-<s c="CURLE_FTP_USER_PASSWORD_INCORRECT"/>
-<s c="CURLE_FTP_WEIRD_PASS_REPLY"/>
-<s c="CURLE_FTP_WEIRD_USER_REPLY"/>
-<s c="CURLE_FTP_WEIRD_PASV_REPLY"/>
-<s c="CURLE_FTP_WEIRD_227_FORMAT"/>
-<s c="CURLE_FTP_CANT_GET_HOST"/>
-<s c="CURLE_FTP_CANT_RECONNECT"/>
-<s c="CURLE_FTP_COULDNT_SET_BINARY"/>
-<s c="CURLE_PARTIAL_FILE"/>
-<s c="CURLE_FTP_COULDNT_RETR_FILE"/>
-<s c="CURLE_FTP_WRITE_ERROR"/>
-<s c="CURLE_FTP_QUOTE_ERROR"/>
-<s c="CURLE_HTTP_NOT_FOUND"/>
-<s c="CURLE_WRITE_ERROR"/>
-<s c="CURLE_MALFORMAT_USER"/>
-<s c="CURLE_FTP_COULDNT_STOR_FILE"/>
-<s c="CURLE_READ_ERROR"/>
-<s c="CURLE_OUT_OF_MEMORY"/>
-<s c="CURLE_OPERATION_TIMEOUTED"/>
-<s c="CURLE_FTP_COULDNT_SET_ASCII"/>
-<s c="CURLE_FTP_PORT_FAILED"/>
-<s c="CURLE_FTP_COULDNT_USE_REST"/>
-<s c="CURLE_FTP_COULDNT_GET_SIZE"/>
-<s c="CURLE_HTTP_RANGE_ERROR"/>
-<s c="CURLE_HTTP_POST_ERROR"/>
-<s c="CURLE_SSL_CONNECT_ERROR"/>
-<s c="CURLE_FTP_BAD_DOWNLOAD_RESUME"/>
-<s c="CURLE_FILE_COULDNT_READ_FILE"/>
-<s c="CURLE_LDAP_CANNOT_BIND"/>
-<s c="CURLE_LDAP_SEARCH_FAILED"/>
-<s c="CURLE_LIBRARY_NOT_FOUND"/>
-<s c="CURLE_FUNCTION_NOT_FOUND"/>
-<s c="CURLE_ABORTED_BY_CALLBACK"/>
-<s c="CURLE_BAD_FUNCTION_ARGUMENT"/>
-<s c="CURLE_BAD_CALLING_ORDER"/>
-<s c="CURLE_HTTP_PORT_FAILED"/>
-<s c="CURLE_BAD_PASSWORD_ENTERED"/>
-<s c="CURLE_TOO_MANY_REDIRECTS"/>
-<s c="CURLE_UNKNOWN_TELNET_OPTION"/>
-<s c="CURLE_TELNET_OPTION_SYNTAX"/>
-<s c="CURLE_OBSOLETE"/>
-<s c="CURLE_SSL_PEER_CERTIFICATE"/>
-<s c="CYRUS_CONN_NONSYNCLITERAL"/>
-<s c="CYRUS_CONN_INITIALRESPONSE"/>
-<s c="CYRUS_CALLBACK_NUMBERED"/>
-<s c="CYRUS_CALLBACK_NOLITERAL"/>
+<s c="BBCODE_TYPE_NOARG" />
+<s c="BBCODE_TYPE_SINGLE" />
+<s c="BBCODE_TYPE_ARG" />
+<s c="BBCODE_TYPE_OPTARG" />
+<s c="BBCODE_TYPE_ROOT" />
+<s c="BBCODE_FLAGS_ARG_PARSING" />
+<s c="BBCODE_FLAGS_CDATA_NOT_ALLOWED" />
+<s c="BBCODE_FLAGS_SMILEYS_ON" />
+<s c="BBCODE_FLAGS_SMILEYS_OFF" />
+<s c="BBCODE_FLAGS_ONE_OPEN_PER_LEVEL" />
+<s c="BBCODE_FLAGS_REMOVE_IF_EMPTY" />
+<s c="BBCODE_FLAGS_DENY_REOPEN_CHILD" />
+<s c="BBCODE_ARG_DOUBLE_QUOTE" />
+<s c="BBCODE_ARG_SINGLE_QUOTE" />
+<s c="BBCODE_ARG_HTML_QUOTE" />
+<s c="BBCODE_AUTO_CORRECT" />
+<s c="BBCODE_CORRECT_REOPEN_TAGS" />
+<s c="BBCODE_DISABLE_TREE_BUILD" />
+<s c="BBCODE_DEFAULT_SMILEYS_ON" />
+<s c="BBCODE_DEFAULT_SMILEYS_OFF" />
+<s c="BBCODE_FORCE_SMILEYS_OFF" />
+<s c="BBCODE_SMILEYS_CASE_INSENSITIVE" />
+<s c="BBCODE_SET_FLAGS_SET" />
+<s c="BBCODE_SET_FLAGS_ADD" />
+<s c="BBCODE_SET_FLAGS_REMOVE" />
+<s c="XML_ELEMENT_NODE">1</s>
+<s c="XML_ATTRIBUTE_NODE">2</s>
+<s c="XML_TEXT_NODE">3</s>
+<s c="XML_CDATA_SECTION_NODE">4</s>
+<s c="XML_ENTITY_REF_NODE">5</s>
+<s c="XML_ENTITY_NODE">6</s>
+<s c="XML_PI_NODE">7</s>
+<s c="XML_COMMENT_NODE">8</s>
+<s c="XML_DOCUMENT_NODE">9</s>
+<s c="XML_DOCUMENT_TYPE_NODE">10</s>
+<s c="XML_DOCUMENT_FRAG_NODE">11</s>
+<s c="XML_NOTATION_NODE">12</s>
+<s c="XML_GLOBAL_NAMESPACE">1</s>
+<s c="XML_LOCAL_NAMESPACE">2</s>
+<s c="XML_HTML_DOCUMENT_NODE" /> 
+<s c="XML_DTD_NODE" /> 
+<s c="XML_ELEMENT_DECL_NODE" /> 
+<s c="XML_ATTRIBUTE_DECL_NODE" /> 
+<s c="XML_ENTITY_DECL_NODE" /> 
+<s c="XML_NAMESPACE_DECL_NODE" /> 
+<s c="XML_ATTRIBUTE_CDATA" /> 
+<s c="XML_ATTRIBUTE_ID" /> 
+<s c="XML_ATTRIBUTE_IDREF" /> 
+<s c="XML_ATTRIBUTE_IDREFS" /> 
+<s c="XML_ATTRIBUTE_ENTITY" /> 
+<s c="XML_ATTRIBUTE_NMTOKEN" /> 
+<s c="XML_ATTRIBUTE_NMTOKENS" /> 
+<s c="XML_ATTRIBUTE_ENUMERATION" /> 
+<s c="XML_ATTRIBUTE_NOTATION" /> 
+<s c="XPATH_UNDEFINED" /> 
+<s c="XPATH_NODESET" /> 
+<s c="XPATH_BOOLEAN" /> 
+<s c="XPATH_NUMBER" /> 
+<s c="XPATH_STRING" /> 
+<s c="XPATH_POINT" /> 
+<s c="XPATH_RANGE" /> 
+<s c="XPATH_LOCATIONSET" /> 
+<s c="XPATH_USERS" /> 
+<s c="XPATH_NUMBER" /> 
+<s c="MQSERIES_MQCC_OK">MQCC_OK</s>
+<s c="MQSERIES_MQCC_WARNING">MQCC_WARNING</s>
+<s c="MQSERIES_MQCC_FAILED">MQCC_FAILED</s>
+<s c="MQSERIES_MQCC_UNKNOWN">MQCC_UNKNOWN</s>
+<s c="CLSCTX_INPROC_SERVER" />
+<s c="CLSCTX_INPROC_HANDLER" />
+<s c="CLSCTX_LOCAL_SERVER" />
+<s c="CLSCTX_REMOTE_SERVER" />
+<s c="CLSCTX_SERVER" />
+<s c="CLSCTX_ALL" />
+<s c="VT_NULL" />
+<s c="VT_EMPTY" />
+<s c="VT_UI1" />
+<s c="VT_I2" />
+<s c="VT_I4" />
+<s c="VT_R4" />
+<s c="VT_R8" />
+<s c="VT_BOOL" />
+<s c="VT_ERROR" />
+<s c="VT_CY" />
+<s c="VT_DATE" />
+<s c="VT_BSTR" />
+<s c="VT_DECIMAL" />
+<s c="VT_UNKNOWN" />
+<s c="VT_DISPATCH" />
+<s c="VT_VARIANT" />
+<s c="VT_I1" />
+<s c="VT_UI2" />
+<s c="VT_UI4" />
+<s c="VT_INT" />
+<s c="VT_UINT" />
+<s c="VT_ARRAY" />
+<s c="VT_BYREF" />
+<s c="CP_ACP" />
+<s c="CP_MACCP" />
+<s c="CP_OEMCP" />
+<s c="CP_UTF7" />
+<s c="CP_UTF8" />
+<s c="CP_SYMBOL" />
+<s c="CP_THREAD_ACP" />
+<s c="VARCMP_LT" />
+<s c="VARCMP_EQ" />
+<s c="VARCMP_GT" />
+<s c="VARCMP_NULL" />
+<s c="NORM_IGNORECASE" />
+<s c="NORM_IGNORENONSPACE" />
+<s c="NORM_IGNORESYMBOLS" />
+<s c="NORM_IGNOREWIDTH" />
+<s c="NORM_IGNOREKANATYPE" />
+<s c="NORM_IGNOREKASHIDA" />
+<s c="DISP_E_DIVBYZERO" />
+<s c="DISP_E_OVERFLOW" />
+<s c="MK_E_UNAVAILABLE" />
+<s c="PGSQL_ASSOC" />
+<s c="PGSQL_NUM" />
+<s c="PGSQL_BOTH" />
+<s c="PGSQL_CONNECT_FORCE_NEW" />
+<s c="PGSQL_CONNECTION_BAD" />
+<s c="PGSQL_CONNECTION_OK" />
+<s c="PGSQL_SEEK_SET" />
+<s c="PGSQL_SEEK_CUR" />
+<s c="PGSQL_SEEK_END" />
+<s c="PGSQL_EMPTY_QUERY" />
+<s c="PGSQL_COMMAND_OK" />
+<s c="PGSQL_TUPLES_OK" />
+<s c="PGSQL_COPY_OUT" />
+<s c="PGSQL_COPY_IN" />
+<s c="PGSQL_BAD_RESPONSE" />
+<s c="PGSQL_NONFATAL_ERROR" />
+<s c="PGSQL_FATAL_ERROR" />
+<s c="PGSQL_TRANSACTION_IDLE" />
+<s c="PGSQL_TRANSACTION_ACTIVE" />
+<s c="PGSQL_TRANSACTION_INTRANS" />
+<s c="PGSQL_TRANSACTION_INERROR" />
+<s c="PGSQL_TRANSACTION_UNKNOWN" />
+<s c="PGSQL_DIAG_SEVERITY" />
+<s c="PGSQL_DIAG_SQLSTATE" />
+<s c="PGSQL_DIAG_MESSAGE_PRIMARY" />
+<s c="PGSQL_DIAG_MESSAGE_DETAIL" />
+<s c="PGSQL_DIAG_MESSAGE_HINT" />
+<s c="PGSQL_DIAG_STATEMENT_POSITION" />
+<s c="PGSQL_DIAG_INTERNAL_POSITION" />
+<s c="PG_DIAG_STATEMENT_POSITION" />
+<s c="PG_DIAG_INTERNAL_QUERY" />
+<s c="PGSQL_DIAG_INTERNAL_QUERY" />
+<s c="PGSQL_DIAG_CONTEXT" />
+<s c="PGSQL_DIAG_SOURCE_FILE" />
+<s c="PGSQL_DIAG_SOURCE_LINE" />
+<s c="PGSQL_DIAG_SOURCE_FUNCTION" />
+<s c="PGSQL_ERRORS_TERSE" />
+<s c="PGSQL_ERRORS_DEFAULT" />
+<s c="PGSQL_ERRORS_VERBOSE" />
+<s c="PGSQL_STATUS_LONG" />
+<s c="PGSQL_STATUS_STRING" />
+<s c="PGSQL_CONV_IGNORE_DEFAULT" />
+<s c="PGSQL_CONV_FORCE_NULL" />
+<s c="XSLT_OPT_SILENT" />
+<s c="XSLT_SABOPT_PARSE_PUBLIC_ENTITIES" />
+<s c="XSLT_SABOPT_DISABLE_ADDING_META" />
+<s c="XSLT_SABOPT_DISABLE_STRIPPING" />
+<s c="XSLT_SABOPT_IGNORE_DOC_NOT_FOUND" />
+<s c="XSLT_SABOPT_FILES_TO_HANDLER" />
+<s c="XSLT_ERR_UNSUPPORTED_SCHEME" />
+<s c="IBASE_DEFAULT">The default transaction settings are to be used. This default is determined by the client library, which defines it as IBASE_WRITE|IBASE_CONCURRENCY|IBASE_WAIT in most cases.</s>
+<s c="IBASE_READ">Starts a read-only transaction.</s>
+<s c="IBASE_WRITE">Starts a read-write transaction.</s>
+<s c="IBASE_CONSISTENCY">Starts a transaction with the isolation level set to 'consistency', which means the transaction cannot read from tables that are being modified by other concurrent transactions.</s>
+<s c="IBASE_CONCURRENCY">Starts a transaction with the isolation level set to 'concurrency' (or 'snapshot'), which means the transaction has access to all tables, but cannot see changes that were committed by other transactions after the transaction was started.</s>
+<s c="IBASE_COMMITTED">Starts a transaction with the isolation level set to 'read committed'. This flag should be combined with either IBASE_REC_VERSION or IBASE_REC_NO_VERSION . This isolation level allows access to changes that were committed after the transaction was started. If IBASE_REC_NO_VERSION was specified, only the latest version of a row can be read. If IBASE_REC_VERSION was specified, a row can even be read when a modification to it is pending in a concurrent transaction.</s>
+<s c="IBASE_WAIT">Indicated that a transaction should wait and retry when a conflict occurs.</s>
+<s c="IBASE_NOWAIT">Indicated that a transaction should fail immediately when a conflict occurs.</s>
+<s c="IBASE_FETCH_BLOBS">Also available as IBASE_TEXT for backward compatibility. Causes BLOB contents to be fetched inline, instead of being fetched as BLOB identifiers.</s>
+<s c="IBASE_FETCH_ARRAYS">Causes arrays to be fetched inline. Otherwise, array identifiers are returned. Array identifiers can only be used as arguments to INSERT operations, as no functions to handle array identifiers are currently available.</s>
+<s c="IBASE_UNIXTIME">Causes date and time fields not to be returned as strings, but as UNIX timestamps (the number of seconds since the epoch, which is 1-Jan-1970 0:00 UTC). Might be problematic if used with dates before 1970 on some systems.</s>
+<s c="CAL_GREGORIAN" />
+<s c="CAL_JULIAN" />
+<s c="CAL_JEWISH" />
+<s c="CAL_FRENCH" />
+<s c="CAL_NUM_CALS" />
+<s c="CAL_DOW_DAYNO" />
+<s c="CAL_DOW_SHORT" />
+<s c="CAL_DOW_LONG" />
+<s c="CAL_MONTH_GREGORIAN_SHORT" />
+<s c="CAL_MONTH_GREGORIAN_LONG" />
+<s c="CAL_MONTH_JULIAN_SHORT" />
+<s c="CAL_MONTH_JULIAN_LONG" />
+<s c="CAL_MONTH_JEWISH" />
+<s c="CAL_MONTH_FRENCH" />
+<s c="CAL_EASTER_DEFAULT" />
+<s c="CAL_EASTER_ROMAN" />
+<s c="CAL_EASTER_ALWAYS_GREGORIAN" />
+<s c="CAL_EASTER_ALWAYS_JULIAN" />
+<s c="CAL_JEWISH_ADD_ALAFIM_GERESH" />
+<s c="CAL_JEWISH_ADD_ALAFIM" />
+<s c="CAL_JEWISH_ADD_GERESHAYIM" />
+<s c="RAR_HOST_MSDOS" />
+<s c="RAR_HOST_OS2" />
+<s c="RAR_HOST_WIN32" />
+<s c="RAR_HOST_UNIX" />
+<s c="RAR_HOST_BEOS" />
+<s c="ICONV_IMPL">string</s>
+<s c="ICONV_VERSION">string</s>
+<s c="ICONV_MIME_DECODE_STRICT">integer</s>
+<s c="ICONV_MIME_DECODE_CONTINUE_ON_ERROR">integer</s>
+<s c="CYRUS_CONN_NONSYNCLITERAL" />
+<s c="CYRUS_CONN_INITIALRESPONSE" />
+<s c="CYRUS_CALLBACK_NUMBERED" />
+<s c="CYRUS_CALLBACK_NOLITERAL" />
+<s c="MING_NEW" />
+<s c="MING_ZLIB" />
+<s c="SWFBUTTON_HIT" />
+<s c="SWFBUTTON_DOWN" />
+<s c="SWFBUTTON_OVER" />
+<s c="SWFBUTTON_UP" />
+<s c="SWFBUTTON_MOUSEUPOUTSIDE" />
+<s c="SWFBUTTON_DRAGOVER" />
+<s c="SWFBUTTON_DRAGOUT" />
+<s c="SWFBUTTON_MOUSEUP" />
+<s c="SWFBUTTON_MOUSEDOWN" />
+<s c="SWFBUTTON_MOUSEOUT" />
+<s c="SWFBUTTON_MOUSEOVER" />
+<s c="SWFFILL_RADIAL_GRADIENT" />
+<s c="SWFFILL_LINEAR_GRADIENT" />
+<s c="SWFFILL_TILED_BITMAP" />
+<s c="SWFFILL_CLIPPED_BITMAP" />
+<s c="SWFTEXTFIELD_HASLENGTH" />
+<s c="SWFTEXTFIELD_NOEDIT" />
+<s c="SWFTEXTFIELD_PASSWORD" />
+<s c="SWFTEXTFIELD_MULTILINE" />
+<s c="SWFTEXTFIELD_WORDWRAP" />
+<s c="SWFTEXTFIELD_DRAWBOX" />
+<s c="SWFTEXTFIELD_NOSELECT" />
+<s c="SWFTEXTFIELD_HTML" />
+<s c="SWFTEXTFIELD_ALIGN_LEFT" />
+<s c="SWFTEXTFIELD_ALIGN_RIGHT" />
+<s c="SWFTEXTFIELD_ALIGN_CENTER" />
+<s c="SWFTEXTFIELD_ALIGN_JUSTIFY" />
+<s c="SWFACTION_ONLOAD" />
+<s c="SWFACTION_ENTERFRAME" />
+<s c="SWFACTION_UNLOAD" />
+<s c="SWFACTION_MOUSEMOVE" />
+<s c="SWFACTION_MOUSEDOWN" />
+<s c="SWFACTION_MOUSEUP" />
+<s c="SWFACTION_KEYDOWN" />
+<s c="SWFACTION_KEYUP" />
+<s c="SWFACTION_DATA" />
+<s c="DBX_MYSQL" />
+<s c="DBX_ODBC" />
+<s c="DBX_PGSQL" />
+<s c="DBX_MSSQL" />
+<s c="DBX_FBSQL" />
+<s c="DBX_OCI8" />
+<s c="DBX_SYBASECT" />
+<s c="DBX_SQLITE" />
+<s c="DBX_PERSISTENT" />
+<s c="DBX_RESULT_INFO" />
+<s c="DBX_RESULT_INDEX" />
+<s c="DBX_RESULT_ASSOC" />
+<s c="DBX_RESULT_UNBUFFERED" />
+<s c="DBX_COLNAMES_UNCHANGED" />
+<s c="DBX_COLNAMES_UPPERCASE" />
+<s c="DBX_COLNAMES_LOWERCASE" />
+<s c="DBX_CMP_NATIVE" />
+<s c="DBX_CMP_TEXT" />
+<s c="DBX_CMP_NUMBER" />
+<s c="DBX_CMP_ASC" />
+<s c="DBX_CMP_DESC" />
+<s c="DATE_ATOM" />
+<s c="DATE_COOKIE" />
+<s c="DATE_ISO8601" />
+<s c="DATE_RFC822" />
+<s c="DATE_RFC850" />
+<s c="DATE_RFC1036" />
+<s c="DATE_RFC1123" />
+<s c="DATE_RFC2822" />
+<s c="DATE_RFC3339" />
+<s c="DATE_RSS" />
+<s c="DATE_W3C" />
+<s c="SUNFUNCS_RET_TIMESTAMP" />
+<s c="SUNFUNCS_RET_STRING" />
+<s c="SUNFUNCS_RET_DOUBLE" />
+<s c="AF_UNIX" />
+<s c="AF_INET" />
+<s c="AF_INET6" />
+<s c="SOCK_STREAM" />
+<s c="SOCK_DGRAM" />
+<s c="SOCK_RAW" />
+<s c="SOCK_SEQPACKET" />
+<s c="SOCK_RDM" />
+<s c="MSG_OOB" />
+<s c="MSG_WAITALL" />
+<s c="MSG_PEEK" />
+<s c="MSG_DONTROUTE" />
+<s c="MSG_EOR" />
+<s c="MSG_EOF" />
+<s c="SO_DEBUG" />
+<s c="SO_REUSEADDR" />
+<s c="SO_KEEPALIVE" />
+<s c="SO_DONTROUTE" />
+<s c="SO_LINGER" />
+<s c="SO_BROADCAST" />
+<s c="SO_OOBINLINE" />
+<s c="SO_SNDBUF" />
+<s c="SO_RCVBUF" />
+<s c="SO_SNDLOWAT" />
+<s c="SO_RCVLOWAT" />
+<s c="SO_SNDTIMEO" />
+<s c="SO_RCVTIMEO" />
+<s c="SO_TYPE" />
+<s c="SO_ERROR" />
+<s c="SOL_SOCKET" />
+<s c="PHP_NORMAL_READ" />
+<s c="PHP_BINARY_READ" />
+<s c="SOL_TCP" />
+<s c="SOL_UDP" />
+<s c="MAILPARSE_EXTRACT_OUTPUT" />
+<s c="MAILPARSE_EXTRACT_STREAM" />
+<s c="MAILPARSE_EXTRACT_RETURN" />
+<s c="MYSQL_CLIENT_COMPRESS">Use compression protocol</s>
+<s c="MYSQL_CLIENT_IGNORE_SPACE">Allow space after function names</s>
+<s c="MYSQL_CLIENT_INTERACTIVE">Allow interactive_timeout seconds (instead of wait_timeout) of inactivity before closing the connection.</s>
+<s c="MYSQL_CLIENT_SSL">Use SSL encryption. This flag is only available with version 4.x of the MySQL client library or newer. Version 3.23.x is bundled both with PHP 4 and Windows binaries of PHP 5.</s>
+<s c="MYSQL_ASSOC">Columns are returned into the array having the fieldname as the array index.</s>
+<s c="MYSQL_BOTH">Columns are returned into the array having both a numerical index and the fieldname as the array index.</s>
+<s c="MYSQL_NUM">Columns are returned into the array having a numerical index to the fields. This index starts with 0, the first field in the result.</s>
+<s c="MYSQLI_READ_DEFAULT_GROUP" />
+<s c="MYSQLI_READ_DEFAULT_FILE" />
+<s c="MYSQLI_OPT_CONNECT_TIMEOUT" />
+<s c="MYSQLI_OPT_LOCAL_INFILE" />
+<s c="MYSQLI_INIT_COMMAND" />
+<s c="MYSQLI_CLIENT_SSL" />
+<s c="MYSQLI_CLIENT_COMPRESS" />
+<s c="MYSQLI_CLIENT_INTERACTIVE" />
+<s c="MYSQLI_CLIENT_IGNORE_SPACE" />
+<s c="MYSQLI_CLIENT_NO_SCHEMA" />
+<s c="MYSQLI_CLIENT_MULTI_QUERIES" />
+<s c="MYSQLI_STORE_RESULT" />
+<s c="MYSQLI_USE_RESULT" />
+<s c="MYSQLI_ASSOC" />
+<s c="MYSQLI_NUM" />
+<s c="MYSQLI_BOTH" />
+<s c="MYSQLI_NOT_NULL_FLAG" />
+<s c="MYSQLI_PRI_KEY_FLAG" />
+<s c="MYSQLI_UNIQUE_KEY_FLAG" />
+<s c="MYSQLI_MULTIPLE_KEY_FLAG" />
+<s c="MYSQLI_BLOB_FLAG" />
+<s c="MYSQLI_UNSIGNED_FLAG" />
+<s c="MYSQLI_ZEROFILL_FLAG" />
+<s c="MYSQLI_AUTO_INCREMENT_FLAG" />
+<s c="MYSQLI_TIMESTAMP_FLAG" />
+<s c="MYSQLI_SET_FLAG" />
+<s c="MYSQLI_NUM_FLAG" />
+<s c="MYSQLI_PART_KEY_FLAG" />
+<s c="MYSQLI_GROUP_FLAG" />
+<s c="MYSQLI_TYPE_DECIMAL" />
+<s c="MYSQLI_TYPE_NEWDECIMAL" />
+<s c="MYSQLI_TYPE_BIT" />
+<s c="MYSQLI_TYPE_TINY" />
+<s c="MYSQLI_TYPE_SHORT" />
+<s c="MYSQLI_TYPE_LONG" />
+<s c="MYSQLI_TYPE_FLOAT" />
+<s c="MYSQLI_TYPE_DOUBLE" />
+<s c="MYSQLI_TYPE_NULL" />
+<s c="MYSQLI_TYPE_TIMESTAMP" />
+<s c="MYSQLI_TYPE_LONGLONG" />
+<s c="MYSQLI_TYPE_INT24" />
+<s c="MYSQLI_TYPE_DATE" />
+<s c="MYSQLI_TYPE_TIME" />
+<s c="MYSQLI_TYPE_DATETIME" />
+<s c="MYSQLI_TYPE_YEAR" />
+<s c="MYSQLI_TYPE_NEWDATE" />
+<s c="MYSQLI_TYPE_ENUM" />
+<s c="MYSQLI_TYPE_SET" />
+<s c="MYSQLI_TYPE_TINY_BLOB" />
+<s c="MYSQLI_TYPE_MEDIUM_BLOB" />
+<s c="MYSQLI_TYPE_LONG_BLOB" />
+<s c="MYSQLI_TYPE_BLOB" />
+<s c="MYSQLI_TYPE_VAR_STRING" />
+<s c="MYSQLI_TYPE_STRING" />
+<s c="MYSQLI_TYPE_GEOMETRY" />
+<s c="MYSQLI_NEED_DATA" />
+<s c="MYSQLI_NO_DATA" />
+<s c="MYSQLI_DATA_TRUNCATED" />
+<s c="IIS_READ" />
+<s c="IIS_WRITE" />
+<s c="IIS_EXECUTE" />
+<s c="IIS_SCRIPT" />
+<s c="IIS_ANONYMOUS" />
+<s c="IIS_BASIC" />
+<s c="IIS_NTLM" />
+<s c="IIS_STARTING" />
+<s c="IIS_STOPPED" />
+<s c="IIS_PAUSED" />
+<s c="IIS_RUNNING" />
+<s c="GMP_ROUND_ZERO" />
+<s c="GMP_ROUND_PLUSINF" />
+<s c="GMP_ROUND_MINUSINF" />
+<s c="GMP_VERSION" />
+<s c="EXIF_USE_MBSTRING" />
+<s c="XML_ERROR_NONE" />
+<s c="XML_ERROR_NO_MEMORY" />
+<s c="XML_ERROR_SYNTAX" />
+<s c="XML_ERROR_NO_ELEMENTS" />
+<s c="XML_ERROR_INVALID_TOKEN" />
+<s c="XML_ERROR_UNCLOSED_TOKEN" />
+<s c="XML_ERROR_PARTIAL_CHAR" />
+<s c="XML_ERROR_TAG_MISMATCH" />
+<s c="XML_ERROR_DUPLICATE_ATTRIBUTE" />
+<s c="XML_ERROR_JUNK_AFTER_DOC_ELEMENT" />
+<s c="XML_ERROR_PARAM_ENTITY_REF" />
+<s c="XML_ERROR_UNDEFINED_ENTITY" />
+<s c="XML_ERROR_RECURSIVE_ENTITY_REF" />
+<s c="XML_ERROR_ASYNC_ENTITY" />
+<s c="XML_ERROR_BAD_CHAR_REF" />
+<s c="XML_ERROR_BINARY_ENTITY_REF" />
+<s c="XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF" />
+<s c="XML_ERROR_MISPLACED_XML_PI" />
+<s c="XML_ERROR_UNKNOWN_ENCODING" />
+<s c="XML_ERROR_INCORRECT_ENCODING" />
+<s c="XML_ERROR_UNCLOSED_CDATA_SECTION" />
+<s c="XML_ERROR_EXTERNAL_ENTITY_HANDLING" />
+<s c="XML_OPTION_CASE_FOLDING" />
+<s c="XML_OPTION_TARGET_ENCODING" />
+<s c="XML_OPTION_SKIP_TAGSTART" />
+<s c="XML_OPTION_SKIP_WHITE" />
+<s c="LDAP_DEREF_NEVER" />
+<s c="LDAP_DEREF_SEARCHING" />
+<s c="LDAP_DEREF_FINDING" />
+<s c="LDAP_DEREF_ALWAYS" />
+<s c="LDAP_OPT_DEREF" />
+<s c="LDAP_OPT_SIZELIMIT" />
+<s c="LDAP_OPT_TIMELIMIT" />
+<s c="LDAP_OPT_NETWORK_TIMEOUT" />
+<s c="LDAP_OPT_PROTOCOL_VERSION" />
+<s c="LDAP_OPT_ERROR_NUMBER" />
+<s c="LDAP_OPT_REFERRALS" />
+<s c="LDAP_OPT_RESTART" />
+<s c="LDAP_OPT_HOST_NAME" />
+<s c="LDAP_OPT_ERROR_STRING" />
+<s c="LDAP_OPT_MATCHED_DN" />
+<s c="LDAP_OPT_SERVER_CONTROLS" />
+<s c="LDAP_OPT_CLIENT_CONTROLS" />
+<s c="LDAP_OPT_DEBUG_LEVEL" />
+<s c="GSLC_SSL_NO_AUTH" />
+<s c="GSLC_SSL_ONEWAY_AUTH" />
+<s c="GSLC_SSL_TWOWAY_AUTH" />
+<s c="GLOB_BRACE" />
+<s c="GLOB_ONLYDIR" />
+<s c="GLOB_MARK" />
+<s c="GLOB_NOSORT" />
+<s c="GLOB_NOCHECK" />
+<s c="GLOB_NOESCAPE" />
+<s c="PATHINFO_DIRNAME" />
+<s c="PATHINFO_BASENAME" />
+<s c="PATHINFO_EXTENSION" />
+<s c="PATHINFO_FILENAME" />
+<s c="FILE_USE_INCLUDE_PATH" />
+<s c="FILE_APPEND" />
+<s c="FILE_IGNORE_NEW_LINES" />
+<s c="FILE_SKIP_EMPTY_LINES" />
+<s c="FILE_BINARY" />
+<s c="FILE_TEXT" />
+<s c="PKCS7_TEXT">Adds text/plain content type headers to encrypted/signed message. If decrypting or verifying, it strips those headers from the output - if the decrypted or verified message is not of MIME type text/plain then an error will occur.</s>
+<s c="PKCS7_BINARY">Normally the input message is converted to &quot;canonical&quot; format which is effectively using CR and LF as end of line: as required by the S/MIME specification. When this options is present, no translation occurs. This is useful when handling binary data which may not be in MIME format.</s>
+<s c="PKCS7_NOINTERN">When verifying a message, certificates (if any) included in the message are normally searched for the signing certificate. With this option only the certificates specified in the extracerts parameter of openssl_pkcs7_verify are used. The supplied certificates can still be used as untrusted CAs however.</s>
+<s c="PKCS7_NOVERIFY">Do not verify the signers certificate of a signed message.</s>
+<s c="PKCS7_NOCHAIN">Do not chain verification of signers certificates: that is don't use the certificates in the signed message as untrusted CAs.</s>
+<s c="PKCS7_NOCERTS">When signing a message the signer's certificate is normally included - with this option it is excluded. This will reduce the size of the signed message but the verifier must have a copy of the signers certificate available locally (passed using the extracerts to openssl_pkcs7_verify for example).</s>
+<s c="PKCS7_NOATTR">Normally when a message is signed, a set of attributes are included which include the signing time and the supported symmetric algorithms. With this option they are not included.</s>
+<s c="PKCS7_DETACHED">When signing a message, use cleartext signing with the MIME type multipart/signed. This is the default if you do not specify any flags to openssl_pkcs7_sign . If you turn this option off, the message will be signed using opaque signing, which is more resistant to translation by mail relays but cannot be read by mail agents that do not support S/MIME.</s>
+<s c="PKCS7_NOSIGS">Don't try and verify the signatures on a message</s>
+<s c="WIN32_SERVICE_CONTROL_CONTINUE" />
+<s c="WIN32_SERVICE_CONTROL_INTERROGATE" />
+<s c="WIN32_SERVICE_CONTROL_PAUSE" />
+<s c="WIN32_SERVICE_CONTROL_STOP" />
+<s c="WIN32_SERVICE_CONTROL_HARDWAREPROFILECHANGE" />
+<s c="WIN32_SERVICE_CONTROL_POWEREVENT" />
+<s c="WIN32_SERVICE_CONTROL_SESSIONCHANGE" />
+<s c="WIN32_ERROR_CALL_NOT_IMPLEMENTED" />
+<s c="WIN32_NO_ERROR" />
+<s c="WIN32_SERVICE_RUNNING" />
+<s c="WIN32_SERVICE_STOPPED" />
+<s c="WIN32_SERVICE_STOP_PENDING" />
+<s c="WIN32_SERVICE_WIN32_OWN_PROCESS" />
+<s c="WIN32_SERVICE_INTERACTIVE_PROCESS" />
+<s c="WIN32_SERVICE_START_PENDING" />
+<s c="WIN32_SERVICE_CONTINUE_PENDING" />
+<s c="WIN32_SERVICE_PAUSE_PENDING" />
+<s c="WIN32_SERVICE_PAUSED" />
+<s c="WIN32_SERVICE_ACCEPT_NETBINDCHANGE" />
+<s c="WIN32_SERVICE_ACCEPT_PARAMCHANGE" />
+<s c="WIN32_SERVICE_ACCEPT_PAUSE_CONTINUE" />
+<s c="WIN32_SERVICE_ACCEPT_SHUTDOWN" />
+<s c="WIN32_SERVICE_ACCEPT_STOP" />
+<s c="WIN32_SERVICE_ACCEPT_HARDWAREPROFILECHANGE" />
+<s c="WIN32_SERVICE_ACCEPT_POWEREVENT" />
+<s c="WIN32_SERVICE_ACCEPT_SESSIONCHANGE" />
+<s c="WIN32_SERVICE_FILE_SYSTEM_DRIVER" />
+<s c="WIN32_SERVICE_KERNEL_DRIVER" />
+<s c="WIN32_SERVICE_WIN32_SHARE_PROCESS" />
+<s c="WIN32_SERVICE_RUNS_IN_SYSTEM_PROCESS" />
+<s c="WNOHANG" />
+<s c="WUNTRACED" />
+<s c="SIG_IGN" />
+<s c="SIG_DFL" />
+<s c="SIG_ERR" />
+<s c="SIGHUP" />
+<s c="SIGINT" />
+<s c="SIGQUIT" />
+<s c="SIGILL" />
+<s c="SIGTRAP" />
+<s c="SIGABRT" />
+<s c="SIGIOT" />
+<s c="SIGBUS" />
+<s c="SIGFPE" />
+<s c="SIGKILL" />
+<s c="SIGUSR1" />
+<s c="SIGSEGV" />
+<s c="SIGUSR2" />
+<s c="SIGPIPE" />
+<s c="SIGALRM" />
+<s c="SIGTERM" />
+<s c="SIGSTKFLT" />
+<s c="SIGCLD" />
+<s c="SIGCHLD" />
+<s c="SIGCONT" />
+<s c="SIGSTOP" />
+<s c="SIGTSTP" />
+<s c="SIGTTIN" />
+<s c="SIGTTOU" />
+<s c="SIGURG" />
+<s c="SIGXCPU" />
+<s c="SIGXFSZ" />
+<s c="SIGVTALRM" />
+<s c="SIGPROF" />
+<s c="SIGWINCH" />
+<s c="SIGPOLL" />
+<s c="SIGIO" />
+<s c="SIGPWR" />
+<s c="SIGSYS" />
+<s c="SIGBABY" />
+<s c="HW_ATTR_LANG" />
+<s c="HW_ATTR_NR" />
+<s c="HW_ATTR_NONE" />
+<s c="HASH_HMAC" />
+<s c="STREAM_FILTER_READ">Used with stream_filter_append and stream_filter_prepend to indicate that the specified filter should only be applied when reading</s>
+<s c="STREAM_FILTER_WRITE">Used with stream_filter_append and stream_filter_prepend to indicate that the specified filter should only be applied when writing</s>
+<s c="STREAM_FILTER_ALL">This constant is equivalent to STREAM_FILTER_READ | STREAM_FILTER_WRITE</s>
+<s c="PSFS_PASS_ON">Return Code indicating that the userspace filter returned buckets in $out .</s>
+<s c="PSFS_FEED_ME">Return Code indicating that the userspace filter did not return buckets in $out (i.e. No data available).</s>
+<s c="PSFS_ERR_FATAL">Return Code indicating that the userspace filter encountered an unrecoverable error (i.e. Invalid data received).</s>
+<s c="STREAM_USE_PATH">Flag indicating if the stream used the include path.</s>
+<s c="STREAM_REPORT_ERRORS">Flag indicating if the wrapper is responsible for raising errors using trigger_error during opening of the stream. If this flag is not set, you should not raise any errors.</s>
+<s c="STREAM_CLIENT_ASYNC_CONNECT">Open client socket asynchronously. This option must be used together with the STREAM_CLIENT_CONNECT flag. Used with stream_socket_client .</s>
+<s c="STREAM_CLIENT_CONNECT">Open client socket connection. Client sockets should always include this flag. Used with stream_socket_client .</s>
+<s c="STREAM_CLIENT_PERSISTENT">Client socket opened with stream_socket_client should remain persistent between page loads.</s>
+<s c="STREAM_SERVER_BIND">Tells a stream created with stream_socket_server to bind to the specified target. Server sockets should always include this flag.</s>
+<s c="STREAM_SERVER_LISTEN">Tells a stream created with stream_socket_server and bound using the STREAM_SERVER_BIND flag to start listening on the socket. Connection-orientated transports (such as TCP) must use this flag, otherwise the server socket will not be enabled. Using this flag for connect-less transports (such as UDP) is an error.</s>
+<s c="STREAM_NOTIFY_RESOLVE">A remote address required for this stream has been resolved, or the resolution failed. See severity for an indication of which happened.</s>
+<s c="STREAM_NOTIFY_CONNECT">A connection with an external resource has been established.</s>
+<s c="STREAM_NOTIFY_AUTH_REQUIRED">Additional authorization is required to access the specified resource. Typical issued with severity level of STREAM_NOTIFY_SEVERITY_ERR .</s>
+<s c="STREAM_NOTIFY_MIME_TYPE_IS">The mime-type of resource has been identified, refer to message for a description of the discovered type.</s>
+<s c="STREAM_NOTIFY_FILE_SIZE_IS">The size of the resource has been discovered.</s>
+<s c="STREAM_NOTIFY_REDIRECTED">The external resource has redirected the stream to an alternate location. Refer to message .</s>
+<s c="STREAM_NOTIFY_PROGRESS">Indicates current progress of the stream transfer in bytes_transferred and possibly bytes_max as well.</s>
+<s c="STREAM_NOTIFY_COMPLETED">There is no more data available on the stream.</s>
+<s c="STREAM_NOTIFY_FAILURE">A generic error occurred on the stream, consult message and message_code for details.</s>
+<s c="STREAM_NOTIFY_AUTH_RESULT">Authorization has been completed (with or without success).</s>
+<s c="STREAM_NOTIFY_SEVERITY_INFO">Normal, non-error related, notification.</s>
+<s c="STREAM_NOTIFY_SEVERITY_WARN">Non critical error condition. Processing may continue.</s>
+<s c="STREAM_NOTIFY_SEVERITY_ERR">A critical error occurred. Processing cannot continue.</s>
+<s c="STREAM_IPPROTO_ICMP">Provides a ICMP socket.</s>
+<s c="STREAM_IPPROTO_IP">Provides a IP socket.</s>
+<s c="STREAM_IPPROTO_RAW">Provides a RAW socket.</s>
+<s c="STREAM_IPPROTO_TCP">Provides a TCP socket.</s>
+<s c="STREAM_IPPROTO_UDP">Provides a UDP socket.</s>
+<s c="STREAM_PF_INET">Internet Protocol Version 4 (IPv4).</s>
+<s c="STREAM_PF_INET6">Internet Protocol Version 6 (IPv6).</s>
+<s c="STREAM_PF_UNIX">Unix system internal protocols.</s>
+<s c="STREAM_SOCK_DGRAM">Provides datagrams, which are connectionless messages (UDP, for example).</s>
+<s c="STREAM_SOCK_RAW">Provides a raw socket, which provides access to internal network protocols and interfaces. Usually this type of socket is just available to the root user.</s>
+<s c="STREAM_SOCK_RDM">Provides a RDM (Reliably-delivered messages) socket.</s>
+<s c="STREAM_SOCK_SEQPACKET">Provides a sequenced packet stream socket.</s>
+<s c="STREAM_SOCK_STREAM">Provides sequenced, two-way byte streams with a transmission mechanism for out-of-band data (TCP, for example).</s>
+<s c="STREAM_SHUT_RD">Used with stream_socket_shutdown to disable further receptions. Added in PHP 5.2.1.</s>
+<s c="STREAM_SHUT_WR">Used with stream_socket_shutdown to disable further transmissions. Added in PHP 5.2.1.</s>
+<s c="STREAM_SHUT_RDWR">Used with stream_socket_shutdown to disable further receptions and transmissions. Added in PHP 5.2.1.</s>
+<s c="GD_VERSION" />
+<s c="GD_MAJOR_VERSION" />
+<s c="GD_MINOR_VERSION" />
+<s c="GD_RELEASE_VERSION" />
+<s c="GD_EXTRA_VERSION" />
+<s c="IMG_GIF" />
+<s c="IMG_JPG" />
+<s c="IMG_JPEG" />
+<s c="IMAGE_JPG" />
+<s c="IMG_PNG" />
+<s c="IMG_WBMP" />
+<s c="IMG_XPM" />
+<s c="IMG_COLOR_TILED" />
+<s c="IMG_COLOR_STYLED" />
+<s c="IMG_COLOR_BRUSHED" />
+<s c="IMG_COLOR_STYLEDBRUSHED" />
+<s c="IMG_COLOR_TRANSPARENT" />
+<s c="IMG_ARC_ROUNDED" />
+<s c="IMG_ARC_PIE" />
+<s c="IMG_ARC_CHORD" />
+<s c="IMG_ARC_NOFILL" />
+<s c="IMG_ARC_EDGED" />
+<s c="IMG_GD2_RAW" />
+<s c="IMG_GD2_COMPRESSED" />
+<s c="IMG_EFFECT_REPLACE" />
+<s c="IMG_EFFECT_ALPHABLEND" />
+<s c="IMG_EFFECT_NORMAL" />
+<s c="IMG_EFFECT_OVERLAY" />
+<s c="IMG_FILTER_NEGATE" />
+<s c="IMG_FILTER_GRAYSCALE" />
+<s c="IMG_FILTER_BRIGHTNESS" />
+<s c="IMG_FILTER_CONTRAST" />
+<s c="IMG_FILTER_COLORIZE" />
+<s c="IMG_FILTER_EDGEDETECT" />
+<s c="IMG_FILTER_GAUSSIAN_BLUR" />
+<s c="IMG_FILTER_SELECTIVE_BLUR" />
+<s c="IMG_FILTER_EMBOSS" />
+<s c="IMG_FILTER_MEAN_REMOVAL" />
+<s c="IMG_FILTER_SMOOTH" />
+<s c="IMAGETYPE_GIF" />
+<s c="IMAGETYPE_JPEG" />
+<s c="IMAGETYPE_PNG" />
+<s c="IMAGETYPE_SWF" />
+<s c="IMAGETYPE_PSD" />
+<s c="IMAGETYPE_BMP" />
+<s c="IMAGETYPE_WBMP" />
+<s c="IMAGETYPE_XBM" />
+<s c="IMAGETYPE_TIFF_II" />
+<s c="IMAGETYPE_TIFF_MM" />
+<s c="IMAGETYPE_IFF" />
+<s c="IMAGETYPE_JB2" />
+<s c="IMAGETYPE_JPC" />
+<s c="IMAGETYPE_JP2" />
+<s c="IMAGETYPE_JPX" />
+<s c="IMAGETYPE_SWC" />
+<s c="IMAGETYPE_ICO" />
+<s c="PNG_NO_FILTER" />
+<s c="PNG_FILTER_NONE" />
+<s c="PNG_FILTER_SUB" />
+<s c="PNG_FILTER_UP" />
+<s c="PNG_FILTER_AVG" />
+<s c="PNG_FILTER_PAETH" />
+<s c="PNG_ALL_FILTERS" />
+<s c="INGRES_ASSOC" />
+<s c="INGRES_NUM" />
+<s c="INGRES_BOTH" />
+<s c="INGRES_EXT_VERSION" />
+<s c="INGRES_API_VERSION" />
+<s c="INGRES_CURSOR_READONLY" />
+<s c="INGRES_CURSOR_UPDATE" />
+<s c="INGRES_DATE_MULTINATIONAL" />
+<s c="INGRES_DATE_MULTINATIONAL4" />
+<s c="INGRES_DATE_FINNISH" />
+<s c="INGRES_DATE_ISO" />
+<s c="INGRES_DATE_ISO4" />
+<s c="INGRES_DATE_GERMAN" />
+<s c="INGRES_DATE_MDY" />
+<s c="INGRES_DATE_DMY" />
+<s c="INGRES_DATE_YMD" />
+<s c="INGRES_MONEY_LEADING" />
+<s c="INGRES_MONEY_TRAILING" />
+<s c="INGRES_STRUCTURE_BTREE" />
+<s c="INGRES_STRUCTURE_CBTREE" />
+<s c="INGRES_STRUCTURE_HASH" />
+<s c="INGRES_STRUCTURE_CHASH" />
+<s c="INGRES_STRUCTURE_HEAP" />
+<s c="INGRES_STRUCTURE_CHEAP" />
+<s c="INGRES_STRUCTURE_ISAM" />
+<s c="INGRES_STRUCTURE_CISAM" />
+<s c="_LINECAP_BUTT" /> 
+<s c="_LINECAP_ROUND" /> 
+<s c="_LINECAP_SQUARED" /> 
+<s c="_LINEJOIN_MITER" /> 
+<s c="_LINEJOIN_ROUND" /> 
+<s c="_LINEJOIN_BEVEL" /> 
+<s c="ALC_FREQUENCY" />
+<s c="ALC_REFRESH" />
+<s c="ALC_SYNC" />
+<s c="AL_FREQUENCY" />
+<s c="AL_BITS" />
+<s c="AL_CHANNELS" />
+<s c="AL_SIZE" />
+<s c="AL_BUFFER" />
+<s c="AL_SOURCE_RELATIVE" />
+<s c="AL_SOURCE_STATE" />
+<s c="AL_PITCH" />
+<s c="AL_GAIN" />
+<s c="AL_MIN_GAIN" />
+<s c="AL_MAX_GAIN" />
+<s c="AL_MAX_DISTANCE" />
+<s c="AL_ROLLOFF_FACTOR" />
+<s c="AL_CONE_OUTER_GAIN" />
+<s c="AL_CONE_INNER_ANGLE" />
+<s c="AL_CONE_OUTER_ANGLE" />
+<s c="AL_REFERENCE_DISTANCE" />
+<s c="AL_POSITION" />
+<s c="AL_VELOCITY" />
+<s c="AL_DIRECTION" />
+<s c="AL_ORIENTATION" />
+<s c="AL_FORMAT_MONO8" />
+<s c="AL_FORMAT_MONO16" />
+<s c="AL_FORMAT_STEREO8" />
+<s c="AL_FORMAT_STEREO16" />
+<s c="AL_INITIAL" />
+<s c="AL_PLAYING" />
+<s c="AL_PAUSED" />
+<s c="AL_STOPPED" />
+<s c="AL_LOOPING" />
+<s c="AL_TRUE" />
+<s c="AL_FALSE" />
+<s c="M_PENDING" />
+<s c="M_DONE" />
+<s c="M_ERROR" />
+<s c="M_FAIL" />
+<s c="M_SUCCESS" />
+<s c="MHASH_ADLER32" />
+<s c="MHASH_CRC32" />
+<s c="MHASH_CRC32B" />
+<s c="MHASH_GOST" />
+<s c="MHASH_HAVAL128" />
+<s c="MHASH_HAVAL160" />
+<s c="MHASH_HAVAL192" />
+<s c="MHASH_HAVAL256" />
+<s c="MHASH_MD4" />
+<s c="MHASH_MD5" />
+<s c="MHASH_RIPEMD160" />
+<s c="MHASH_SHA1" />
+<s c="MHASH_SHA256" />
+<s c="MHASH_TIGER" />
+<s c="MHASH_TIGER128" />
+<s c="MHASH_TIGER160" />
+<s c="LIBXML_COMPACT" />
+<s c="LIBXML_DTDATTR" />
+<s c="LIBXML_DTDLOAD" />
+<s c="LIBXML_DTDVALID" />
+<s c="LIBXML_NOBLANKS" />
+<s c="LIBXML_NOCDATA" />
+<s c="LIBXML_NOEMPTYTAG" />
+<s c="LIBXML_NOENT" />
+<s c="LIBXML_NOERROR" />
+<s c="LIBXML_NONET" />
+<s c="LIBXML_NOWARNING" />
+<s c="LIBXML_NOXMLDECL" />
+<s c="LIBXML_NSCLEAN" />
+<s c="LIBXML_XINCLUDE" />
+<s c="LIBXML_ERR_ERROR" />
+<s c="LIBXML_ERR_FATAL" />
+<s c="LIBXML_ERR_NONE" />
+<s c="LIBXML_ERR_WARNING" />
+<s c="LIBXML_VERSION" />
+<s c="LIBXML_DOTTED_VERSION" />
+<s c="FAMC">Some value which can be obtained with fstat(1) changed for a file or directory.</s>
+<s c="FAMD">A file or directory was deleted or renamed.</s>
+<s c="FAMC">A file was created in a directory.</s>
+<s c="FAMM">This event never occurs.</s>
+<s c="FAMA">An event in response to fam_cancel_monitor .</s>
+<s c="FAME">An event upon request to monitor a file or directory. When a directory is monitored, an event for that directory and every file contained in that directory is issued.</s>
+<s c="XATTR_ROOT" />
+<s c="XATTR_DONTFOLLOW" />
+<s c="XATTR_CREATE" />
+<s c="XATTR_REPLACE" />
+<s c="MB_OVERLOAD_MAIL" />
+<s c="MB_OVERLOAD_STRING" />
+<s c="MB_OVERLOAD_REGEX" />
+<s c="MB_CASE_UPPER" />
+<s c="MB_CASE_LOWER" />
+<s c="MB_CASE_TITLE" />
+<s c="CLASSKIT_ACC_PRIVATE" />
+<s c="CLASSKIT_ACC_PROTECTED" />
+<s c="CLASSKIT_ACC_PUBLIC" />
+<s c="SNMP_OID_OUTPUT_FULL" />
+<s c="SNMP_OID_OUTPUT_NUMERIC" />
+<s c="SNMP_VALUE_LIBRARY" />
+<s c="SNMP_VALUE_PLAIN" />
+<s c="SNMP_VALUE_OBJECT" />
+<s c="SNMP_BIT_STR" />
+<s c="SNMP_OCTET_STR" />
+<s c="SNMP_OPAQUE" />
+<s c="SNMP_NULL" />
+<s c="SNMP_OBJECT_ID" />
+<s c="SNMP_IPADDRESS" />
+<s c="SNMP_COUNTER" />
+<s c="SNMP_UNSIGNED" />
+<s c="SNMP_TIMETICKS" />
+<s c="SNMP_UINTEGER" />
+<s c="SNMP_INTEGER" />
+<s c="SNMP_COUNTER64" />
+<s c="RPMREADER_MINIMUM" />
+<s c="RPMREADER_NAME" />
+<s c="RPMREADER_VERSION" />
+<s c="RPMREADER_RELEASE" />
+<s c="RPMREADER_EPOCH" />
+<s c="RPMREADER_SERIAL" />
+<s c="RPMREADER_SUMMARY" />
+<s c="RPMREADER_DESCRIPTION" />
+<s c="RPMREADER_BUILDTIME" />
+<s c="RPMREADER_BUILDHOST" />
+<s c="RPMREADER_INSTALLTIME" />
+<s c="RPMREADER_SIZE" />
+<s c="RPMREADER_DISTRIBUTION" />
+<s c="RPMREADER_VENDOR" />
+<s c="RPMREADER_GIF" />
+<s c="RPMREADER_XPM" />
+<s c="RPMREADER_LICENSE" />
+<s c="RPMREADER_COPYRIGHT" />
+<s c="RPMREADER_PACKAGER" />
+<s c="RPMREADER_GROUP" />
+<s c="RPMREADER_SOURCE" />
+<s c="RPMREADER_PATCH" />
+<s c="RPMREADER_URL" />
+<s c="RPMREADER_OS" />
+<s c="RPMREADER_ARCH" />
+<s c="RPMREADER_PREIN" />
+<s c="RPMREADER_POSTIN" />
+<s c="RPMREADER_PREUN" />
+<s c="RPMREADER_POSTUN" />
+<s c="RPMREADER_OLDFILENAMES" />
+<s c="RPMREADER_FILESIZES" />
+<s c="RPMREADER_FILESTATES" />
+<s c="RPMREADER_FILEMODES" />
+<s c="RPMREADER_FILERDEVS" />
+<s c="RPMREADER_FILEMTIMES" />
+<s c="RPMREADER_FILEMD5S" />
+<s c="RPMREADER_FILELINKTOS" />
+<s c="RPMREADER_FILEFLAGS" />
+<s c="RPMREADER_FILEUSERNAME" />
+<s c="RPMREADER_FILEGROUPNAME" />
+<s c="RPMREADER_ICON" />
+<s c="RPMREADER_SOURCERPM" />
+<s c="RPMREADER_FILEVERIFYFLAGS" />
+<s c="RPMREADER_ARCHIVESIZE" />
+<s c="RPMREADER_PROVIDENAME" />
+<s c="RPMREADER_PROVIDES" />
+<s c="RPMREADER_REQUIREFLAGS" />
+<s c="RPMREADER_REQUIRENAME" />
+<s c="RPMREADER_REQUIREVERSION" />
+<s c="RPMREADER_CONFLICTFLAGS" />
+<s c="RPMREADER_CONFLICTNAME" />
+<s c="RPMREADER_CONFLICTVERSION" />
+<s c="RPMREADER_EXCLUDEARCH" />
+<s c="RPMREADER_EXCLUDEOS" />
+<s c="RPMREADER_EXCLUSIVEARCH" />
+<s c="RPMREADER_EXCLUSIVEOS" />
+<s c="RPMREADER_RPMVERSION" />
+<s c="RPMREADER_TRIGGERSCRIPTS" />
+<s c="RPMREADER_TRIGGERNAME" />
+<s c="RPMREADER_TRIGGERVERSION" />
+<s c="RPMREADER_TRIGGERFLAGS" />
+<s c="RPMREADER_TRIGGERINDEX" />
+<s c="RPMREADER_VERIFYSCRIPT" />
+<s c="RPMREADER_CHANGELOGTIME" />
+<s c="RPMREADER_CHANGELOGNAME" />
+<s c="RPMREADER_CHANGELOGTEXT" />
+<s c="RPMREADER_PREINPROG" />
+<s c="RPMREADER_POSTINPROG" />
+<s c="RPMREADER_PREUNPROG" />
+<s c="RPMREADER_POSTUNPROG" />
+<s c="RPMREADER_BUILDARCHS" />
+<s c="RPMREADER_OBSOLETENAME" />
+<s c="RPMREADER_OBSOLETES" />
+<s c="RPMREADER_VERIFYSCRIPTPROG" />
+<s c="RPMREADER_TRIGGERSCRIPTPROG" />
+<s c="RPMREADER_COOKIE" />
+<s c="RPMREADER_FILEDEVICES" />
+<s c="RPMREADER_FILEINODES" />
+<s c="RPMREADER_FILELANGS" />
+<s c="RPMREADER_PREFIXES" />
+<s c="RPMREADER_INSTPREFIXES" />
+<s c="RPMREADER_PROVIDEFLAGS" />
+<s c="RPMREADER_PROVIDEVERSION" />
+<s c="RPMREADER_OBSOLETEFLAGS" />
+<s c="RPMREADER_OBSOLETEVERSION" />
+<s c="RPMREADER_DIRINDEXES" />
+<s c="RPMREADER_BASENAMES" />
+<s c="RPMREADER_DIRNAMES" />
+<s c="RPMREADER_OPTFLAGS" />
+<s c="RPMREADER_DISTURL" />
+<s c="RPMREADER_PAYLOADFORMAT" />
+<s c="RPMREADER_PAYLOADCOMPRESSOR" />
+<s c="RPMREADER_PAYLOADFLAGS" />
+<s c="RPMREADER_INSTALLCOLOR" />
+<s c="RPMREADER_INSTALLTID" />
+<s c="RPMREADER_REMOVETID" />
+<s c="RPMREADER_RHNPLATFORM" />
+<s c="RPMREADER_PLATFORM" />
+<s c="RPMREADER_PATCHESNAME" />
+<s c="RPMREADER_PATCHESFLAGS" />
+<s c="RPMREADER_PATCHESVERSION" />
+<s c="RPMREADER_CACHECTIME" />
+<s c="RPMREADER_CACHEPKGPATH" />
+<s c="RPMREADER_CACHEPKGSIZE" />
+<s c="RPMREADER_CACHEPKGMTIME" />
+<s c="RPMREADER_FILECOLORS" />
+<s c="RPMREADER_FILECLASS" />
+<s c="RPMREADER_CLASSDICT" />
+<s c="RPMREADER_FILEDEPENDSX" />
+<s c="RPMREADER_FILEDEPENDSN" />
+<s c="RPMREADER_DEPENDSDICT" />
+<s c="RPMREADER_SOURCEPKGID" />
+<s c="RPMREADER_FILECONTEXTS" />
+<s c="RPMREADER_FSCONTEXTS" />
+<s c="RPMREADER_RECONTEXTS" />
+<s c="RPMREADER_POLICIES" />
+<s c="RPMREADER_MAXIMUM" />
+<s c="SID" />
+<s c="FRIBIDI_CHARSET_UTF8" />
+<s c="FRIBIDI_CHARSET_8859_6" />
+<s c="FRIBIDI_CHARSET_8859_8" />
+<s c="FRIBIDI_CHARSET_CP1255" />
+<s c="FRIBIDI_CHARSET_CP1256" />
+<s c="FRIBIDI_CHARSET_ISIRI_3342" />
+<s c="FRIBIDI_CHARSET_CAP_RTL" />
+<s c="FRIBIDI_RTL" />
+<s c="FRIBIDI_LTR" />
+<s c="FRIBIDI_AUTO" />
+<s c="XSL_CLONE_AUTO" />
+<s c="XSL_CLONE_NEVER" />
+<s c="XSL_CLONE_ALWAYS" />
+<s c="LIBXSLT_VERSION" />
+<s c="LIBXSLT_DOTTED_VERSION" />
+<s c="LIBEXSLT_VERSION" />
+<s c="LIBEXSLT_DOTTED_VERSION" />
+<s c="INTL_MAX_LOCALE_LEN" />
+<s c="PHP_URL_SCHEME" />
+<s c="PHP_URL_HOST" />
+<s c="PHP_URL_PORT" />
+<s c="PHP_URL_USER" />
+<s c="PHP_URL_PASS" />
+<s c="PHP_URL_PATH" />
+<s c="PHP_URL_QUERY" />
+<s c="PHP_URL_FRAGMENT" />
+<s c="PDO::MYSQL_ATTR_USE_BUFFERED_QUERY" />
+<s c="PDO::MYSQL_ATTR_LOCAL_INFILE" />
+<s c="PDO::MYSQL_ATTR_INIT_COMMAND" />
+<s c="PDO::MYSQL_ATTR_READ_DEFAULT_FILE" />
+<s c="PDO::MYSQL_ATTR_READ_DEFAULT_GROUP" />
+<s c="MYSQL_READ_DEFAULT_FILE" />
+<s c="PDO::MYSQL_ATTR_MAX_BUFFER_SIZE" />
+<s c="PDO::MYSQL_ATTR_DIRECT_QUERY" />
+<s c="MEMCACHE_COMPRESSED">Used to turn on-the-fly data compression on with Memcache::set , Memcache::add &amp;listendand; Memcache::replace .</s>
+<s c="MEMCACHE_HAVE_SESSION">1 if this Memcache session handler is available, 0 otherwise.</s>
+<s c="IFX_SCROLL" />
+<s c="IFX_HOLD" />
+<s c="IFX_LO_RDONLY" />
+<s c="IFX_LO_WRONLY" />
+<s c="IFX_LO_APPEND" />
+<s c="IFX_LO_RDWR" />
+<s c="IFX_LO_BUFFER" />
+<s c="IFX_LO_NOBUFFER" />
+<s c="PRINTER_COPIES" />
+<s c="PRINTER_MODE" />
+<s c="PRINTER_TITLE" />
+<s c="PRINTER_DEVICENAME" />
+<s c="PRINTER_DRIVERVERSION" />
+<s c="PRINTER_OUTPUT_FILE" />
+<s c="PRINTER_RESOLUTION_Y" />
+<s c="PRINTER_RESOLUTION_X" />
+<s c="PRINTER_SCALE" />
+<s c="PRINTER_BACKGROUND_COLOR" />
+<s c="PRINTER_PAPER_LENGTH" />
+<s c="PRINTER_PAPER_WIDTH" />
+<s c="PRINTER_PAPER_FORMAT" />
+<s c="PRINTER_FORMAT_CUSTOM" />
+<s c="PRINTER_FORMAT_LETTER" />
+<s c="PRINTER_FORMAT_LEGAL" />
+<s c="PRINTER_FORMAT_A3" />
+<s c="PRINTER_FORMAT_A4" />
+<s c="PRINTER_FORMAT_A5" />
+<s c="PRINTER_FORMAT_B4" />
+<s c="PRINTER_FORMAT_B5" />
+<s c="PRINTER_FORMAT_FOLIO" />
+<s c="PRINTER_ORIENTATION" />
+<s c="PRINTER_ORIENTATION_PORTRAIT" />
+<s c="PRINTER_ORIENTATION_LANDSCAPE" />
+<s c="PRINTER_TEXT_COLOR" />
+<s c="PRINTER_TEXT_ALIGN" />
+<s c="PRINTER_TA_BASELINE" />
+<s c="PRINTER_TA_BOTTOM" />
+<s c="PRINTER_TA_TOP" />
+<s c="PRINTER_TA_CENTER" />
+<s c="PRINTER_TA_LEFT" />
+<s c="PRINTER_TA_RIGHT" />
+<s c="PRINTER_PEN_SOLID" />
+<s c="PRINTER_PEN_DASH" />
+<s c="PRINTER_PEN_DOT" />
+<s c="PRINTER_PEN_DASHDOT" />
+<s c="PRINTER_PEN_DASHDOTDOT" />
+<s c="PRINTER_PEN_INVISIBLE" />
+<s c="PRINTER_BRUSH_SOLID" />
+<s c="PRINTER_BRUSH_CUSTOM" />
+<s c="PRINTER_BRUSH_DIAGONAL" />
+<s c="PRINTER_BRUSH_CROSS" />
+<s c="PRINTER_BRUSH_DIAGCROSS" />
+<s c="PRINTER_BRUSH_FDIAGONAL" />
+<s c="PRINTER_BRUSH_HORIZONTAL" />
+<s c="PRINTER_BRUSH_VERTICAL" />
+<s c="PRINTER_FW_THIN" />
+<s c="PRINTER_FW_ULTRALIGHT" />
+<s c="PRINTER_FW_LIGHT" />
+<s c="PRINTER_FW_NORMAL" />
+<s c="PRINTER_FW_MEDIUM" />
+<s c="PRINTER_FW_BOLD" />
+<s c="PRINTER_FW_ULTRABOLD" />
+<s c="PRINTER_FW_HEAVY" />
+<s c="PRINTER_ENUM_LOCAL" />
+<s c="PRINTER_ENUM_NAME" />
+<s c="PRINTER_ENUM_SHARED" />
+<s c="PRINTER_ENUM_DEFAULT" />
+<s c="PRINTER_ENUM_CONNECTIONS" />
+<s c="PRINTER_ENUM_NETWORK" />
+<s c="PRINTER_ENUM_REMOTE" />
+<s c="imagick::COLOR_BLACK" />
+<s c="imagick::COLOR_BLUE" />
+<s c="imagick::COLOR_CYAN" />
+<s c="imagick::COLOR_GREEN" />
+<s c="imagick::COLOR_RED" />
+<s c="imagick::COLOR_YELLOW" />
+<s c="imagick::COLOR_MAGENTA" />
+<s c="imagick::COLOR_OPACITY" />
+<s c="imagick::COLOR_ALPHA" />
+<s c="imagick::COLOR_FUZZ" />
+<s c="imagick::DISPOSE_UNRECOGNIZED" />
+<s c="imagick::DISPOSE_UNDEFINED" />
+<s c="imagick::DISPOSE_NONE" />
+<s c="imagick::DISPOSE_BACKGROUND" />
+<s c="imagick::DISPOSE_PREVIOUS" />
+<s c="imagick::COMPOSITE_OVER" />
+<s c="imagick::COMPOSITE_IN" />
+<s c="imagick::COMPOSITE_OUT" />
+<s c="imagick::COMPOSITE_ATOP" />
+<s c="imagick::COMPOSITE_XOR" />
+<s c="imagick::COMPOSITE_PLUS" />
+<s c="imagick::COMPOSITE_MINUS" />
+<s c="imagick::COMPOSITE_ADD" />
+<s c="imagick::COMPOSITE_SUBTRACT" />
+<s c="imagick::COMPOSITE_DIFFERENCE" />
+<s c="imagick::COMPOSITE_BUMPMAP" />
+<s c="imagick::COMPOSITE_COPY" />
+<s c="imagick::COMPOSITE_DISPLACE" />
+<s c="imagick::COMPOSITE_DEFAULT" />
+<s c="imagick::MONTAGEMODE_FRAME" />
+<s c="imagick::MONTAGEMODE_UNFRAME" />
+<s c="imagick::MONTAGEMODE_CONCATENATE" />
+<s c="imagick::STYLE_NORMAL" />
+<s c="imagick::STYLE_ITALIC" />
+<s c="imagick::STYLE_OBLIQUE" />
+<s c="imagick::STYLE_ANY" />
+<s c="imagick::FILTER_UNDEFINED" />
+<s c="imagick::FILTER_POINT" />
+<s c="imagick::FILTER_BOX" />
+<s c="imagick::FILTER_TRIANGLE" />
+<s c="imagick::FILTER_HERMITE" />
+<s c="imagick::FILTER_HANNING" />
+<s c="imagick::FILTER_HAMMING" />
+<s c="imagick::FILTER_BLACKMAN" />
+<s c="imagick::FILTER_GAUSSIAN" />
+<s c="imagick::FILTER_QUADRATIC" />
+<s c="imagick::FILTER_CUBIC" />
+<s c="imagick::FILTER_CATROM" />
+<s c="imagick::FILTER_MITCHELL" />
+<s c="imagick::FILTER_LANCZOS" />
+<s c="imagick::FILTER_BESSEL" />
+<s c="imagick::FILTER_SINC" />
+<s c="imagick::IMGTYPE_UNDEFINED" />
+<s c="imagick::IMGTYPE_BILEVEL" />
+<s c="imagick::IMGTYPE_GRAYSCALE" />
+<s c="imagick::IMGTYPE_GRAYSCALEMATTE" />
+<s c="imagick::IMGTYPE_PALETTE" />
+<s c="imagick::IMGTYPE_PALETTEMATTE" />
+<s c="imagick::IMGTYPE_TRUECOLOR" />
+<s c="imagick::IMGTYPE_TRUECOLORMATTE" />
+<s c="imagick::IMGTYPE_COLORSEPARATION" />
+<s c="imagick::IMGTYPE_COLORSEPARATIONMATTE" />
+<s c="imagick::IMGTYPE_OPTIMIZE" />
+<s c="imagick::RESOLUTION_UNDEFINED" />
+<s c="imagick::RESOLUTION_PIXELSPERINCH" />
+<s c="imagick::RESOLUTION_PIXELSPERCENTIMETER" />
+<s c="imagick::COMPRESSION_UNDEFINED" />
+<s c="imagick::COMPRESSION_NO" />
+<s c="imagick::COMPRESSION_BZIP" />
+<s c="imagick::COMPRESSION_FAX" />
+<s c="imagick::COMPRESSION_GROUP4" />
+<s c="imagick::COMPRESSION_JPEG" />
+<s c="imagick::COMPRESSION_JPEG2000" />
+<s c="imagick::COMPRESSION_LOSSLESSJPEG" />
+<s c="imagick::COMPRESSION_LZW" />
+<s c="imagick::COMPRESSION_RLE" />
+<s c="imagick::COMPRESSION_ZIP" />
+<s c="imagick::PAINT_POINT" />
+<s c="imagick::PAINT_REPLACE" />
+<s c="imagick::PAINT_FLOODFILL" />
+<s c="imagick::PAINT_FILLTOBORDER" />
+<s c="imagick::PAINT_RESET" />
+<s c="imagick::GRAVITY_NORTHWEST" />
+<s c="imagick::GRAVITY_NORTH" />
+<s c="imagick::GRAVITY_NORTHEAST" />
+<s c="imagick::GRAVITY_WEST" />
+<s c="imagick::GRAVITY_CENTER" />
+<s c="imagick::GRAVITY_EAST" />
+<s c="imagick::GRAVITY_SOUTHWEST" />
+<s c="imagick::GRAVITY_SOUTH" />
+<s c="imagick::GRAVITY_SOUTHEAST" />
+<s c="imagick::STRETCH_NORMAL" />
+<s c="imagick::STRETCH_ULTRACONDENSED" />
+<s c="imagick::STRETCH_CONDENSED" />
+<s c="imagick::STRETCH_SEMICONDENSED" />
+<s c="imagick::STRETCH_SEMIEXPANDED" />
+<s c="imagick::STRETCH_EXPANDED" />
+<s c="imagick::STRETCH_EXTRAEXPANDED" />
+<s c="imagick::STRETCH_ULTRAEXPANDED" />
+<s c="imagick::STRETCH_ANY" />
+<s c="imagick::ALIGN_UNDEFINED" />
+<s c="imagick::ALIGN_LEFT" />
+<s c="imagick::ALIGN_CENTER" />
+<s c="imagick::ALIGN_RIGHT" />
+<s c="imagick::DECORATION_NO" />
+<s c="imagick::DECORATION_UNDERLINE" />
+<s c="imagick::DECORATION_OVERLINE" />
+<s c="imagick::DECORATION_LINETROUGH" />
+<s c="imagick::NOISE_UNIFORM" />
+<s c="imagick::NOISE_GAUSSIAN" />
+<s c="imagick::NOISE_MULTIPLICATIVEGAUSSIAN" />
+<s c="imagick::NOISE_IMPULSE" />
+<s c="imagick::NOISE_LAPLACIAN" />
+<s c="imagick::NOISE_POISSON" />
+<s c="imagick::CHANNEL_UNDEFINED" />
+<s c="imagick::CHANNEL_RED" />
+<s c="imagick::CHANNEL_GRAY" />
+<s c="imagick::CHANNEL_CYAN" />
+<s c="imagick::CHANNEL_GREEN" />
+<s c="imagick::CHANNEL_MAGENTA" />
+<s c="imagick::CHANNEL_BLUE" />
+<s c="imagick::CHANNEL_YELLOW" />
+<s c="imagick::CHANNEL_ALPHA" />
+<s c="imagick::CHANNEL_OPACITY" />
+<s c="imagick::CHANNEL_MATTE" />
+<s c="imagick::CHANNEL_BLACK" />
+<s c="imagick::CHANNEL_INDEX" />
+<s c="imagick::CHANNEL_ALL" />
+<s c="imagick::METRIC_UNDEFINED" />
+<s c="imagick::METRIC_MEANABSOLUTEERROR" />
+<s c="imagick::METRIC_MEANSQUAREERROR" />
+<s c="imagick::METRIC_PEAKABSOLUTEERROR" />
+<s c="imagick::METRIC_PEAKSIGNALTONOISERATIO" />
+<s c="imagick::METRIC_ROOTMEANSQUAREDERROR" />
+<s c="imagick::PIXEL_CHAR" />
+<s c="imagick::PIXEL_DOUBLE" />
+<s c="imagick::PIXEL_FLOAT" />
+<s c="imagick::PIXEL_INTEGER" />
+<s c="imagick::PIXEL_LONG" />
+<s c="imagick::PIXEL_QUANTUM" />
+<s c="imagick::PIXEL_SHORT" />
+<s c="imagick::EVALUATE_UNDEFINED" />
+<s c="imagick::EVALUATE_ADD" />
+<s c="imagick::EVALUATE_AND" />
+<s c="imagick::EVALUATE_DIVIDE" />
+<s c="imagick::EVALUATE_LEFTSHIFT" />
+<s c="imagick::EVALUATE_MAX" />
+<s c="imagick::EVALUATE_MIN" />
+<s c="imagick::EVALUATE_MULTIPLY" />
+<s c="imagick::EVALUATE_OR" />
+<s c="imagick::EVALUATE_RIGHTSHIFT" />
+<s c="imagick::EVALUATE_SET" />
+<s c="imagick::EVALUATE_SUBTRACT" />
+<s c="imagick::EVALUATE_XOR" />
+<s c="imagick::COLORSPACE_UNDEFINED" />
+<s c="imagick::COLORSPACE_RGB" />
+<s c="imagick::COLORSPACE_GRAY" />
+<s c="imagick::COLORSPACE_TRANSPARENT" />
+<s c="imagick::COLORSPACE_OHTA" />
+<s c="imagick::COLORSPACE_LAB" />
+<s c="imagick::COLORSPACE_XYZ" />
+<s c="imagick::COLORSPACE_YCBCR" />
+<s c="imagick::COLORSPACE_YCC" />
+<s c="imagick::COLORSPACE_YIQ" />
+<s c="imagick::COLORSPACE_YPBPR" />
+<s c="imagick::COLORSPACE_YUV" />
+<s c="imagick::COLORSPACE_CMYK" />
+<s c="imagick::COLORSPACE_SRGB" />
+<s c="imagick::COLORSPACE_HSB" />
+<s c="imagick::COLORSPACE_HSL" />
+<s c="imagick::COLORSPACE_HWB" />
+<s c="imagick::COLORSPACE_REC601LUMA" />
+<s c="imagick::COLORSPACE_REC709LUMA" />
+<s c="imagick::COLORSPACE_LOG" />
+<s c="imagick::VIRTUALPIXELMETHOD_UNDEFINED" />
+<s c="imagick::VIRTUALPIXELMETHOD_BACKGROUND" />
+<s c="imagick::VIRTUALPIXELMETHOD_CONSTANT" />
+<s c="imagick::VIRTUALPIXELMETHOD_EDGE" />
+<s c="imagick::VIRTUALPIXELMETHOD_MIRROR" />
+<s c="imagick::VIRTUALPIXELMETHOD_TILE" />
+<s c="imagick::VIRTUALPIXELMETHOD_TRANSPARENT" />
+<s c="imagick::PREVIEW_UNDEFINED" />
+<s c="imagick::PREVIEW_ROTATE" />
+<s c="imagick::PREVIEW_SHEAR" />
+<s c="imagick::PREVIEW_ROLL" />
+<s c="imagick::PREVIEW_HUE" />
+<s c="imagick::PREVIEW_SATURATION" />
+<s c="imagick::PREVIEW_BRIGHTNESS" />
+<s c="imagick::PREVIEW_GAMMA" />
+<s c="imagick::PREVIEW_SPIFF" />
+<s c="imagick::PREVIEW_DULL" />
+<s c="imagick::PREVIEW_GRAYSCALE" />
+<s c="imagick::PREVIEW_QUANTIZE" />
+<s c="imagick::PREVIEW_DESPECKLE" />
+<s c="imagick::PREVIEW_REDUCENOISE" />
+<s c="imagick::PREVIEW_ADDNOISE" />
+<s c="imagick::PREVIEW_SHARPEN" />
+<s c="imagick::PREVIEW_BLUR" />
+<s c="imagick::PREVIEW_THRESHOLD" />
+<s c="imagick::PREVIEW_EDGEDETECT" />
+<s c="imagick::PREVIEW_SPREAD" />
+<s c="imagick::PREVIEW_SOLARIZE" />
+<s c="imagick::PREVIEW_SHADE" />
+<s c="imagick::PREVIEW_RAISE" />
+<s c="imagick::PREVIEW_SEGMENT" />
+<s c="imagick::PREVIEW_SWIRL" />
+<s c="imagick::PREVIEW_IMPLODE" />
+<s c="imagick::PREVIEW_WAVE" />
+<s c="imagick::PREVIEW_OILPAINT" />
+<s c="imagick::PREVIEW_CHARCOALDRAWING" />
+<s c="imagick::PREVIEW_JPEG" />
+<s c="imagick::RENDERINGINTENT_UNDEFINED" />
+<s c="imagick::RENDERINGINTENT_SATURATION" />
+<s c="imagick::RENDERINGINTENT_PERCEPTUAL" />
+<s c="imagick::RENDERINGINTENT_ABSOLUTE" />
+<s c="imagick::RENDERINGINTENT_RELATIVE" />
+<s c="imagick::INTERLACE_UNDEFINED" />
+<s c="imagick::INTERLACE_NO" />
+<s c="imagick::INTERLACE_LINE" />
+<s c="imagick::INTERLACE_PLANE" />
+<s c="imagick::INTERLACE_PARTITION" />
+<s c="imagick::INTERLACE_JPEG" />
+<s c="imagick::INTERLACE_GIF" />
+<s c="imagick::INTERLACE_PNG" />
+<s c="imagick::FILLRULE_UNDEFINED" />
+<s c="imagick::FILLRULE_EVENODD" />
+<s c="imagick::FILLRULE_NONZERO" />
+<s c="imagick::PATHUNITS_UNDEFINED" />
+<s c="imagick::PATHUNITS_USERSPACE" />
+<s c="imagick::PATHUNITS_USERSPACEONUSE" />
+<s c="imagick::PATHUNITS_OBJECTBOUNDINGBOX" />
+<s c="imagick::LINECAP_UNDEFINED" />
+<s c="imagick::LINECAP_BUTT" />
+<s c="imagick::LINECAP_ROUND" />
+<s c="imagick::LINECAP_SQUARE" />
+<s c="imagick::LINEJOIN_UNDEFINED" />
+<s c="imagick::LINEJOIN_MITER" />
+<s c="imagick::LINEJOIN_ROUND" />
+<s c="imagick::LINEJOIN_BEVEL" />
+<s c="imagick::RESOURCETYPE_UNDEFINED" />
+<s c="imagick::RESOURCETYPE_AREA" />
+<s c="imagick::RESOURCETYPE_DISK" />
+<s c="imagick::RESOURCETYPE_FILE" />
+<s c="imagick::RESOURCETYPE_MAP" />
+<s c="imagick::RESOURCETYPE_MEMORY" />
+<s c="imagick::LAYERMETHOD_UNDEFINED" />
+<s c="imagick::LAYERMETHOD_COALESCE" />
+<s c="imagick::LAYERMETHOD_COMPAREANY" />
+<s c="imagick::LAYERMETHOD_COMPARECLEAR" />
+<s c="imagick::LAYERMETHOD_COMPAREOVERLAY" />
+<s c="imagick::LAYERMETHOD_DISPOSE" />
+<s c="imagick::LAYERMETHOD_OPTIMIZE" />
+<s c="imagick::LAYERMETHOD_OPTIMIZEIMAGE" />
+<s c="imagick::LAYERMETHOD_OPTIMIZEPLUS" />
+<s c="imagick::LAYERMETHOD_OPTIMIZETRANS" />
+<s c="imagick::LAYERMETHOD_REMOVEDUPS" />
+<s c="imagick::LAYERMETHOD_REMOVEZERO" />
+<s c="imagick::LAYERMETHOD_COMPOSITE" />
+<s c="imagick::ORIENTATION_UNDEFINED" />
+<s c="imagick::ORIENTATION_TOPLEFT" />
+<s c="imagick::ORIENTATION_TOPRIGHT" />
+<s c="imagick::ORIENTATION_BOTTOMRIGHT" />
+<s c="imagick::ORIENTATION_BOTTOMLEFT" />
+<s c="imagick::ORIENTATION_LEFTTOP" />
+<s c="imagick::ORIENTATION_RIGHTTOP" />
+<s c="imagick::ORIENTATION_RIGHTBOTTOM" />
+<s c="imagick::ORIENTATION_LEFTBOTTOM" />
+<s c="imagick::DISTORTION_UNDEFINED" />
+<s c="imagick::DISTORTION_AFFINE" />
+<s c="imagick::DISTORTION_AFFINEPROJECTION" />
+<s c="imagick::DISTORTION_ARC" />
+<s c="imagick::DISTORTION_BILINEAR" />
+<s c="imagick::DISTORTION_PERSPECTIVE" />
+<s c="imagick::DISTORTION_PERSPECTIVEPROJECTION" />
+<s c="imagick::DISTORTION_SCALEROTATETRANSLATE" />
+<s c="RADIUS_ACCESS_REQUEST" />
+<s c="RADIUS_ACCESS_ACCEPT" />
+<s c="RADIUS_ACCESS_REJECT" />
+<s c="RADIUS_ACCOUNTING_REQUEST" />
+<s c="RADIUS_ACCOUNTING_RESPONSE" />
+<s c="RADIUS_ACCESS_CHALLENGE" />
+<s c="RADIUS_USER_NAME" />
+<s c="RADIUS_USER_PASSWORD" />
+<s c="RADIUS_CHAP_PASSWORD" />
+<s c="RADIUS_NAS_IP_ADDRESS" />
+<s c="RADIUS_NAS_PORT" />
+<s c="RADIUS_SERVICE_TYPE" />
+<s c="RADIUS_LOGIN" />
+<s c="RADIUS_FRAMED" />
+<s c="RADIUS_CALLBACK_LOGIN" />
+<s c="RADIUS_CALLBACK_FRAMED" />
+<s c="RADIUS_OUTBOUND" />
+<s c="RADIUS_ADMINISTRATIVE" />
+<s c="RADIUS_NAS_PROMPT" />
+<s c="RADIUS_AUTHENTICATE_ONLY" />
+<s c="RADIUS_CALLBACK_NAS_PROMPT" />
+<s c="RADIUS_FRAMED_PROTOCOL" />
+<s c="RADIUS_PPP" />
+<s c="RADIUS_SLIP" />
+<s c="RADIUS_ARAP" />
+<s c="RADIUS_GANDALF" />
+<s c="RADIUS_XYLOGICS" />
+<s c="RADIUS_FRAMED_IP_ADDRESS" />
+<s c="RADIUS_FRAMED_IP_NETMASK" />
+<s c="RADIUS_FRAMED_ROUTING" />
+<s c="RADIUS_FILTER_ID" />
+<s c="RADIUS_FRAMED_MTU" />
+<s c="RADIUS_FRAMED_COMPRESSION" />
+<s c="RADIUS_COMP_NONE" />
+<s c="RADIUS_COMP_VJ" />
+<s c="RADIUS_COMP_IPXHDR" />
+<s c="RADIUS_LOGIN_IP_HOST" />
+<s c="RADIUS_LOGIN_SERVICE" />
+<s c="RADIUS_LOGIN_TCP_PORT" />
+<s c="RADIUS_REPLY_MESSAGE" />
+<s c="RADIUS_CALLBACK_NUMBER" />
+<s c="RADIUS_CALLBACK_ID" />
+<s c="RADIUS_FRAMED_ROUTE" />
+<s c="RADIUS_FRAMED_IPX_NETWORK" />
+<s c="RADIUS_STATE" />
+<s c="RADIUS_CLASS" />
+<s c="RADIUS_VENDOR_SPECIFIC" />
+<s c="RADIUS_SESSION_TIMEOUT" />
+<s c="RADIUS_IDLE_TIMEOUT" />
+<s c="RADIUS_TERMINATION_ACTION" />
+<s c="RADIUS_CALLED_STATION_ID" />
+<s c="RADIUS_CALLING_STATION_ID" />
+<s c="RADIUS_NAS_IDENTIFIER" />
+<s c="RADIUS_PROXY_STATE" />
+<s c="RADIUS_LOGIN_LAT_SERVICE" />
+<s c="RADIUS_LOGIN_LAT_NODE" />
+<s c="RADIUS_LOGIN_LAT_GROUP" />
+<s c="RADIUS_FRAMED_APPLETALK_LINK" />
+<s c="RADIUS_FRAMED_APPLETALK_NETWORK" />
+<s c="RADIUS_FRAMED_APPLETALK_ZONE" />
+<s c="RADIUS_CHAP_CHALLENGE" />
+<s c="RADIUS_NAS_PORT_TYPE" />
+<s c="RADIUS_ASYNC" />
+<s c="RADIUS_SYNC" />
+<s c="RADIUS_ISDN_SYNC" />
+<s c="RADIUS_ISDN_ASYNC_V120" />
+<s c="RADIUS_ISDN_ASYNC_V110" />
+<s c="RADIUS_VIRTUAL" />
+<s c="RADIUS_PIAFS" />
+<s c="RADIUS_HDLC_CLEAR_CHANNEL" />
+<s c="RADIUS_X_25" />
+<s c="RADIUS_X_75" />
+<s c="RADIUS_G_3_FAX" />
+<s c="RADIUS_SDSL" />
+<s c="RADIUS_ADSL_CAP" />
+<s c="RADIUS_ADSL_DMT" />
+<s c="RADIUS_IDSL" />
+<s c="RADIUS_ETHERNET" />
+<s c="RADIUS_XDSL" />
+<s c="RADIUS_CABLE" />
+<s c="RADIUS_WIRELESS_OTHER" />
+<s c="RADIUS_WIRELESS_IEEE_802_11" />
+<s c="RADIUS_PORT_LIMIT" />
+<s c="RADIUS_LOGIN_LAT_PORT" />
+<s c="RADIUS_CONNECT_INFO" />
+<s c="RADIUS_ACCT_STATUS_TYPE" />
+<s c="RADIUS_START" />
+<s c="RADIUS_STOP" />
+<s c="RADIUS_ACCOUNTING_ON" />
+<s c="RADIUS_ACCOUNTING_OFF" />
+<s c="RADIUS_ACCT_DELAY_TIME" />
+<s c="RADIUS_ACCT_INPUT_OCTETS" />
+<s c="RADIUS_ACCT_OUTPUT_OCTETS" />
+<s c="RADIUS_ACCT_SESSION_ID" />
+<s c="RADIUS_ACCT_AUTHENTIC" />
+<s c="RADIUS_AUTH_RADIUS" />
+<s c="RADIUS_AUTH_LOCAL" />
+<s c="RADIUS_AUTH_REMOTE" />
+<s c="RADIUS_ACCT_SESSION_TIME" />
+<s c="RADIUS_ACCT_INPUT_PACKETS" />
+<s c="RADIUS_ACCT_OUTPUT_PACKETS" />
+<s c="RADIUS_ACCT_TERMINATE_CAUSE" />
+<s c="RADIUS_TERM_USER_REQUEST" />
+<s c="RADIUS_TERM_LOST_CARRIER" />
+<s c="RADIUS_TERM_LOST_SERVICE" />
+<s c="RADIUS_TERM_IDLE_TIMEOUT" />
+<s c="RADIUS_TERM_SESSION_TIMEOUT" />
+<s c="RADIUS_TERM_ADMIN_RESET" />
+<s c="RADIUS_TERM_ADMIN_REBOOT" />
+<s c="RADIUS_TERM_PORT_ERROR" />
+<s c="RADIUS_TERM_NAS_ERROR" />
+<s c="RADIUS_TERM_NAS_REQUEST" />
+<s c="RADIUS_TERM_NAS_REBOOT" />
+<s c="RADIUS_TERM_PORT_UNNEEDED" />
+<s c="RADIUS_TERM_PORT_PREEMPTED" />
+<s c="RADIUS_TERM_PORT_SUSPENDED" />
+<s c="RADIUS_TERM_SERVICE_UNAVAILABLE" />
+<s c="RADIUS_TERM_CALLBACK" />
+<s c="RADIUS_TERM_USER_ERROR" />
+<s c="RADIUS_TERM_HOST_REQUEST" />
+<s c="RADIUS_ACCT_MULTI_SESSION_ID" />
+<s c="RADIUS_ACCT_LINK_COUNT" />
+<s c="RADIUS_VENDOR_MICROSOFT" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_RESPONSE" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_ERROR" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_PW_1" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_PW_2" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_LM_ENC_PW" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_NT_ENC_PW" />
+<s c="RADIUS_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY" />
+<s c="RADIUS_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES" />
+<s c="RADIUS_MICROSOFT_MS_RAS_VENDOR" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_DOMAIN" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_CHALLENGE" />
+<s c="RADIUS_MICROSOFT_MS_CHAP_MPPE_KEYS" />
+<s c="RADIUS_MICROSOFT_MS_BAP_USAGE" />
+<s c="RADIUS_MICROSOFT_MS_LINK_UTILIZATION_THRESHOLD" />
+<s c="RADIUS_MICROSOFT_MS_LINK_DROP_TIME_LIMIT" />
+<s c="RADIUS_MICROSOFT_MS_MPPE_SEND_KEY" />
+<s c="RADIUS_MICROSOFT_MS_MPPE_RECV_KEY" />
+<s c="RADIUS_MICROSOFT_MS_RAS_VERSION" />
+<s c="RADIUS_MICROSOFT_MS_OLD_ARAP_PASSWORD" />
+<s c="RADIUS_MICROSOFT_MS_NEW_ARAP_PASSWORD" />
+<s c="RADIUS_MICROSOFT_MS_ARAP_PASSWORD_CHANGE_REASON" />
+<s c="RADIUS_MICROSOFT_MS_FILTER" />
+<s c="RADIUS_MICROSOFT_MS_ACCT_AUTH_TYPE" />
+<s c="RADIUS_MICROSOFT_MS_ACCT_EAP_TYPE" />
+<s c="RADIUS_MICROSOFT_MS_CHAP2_RESPONSE" />
+<s c="RADIUS_MICROSOFT_MS_CHAP2_SUCCESS" />
+<s c="RADIUS_MICROSOFT_MS_CHAP2_PW" />
+<s c="RADIUS_MICROSOFT_MS_PRIMARY_DNS_SERVER" />
+<s c="RADIUS_MICROSOFT_MS_SECONDARY_DNS_SERVER" />
+<s c="RADIUS_MICROSOFT_MS_PRIMARY_NBNS_SERVER" />
+<s c="RADIUS_MICROSOFT_MS_SECONDARY_NBNS_SERVER" />
+<s c="RADIUS_MICROSOFT_MS_ARAP_CHALLENGE" />
+<s c="CASE_LOWER" />
+<s c="CASE_UPPER" />
+<s c="SORT_ASC" />
+<s c="SORT_DESC" />
+<s c="SORT_REGULAR" />
+<s c="SORT_NUMERIC" />
+<s c="SORT_STRING" />
+<s c="SORT_LOCALE_STRING" />
+<s c="COUNT_NORMAL" />
+<s c="COUNT_RECURSIVE" />
+<s c="EXTR_OVERWRITE" />
+<s c="EXTR_SKIP" />
+<s c="EXTR_PREFIX_SAME" />
+<s c="EXTR_PREFIX_ALL" />
+<s c="EXTR_PREFIX_INVALID" />
+<s c="EXTR_PREFIX_IF_EXISTS" />
+<s c="EXTR_IF_EXISTS" />
+<s c="EXTR_REFS" />
+<s c="DB2_BINARY" />
+<s c="DB2_CONVERT" />
+<s c="DB2_PASSTHRU" />
+<s c="DB2_SCROLLABLE" />
+<s c="DB2_FORWARD_ONLY" />
+<s c="DB2_PARAM_IN" />
+<s c="DB2_PARAM_OUT" />
+<s c="DB2_PARAM_INOUT" />
+<s c="DB2_PARAM_FILE" />
+<s c="DB2_AUTOCOMMIT_ON" />
+<s c="DB2_AUTOCOMMIT_OFF" />
+<s c="DB2_DOUBLE" />
+<s c="DB2_LONG" />
+<s c="DB2_CHAR" />
+<s c="DB2_CASE_NATURAL" />
+<s c="DB2_CASE_LOWER" />
+<s c="DB2_CASE_UPPER" />
+<s c="DB2_DEFERRED_PREPARE_ON" />
+<s c="DB2_DEFERRED_PREPARE_OFF" />
+<s c="MSSQL_ASSOC" />
+<s c="MSSQL_NUM" />
+<s c="MSSQL_BOTH" />
+<s c="SQLTEXT" />
+<s c="SQLVARCHAR" />
+<s c="SQLCHAR" />
+<s c="SQLINT1" />
+<s c="SQLINT2" />
+<s c="SQLINT4" />
+<s c="SQLBIT" />
+<s c="SQLFLT8" />
+<s c="MSG_IPC_NOWAIT">integer</s>
+<s c="MSG_EAGAIN">integer</s>
+<s c="MSG_ENOMSG">integer</s>
+<s c="MSG_NOERROR">integer</s>
+<s c="MSG_EXCEPT">integer</s>
+<s c="M_PI">3.14159265358979323846</s>
+<s c="M_E">2.7182818284590452354</s>
+<s c="M_LOG2E">1.4426950408889634074</s>
+<s c="M_LOG10E">0.43429448190325182765</s>
+<s c="M_LN2">0.69314718055994530942</s>
+<s c="M_LN10">2.30258509299404568402</s>
+<s c="M_PI_2">1.57079632679489661923</s>
+<s c="M_PI_4">0.78539816339744830962</s>
+<s c="M_1_PI">0.31830988618379067154</s>
+<s c="M_2_PI">0.63661977236758134308</s>
+<s c="M_SQRTPI">1.77245385090551602729</s>
+<s c="M_2_SQRTPI">1.12837916709551257390</s>
+<s c="M_SQRT2">1.41421356237309504880</s>
+<s c="M_SQRT3">1.73205080756887729352</s>
+<s c="M_SQRT1_2">0.70710678118654752440</s>
+<s c="M_LNPI">1.14472988584940017414</s>
+<s c="M_EULER">0.57721566490153286061</s>
+<s c="XDIFF_PATCH_NORMAL" />
+<s c="XDIFF_PATCH_REVERSE" />
+<s c="MAXDB_COMPNAME">The component name used to initialise the SQLDBC runtime environment.</s>
+<s c="MAXDB_APPLICATION">The application to be connected to the database.</s>
+<s c="MAXDB_APPVERSION">The version of the application.</s>
+<s c="MAXDB_SQLMODE">The SQL mode.</s>
+<s c="MAXDB_UNICODE">TRUE, if the connection is an unicode (UCS2) client or FALSE, if not.</s>
+<s c="MAXDB_TIMEOUT">The maximum allowed time of inactivity after which the connection to the database is closed by the system.</s>
+<s c="MAXDB_ISOLATIONLEVEL">Specifies whether and how shared locks and exclusive locks are implicitly requested or released.</s>
+<s c="MAXDB_PACKETCOUNT">The number of different request packets used for the connection.</s>
+<s c="MAXDB_STATEMENTCACHESIZE">The number of prepared statements to be cached for the connection for re-use.</s>
+<s c="MAXDB_CURSORPREFIX">The prefix to use for result tables that are automatically named.</s>
+<s c="MAXDB_ASSOC">Columns are returned into the array having the fieldname as the array index.</s>
+<s c="MAXDB_ASSOC_UPPER">Columns are returned into the array having the upper case fieldname as the array index.</s>
+<s c="MAXDB_ASSOC_LOWER">Columns are returned into the array having the lower case fieldname as the array index.</s>
+<s c="MAXDB_BOTH">Columns are returned into the array having both a numerical index and the fieldname as the array index.</s>
+<s c="MAXDB_NUM">Columns are returned into the array having a numerical index to the fields. This index starts with 0, the first field in the result.</s>
 <s c="DBPLUS_ERR_NOERR">ERR_NOERR</s>
 <s c="DBPLUS_ERR_DUPLICATE">ERR_DUPLICATE</s>
 <s c="DBPLUS_ERR_EOSCAN">ERR_EOSCAN</s>
 <s c="DBPLUS_ERR_RESTRICTED">ERR_RESTRICTED</s>
 <s c="DBPLUS_ERR_USER">ERR_USER</s>
 <s c="DBPLUS_ERR_UNKNOWN">ERR_UNKNOWN</s>
-<s c="DBX_MYSQL"/>
-<s c="DBX_ODBC"/>
-<s c="DBX_PGSQL"/>
-<s c="DBX_MSSQL"/>
-<s c="DBX_FBSQL"/>
-<s c="DBX_OCI8"/>
-<s c="DBX_SYBASECT"/>
-<s c="DBX_SQLITE"/>
-<s c="DBX_PERSISTENT"/>
-<s c="DBX_RESULT_INFO"/>
-<s c="DBX_RESULT_INDEX"/>
-<s c="DBX_RESULT_ASSOC"/>
-<s c="DBX_RESULT_UNBUFFERED"/>
-<s c="DBX_COLNAMES_UNCHANGED"/>
-<s c="DBX_COLNAMES_UPPERCASE"/>
-<s c="DBX_COLNAMES_LOWERCASE"/>
-<s c="DBX_CMP_NATIVE"/>
-<s c="DBX_CMP_TEXT"/>
-<s c="DBX_CMP_NUMBER"/>
-<s c="DBX_CMP_ASC"/>
-<s c="DBX_CMP_DESC"/>
-<s c="DIRECTORY_SEPARATOR"/>
-<s c="PATH_SEPARATOR"/>
-<s c="XML_ELEMENT_NODE">1</s>
-<s c="XML_ATTRIBUTE_NODE">2</s>
-<s c="XML_TEXT_NODE">3</s>
-<s c="XML_CDATA_SECTION_NODE">4</s>
-<s c="XML_ENTITY_REF_NODE">5</s>
-<s c="XML_ENTITY_NODE">6</s>
-<s c="XML_PI_NODE">7</s>
-<s c="XML_COMMENT_NODE">8</s>
-<s c="XML_DOCUMENT_NODE">9</s>
-<s c="XML_DOCUMENT_TYPE_NODE">10</s>
-<s c="XML_DOCUMENT_FRAG_NODE">11</s>
-<s c="XML_NOTATION_NODE">12</s>
-<s c="XML_HTML_DOCUMENT_NODE">13</s>
-<s c="XML_DTD_NODE">14</s>
-<s c="XML_ELEMENT_DECL_NODE">15</s>
-<s c="XML_ATTRIBUTE_DECL_NODE">16</s>
-<s c="XML_ENTITY_DECL_NODE">17</s>
-<s c="XML_NAMESPACE_DECL_NODE">18</s>
-<s c="XML_ATTRIBUTE_CDATA">1</s>
-<s c="XML_ATTRIBUTE_ID">2</s>
-<s c="XML_ATTRIBUTE_IDREF">3</s>
-<s c="XML_ATTRIBUTE_IDREFS">4</s>
-<s c="XML_ATTRIBUTE_ENTITY">5</s>
-<s c="XML_ATTRIBUTE_NMTOKEN">7</s>
-<s c="XML_ATTRIBUTE_NMTOKENS">8</s>
-<s c="XML_ATTRIBUTE_ENUMERATION">9</s>
-<s c="XML_ATTRIBUTE_NOTATION">10</s>
-<s c="DOM_INDEX_SIZE_ERR">1</s>
-<s c="DOMSTRING_SIZE_ERR">2</s>
-<s c="DOM_HIERARCHY_REQUEST_ERR">3</s>
-<s c="DOM_WRONG_DOCUMENT_ERR">4</s>
-<s c="DOM_INVALID_CHARACTER_ERR">5</s>
-<s c="DOM_NO_DATA_ALLOWED_ERR">6</s>
-<s c="DOM_NO_MODIFICATION_ALLOWED_ERR">7</s>
-<s c="DOM_NOT_FOUND_ERR">8</s>
-<s c="DOM_NOT_SUPPORTED_ERR">9</s>
-<s c="DOM_INUSE_ATTRIBUTE_ERR">10</s>
-<s c="DOM_INVALID_STATE_ERR">11</s>
-<s c="DOM_SYNTAX_ERR">12</s>
-<s c="DOM_INVALID_MODIFICATION_ERR">13</s>
-<s c="DOM_NAMESPACE_ERR">14</s>
-<s c="DOM_INVALID_ACCESS_ERR">15</s>
-<s c="DOM_VALIDATION_ERR">16</s>
-<s c="XML_ELEMENT_NODE">1</s>
-<s c="XML_ATTRIBUTE_NODE">2</s>
-<s c="XML_TEXT_NODE">3</s>
-<s c="XML_CDATA_SECTION_NODE">4</s>
-<s c="XML_ENTITY_REF_NODE">5</s>
-<s c="XML_ENTITY_NODE">6</s>
-<s c="XML_PI_NODE">7</s>
-<s c="XML_COMMENT_NODE">8</s>
-<s c="XML_DOCUMENT_NODE">9</s>
-<s c="XML_DOCUMENT_TYPE_NODE">10</s>
-<s c="XML_DOCUMENT_FRAG_NODE">11</s>
-<s c="XML_NOTATION_NODE">12</s>
-<s c="XML_GLOBAL_NAMESPACE">1</s>
-<s c="XML_LOCAL_NAMESPACE">2</s>
-<s c="XML_HTML_DOCUMENT_NODE"/>
-<s c="XML_DTD_NODE"/>
-<s c="XML_ELEMENT_DECL_NODE"/>
-<s c="XML_ATTRIBUTE_DECL_NODE"/>
-<s c="XML_ENTITY_DECL_NODE"/>
-<s c="XML_NAMESPACE_DECL_NODE"/>
-<s c="XML_ATTRIBUTE_CDATA"/>
-<s c="XML_ATTRIBUTE_ID"/>
-<s c="XML_ATTRIBUTE_IDREF"/>
-<s c="XML_ATTRIBUTE_IDREFS"/>
-<s c="XML_ATTRIBUTE_ENTITY"/>
-<s c="XML_ATTRIBUTE_NMTOKEN"/>
-<s c="XML_ATTRIBUTE_NMTOKENS"/>
-<s c="XML_ATTRIBUTE_ENUMERATION"/>
-<s c="XML_ATTRIBUTE_NOTATION"/>
-<s c="XPATH_UNDEFINED"/>
-<s c="XPATH_NODESET"/>
-<s c="XPATH_BOOLEAN"/>
-<s c="XPATH_NUMBER"/>
-<s c="XPATH_STRING"/>
-<s c="XPATH_POINT"/>
-<s c="XPATH_RANGE"/>
-<s c="XPATH_LOCATIONSET"/>
-<s c="XPATH_USERS"/>
-<s c="XPATH_NUMBER"/>
-<s c="E_ERROR">Fatal run-time errors. These indicate errors that can not be
-      recovered from, such as a memory allocation problem.
-      Execution of the script is halted.</s>
-<s c="FAMC">Some value which can be obtained with fstat(1) changed for a
-       file or directory.</s>
-<s c="FAMD">A file or directory was deleted or renamed.</s>
-<s c="FAMC">A file was created in a directory.</s>
-<s c="FAMM">This event never occurs.</s>
-<s c="FAMA">An event in response to fam_cancel_monitor.</s>
-<s c="FAME">An event upon request to monitor a file or directory. When a
-       directory is monitored, an event for that directory and every file
-       contained in that directory is issued.</s>
-<s c="FBSQL_ASSOC"/>
-<s c="FBSQL_NUM"/>
-<s c="FBSQL_BOTH"/>
-<s c="FBSQL_LOCK_DEFERRED"/>
-<s c="FBSQL_LOCK_OPTIMISTIC"/>
-<s c="FBSQL_LOCK_PESSIMISTIC"/>
-<s c="FBSQL_ISO_READ_UNCOMMITTED"/>
-<s c="FBSQL_ISO_READ_COMMITTED"/>
-<s c="FBSQL_ISO_REPEATABLE_READ"/>
-<s c="FBSQL_ISO_SERIALIZABLE"/>
-<s c="FBSQL_ISO_VERSIONED"/>
-<s c="FBSQL_UNKNOWN"/>
-<s c="FBSQL_STOPPED"/>
-<s c="FBSQL_STARTING"/>
-<s c="FBSQL_RUNNING"/>
-<s c="FBSQL_STOPPING"/>
-<s c="FBSQL_NOEXEC"/>
-<s c="FBSQL_LOB_DIRECT"/>
-<s c="FBSQL_LOB_HANDLE"/>
-<s c="FDFValue"/>
-<s c="FDFStatus"/>
-<s c="FDFFile"/>
-<s c="FDFID"/>
-<s c="FDFFf"/>
-<s c="FDFSetFf"/>
-<s c="FDFClearFf"/>
-<s c="FDFFlags"/>
-<s c="FDFSetF"/>
-<s c="FDFClrF"/>
-<s c="FDFAP"/>
-<s c="FDFAS"/>
-<s c="FDFAction"/>
-<s c="FDFAA"/>
-<s c="FDFAPRef"/>
-<s c="FDFIF"/>
-<s c="FDFEnter"/>
-<s c="FDFExit"/>
-<s c="FDFDown"/>
-<s c="FDFUp"/>
-<s c="FDFFormat"/>
-<s c="FDFValidate"/>
-<s c="FDFKeystroke"/>
-<s c="FDFCalculate"/>
-<s c="FDFNormalAP"/>
-<s c="FDFRolloverAP"/>
-<s c="FDFDownAP"/>
-<s c="GLOB_BRACE"/>
-<s c="GLOB_ONLYDIR"/>
-<s c="GLOB_MARK"/>
-<s c="GLOB_NOSORT"/>
-<s c="GLOB_NOCHECK"/>
-<s c="GLOB_NOESCAPE"/>
-<s c="PATHINFO_DIRNAME"/>
-<s c="PATHINFO_BASENAME"/>
-<s c="PATHINFO_EXTENSION"/>
-<s c="FILE_USE_INCLUDE_PATH"/>
-<s c="FILE_APPEND"/>
-<s c="FILE_IGNORE_NEW_LINES"/>
-<s c="FILE_SKIP_EMPTY_LINES"/>
-<s c="FRIBIDI_CHARSET_UTF8"/>
-<s c="FRIBIDI_CHARSET_8859_6"/>
-<s c="FRIBIDI_CHARSET_8859_8"/>
-<s c="FRIBIDI_CHARSET_CP1255"/>
-<s c="FRIBIDI_CHARSET_CP1256"/>
-<s c="FRIBIDI_CHARSET_ISIRI_3342"/>
-<s c="FTP_ASCII"/>
-<s c="FTP_TEXT"/>
-<s c="FTP_BINARY"/>
-<s c="FTP_IMAGE"/>
-<s c="FTP_TIMEOUT_SEC"/>
-<s c="FTP_AUTOSEEK"/>
-<s c="FTP_AUTORESUME"/>
-<s c="FTP_FAILED"/>
-<s c="FTP_FINISHED"/>
-<s c="FTP_MOREDATA"/>
-<s c="GMP_ROUND_ZERO"/>
-<s c="GMP_ROUND_PLUSINF"/>
-<s c="GMP_ROUND_MINUSINF"/>
-<s c="HW_ATTR_LANG"/>
-<s c="HW_ATTR_NR"/>
-<s c="HW_ATTR_NONE"/>
-<s c="IBASE_DEFAULT">The default transaction settings are to be used. This default is
-       determined by the client library, which defines it as
-       IBASE_WRITE|IBASE_CONCURRENCY|IBASE_WAIT in most cases.</s>
-<s c="IBASE_READ">Starts a read-only transaction.</s>
-<s c="IBASE_WRITE">Starts a read-write transaction.</s>
-<s c="IBASE_CONSISTENCY">Starts a transaction with the isolation level set to
-       'consistency', which means the transaction cannot read from tables
-       that are being modified by other concurrent transactions.</s>
-<s c="IBASE_CONCURRENCY">Starts a transaction with the isolation level set to
-       'concurrency' (or 'snapshot'), which means the transaction
-       has access to all tables, but cannot see changes that were committed
-       by other transactions after the transaction was started.</s>
-<s c="IBASE_COMMITTED">Starts a transaction with the isolation level set to
-       'read committed'. This flag should be combined with either
-       IBASE_REC_VERSION or
-       IBASE_REC_NO_VERSION. This isolation level
-       allows access to changes that were committed after the transaction
-       was started. If IBASE_REC_NO_VERSION was
-       specified, only the latest version of a row can be read. If
-       IBASE_REC_VERSION was specified, a row can
-       even be read when a modification to it is pending in a concurrent
-       transaction.</s>
-<s c="IBASE_WAIT">Indicated that a transaction should wait and retry when a
-       conflict occurs.</s>
-<s c="IBASE_NOWAIT">Indicated that a transaction should fail immediately when a
-       conflict occurs.</s>
-<s c="IBASE_FETCH_BLOBS">Also available as IBASE_TEXTfor backward
-       compatibility. Causes BLOB contents to be fetched inline, instead of
-       being fetched as BLOB identifiers.</s>
-<s c="IBASE_FETCH_ARRAYS">Causes arrays to be fetched inline. Otherwise, array
-       identifiers are returned. Array identifiers can only be used as
-       arguments to INSERT operations, as no functions to handle array
-       identifiers are currently available.</s>
-<s c="IBASE_UNIXTIME">Causes date and time fields not to be returned as strings,
-       but as UNIX timestamps (the number of seconds since the epoch, which
-       is 1-Jan-1970 0:00 UTC). Might be problematic if used with dates
-       before 1970 on some systems.</s>
-<s c="ICONV_IMPL">string</s>
-<s c="ICONV_VERSION">string</s>
-<s c="ICONV_MIME_DECODE_STRICT">integer</s>
-<s c="ICONV_MIME_DECODE_CONTINUE_ON_ERROR">integer</s>
-<s c="IMG_GIF"/>
-<s c="IMG_JPG"/>
-<s c="IMG_JPEG"/>
-<s c="IMG_PNG"/>
-<s c="IMG_WBMP"/>
-<s c="IMG_XPM"/>
-<s c="IMG_COLOR_TILED"/>
-<s c="IMG_COLOR_STYLED"/>
-<s c="IMG_COLOR_BRUSHED"/>
-<s c="IMG_COLOR_STYLEDBRUSHED"/>
-<s c="IMG_COLOR_TRANSPARENT"/>
-<s c="IMG_ARC_ROUNDED"/>
-<s c="IMG_ARC_PIE"/>
-<s c="IMG_ARC_CHORD"/>
-<s c="IMG_ARC_NOFILL"/>
-<s c="IMG_ARC_EDGED"/>
-<s c="IMAGETYPE_GIF"/>
-<s c="IMAGETYPE_JPEG"/>
-<s c="IMAGETYPE_PNG"/>
-<s c="IMAGETYPE_SWF"/>
-<s c="IMAGETYPE_PSD"/>
-<s c="IMAGETYPE_BMP"/>
-<s c="IMAGETYPE_WBMP"/>
-<s c="IMAGETYPE_XBM"/>
-<s c="IMAGETYPE_TIFF_II"/>
-<s c="IMAGETYPE_TIFF_MM"/>
-<s c="IMAGETYPE_IFF"/>
-<s c="IMAGETYPE_JB2"/>
-<s c="IMAGETYPE_JPC"/>
-<s c="IMAGETYPE_JP2"/>
-<s c="IMAGETYPE_JPX"/>
-<s c="IMAGETYPE_SWC"/>
-<s c="NIL"/>
-<s c="OP_DEBUG"/>
-<s c="OP_READONLY"/>
-<s c="OP_ANONYMOUS"/>
-<s c="OP_SHORTCACHE"/>
-<s c="OP_SILENT"/>
-<s c="OP_PROTOTYPE"/>
-<s c="OP_HALFOPEN"/>
-<s c="OP_EXPUNGE"/>
-<s c="OP_SECURE"/>
-<s c="CL_EXPUNGE"/>
-<s c="FT_UID"/>
-<s c="FT_PEEK"/>
-<s c="FT_NOT"/>
-<s c="FT_INTERNAL"/>
-<s c="FT_PREFETCHTEXT"/>
-<s c="ST_UID"/>
-<s c="ST_SILENT"/>
-<s c="ST_SET"/>
-<s c="CP_UID"/>
-<s c="CP_MOVE"/>
-<s c="SE_UID"/>
-<s c="SE_FREE"/>
-<s c="SE_NOPREFETCH"/>
-<s c="SO_FREE"/>
-<s c="SO_NOSERVER"/>
-<s c="SA_MESSAGES"/>
-<s c="SA_RECENT"/>
-<s c="SA_UNSEEN"/>
-<s c="SA_UIDNEXT"/>
-<s c="SA_UIDVALIDITY"/>
-<s c="SA_ALL"/>
-<s c="LATT_NOINFERIORS"/>
-<s c="LATT_NOSELECT"/>
-<s c="LATT_MARKED"/>
-<s c="LATT_UNMARKED"/>
-<s c="SORTDATE"/>
-<s c="SORTARRIVAL"/>
-<s c="SORTFROM"/>
-<s c="SORTSUBJECT"/>
-<s c="SORTTO"/>
-<s c="SORTCC"/>
-<s c="SORTSIZE"/>
-<s c="TYPETEXT"/>
-<s c="TYPEMULTIPART"/>
-<s c="TYPEMESSAGE"/>
-<s c="TYPEAPPLICATION"/>
-<s c="TYPEAUDIO"/>
-<s c="TYPEIMAGE"/>
-<s c="TYPEVIDEO"/>
-<s c="TYPEOTHER"/>
-<s c="ENC7BIT"/>
-<s c="ENC8BIT"/>
-<s c="ENCBINARY"/>
-<s c="ENCBASE64"/>
-<s c="ENCQUOTEDPRINTABLE"/>
-<s c="ENCOTHER"/>
+<s c="GNUPG_SIG_MODE_NORMAL" />
+<s c="GNUPG_SIG_MODE_DETACH" />
+<s c="GNUPG_SIG_MODE_CLEAR" />
+<s c="GNUPG_VALIDITY_UNKNOWN" />
+<s c="GNUPG_VALIDITY_UNDEFINED" />
+<s c="GNUPG_VALIDITY_NEVER" />
+<s c="GNUPG_VALIDITY_MARGINAL" />
+<s c="GNUPG_VALIDITY_FULL" />
+<s c="GNUPG_VALIDITY_ULTIMATE" />
+<s c="GNUPG_PROTOCOL_OpenPGP" />
+<s c="GNUPG_PROTOCOL_CMS" />
+<s c="GNUPG_SIGSUM_VALID" />
+<s c="GNUPG_SIGSUM_GREEN" />
+<s c="GNUPG_SIGSUM_RED" />
+<s c="GNUPG_SIGSUM_KEY_REVOKED" />
+<s c="GNUPG_SIGSUM_KEY_EXPIRED" />
+<s c="GNUPG_SIGSUM_KEY_MISSING" />
+<s c="GNUPG_SIGSUM_SIG_EXPIRED" />
+<s c="GNUPG_SIGSUM_CRL_MISSING" />
+<s c="GNUPG_SIGSUM_CRL_TOO_OLD" />
+<s c="GNUPG_SIGSUM_BAD_POLICY" />
+<s c="GNUPG_SIGSUM_SYS_ERROR" />
+<s c="GNUPG_ERROR_WARNING" />
+<s c="GNUPG_ERROR_EXCEPTION" />
+<s c="GNUPG_ERROR_SILENT" />
+<s c="SVN_REVISON_HEAD" />
+<s c="SVN_AUTH_PARAM_DEFAULT_USERNAME" />
+<s c="SVN_AUTH_PARAM_DEFAULT_PASSWORD" />
+<s c="SVN_AUTH_PARAM_NON_INTERACTIVE" />
+<s c="SVN_AUTH_PARAM_DONT_STORE_PASSWORDS" />
+<s c="SVN_AUTH_PARAM_NO_AUTH_CACHE" />
+<s c="SVN_AUTH_PARAM_SSL_SERVER_FAILURES" />
+<s c="SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO" />
+<s c="SVN_AUTH_PARAM_CONFIG" />
+<s c="SVN_AUTH_PARAM_SERVER_GROUP" />
+<s c="SVN_AUTH_PARAM_CONFIG_DIR" />
+<s c="PHP_SVN_AUTH_PARAM_IGNORE_SSL_VERIFY_ERRORS" />
+<s c="SVN_FS_CONFIG_FS_TYPE" />
+<s c="SVN_FS_TYPE_BDB" />
+<s c="SVN_FS_TYPE_FSFS" />
+<s c="SVN_PROP_REVISION_DATE" />
+<s c="SVN_PROP_REVISION_ORIG_DATE" />
+<s c="SVN_PROP_REVISION_AUTHOR" />
+<s c="SVN_PROP_REVISION_LOG" />
+<s c="svn_wc_status_none" />
+<s c="svn_wc_status_unversioned" />
+<s c="svn_wc_status_normal" />
+<s c="svn_wc_status_added" />
+<s c="svn_wc_status_missing" />
+<s c="svn_wc_status_deleted" />
+<s c="svn_wc_status_replaced" />
+<s c="svn_wc_status_modified" />
+<s c="svn_wc_status_merged" />
+<s c="svn_wc_status_conflicted" />
+<s c="svn_wc_status_ignored" />
+<s c="svn_wc_status_obstructed" />
+<s c="svn_wc_status_external" />
+<s c="svn_wc_status_incomplete" />
+<s c="svn_node_none" />
+<s c="svn_node_file" />
+<s c="svn_node_dir" />
+<s c="svn_node_unknown" />
+<s c="HTTP_SUPPORT" />
+<s c="HTTP_SUPPORT_REQUESTS" />
+<s c="HTTP_SUPPORT_MAGICMIME" />
+<s c="HTTP_SUPPORT_ENCODINGS" />
+<s c="HTTP_SUPPORT_SSLREQUESTS" />
+<s c="HTTP_PARAMS_ALLOW_COMMA" />
+<s c="HTTP_PARAMS_ALLOW_FAILURE" />
+<s c="HTTP_PARAMS_RAISE_ERROR" />
+<s c="HTTP_PARAMS_DEFAULT" />
+<s c="HTTP_COOKIE_PARSE_RAW" />
+<s c="HTTP_COOKIE_SECURE" />
+<s c="HTTP_COOKIE_HTTPONLY" />
+<s c="HTTP_DEFLATE_LEVEL_DEF" />
+<s c="HTTP_DEFLATE_LEVEL_MIN" />
+<s c="HTTP_DEFLATE_LEVEL_MAX" />
+<s c="HTTP_DEFLATE_TYPE_ZLIB" />
+<s c="HTTP_DEFLATE_TYPE_GZIP" />
+<s c="HTTP_DEFLATE_TYPE_RAW" />
+<s c="HTTP_DEFLATE_STRATEGY_DEF" />
+<s c="HTTP_DEFLATE_STRATEGY_FILT" />
+<s c="HTTP_DEFLATE_STRATEGY_HUFF" />
+<s c="HTTP_DEFLATE_STRATEGY_RLE" />
+<s c="HTTP_DEFLATE_STRATEGY_FIXED" />
+<s c="HTTP_ENCODING_STREAM_FLUSH_NONE" />
+<s c="HTTP_ENCODING_STREAM_FLUSH_SYNC" />
+<s c="HTTP_ENCODING_STREAM_FLUSH_FULL" />
+<s c="HTTP_E_RUNTIME" />
+<s c="HTTP_E_INVALID_PARAM" />
+<s c="HTTP_E_HEADER" />
+<s c="HTTP_E_MALFORMED_HEADERS" />
+<s c="HTTP_E_REQUEST_METHOD" />
+<s c="HTTP_E_MESSAGE_TYPE" />
+<s c="HTTP_E_ENCODING" />
+<s c="HTTP_E_REQUEST" />
+<s c="HTTP_E_REQUEST_POOL" />
+<s c="HTTP_E_SOCKET" />
+<s c="HTTP_E_RESPONSE" />
+<s c="HTTP_E_URL" />
+<s c="HTTP_E_QUERYSTRING" />
+<s c="HTTP_MSG_NONE" />
+<s c="HTTP_MSG_REQUEST" />
+<s c="HTTP_MSG_RESPONSE" />
+<s c="HTTP_QUERYSTRING_TYPE_BOOL" />
+<s c="HTTP_QUERYSTRING_TYPE_INT" />
+<s c="HTTP_QUERYSTRING_TYPE_FLOAT" />
+<s c="HTTP_QUERYSTRING_TYPE_STRING" />
+<s c="HTTP_QUERYSTRING_TYPE_ARRAY" />
+<s c="HTTP_QUERYSTRING_TYPE_OBJECT" />
+<s c="HTTP_AUTH_BASIC" />
+<s c="HTTP_AUTH_DIGEST" />
+<s c="HTTP_AUTH_NTLM" />
+<s c="HTTP_AUTH_GSSNEG" />
+<s c="HTTP_AUTH_ANY" />
+<s c="HTTP_VERSION_ANY" />
+<s c="HTTP_VERSION_1_0" />
+<s c="HTTP_VERSION_1_1" />
+<s c="HTTP_SSL_VERSION_ANY" />
+<s c="HTTP_SSL_VERSION_TLSv1" />
+<s c="HTTP_SSL_VERSION_SSLv3" />
+<s c="HTTP_SSL_VERSION_SSLv2" />
+<s c="HTTP_PROXY_SOCKS4" />
+<s c="HTTP_PROXY_SOCKS5" />
+<s c="HTTP_PROXY_HTTP" />
+<s c="HTTP_IPRESOLVE_V4" />
+<s c="HTTP_IPRESOLVE_V6" />
+<s c="HTTP_IPRESOLVE_ANY" />
+<s c="HTTP_METH_GET" />
+<s c="HTTP_METH_HEAD" />
+<s c="HTTP_METH_POST" />
+<s c="HTTP_METH_PUT" />
+<s c="HTTP_METH_DELETE" />
+<s c="HTTP_METH_OPTIONS" />
+<s c="HTTP_METH_TRACE" />
+<s c="HTTP_METH_CONNECT" />
+<s c="HTTP_METH_PROPFIND" />
+<s c="HTTP_METH_PROPPATCH" />
+<s c="HTTP_METH_MKCOL" />
+<s c="HTTP_METH_COPY" />
+<s c="HTTP_METH_MOVE" />
+<s c="HTTP_METH_LOCK" />
+<s c="HTTP_METH_UNLOCK" />
+<s c="HTTP_METH_VERSION_CONTROL" />
+<s c="HTTP_METH_REPORT" />
+<s c="HTTP_METH_CHECKOUT" />
+<s c="HTTP_METH_CHECKIN" />
+<s c="HTTP_METH_UNCHECKOUT" />
+<s c="HTTP_METH_MKWORKSPACE" />
+<s c="HTTP_METH_UPDATE" />
+<s c="HTTP_METH_LABEL" />
+<s c="HTTP_METH_MERGE" />
+<s c="HTTP_METH_BASELINE_CONTROL" />
+<s c="HTTP_METH_MKACTIVITY" />
+<s c="HTTP_METH_ACL" />
+<s c="HTTP_REDIRECT" />
+<s c="HTTP_REDIRECT_PERM" />
+<s c="HTTP_REDIRECT_FOUND" />
+<s c="HTTP_REDIRECT_POST" />
+<s c="HTTP_REDIRECT_PROXY" />
+<s c="HTTP_REDIRECT_TEMP" />
+<s c="HTTP_URL_REPLACE" />
+<s c="HTTP_URL_JOIN_PATH" />
+<s c="HTTP_URL_JOIN_QUERY" />
+<s c="HTTP_URL_STRIP_USER" />
+<s c="HTTP_URL_STRIP_PASS" />
+<s c="HTTP_URL_STRIP_AUTH" />
+<s c="HTTP_URL_STRIP_PORT" />
+<s c="HTTP_URL_STRIP_PATH" />
+<s c="HTTP_URL_STRIP_QUERY" />
+<s c="HTTP_URL_STRIP_FRAGMENT" />
+<s c="HTTP_URL_STRIP_ALL" />
+<s c="PSPELL_FAST" />
+<s c="PSPELL_NORMAL" />
+<s c="PSPELL_BAD_SPELLERS" />
+<s c="PSPELL_RUN_TOGETHER" />
+<s c="MOD_COLOR" />
+<s c="MOD_MATRIX" />
+<s c="TYPE_PUSHBUTTON" />
+<s c="TYPE_MENUBUTTON" />
+<s c="BSHitTest" />
+<s c="BSDown" />
+<s c="BSOver" />
+<s c="BSUp" />
+<s c="OverDowntoIdle" />
+<s c="IdletoOverDown" />
+<s c="OutDowntoIdle" />
+<s c="OutDowntoOverDown" />
+<s c="OverDowntoOutDown" />
+<s c="OverUptoOverDown" />
+<s c="OverUptoIdle" />
+<s c="IdletoOverUp" />
+<s c="ButtonEnter" />
+<s c="ButtonExit" />
+<s c="MenuEnter" />
+<s c="MenuExit" />
+<s c="FTP_ASCII" />
+<s c="FTP_TEXT" />
+<s c="FTP_BINARY" />
+<s c="FTP_IMAGE" />
+<s c="FTP_TIMEOUT_SEC" />
+<s c="FTP_AUTOSEEK" />
+<s c="FTP_AUTORESUME" />
+<s c="FTP_FAILED" />
+<s c="FTP_FINISHED" />
+<s c="FTP_MOREDATA" />
+<s c="RUNKIT_IMPORT_FUNCTIONS" />
+<s c="RUNKIT_IMPORT_CLASS_METHODS" />
+<s c="RUNKIT_IMPORT_CLASS_CONSTS" />
+<s c="RUNKIT_IMPORT_CLASS_PROPS" />
+<s c="RUNKIT_IMPORT_CLASSES" />
+<s c="RUNKIT_IMPORT_CLASS_*" />
+<s c="RUNKIT_IMPORT_OVERRIDE" />
+<s c="RUNKIT_ACC_PUBLIC" />
+<s c="RUNKIT_ACC_PROTECTED" />
+<s c="RUNKIT_ACC_PRIVATE" />
+<s c="CLASSKIT_ACC_PUBLIC" />
+<s c="CLASSKIT_ACC_PROTECTED" />
+<s c="CLASSKIT_ACC_PRIVATE" />
+<s c="CLASSKIT_AGGREGATE_OVERRIDE" />
+<s c="RUNKIT_VERSION" />
+<s c="CLASSKIT_VERSION" />
+<s c="MSQL_ASSOC" />
+<s c="MSQL_NUM" />
+<s c="MSQL_BOTH" />
+<s c="RIT_LEAVES_ONLY" />
+<s c="RecursiveIteratorIterator::LEAVES_ONLY" />
+<s c="RecursiveIteratorIterator::SELF_FIRST" />
+<s c="RecursiveIteratorIterator::CHILD_FIRST" />
+<s c="CachingIterator::CALL_TOSTRING" />
+<s c="CachingIterator::CATCH_GET_CHILD" />
+<s c="FORCE_GZIP" />
+<s c="FORCE_DEFLATE" />
+<s c="FDFValue" />
+<s c="FDFStatus" />
+<s c="FDFFile" />
+<s c="FDFID" />
+<s c="FDFFf" />
+<s c="FDFSetFf" />
+<s c="FDFClearFf" />
+<s c="FDFFlags" />
+<s c="FDFSetF" />
+<s c="FDFClrF" />
+<s c="FDFAP" />
+<s c="FDFAS" />
+<s c="FDFAction" />
+<s c="FDFAA" />
+<s c="FDFAPRef" />
+<s c="FDFIF" />
+<s c="FDFEnter" />
+<s c="FDFExit" />
+<s c="FDFDown" />
+<s c="FDFUp" />
+<s c="FDFFormat" />
+<s c="FDFValidate" />
+<s c="FDFKeystroke" />
+<s c="FDFCalculate" />
+<s c="FDFNormalAP" />
+<s c="FDFRolloverAP" />
+<s c="FDFDownAP" />
+<s c="PX_FIELD_ALPHA">Character data with fixed length</s>
+<s c="PX_FIELD_DATE">Date, number of days since 1.1.0000</s>
+<s c="PX_FIELD_SHORT">Short integer (2 Bytes)</s>
+<s c="PX_FIELD_LONG">Long integer (4 Bytes)</s>
+<s c="PX_FIELD_CURRENCY">same as PX_FIELD_NUMBER</s>
+<s c="PX_FIELD_NUMBER">Double</s>
+<s c="PX_FIELD_LOGICAL">Boolean</s>
+<s c="PX_FIELD_MEMOBLOB">Binary large object</s>
+<s c="PX_FIELD_BLOB">Binary large object (not supported)</s>
+<s c="PX_FIELD_FMTMEMOBLOB">Binary large object</s>
+<s c="PX_FIELD_OLE">OLE object (basically a blob, not supported)</s>
+<s c="PX_FIELD_GRAPHIC">Graphic (basically a blob, not supported)</s>
+<s c="PX_FIELD_TIME">time, number of milli seconds since midnight</s>
+<s c="PX_FIELD_TIMESTAMP">timestamp, number of milli seconds since 1.1.0000</s>
+<s c="PX_FIELD_AUTOINC">Auto incrementing interger (like PX_FIELD_LONG)</s>
+<s c="PX_FIELD_BCD">Decimal number stored in bcd format (not supported)</s>
+<s c="PX_FIELD_BYTES">Array of Bytes with not more than 255 bytes (not supported)</s>
+<s c="PX_KEYTOLOWER">Turn all field names into lower case</s>
+<s c="PX_KEYTOUPPER">Turn all field names into upper case</s>
+<s c="PX_FILE_INDEX_DB">Indexed database</s>
+<s c="PX_FILE_PRIM_INDEX">Primary index</s>
+<s c="PX_FILE_NON_INDEX_DB">None indexed database</s>
+<s c="PX_FILE_NON_INC_SEC_INDEX">None incremental secondary index</s>
+<s c="PX_FILE_SEC_INDEX">Secondary index</s>
+<s c="PX_FILE_INC_SEC_INDEX">Incremental secondary index</s>
+<s c="PX_FILE_NON_INC_SEC_INDEX_G">Non incremental secondary index</s>
+<s c="PX_FILE_SEC_INDEX_G">Secondary index</s>
+<s c="PX_FILE_INC_SEC_INDEX_G">Non incremental secondary index</s>
+<s c="OGGVORBIS_PCM_U8">Unsigned 8-bit PCM.</s>
+<s c="OGGVORBIS_PCM_S8">Signed 8-bit PCM.</s>
+<s c="OGGVORBIS_PCM_U16_LE">Unsigned 16-bit PCM. Little Endian byte order.</s>
+<s c="OGGVORBIS_PCM_U16_BE">Unsigned 16-bit PCM. Big Endian byte order.</s>
+<s c="OGGVORBIS_PCM_S16_LE">Signed 16-bit PCM. Little Endian byte order.</s>
+<s c="OGGVORBIS_PCM_S16_BE">Signed 16-bit PCM. Big Endian byte order.</s>
+<s c="YPERR_ACCESS" />
+<s c="YPERR_BADARGS" />
+<s c="YPERR_BADDB" />
+<s c="YPERR_BUSY" />
+<s c="YPERR_DOMAIN" />
+<s c="YPERR_KEY" />
+<s c="YPERR_MAP" />
+<s c="YPERR_NODOM" />
+<s c="YPERR_NOMORE" />
+<s c="YPERR_PMAP" />
+<s c="YPERR_RESRC" />
+<s c="YPERR_RPC" />
+<s c="YPERR_YPBIND" />
+<s c="YPERR_YPERR" />
+<s c="YPERR_YPSERV" />
+<s c="YPERR_VERS" />
+<s c="OCI_DEFAULT" />
+<s c="OCI_DESCRIBE_ONLY" />
+<s c="OCI_COMMIT_ON_SUCCESS" />
+<s c="OCI_EXACT_FETCH" />
+<s c="OCI_SYSDATE" />
+<s c="OCI_B_BFILE" />
+<s c="OCI_B_CFILEE" />
+<s c="OCI_B_CLOB" />
+<s c="OCI_B_BLOB" />
+<s c="OCI_B_ROWID" />
+<s c="OCI_B_CURSOR" />
+<s c="OCI_B_NTY" />
+<s c="OCI_B_SQLT_NTY" />
+<s c="OCI_B_BIN" />
+<s c="SQLT_BFILEE" />
+<s c="SQLT_CFILEE" />
+<s c="SQLT_CLOB" />
+<s c="SQLT_BLOB" />
+<s c="SQLT_RDD" />
+<s c="SQLT_NTY" />
+<s c="SQLT_LNG" />
+<s c="SQLT_LBI" />
+<s c="SQLT_BIN" />
+<s c="SQLT_NUM" />
+<s c="SQLT_INT" />
+<s c="SQLT_AFC" />
+<s c="SQLT_CHR" />
+<s c="SQLT_VCS" />
+<s c="SQLT_AVC" />
+<s c="SQLT_STR" />
+<s c="SQLT_LVC" />
+<s c="SQLT_FLT" />
+<s c="SQLT_ODT" />
+<s c="SQLT_BDOUBLE" />
+<s c="SQLT_BFLOAT" />
+<s c="OCI_FETCHSTATEMENT_BY_COLUMN" />
+<s c="OCI_FETCHSTATEMENT_BY_ROW" />
+<s c="OCI_ASSOC" />
+<s c="OCI_NUM" />
+<s c="OCI_BOTH" />
+<s c="OCI_RETURN_NULLS" />
+<s c="OCI_RETURN_LOBS" />
+<s c="OCI_DTYPE_FILE" />
+<s c="OCI_DTYPE_LOB" />
+<s c="OCI_DTYPE_ROWID" />
+<s c="OCI_D_FILE" />
+<s c="OCI_D_LOB" />
+<s c="OCI_D_ROWID" />
+<s c="OCI_SYSOPER" />
+<s c="OCI_SYSDBA" />
+<s c="OCI_LOB_BUFFER_FREE" />
+<s c="OCI_TEMP_CLOB" />
+<s c="OCI_TEMP_BLOB" />
+<s c="PREG_PATTERN_ORDER">Orders results so that $matches[0] is an array of full pattern matches, $matches[1] is an array of strings matched by the first parenthesized subpattern, and so on. This flag is only used with preg_match_all .</s>
+<s c="PREG_SET_ORDER">Orders results so that $matches[0] is an array of first set of matches, $matches[1] is an array of second set of matches, and so on. This flag is only used with preg_match_all .</s>
+<s c="PREG_OFFSET_CAPTURE">See the description of PREG_SPLIT_OFFSET_CAPTURE . This flag is available since PHP 4.3.0.</s>
+<s c="PREG_SPLIT_NO_EMPTY">This flag tells preg_split to return only non-empty pieces.</s>
+<s c="PREG_SPLIT_DELIM_CAPTURE">This flag tells preg_split to capture parenthesized expression in the delimiter pattern as well. This flag is available since PHP 4.0.5.</s>
+<s c="PREG_SPLIT_OFFSET_CAPTURE">If this flag is set, for every occurring match the appendant string offset will also be returned. Note that this changes the return values in an array where every element is an array consisting of the matched string at offset 0 and its string offset within subject at offset 1. This flag is available since PHP 4.3.0 and is only used for preg_split .</s>
+<s c="PREG_NO_ERROR">Returned by preg_last_error if there were no errors. Available since PHP 5.2.0.</s>
+<s c="PREG_INTERNAL_ERROR">Returned by preg_last_error if there was an internal PCRE error. Available since PHP 5.2.0.</s>
+<s c="PREG_BACKTRACK_LIMIT_ERROR">Returned by preg_last_error if &lt;link linkend=&quot;ini.pcre.backtrack-limit&quot;&gt;backtrack limit was exhausted. Available since PHP 5.2.0.</s>
+<s c="PREG_RECURSION_LIMIT_ERROR">Returned by preg_last_error if &lt;link linkend=&quot;ini.pcre.recursion-limit&quot;&gt;recursion limit was exhausted. Available since PHP 5.2.0.</s>
+<s c="PREG_BAD_UTF8_ERROR">Returned by preg_last_error if the last error was caused by malformed UTF-8 data (only when running a regex in &lt;link linkend=&quot;reference.pcre.pattern.modifiers&quot;&gt;UTF-8 mode ). Available since PHP 5.2.0.</s>
+<s c="PREG_BAD_UTF8_OFFSET_ERROR">Returned by preg_last_error if the offset didn't correspond to the begin of a valid UTF-8 code point (only when running a regex in UTF-8 mode ). Available since PHP 5.3.0.</s>
+<s c="PCRE_VERSION">PCRE version and release date (e.g. &quot;7.0 18-Dec-2006&quot;). Available since PHP 5.2.4.</s>
+<s c="DC_MICROSOFT" />
+<s c="DC_BORLAND" />
+<s c="DC_CALL_CDECL" />
+<s c="DC_CALL_STD" />
+<s c="DC_RETVAL_MATH4" />
+<s c="DC_RETVAL_MATH8" />
+<s c="DC_CALL_STD_BO" />
+<s c="DC_CALL_STD_MS" />
+<s c="DC_CALL_STD_M8" />
+<s c="DC_FLAG_ARGPTR" />
+<s c="KRB5_KDB_DISALLOW_POSTDATED">KRB5_KDB_DISALLOW_FORWARDABLE</s>
+<s c="KRB5_KDB_DISALLOW_TGT_BASED">KRB5_KDB_DISALLOW_RENEWABLE</s>
+<s c="KRB5_KDB_DISALLOW_PROXIABLE">KRB5_KDB_DISALLOW_DUP_SKEY</s>
+<s c="KRB5_KDB_DISALLOW_ALL_TIX">KRB5_KDB_REQUIRES_PRE_AUTH</s>
+<s c="KRB5_KDB_REQUIRES_HW_AUTH">KRB5_KDB_REQUIRES_PWCHANGE</s>
+<s c="KRB5_KDB_DISALLOW_SVR">KRB5_KDB_PWCHANGE_SERVER</s>
+<s c="KRB5_KDB_SUPPORT_DESMD5">KRB5_KDB_NEW_PRINC</s>
+<s c="KADM5_PRINCIPAL">long</s>
+<s c="KADM5_PRINC_EXPIRE_TIME">long</s>
+<s c="KADM5_LAST_PW_CHANGE">long</s>
+<s c="KADM5_PW_EXPIRATION">long</s>
+<s c="KADM5_MAX_LIFE">long</s>
+<s c="KADM5_MAX_RLIFE">long</s>
+<s c="KADM5_MOD_NAME">string</s>
+<s c="KADM5_MOD_TIME">long</s>
+<s c="KADM5_KVNO">long</s>
+<s c="KADM5_POLICY">string</s>
+<s c="KADM5_CLEARPOLICY">long</s>
+<s c="KADM5_LAST_SUCCESS">long</s>
+<s c="KADM5_LAST_FAILED">long</s>
+<s c="KADM5_FAIL_AUTH_COUNT">long</s>
+<s c="KADM5_RANDKEY">long</s>
+<s c="KADM5_ATTRIBUTES">long</s>
+<s c="ZIPARCHIVE::CREATE" />
+<s c="ZIPARCHIVE::OVERWRITE" />
+<s c="ZIPARCHIVE::EXCL" />
+<s c="ZIPARCHIVE::CHECKCONS" />
+<s c="ZIPARCHIVE::FL_NOCASE" />
+<s c="ZIPARCHIVE::FL_NODIR" />
+<s c="ZIPARCHIVE::FL_COMPRESSED" />
+<s c="ZIPARCHIVE::FL_UNCHANGED" />
+<s c="ZIPARCHIVE::CM_DEFAULT" />
+<s c="ZIPARCHIVE::CM_STORE" />
+<s c="ZIPARCHIVE::CM_SHRINK" />
+<s c="ZIPARCHIVE::CM_REDUCE_1" />
+<s c="ZIPARCHIVE::CM_REDUCE_2" />
+<s c="ZIPARCHIVE::CM_REDUCE_3" />
+<s c="ZIPARCHIVE::CM_REDUCE_4" />
+<s c="ZIPARCHIVE::CM_IMPLODE" />
+<s c="ZIPARCHIVE::CM_DEFLATE" />
+<s c="ZIPARCHIVE::CM_DEFLATE64" />
+<s c="ZIPARCHIVE::CM_PKWARE_IMPLODE" />
+<s c="ZIPARCHIVE::CM_BZIP2" />
+<s c="ZIPARCHIVE::ER_OK" />
+<s c="ZIPARCHIVE::ER_MULTIDISK" />
+<s c="ZIPARCHIVE::ER_RENAME" />
+<s c="ZIPARCHIVE::ER_CLOSE" />
+<s c="ZIPARCHIVE::ER_SEEK" />
+<s c="ZIPARCHIVE::ER_READ" />
+<s c="ZIPARCHIVE::ER_WRITE" />
+<s c="ZIPARCHIVE::ER_CRC" />
+<s c="ZIPARCHIVE::ER_ZIPCLOSED" />
+<s c="ZIPARCHIVE::ER_NOENT" />
+<s c="ZIPARCHIVE::ER_EXISTS" />
+<s c="ZIPARCHIVE::ER_OPEN" />
+<s c="ZIPARCHIVE::ER_TMPOPEN" />
+<s c="ZIPARCHIVE::ER_ZLIB" />
+<s c="ZIPARCHIVE::ER_MEMORY" />
+<s c="ZIPARCHIVE::ER_CHANGED" />
+<s c="ZIPARCHIVE::ER_COMPNOTSUPP" />
+<s c="ZIPARCHIVE::ER_EOF" />
+<s c="ZIPARCHIVE::ER_INVAL" />
+<s c="ZIPARCHIVE::ER_NOZIP" />
+<s c="ZIPARCHIVE::ER_INTERNAL" />
+<s c="ZIPARCHIVE::ER_INCONS" />
+<s c="ZIPARCHIVE::ER_REMOVE" />
+<s c="ZIPARCHIVE::ER_DELETED" />
+<s c="PARSEKIT_QUIET" />
+<s c="PARSEKIT_SIMPLE" />
+<s c="PARSEKIT_EXTENDED_VALUE" />
+<s c="PARSEKIT_RESULT_CONST" />
+<s c="PARSEKIT_RESULT_EA_TYPE" />
+<s c="PARSEKIT_RESULT_JMP_ADDR" />
+<s c="PARSEKIT_RESULT_OPARRAY" />
+<s c="PARSEKIT_RESULT_OPLINE" />
+<s c="PARSEKIT_RESULT_VAR" />
+<s c="PARSEKIT_USAGE_UNKNOWN" />
+<s c="PARSEKIT_ZEND_INTERNAL_CLASS" />
+<s c="PARSEKIT_ZEND_USER_CLASS" />
+<s c="PARSEKIT_ZEND_EVAL_CODE" />
+<s c="PARSEKIT_ZEND_INTERNAL_FUNCTION" />
+<s c="PARSEKIT_ZEND_OVERLOADED_FUNCTION" />
+<s c="PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY" />
+<s c="PARSEKIT_ZEND_USER_FUNCTION" />
+<s c="PARSEKIT_IS_CONST" />
+<s c="PARSEKIT_IS_TMP_VAR" />
+<s c="PARSEKIT_IS_UNUSED" />
+<s c="PARSEKIT_IS_VAR" />
+<s c="PARSEKIT_ZEND_ADD" />
+<s c="PARSEKIT_ZEND_ADD_ARRAY_ELEMENT" />
+<s c="PARSEKIT_ZEND_ADD_CHAR" />
+<s c="PARSEKIT_ZEND_ADD_INTERFACE" />
+<s c="PARSEKIT_ZEND_ADD_STRING" />
+<s c="PARSEKIT_ZEND_ADD_VAR" />
+<s c="PARSEKIT_ZEND_ASSIGN" />
+<s c="PARSEKIT_ZEND_ASSIGN_ADD" />
+<s c="PARSEKIT_ZEND_ASSIGN_BW_AND" />
+<s c="PARSEKIT_ZEND_ASSIGN_BW_OR" />
+<s c="PARSEKIT_ZEND_ASSIGN_BW_XOR" />
+<s c="PARSEKIT_ZEND_ASSIGN_CONCAT" />
+<s c="PARSEKIT_ZEND_ASSIGN_DIM" />
+<s c="PARSEKIT_ZEND_ASSIGN_DIV" />
+<s c="PARSEKIT_ZEND_ASSIGN_MOD" />
+<s c="PARSEKIT_ZEND_ASSIGN_MUL" />
+<s c="PARSEKIT_ZEND_ASSIGN_OBJ" />
+<s c="PARSEKIT_ZEND_ASSIGN_REF" />
+<s c="PARSEKIT_ZEND_ASSIGN_SL" />
+<s c="PARSEKIT_ZEND_ASSIGN_SR" />
+<s c="PARSEKIT_ZEND_ASSIGN_SUB" />
+<s c="PARSEKIT_ZEND_BEGIN_SILENCE" />
+<s c="PARSEKIT_ZEND_BOOL" />
+<s c="PARSEKIT_ZEND_BOOL_NOT" />
+<s c="PARSEKIT_ZEND_BOOL_XOR" />
+<s c="PARSEKIT_ZEND_BRK" />
+<s c="PARSEKIT_ZEND_BW_AND" />
+<s c="PARSEKIT_ZEND_BW_NOT" />
+<s c="PARSEKIT_ZEND_BW_OR" />
+<s c="PARSEKIT_ZEND_BW_XOR" />
+<s c="PARSEKIT_ZEND_CASE" />
+<s c="PARSEKIT_ZEND_CAST" />
+<s c="PARSEKIT_ZEND_CATCH" />
+<s c="PARSEKIT_ZEND_CLONE" />
+<s c="PARSEKIT_ZEND_CONCAT" />
+<s c="PARSEKIT_ZEND_CONT" />
+<s c="PARSEKIT_ZEND_DECLARE_CLASS" />
+<s c="PARSEKIT_ZEND_DECLARE_FUNCTION" />
+<s c="PARSEKIT_ZEND_DECLARE_INHERITED_CLASS" />
+<s c="PARSEKIT_ZEND_DIV" />
+<s c="PARSEKIT_ZEND_DO_FCALL" />
+<s c="PARSEKIT_ZEND_DO_FCALL_BY_NAME" />
+<s c="PARSEKIT_ZEND_ECHO" />
+<s c="PARSEKIT_ZEND_END_SILENCE" />
+<s c="PARSEKIT_ZEND_EXIT" />
+<s c="PARSEKIT_ZEND_EXT_FCALL_BEGIN" />
+<s c="PARSEKIT_ZEND_EXT_FCALL_END" />
+<s c="PARSEKIT_ZEND_EXT_NOP" />
+<s c="PARSEKIT_ZEND_EXT_STMT" />
+<s c="PARSEKIT_ZEND_FETCH_CLASS" />
+<s c="PARSEKIT_ZEND_FETCH_CONSTANT" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_FUNC_ARG" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_IS" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_R" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_RW" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_TMP_VAR" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_UNSET" />
+<s c="PARSEKIT_ZEND_FETCH_DIM_W" />
+<s c="PARSEKIT_ZEND_FETCH_FUNC_ARG" />
+<s c="PARSEKIT_ZEND_FETCH_IS" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_FUNC_ARG" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_IS" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_R" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_RW" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_UNSET" />
+<s c="PARSEKIT_ZEND_FETCH_OBJ_W" />
+<s c="PARSEKIT_ZEND_FETCH_R" />
+<s c="PARSEKIT_ZEND_FETCH_RW" />
+<s c="PARSEKIT_ZEND_FETCH_UNSET" />
+<s c="PARSEKIT_ZEND_FETCH_W" />
+<s c="PARSEKIT_ZEND_FE_FETCH" />
+<s c="PARSEKIT_ZEND_FE_RESET" />
+<s c="PARSEKIT_ZEND_FREE" />
+<s c="PARSEKIT_ZEND_HANDLE_EXCEPTION" />
+<s c="PARSEKIT_ZEND_IMPORT_CLASS" />
+<s c="PARSEKIT_ZEND_IMPORT_CONST" />
+<s c="PARSEKIT_ZEND_IMPORT_FUNCTION" />
+<s c="PARSEKIT_ZEND_INCLUDE_OR_EVAL" />
+<s c="PARSEKIT_ZEND_INIT_ARRAY" />
+<s c="PARSEKIT_ZEND_INIT_CTOR_CALL" />
+<s c="PARSEKIT_ZEND_INIT_FCALL_BY_NAME" />
+<s c="PARSEKIT_ZEND_INIT_METHOD_CALL" />
+<s c="PARSEKIT_ZEND_INIT_STATIC_METHOD_CALL" />
+<s c="PARSEKIT_ZEND_INIT_STRING" />
+<s c="PARSEKIT_ZEND_INSTANCEOF" />
+<s c="PARSEKIT_ZEND_ISSET_ISEMPTY" />
+<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_DIM_OBJ" />
+<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_PROP_OBJ" />
+<s c="PARSEKIT_ZEND_ISSET_ISEMPTY_VAR" />
+<s c="PARSEKIT_ZEND_IS_EQUAL" />
+<s c="PARSEKIT_ZEND_IS_IDENTICAL" />
+<s c="PARSEKIT_ZEND_IS_NOT_EQUAL" />
+<s c="PARSEKIT_ZEND_IS_NOT_IDENTICAL" />
+<s c="PARSEKIT_ZEND_IS_SMALLER" />
+<s c="PARSEKIT_ZEND_IS_SMALLER_OR_EQUAL" />
+<s c="PARSEKIT_ZEND_JMP" />
+<s c="PARSEKIT_ZEND_JMPNZ" />
+<s c="PARSEKIT_ZEND_JMPNZ_EX" />
+<s c="PARSEKIT_ZEND_JMPZ" />
+<s c="PARSEKIT_ZEND_JMPZNZ" />
+<s c="PARSEKIT_ZEND_JMPZ_EX" />
+<s c="PARSEKIT_ZEND_JMP_NO_CTOR" />
+<s c="PARSEKIT_ZEND_MOD" />
+<s c="PARSEKIT_ZEND_MUL" />
+<s c="PARSEKIT_ZEND_NEW" />
+<s c="PARSEKIT_ZEND_NOP" />
+<s c="PARSEKIT_ZEND_OP_DATA" />
+<s c="PARSEKIT_ZEND_POST_DEC" />
+<s c="PARSEKIT_ZEND_POST_DEC_OBJ" />
+<s c="PARSEKIT_ZEND_POST_INC" />
+<s c="PARSEKIT_ZEND_POST_INC_OBJ" />
+<s c="PARSEKIT_ZEND_PRE_DEC" />
+<s c="PARSEKIT_ZEND_PRE_DEC_OBJ" />
+<s c="PARSEKIT_ZEND_PRE_INC" />
+<s c="PARSEKIT_ZEND_PRE_INC_OBJ" />
+<s c="PARSEKIT_ZEND_PRINT" />
+<s c="PARSEKIT_ZEND_QM_ASSIGN" />
+<s c="PARSEKIT_ZEND_RAISE_ABSTRACT_ERROR" />
+<s c="PARSEKIT_ZEND_RECV" />
+<s c="PARSEKIT_ZEND_RECV_INIT" />
+<s c="PARSEKIT_ZEND_RETURN" />
+<s c="PARSEKIT_ZEND_SEND_REF" />
+<s c="PARSEKIT_ZEND_SEND_VAL" />
+<s c="PARSEKIT_ZEND_SEND_VAR" />
+<s c="PARSEKIT_ZEND_SEND_VAR_NO_REF" />
+<s c="PARSEKIT_ZEND_SL" />
+<s c="PARSEKIT_ZEND_SR" />
+<s c="PARSEKIT_ZEND_SUB" />
+<s c="PARSEKIT_ZEND_SWITCH_FREE" />
+<s c="PARSEKIT_ZEND_THROW" />
+<s c="PARSEKIT_ZEND_TICKS" />
+<s c="PARSEKIT_ZEND_UNSET_DIM_OBJ" />
+<s c="PARSEKIT_ZEND_UNSET_VAR" />
+<s c="PARSEKIT_ZEND_VERIFY_ABSTRACT_CLASS" />
+<s c="GEOIP_COUNTRY_EDITION" />
+<s c="GEOIP_REGION_EDITION_REV0" />
+<s c="GEOIP_CITY_EDITION_REV0" />
+<s c="GEOIP_ORG_EDITION" />
+<s c="GEOIP_ISP_EDITION" />
+<s c="GEOIP_CITY_EDITION_REV1" />
+<s c="GEOIP_REGION_EDITION_REV1" />
+<s c="GEOIP_PROXY_EDITION" />
+<s c="GEOIP_ASNUM_EDITION" />
+<s c="GEOIP_NETSPEED_EDITION" />
+<s c="GEOIP_DOMAIN_EDITION" />
+<s c="GEOIP_UNKNOWN_SPEED" />
+<s c="GEOIP_DIALUP_SPEED" />
+<s c="GEOIP_CABLEDSL_SPEED" />
+<s c="GEOIP_CORPORATE_SPEED" />
+<s c="INPUT_POST" />
+<s c="INPUT_GET" />
+<s c="INPUT_COOKIE" />
+<s c="INPUT_ENV" />
+<s c="INPUT_SERVER" />
+<s c="INPUT_SESSION" />
+<s c="INPUT_REQUEST" />
+<s c="FILTER_FLAG_NONE" />
+<s c="FILTER_REQUIRE_SCALAR" />
+<s c="FILTER_REQUIRE_ARRAY" />
+<s c="FILTER_FORCE_ARRAY" />
+<s c="FILTER_NULL_ON_FAILURE" />
+<s c="FILTER_VALIDATE_INT" />
+<s c="FILTER_VALIDATE_BOOLEAN" />
+<s c="FILTER_VALIDATE_FLOAT" />
+<s c="FILTER_VALIDATE_REGEXP" />
+<s c="FILTER_VALIDATE_URL" />
+<s c="FILTER_VALIDATE_EMAIL" />
+<s c="FILTER_VALIDATE_IP" />
+<s c="FILTER_DEFAULT" />
+<s c="FILTER_UNSAFE_RAW" />
+<s c="FILTER_SANITIZE_STRING" />
+<s c="FILTER_SANITIZE_STRIPPED" />
+<s c="FILTER_SANITIZE_ENCODED" />
+<s c="FILTER_SANITIZE_SPECIAL_CHARS" />
+<s c="FILTER_SANITIZE_EMAIL" />
+<s c="FILTER_SANITIZE_URL" />
+<s c="FILTER_SANITIZE_NUMBER_INT" />
+<s c="FILTER_SANITIZE_NUMBER_FLOAT" />
+<s c="FILTER_SANITIZE_MAGIC_QUOTES" />
+<s c="FILTER_CALLBACK" />
+<s c="FILTER_FLAG_ALLOW_OCTAL" />
+<s c="FILTER_FLAG_ALLOW_HEX" />
+<s c="FILTER_FLAG_STRIP_LOW" />
+<s c="FILTER_FLAG_STRIP_HIGH" />
+<s c="FILTER_FLAG_ENCODE_LOW" />
+<s c="FILTER_FLAG_ENCODE_HIGH" />
+<s c="FILTER_FLAG_ENCODE_AMP" />
+<s c="FILTER_FLAG_NO_ENCODE_QUOTES" />
+<s c="FILTER_FLAG_EMPTY_STRING_NULL" />
+<s c="FILTER_FLAG_ALLOW_FRACTION" />
+<s c="FILTER_FLAG_ALLOW_THOUSAND" />
+<s c="FILTER_FLAG_ALLOW_SCIENTIFIC" />
+<s c="FILTER_FLAG_SCHEME_REQUIRED" />
+<s c="FILTER_FLAG_HOST_REQUIRED" />
+<s c="FILTER_FLAG_PATH_REQUIRED" />
+<s c="FILTER_FLAG_QUERY_REQUIRED" />
+<s c="FILTER_FLAG_IPV4" />
+<s c="FILTER_FLAG_IPV6" />
+<s c="FILTER_FLAG_NO_RES_RANGE" />
+<s c="FILTER_FLAG_NO_PRIV_RANGE" />
 <s c="CREDITS_GROUP">1</s>
 <s c="CREDITS_GENERAL">2</s>
 <s c="CREDITS_SAPI">4</s>
 <s c="INFO_VARIABLES">32</s>
 <s c="INFO_LICENSE">64</s>
 <s c="INFO_ALL">-1</s>
-<s c="INGRES_ASSOC"/>
-<s c="INGRES_NUM"/>
-<s c="INGRES_BOTH"/>
-<s c="LDAP_DEREF_NEVER"/>
-<s c="LDAP_DEREF_SEARCHING"/>
-<s c="LDAP_DEREF_FINDING"/>
-<s c="LDAP_DEREF_ALWAYS"/>
-<s c="LDAP_OPT_DEREF"/>
-<s c="LDAP_OPT_SIZELIMIT"/>
-<s c="LDAP_OPT_TIMELIMIT"/>
-<s c="LDAP_OPT_PROTOCOL_VERSION"/>
-<s c="LDAP_OPT_ERROR_NUMBER"/>
-<s c="LDAP_OPT_REFERRALS"/>
-<s c="LDAP_OPT_RESTART"/>
-<s c="LDAP_OPT_HOST_NAME"/>
-<s c="LDAP_OPT_ERROR_STRING"/>
-<s c="LDAP_OPT_MATCHED_DN"/>
-<s c="LDAP_OPT_SERVER_CONTROLS"/>
-<s c="LDAP_OPT_CLIENT_CONTROLS"/>
-<s c="LDAP_OPT_DEBUG_LEVEL"/>
-<s c="GSLC_SSL_NO_AUTH"/>
-<s c="GSLC_SSL_ONEWAY_AUTH"/>
-<s c="GSLC_SSL_TWOWAY_AUTH"/>
-<s c="M_PI">3.14159265358979323846</s>
-<s c="M_E">2.7182818284590452354</s>
-<s c="M_LOG2E">1.4426950408889634074</s>
-<s c="M_LOG10E">0.43429448190325182765</s>
-<s c="M_LN2">0.69314718055994530942</s>
-<s c="M_LN10">2.30258509299404568402</s>
-<s c="M_PI_2">1.57079632679489661923</s>
-<s c="M_PI_4">0.78539816339744830962</s>
-<s c="M_1_PI">0.31830988618379067154</s>
-<s c="M_2_PI">0.63661977236758134308</s>
-<s c="M_SQRTPI">1.77245385090551602729</s>
-<s c="M_2_SQRTPI">1.12837916709551257390</s>
-<s c="M_SQRT2">1.41421356237309504880</s>
-<s c="M_SQRT3">1.73205080756887729352</s>
-<s c="M_SQRT1_2">0.70710678118654752440</s>
-<s c="M_LNPI">1.14472988584940017414</s>
-<s c="M_EULER">0.57721566490153286061</s>
-<s c="MB_OVERLOAD_MAIL"/>
-<s c="MB_OVERLOAD_STRING"/>
-<s c="MB_OVERLOAD_REGEX"/>
-<s c="MCAL_SUNDAY"/>
-<s c="MCAL_MONDAY"/>
-<s c="MCAL_TUESDAY"/>
-<s c="MCAL_WEDNESDAY"/>
-<s c="MCAL_THURSDAY"/>
-<s c="MCAL_FRIDAY"/>
-<s c="MCAL_SATURDAY"/>
-<s c="MCAL_JANUARY"/>
-<s c="MCAL_FEBRUARY"/>
-<s c="MCAL_MARCH"/>
-<s c="MCAL_APRIL"/>
-<s c="MCAL_MAY"/>
-<s c="MCAL_JUNE"/>
-<s c="MCAL_JULY"/>
-<s c="MCAL_AUGUST"/>
-<s c="MCAL_SEPTEMBER"/>
-<s c="MCAL_OCTOBER"/>
-<s c="MCAL_NOVEMBER"/>
-<s c="MCAL_DECEMBER"/>
-<s c="MCAL_RECUR_NONE"/>
-<s c="MCAL_RECUR_DAILY"/>
-<s c="MCAL_RECUR_WEEKLY"/>
-<s c="MCAL_RECUR_MONTHLY_MDAY"/>
-<s c="MCAL_RECUR_MONTHLY_WDAY"/>
-<s c="MCAL_RECUR_YEARLY"/>
-<s c="MCAL_M_SUNDAY"/>
-<s c="MCAL_M_MONDAY"/>
-<s c="MCAL_M_TUESDAY"/>
-<s c="MCAL_M_WEDNESDAY"/>
-<s c="MCAL_M_THURSDAY"/>
-<s c="MCAL_M_FRIDAY"/>
-<s c="MCAL_M_SATURDAY"/>
-<s c="MCAL_M_WEEKDAYS"/>
-<s c="MCAL_M_WEEKEND"/>
-<s c="MCAL_M_ALLDAYS"/>
-<s c="MCRYPT_ENCRYPT"/>
-<s c="MCRYPT_DECRYPT"/>
-<s c="MCRYPT_DEV_RANDOM"/>
-<s c="MCRYPT_DEV_URANDOM"/>
-<s c="MCRYPT_RAND"/>
-<s c="MC_TRANTYPE"/>
-<s c="MC_USERNAME"/>
-<s c="MC_PASSWORD"/>
-<s c="MC_ACCOUNT"/>
-<s c="MC_TRACKDATA"/>
-<s c="MC_EXPDATE"/>
-<s c="MC_STREET"/>
-<s c="MC_ZIP"/>
-<s c="MC_CV"/>
-<s c="MC_COMMENTS"/>
-<s c="MC_CLERKID"/>
-<s c="MC_STATIONID"/>
-<s c="MC_APPRCODE"/>
-<s c="MC_AMOUNT"/>
-<s c="MC_PTRANNUM"/>
-<s c="MC_TTID"/>
-<s c="MC_USER"/>
-<s c="MC_PWD"/>
-<s c="MC_ACCT"/>
-<s c="MC_BDATE"/>
-<s c="MC_EDATE"/>
-<s c="MC_BATCH"/>
-<s c="MC_FILE"/>
-<s c="MC_ADMIN"/>
-<s c="MC_AUDITTYPE"/>
-<s c="MC_CUSTOM"/>
-<s c="MC_EXAMOUNT"/>
-<s c="MC_EXCHARGES"/>
-<s c="MC_RATE"/>
-<s c="MC_RENTERNAME"/>
-<s c="MC_RETURNCITY"/>
-<s c="MC_RETURNSTATE"/>
-<s c="MC_RETURNLOCATION"/>
-<s c="MC_PRIORITY"/>
-<s c="MC_INQUIRY"/>
-<s c="MC_CARDTYPES"/>
-<s c="MC_SUB"/>
-<s c="MC_MARKER"/>
-<s c="MC_DEVICETYPE"/>
-<s c="MC_ERRORCODE"/>
-<s c="MC_NEWBATCH"/>
-<s c="MC_CURR"/>
-<s c="MC_DESCMERCH"/>
-<s c="MC_DESCLOC"/>
-<s c="MC_ORIGTYPE"/>
-<s c="MC_PIN"/>
-<s c="MC_VOIDORIGTYPE"/>
-<s c="MC_TIMESTAMP"/>
-<s c="MC_PRIO_HIGH"/>
-<s c="MC_PRIO_NORMAL"/>
-<s c="MC_PRIO_LOW"/>
-<s c="MC_USER_PROC"/>
-<s c="MC_USER_USER"/>
-<s c="MC_USER_PWD"/>
-<s c="MC_USER_INDCODE"/>
-<s c="MC_USER_MERCHID"/>
-<s c="MC_USER_BANKID"/>
-<s c="MC_USER_TERMID"/>
-<s c="MC_USER_CLIENTNUM"/>
-<s c="MC_USER_STOREID"/>
-<s c="MC_USER_AGENTID"/>
-<s c="MC_USER_CHAINID"/>
-<s c="MC_USER_ZIPCODE"/>
-<s c="MC_USER_TIMEZONE"/>
-<s c="MC_USER_MERCHCAT"/>
-<s c="MC_USER_MERNAME"/>
-<s c="MC_USER_MERCHLOC"/>
-<s c="MC_USER_STATECODE"/>
-<s c="MC_USER_PHONE"/>
-<s c="MC_USER_SUB"/>
-<s c="MC_USER_CARDTYPES"/>
-<s c="MC_USER_MODE"/>
-<s c="MC_USER_VNUMBER"/>
-<s c="MC_USER_ROUTINGID"/>
-<s c="MC_USER_PPROPERTY"/>
-<s c="MC_USER_PID"/>
-<s c="MC_USER_PIDPWD"/>
-<s c="MC_USER_SMID"/>
-<s c="MC_USER_SMIDPWD"/>
-<s c="MC_USER_USDDIV"/>
-<s c="MC_USER_AUDDIV"/>
-<s c="MC_USER_DKKDIV"/>
-<s c="MC_USER_GBPDIV"/>
-<s c="MC_USER_HKDDIV"/>
-<s c="MC_USER_JPYDIV"/>
-<s c="MC_USER_NZDDIV"/>
-<s c="MC_USER_NOKDIV"/>
-<s c="MC_USER_SGDDIV"/>
-<s c="MC_USER_ZARDIV"/>
-<s c="MC_USER_SEKDIV"/>
-<s c="MC_USER_CHFDIV"/>
-<s c="MC_USER_CADDIV"/>
-<s c="MC_USER_DIVNUM"/>
-<s c="MC_CARD_VISA"/>
-<s c="MC_CARD_MC"/>
-<s c="MC_CARD_AMEX"/>
-<s c="MC_CARD_DISC"/>
-<s c="MC_CARD_JCB"/>
-<s c="MC_CARD_CB"/>
-<s c="MC_CARD_DC"/>
-<s c="MC_CARD_GIFT"/>
-<s c="MC_CARD_OTHER"/>
-<s c="MC_CARD_ALL"/>
-<s c="MC_MODE_AUTH"/>
-<s c="MC_MODE_SETTLE"/>
-<s c="MC_MODE_BOTH"/>
-<s c="MC_MODE_ALL"/>
-<s c="MC_EXCHARGES_REST"/>
-<s c="MC_EXCHARGES_GIFT"/>
-<s c="MC_EXCHARGES_MINI"/>
-<s c="MC_EXCHARGES_TELE"/>
-<s c="MC_EXCHARGES_OTHER"/>
-<s c="MC_EXCHARGES_LAUND"/>
-<s c="MC_EXCHARGES_NONE"/>
-<s c="MC_EXCHARGES_GAS"/>
-<s c="MC_EXCHARGES_MILE"/>
-<s c="MC_EXCHARGES_LATE"/>
-<s c="MC_EXCHARGES_1WAY"/>
-<s c="MC_EXCHARGES_VIOL"/>
-<s c="MC_TRAN_SALE"/>
-<s c="MC_TRAN_REDEMPTION"/>
-<s c="MC_TRAN_PREAUTH"/>
-<s c="MC_TRAN_VOID"/>
-<s c="MC_TRAN_PREAUTHCOMPLETE"/>
-<s c="MC_TRAN_FORCE"/>
-<s c="MC_TRAN_OVERRIDE"/>
-<s c="MC_TRAN_RETURN"/>
-<s c="MC_TRAN_RELOAD"/>
-<s c="MC_TRAN_CREDIT"/>
-<s c="MC_TRAN_SETTLE"/>
-<s c="MC_TRAN_INCREMENTAL"/>
-<s c="MC_TRAN_REVERSAL"/>
-<s c="MC_TRAN_ACTIVATE"/>
-<s c="MC_TRAN_BALANCEINQ"/>
-<s c="MC_TRAN_CASHOUT"/>
-<s c="MC_TRAN_TOREVERSAL"/>
-<s c="MC_TRAN_SETTLERFR"/>
-<s c="MC_TRAN_ISSUE"/>
-<s c="MC_TRAN_TIP"/>
-<s c="MC_TRAN_MERCHRETURN"/>
-<s c="MC_TRAN_IVRREQ"/>
-<s c="MC_TRAN_IVRRESP"/>
-<s c="MC_TRAN_ADMIN"/>
-<s c="MC_TRAN_PING"/>
-<s c="MC_TRAN_CHKPWD"/>
-<s c="MC_TRAN_CHNGPWD"/>
-<s c="MC_TRAN_LISTSTATS"/>
-<s c="MC_TRAN_LISTUSERS"/>
-<s c="MC_TRAN_GETUSERINFO"/>
-<s c="MC_TRAN_ADDUSER"/>
-<s c="MC_TRAN_EDITUSER"/>
-<s c="MC_TRAN_DELUSER"/>
-<s c="MC_TRAN_ENABLEUSER"/>
-<s c="MC_TRAN_DISABLEUSER"/>
-<s c="MC_TRAN_IMPORT"/>
-<s c="MC_TRAN_EXPORT"/>
-<s c="MC_TRAN_ERRORLOG"/>
-<s c="MC_TRAN_CLEARERRORLOG"/>
-<s c="MC_TRAN_GETSUBACCTS"/>
-<s c="MC_ADMIN_GUT"/>
-<s c="MC_ADMIN_GL"/>
-<s c="MC_ADMIN_GFT"/>
-<s c="MC_ADMIN_BT"/>
-<s c="MC_ADMIN_UB"/>
-<s c="MC_ADMIN_QC"/>
-<s c="MC_ADMIN_RS"/>
-<s c="MC_ADMIN_CTH"/>
-<s c="MC_ADMIN_CFH"/>
-<s c="MC_ADMIN_FORCESETTLE"/>
-<s c="MC_ADMIN_SETBATCHNUM"/>
-<s c="MC_ADMIN_RENUMBERBATCH"/>
-<s c="MC_ADMIN_FIELDEDIT"/>
-<s c="MC_ADMIN_CLOSEBATCH"/>
-<s c="MCVE_UNUSED"/>
-<s c="MCVE_NEW"/>
-<s c="MCVE_PENDING"/>
-<s c="MCVE_DONE"/>
-<s c="MCVE_GOOD"/>
-<s c="MCVE_BAD"/>
-<s c="MCVE_STREET"/>
-<s c="MCVE_ZIP"/>
-<s c="MCVE_UNKNOWN"/>
-<s c="MCVE_ERROR"/>
-<s c="MCVE_FAIL"/>
-<s c="MCVE_SUCCESS"/>
-<s c="MCVE_AUTH"/>
-<s c="MCVE_DENY"/>
-<s c="MCVE_CALL"/>
-<s c="MCVE_DUPL"/>
-<s c="MCVE_PKUP"/>
-<s c="MCVE_RETRY"/>
-<s c="MCVE_SETUP"/>
-<s c="MCVE_TIMEOUT"/>
-<s c="MCVE_SALE"/>
-<s c="MCVE_PREAUTH"/>
-<s c="MCVE_FORCE"/>
-<s c="MCVE_OVERRIDE"/>
-<s c="MCVE_RETURN"/>
-<s c="MCVE_SETTLE"/>
-<s c="MCVE_PROC"/>
-<s c="MCVE_USER"/>
-<s c="MCVE_PWD"/>
-<s c="MCVE_INDCODE"/>
-<s c="MCVE_MERCHID"/>
-<s c="MCVE_BANKID"/>
-<s c="MCVE_TERMID"/>
-<s c="MCVE_CLIENTNUM"/>
-<s c="MCVE_STOREID"/>
-<s c="MCVE_AGENTID"/>
-<s c="MCVE_CHAINID"/>
-<s c="MCVE_ZIPCODE"/>
-<s c="MCVE_TIMEZONE"/>
-<s c="MCVE_MERCHCAT"/>
-<s c="MCVE_MERNAME"/>
-<s c="MCVE_MERCHLOC"/>
-<s c="MCVE_STATECODE"/>
-<s c="MCVE_SERVICEPHONE"/>
-<s c="MHASH_MD5"/>
-<s c="MHASH_SHA1"/>
-<s c="MHASH_HAVAL256"/>
-<s c="MHASH_HAVAL192"/>
-<s c="MHASH_HAVAL160"/>
-<s c="MHASH_HAVAL128"/>
-<s c="MHASH_RIPEMD160"/>
-<s c="MHASH_GOST"/>
-<s c="MHASH_TIGER"/>
-<s c="MHASH_CRC32"/>
-<s c="MHASH_CRC32B"/>
-<s c="SWFBUTTON_HIT"/>
-<s c="SWFBUTTON_DOWN"/>
-<s c="SWFBUTTON_OVER"/>
-<s c="SWFBUTTON_UP"/>
-<s c="SWFBUTTON_MOUSEUPOUTSIDE"/>
-<s c="SWFBUTTON_DRAGOVER"/>
-<s c="SWFBUTTON_DRAGOUT"/>
-<s c="SWFBUTTON_MOUSEUP"/>
-<s c="SWFBUTTON_MOUSEDOWN"/>
-<s c="SWFBUTTON_MOUSEOUT"/>
-<s c="SWFBUTTON_MOUSEOVER"/>
-<s c="SWFFILL_RADIAL_GRADIENT"/>
-<s c="SWFFILL_LINEAR_GRADIENT"/>
-<s c="SWFFILL_TILED_BITMAP"/>
-<s c="SWFFILL_CLIPPED_BITMAP"/>
-<s c="SWFTEXTFIELD_HASLENGTH"/>
-<s c="SWFTEXTFIELD_NOEDIT"/>
-<s c="SWFTEXTFIELD_PASSWORD"/>
-<s c="SWFTEXTFIELD_MULTILINE"/>
-<s c="SWFTEXTFIELD_WORDWRAP"/>
-<s c="SWFTEXTFIELD_DRAWBOX"/>
-<s c="SWFTEXTFIELD_NOSELECT"/>
-<s c="SWFTEXTFIELD_HTML"/>
-<s c="SWFTEXTFIELD_ALIGN_LEFT"/>
-<s c="SWFTEXTFIELD_ALIGN_RIGHT"/>
-<s c="SWFTEXTFIELD_ALIGN_CENTER"/>
-<s c="SWFTEXTFIELD_ALIGN_JUSTIFY"/>
-<s c="SWFACTION_ONLOAD"/>
-<s c="SWFACTION_ENTERFRAME"/>
-<s c="SWFACTION_UNLOAD"/>
-<s c="SWFACTION_MOUSEMOVE"/>
-<s c="SWFACTION_MOUSEDOWN"/>
-<s c="SWFACTION_MOUSEUP"/>
-<s c="SWFACTION_KEYDOWN"/>
-<s c="SWFACTION_KEYUP"/>
-<s c="SWFACTION_DATA"/>
-<s c="CONNECTION_ABORTED"/>
-<s c="CONNECTION_NORMAL"/>
-<s c="CONNECTION_TIMEOUT"/>
-<s c="UDM_FIELD_URLID"/>
-<s c="UDM_FIELD_URL"/>
-<s c="UDM_FIELD_CONTENT"/>
-<s c="UDM_FIELD_TITLE"/>
-<s c="UDM_FIELD_KEYWORDS"/>
-<s c="UDM_FIELD_DESC"/>
-<s c="UDM_FIELD_DESCRIPTION"/>
-<s c="UDM_FIELD_TEXT"/>
-<s c="UDM_FIELD_SIZE"/>
-<s c="UDM_FIELD_RATING"/>
-<s c="UDM_FIELD_SCORE"/>
-<s c="UDM_FIELD_MODIFIED"/>
-<s c="UDM_FIELD_ORDER"/>
-<s c="UDM_FIELD_CRC"/>
-<s c="UDM_FIELD_CATEGORY"/>
-<s c="UDM_FIELD_LANG"/>
-<s c="UDM_FIELD_CHARSET"/>
-<s c="UDM_PARAM_PAGE_SIZE"/>
-<s c="UDM_PARAM_PAGE_NUM"/>
-<s c="UDM_PARAM_SEARCH_MODE"/>
-<s c="UDM_PARAM_CACHE_MODE"/>
-<s c="UDM_PARAM_TRACK_MODE"/>
-<s c="UDM_PARAM_PHRASE_MODE"/>
-<s c="UDM_PARAM_CHARSET"/>
-<s c="UDM_PARAM_LOCAL_CHARSET"/>
-<s c="UDM_PARAM_BROWSER_CHARSET"/>
-<s c="UDM_PARAM_STOPTABLE"/>
-<s c="UDM_PARAM_STOP_TABLE"/>
-<s c="UDM_PARAM_STOPFILE"/>
-<s c="UDM_PARAM_STOP_FILE"/>
-<s c="UDM_PARAM_WEIGHT_FACTOR"/>
-<s c="UDM_PARAM_WORD_MATCH"/>
-<s c="UDM_PARAM_MAX_WORD_LEN"/>
-<s c="UDM_PARAM_MAX_WORDLEN"/>
-<s c="UDM_PARAM_MIN_WORD_LEN"/>
-<s c="UDM_PARAM_MIN_WORDLEN"/>
-<s c="UDM_PARAM_ISPELL_PREFIXES"/>
-<s c="UDM_PARAM_ISPELL_PREFIX"/>
-<s c="UDM_PARAM_PREFIXES"/>
-<s c="UDM_PARAM_PREFIX"/>
-<s c="UDM_PARAM_CROSS_WORDS"/>
-<s c="UDM_PARAM_CROSSWORDS"/>
-<s c="UDM_PARAM_VARDIR"/>
-<s c="UDM_PARAM_DATADIR"/>
-<s c="UDM_PARAM_HLBEG"/>
-<s c="UDM_PARAM_HLEND"/>
-<s c="UDM_PARAM_SYNONYM"/>
-<s c="UDM_PARAM_SEARCHD"/>
-<s c="UDM_PARAM_QSTRING"/>
-<s c="UDM_PARAM_REMOTE_ADDR"/>
-<s c="UDM_LIMIT_CAT"/>
-<s c="UDM_LIMIT_URL"/>
-<s c="UDM_LIMIT_TAG"/>
-<s c="UDM_LIMIT_LANG"/>
-<s c="UDM_LIMIT_DATE"/>
-<s c="UDM_PARAM_FOUND"/>
-<s c="UDM_PARAM_NUM_ROWS"/>
-<s c="UDM_PARAM_WORDINFO"/>
-<s c="UDM_PARAM_WORD_INFO"/>
-<s c="UDM_PARAM_SEARCHTIME"/>
-<s c="UDM_PARAM_SEARCH_TIME"/>
-<s c="UDM_PARAM_FIRST_DOC"/>
-<s c="UDM_PARAM_LAST_DOC"/>
-<s c="UDM_MODE_ALL"/>
-<s c="UDM_MODE_ANY"/>
-<s c="UDM_MODE_BOOL"/>
-<s c="UDM_MODE_PHRASE"/>
-<s c="UDM_CACHE_ENABLED"/>
-<s c="UDM_CACHE_DISABLED"/>
-<s c="UDM_TRACK_ENABLED"/>
-<s c="UDM_TRACK_DISABLED"/>
-<s c="UDM_PHRASE_ENABLED"/>
-<s c="UDM_PHRASE_DISABLED"/>
-<s c="UDM_CROSS_WORDS_ENABLED"/>
-<s c="UDM_CROSSWORDS_ENABLED"/>
-<s c="UDM_CROSS_WORDS_DISABLED"/>
-<s c="UDM_CROSSWORDS_DISABLED"/>
-<s c="UDM_PREFIXES_ENABLED"/>
-<s c="UDM_PREFIX_ENABLED"/>
-<s c="UDM_ISPELL_PREFIXES_ENABLED"/>
-<s c="UDM_ISPELL_PREFIX_ENABLED"/>
-<s c="UDM_PREFIXES_DISABLED"/>
-<s c="UDM_PREFIX_DISABLED"/>
-<s c="UDM_ISPELL_PREFIXES_DISABLED"/>
-<s c="UDM_ISPELL_PREFIX_DISABLED"/>
-<s c="UDM_ISPELL_TYPE_AFFIX"/>
-<s c="UDM_ISPELL_TYPE_SPELL"/>
-<s c="UDM_ISPELL_TYPE_DB"/>
-<s c="UDM_ISPELL_TYPE_SERVER"/>
-<s c="UDM_MATCH_WORD"/>
-<s c="UDM_MATCH_BEGIN"/>
-<s c="UDM_MATCH_SUBSTR"/>
-<s c="UDM_MATCH_END"/>
-<s c="MSQL_ASSOC"/>
-<s c="MSQL_NUM"/>
-<s c="MSQL_BOTH"/>
-<s c="MSSQL_ASSOC"/>
-<s c="MSSQL_NUM"/>
-<s c="MSSQL_BOTH"/>
-<s c="SQLTEXT"/>
-<s c="SQLVARCHAR"/>
-<s c="SQLCHAR"/>
-<s c="SQLINT1"/>
-<s c="SQLINT2"/>
-<s c="SQLINT4"/>
-<s c="SQLBIT"/>
-<s c="SQLFLT8"/>
-<s c="MYSQL_CLIENT_COMPRESS">Use compression protocol</s>
-<s c="MYSQL_CLIENT_IGNORE_SPACE">Allow space after function names</s>
-<s c="MYSQL_CLIENT_INTERACTIVE">Allow interactive_timeout seconds (instead of wait_timeout) of
-        inactivity before closing the connection.</s>
-<s c="MYSQL_ASSOC">Columns are returned into the array having the fieldname as the array
-       index.</s>
-<s c="MYSQL_BOTH">Columns are returned into the array having both a numerical index
-       and the fieldname as the array index.</s>
-<s c="MYSQL_NUM">Columns are returned into the array having a numerical index to the
-       fields. This index starts with 0, the first field in the result.</s>
-<s c="MYSQLI_READ_DEFAULT_GROUP">Read options from the named group from `my.cnf' or the file specified with MYSQLI_READ_DEFAULT_FILE</s>
-<s c="MYSQLI_READ_DEFAULT_FILE">Read options from the named option file instead of from my.cnf</s>
-<s c="MYSQLI_OPT_CONNECT_TIMEOUT">Connect timeout in seconds</s>
-<s c="MYSQLI_OPT_LOCAL_INFILE">Enables command LOAD LOCAL INFILE</s>
-<s c="MYSQLI_INIT_COMMAND">Command to execute when connecting to MySQL server. Will automatically be re-executed when reconnecting.</s>
-<s c="MYSQLI_CLIENT_SSL">Use SSL (encrypted protocol). This option should not be set by application programs;
-       it is set internally in the MySQL client library</s>
-<s c="MYSQLI_CLIENT_COMPRESS">Use compression protocol</s>
-<s c="MYSQLI_CLIENT_INTERACTIVE">Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable.</s>
-<s c="MYSQLI_CLIENT_IGNORE_SPACE">Allow spaces after function names. Makes all functions names reserved words.</s>
-<s c="MYSQLI_CLIENT_NO_SCHEMA">Don't allow the db_name.tbl_name.col_name syntax.</s>
-<s c="MYSQLI_CLIENT_MULTI_QUERIES"/>
-<s c="MYSQLI_STORE_RESULT">For using buffered resultsets</s>
-<s c="MYSQLI_USE_RESULT">For using unbuffered resultsets</s>
-<s c="MYSQLI_ASSOC">Columns are returned into the array having the fieldname as the array index.</s>
-<s c="MYSQLI_NUM">Columns are returned into the array having an enumerated index.</s>
-<s c="MYSQLI_BOTH">Columns are returned into the array having both a numerical index and the fieldname as the associative index.</s>
-<s c="MYSQLI_NOT_NULL_FLAG">Indicates that a field is defined as NOT NULL</s>
-<s c="MYSQLI_PRI_KEY_FLAG">Field is part of a primary index</s>
-<s c="MYSQLI_UNIQUE_KEY_FLAG">Field is part of an unique index.</s>
-<s c="MYSQLI_MULTIPLE_KEY_FLAG">Field is part of an index.</s>
-<s c="MYSQLI_BLOB_FLAG">Field is defined as BLOB</s>
-<s c="MYSQLI_UNSIGNED_FLAG">Field is defined as UNSIGNED</s>
-<s c="MYSQLI_ZEROFILL_FLAG">Field is defined as ZEROFILL</s>
-<s c="MYSQLI_AUTO_INCREMENT_FLAG">Field is defined as AUTO_INCREMENT</s>
-<s c="MYSQLI_TIMESTAMP_FLAG">Field is defined as TIMESTAMP</s>
-<s c="MYSQLI_SET_FLAG">Field is defined as SET</s>
-<s c="MYSQLI_NUM_FLAG">Field is defined as NUMERIC</s>
-<s c="MYSQLI_PART_KEY_FLAG">Field is part of an multi-index</s>
-<s c="MYSQLI_GROUP_FLAG">Field is part of GROUP BY</s>
-<s c="MYSQLI_TYPE_DECIMAL">Field is defined as DECIMAL</s>
-<s c="MYSQLI_TYPE_TINY">Field is defined as TINYINT</s>
-<s c="MYSQLI_TYPE_SHORT">Field is defined as INT</s>
-<s c="MYSQLI_TYPE_LONG">Field is defined as INT</s>
-<s c="MYSQLI_TYPE_FLOAT">Field is defined as FLOAT</s>
-<s c="MYSQLI_TYPE_DOUBLE">Field is defined as DOUBLE</s>
-<s c="MYSQLI_TYPE_NULL">Field is defined as DEFAULT NULL</s>
-<s c="MYSQLI_TYPE_TIMESTAMP">Field is defined as TIMESTAMP</s>
-<s c="MYSQLI_TYPE_LONGLONG">Field is defined as BIGINT</s>
-<s c="MYSQLI_TYPE_INT24">Field is defined as MEDIUMINT</s>
-<s c="MYSQLI_TYPE_DATE">Field is defined as DATE</s>
-<s c="MYSQLI_TYPE_TIME">Field is defined as TIME</s>
-<s c="MYSQLI_TYPE_DATETIME">Field is defined as DATETIME</s>
-<s c="MYSQLI_TYPE_YEAR">Field is defined as YEAR</s>
-<s c="MYSQLI_TYPE_NEWDATE">Field is defined as DATE</s>
-<s c="MYSQLI_TYPE_ENUM">Field is defined as ENUM</s>
-<s c="MYSQLI_TYPE_SET">Field is defined as SET</s>
-<s c="MYSQLI_TYPE_TINY_BLOB">Field is defined as TINYBLOB</s>
-<s c="MYSQLI_TYPE_MEDIUM_BLOB">Field is defined as MEDIUMBLOB</s>
-<s c="MYSQLI_TYPE_LONG_BLOB">Field is defined as LONGBLOB</s>
-<s c="MYSQLI_TYPE_BLOB">Field is defined as BLOB</s>
-<s c="MYSQLI_TYPE_STRING">Field is defined as VARCHAR</s>
-<s c="MYSQLI_TYPE_CHAR">Field is defined as CHAR</s>
-<s c="MYSQLI_TYPE_GEOMETRY">Field is defined as GEOMETRY</s>
-<s c="MYSQLI_NEED_DATA">More data available for bind variable</s>
-<s c="MYSQLI_NO_DATA">No more data available for bind variable</s>
+<s c="POSIX_F_OK" />
+<s c="POSIX_R_OK" />
+<s c="POSIX_W_OK" />
+<s c="POSIX_X_OK" />
+<s c="POSIX_S_IFBLK" />
+<s c="POSIX_S_IFCHR" />
+<s c="POSIX_S_IFIFO" />
+<s c="POSIX_S_IFREG" />
+<s c="POSIX_S_IFSOCK" />
+<s c="PDO_PARAM_BOOL" />
+<s c="PDO::PARAM_BOOL" />
+<s c="PDO::PARAM_NULL" />
+<s c="PDO::PARAM_INT" />
+<s c="PDO::PARAM_STR" />
+<s c="PDO::PARAM_LOB" />
+<s c="PDO::PARAM_STMT" />
+<s c="PDO::PARAM_INPUT_OUTPUT" />
+<s c="PDO::FETCH_LAZY" />
+<s c="PDO::FETCH_ASSOC" />
+<s c="PDO::FETCH_NAMED" />
+<s c="PDO::FETCH_NUM" />
+<s c="PDO::FETCH_BOTH" />
+<s c="PDO::FETCH_OBJ" />
+<s c="PDO::FETCH_BOUND" />
+<s c="PDO::FETCH_COLUMN" />
+<s c="PDO::FETCH_CLASS" />
+<s c="PDO::FETCH_INTO" />
+<s c="PDO::FETCH_FUNC" />
+<s c="PDO::FETCH_GROUP" />
+<s c="PDO::FETCH_UNIQUE" />
+<s c="PDO::FETCH_KEY_PAIR" />
+<s c="PDO::FETCH_CLASSTYPE" />
+<s c="PDO::FETCH_SERIALIZE" />
+<s c="PDO::FETCH_PROPS_LATE" />
+<s c="PDO::ATTR_AUTOCOMMIT" />
+<s c="PDO::ATTR_PREFETCH" />
+<s c="PDO::ATTR_TIMEOUT" />
+<s c="PDO::ATTR_ERRMODE" />
+<s c="PDO::ATTR_SERVER_VERSION" />
+<s c="PDO::ATTR_CLIENT_VERSION" />
+<s c="PDO::ATTR_SERVER_INFO" />
+<s c="PDO::ATTR_CONNECTION_STATUS" />
+<s c="PDO::ATTR_CASE" />
+<s c="PDO::ATTR_CURSOR_NAME" />
+<s c="PDO::ATTR_CURSOR" />
+<s c="PDO::CURSOR_FWDONLY" />
+<s c="PDO::CURSOR_SCROLL" />
+<s c="PDO::ATTR_DRIVER_NAME" />
+<s c="PDO::ATTR_ORACLE_NULLS" />
+<s c="PDO::ATTR_PERSISTENT" />
+<s c="PDO::ATTR_STATEMENT_CLASS" />
+<s c="PDO::ATTR_FETCH_CATALOG_NAMES" />
+<s c="PDO::ATTR_FETCH_TABLE_NAMES" />
+<s c="PDO::ATTR_STRINGIFY_FETCHES" />
+<s c="PDO::ATTR_MAX_COLUMN_LEN" />
+<s c="PDO::ATTR_DEFAULT_FETCH_MODE" />
+<s c="PDO::ATTR_EMULATE_PREPARES" />
+<s c="PDO::ERRMODE_SILENT" />
+<s c="PDO::ERRMODE_WARNING" />
+<s c="PDO::ERRMODE_EXCEPTION" />
+<s c="PDO::CASE_NATURAL" />
+<s c="PDO::CASE_LOWER" />
+<s c="PDO::CASE_UPPER" />
+<s c="PDO::NULL_NATURAL" />
+<s c="PDO::NULL_EMPTY_STRING" />
+<s c="PDO::NULL_TO_STRING" />
+<s c="PDO::FETCH_ORI_NEXT" />
+<s c="PDO::FETCH_ORI_PRIOR" />
+<s c="PDO::FETCH_ORI_FIRST" />
+<s c="PDO::FETCH_ORI_LAST" />
+<s c="PDO::FETCH_ORI_ABS" />
+<s c="PDO::FETCH_ORI_REL" />
+<s c="PDO::ERR_NONE" />
+<s c="PDO::PARAM_EVT_ALLOC" />
+<s c="PDO::PARAM_EVT_FREE" />
+<s c="PDO::PARAM_EVT_EXEC_PRE" />
+<s c="PDO::PARAM_EVT_EXEC_POST" />
+<s c="PDO::PARAM_EVT_FETCH_PRE" />
+<s c="PDO::PARAM_EVT_FETCH_POST" />
+<s c="PDO::PARAM_EVT_NORMALIZE" />
+<s c="GOPHER_DOCUMENT" /> 
+<s c="GOPHER_DIRECTORY">1</s>
+<s c="GOPHER_BINHEX">4</s>
+<s c="GOPHER_DOSBINARY">5</s>
+<s c="GOPHER_UUENCODED">6</s>
+<s c="GOPHER_BINARY">9</s>
+<s c="GOPHER_INFO">255</s>
+<s c="GOPHER_HTTP">254</s>
+<s c="GOPHER_UNKNOWN">-1</s>
+<s c="FBSQL_ASSOC" />
+<s c="FBSQL_NUM" />
+<s c="FBSQL_BOTH" />
+<s c="FBSQL_LOCK_DEFERRED" />
+<s c="FBSQL_LOCK_OPTIMISTIC" />
+<s c="FBSQL_LOCK_PESSIMISTIC" />
+<s c="FBSQL_ISO_READ_UNCOMMITTED" />
+<s c="FBSQL_ISO_READ_COMMITTED" />
+<s c="FBSQL_ISO_REPEATABLE_READ" />
+<s c="FBSQL_ISO_SERIALIZABLE" />
+<s c="FBSQL_ISO_VERSIONED" />
+<s c="FBSQL_UNKNOWN" />
+<s c="FBSQL_STOPPED" />
+<s c="FBSQL_STARTING" />
+<s c="FBSQL_RUNNING" />
+<s c="FBSQL_STOPPING" />
+<s c="FBSQL_NOEXEC" />
+<s c="FBSQL_LOB_DIRECT" />
+<s c="FBSQL_LOB_HANDLE" />
+<s c="FILEINFO_NONE" />
+<s c="FILEINFO_SYMLINK" />
+<s c="FILEINFO_MIME" />
+<s c="FILEINFO_COMPRESS" />
+<s c="FILEINFO_DEVICES" />
+<s c="FILEINFO_CONTINUE" />
+<s c="FILEINFO_PRESERVE_ATIME" />
+<s c="FILEINFO_RAW" />
+<s c="SAM_AUTO" />
+<s c="SAM_BOOLEAN" />
+<s c="SAM_BUS" />
+<s c="SAM_BYTE" />
+<s c="SAM_BYTES" />
+<s c="SAM_CORRELID" />
+<s c="SAM_DELIVERYMODE" />
+<s c="SAM_DOUBLE" />
+<s c="SAM_ENDPOINTS" />
+<s c="SAM_FLOAT" />
+<s c="SAM_HOST" />
+<s c="SAM_INT" />
+<s c="SAM_LONG" />
+<s c="SAM_MANUAL" />
+<s c="SAM_MESSAGEID" />
+<s c="SAM_MQTT" />
+<s c="SAM_MQTT_CLEANSTART" />
+<s c="SAM_NON_PERSISTENT" />
+<s c="SAM_PASSWORD" />
+<s c="SAM_PERSISTENT" />
+<s c="SAM_PORT" />
+<s c="SAM_PRIORITY" />
+<s c="SAM_REPLY_TO" />
+<s c="SAM_RTT" />
+<s c="SAM_STRING" />
+<s c="SAM_TARGETCHAIN" />
+<s c="SAM_TEXT" />
+<s c="SAM_TIMETOLIVE" />
+<s c="SAM_TRANSACTIONS" />
+<s c="SAM_USERID" />
+<s c="SAM_WAIT" />
+<s c="SAM_WMQ" />
+<s c="SAM_WMQ_BINDINGS" />
+<s c="SAM_WMQ_CLIENT" />
+<s c="SAM_WMQ_TARGET_CLIENT" />
+<s c="SAM_WPM" />
+<s c="MCRYPT_ENCRYPT" />
+<s c="MCRYPT_DECRYPT" />
+<s c="MCRYPT_DEV_RANDOM" />
+<s c="MCRYPT_DEV_URANDOM" />
+<s c="MCRYPT_RAND" />
+<s c="EXP_GLOB" />
+<s c="EXP_EXACT" />
+<s c="EXP_REGEXP" />
+<s c="EXP_EOF" />
+<s c="EXP_TIMEOUT" />
+<s c="EXP_FULLBUFFER" />
+<s c="DIRECTORY_SEPARATOR" />
+<s c="PATH_SEPARATOR" />
+<s c="E_ERROR">Fatal run-time errors. These indicate errors that can not be recovered from, such as a memory allocation problem. Execution of the script is halted.</s>
+<s c="ID3_V1_0" />
+<s c="ID3_V1_1" />
+<s c="ID3_V2_1" />
+<s c="ID3_V2_2" />
+<s c="ID3_V2_3" />
+<s c="ID3_V2_4" />
+<s c="ID3_BEST" />
+<s c="SOAP_1_1" />
+<s c="SOAP_1_2" />
+<s c="SOAP_PERSISTENCE_SESSION" />
+<s c="SOAP_PERSISTENCE_REQUEST" />
+<s c="SOAP_FUNCTIONS_ALL" />
+<s c="SOAP_ENCODED" />
+<s c="SOAP_LITERAL" />
+<s c="SOAP_RPC" />
+<s c="SOAP_DOCUMENT" />
+<s c="SOAP_ACTOR_NEXT" />
+<s c="SOAP_ACTOR_NONE" />
+<s c="SOAP_ACTOR_UNLIMATERECEIVER" />
+<s c="SOAP_COMPRESSION_ACCEPT" />
+<s c="SOAP_COMPRESSION_GZIP" />
+<s c="SOAP_COMPRESSION_DEFLATE" />
+<s c="SOAP_WAIT_ONE_WAY_CALLS" />
+<s c="UNKNOWN_TYPE" />
+<s c="XSD_STRING" />
+<s c="XSD_BOOLEAN" />
+<s c="XSD_DECIMAL" />
+<s c="XSD_FLOAT" />
+<s c="XSD_DOUBLE" />
+<s c="XSD_DURATION" />
+<s c="XSD_DATETIME" />
+<s c="XSD_TIME" />
+<s c="XSD_DATE" />
+<s c="XSD_GYEARMONTH" />
+<s c="XSD_GYEAR" />
+<s c="XSD_GMONTHDAY" />
+<s c="XSD_GDAY" />
+<s c="XSD_GMONTH" />
+<s c="XSD_HEXBINARY" />
+<s c="XSD_BASE64BINARY" />
+<s c="XSD_ANYURI" />
+<s c="XSD_ANYXML" />
+<s c="XSD_QNAME" />
+<s c="XSD_NOTATION" />
+<s c="XSD_NORMALIZEDSTRING" />
+<s c="XSD_TOKEN" />
+<s c="XSD_LANGUAGE" />
+<s c="XSD_NMTOKEN" />
+<s c="XSD_NAME" />
+<s c="XSD_NCNAME" />
+<s c="XSD_ID" />
+<s c="XSD_IDREF" />
+<s c="XSD_IDREFS" />
+<s c="XSD_ENTITY" />
+<s c="XSD_ENTITIES" />
+<s c="XSD_INTEGER" />
+<s c="XSD_NONPOSITIVEINTEGER" />
+<s c="XSD_NEGATIVEINTEGER" />
+<s c="XSD_LONG" />
+<s c="XSD_INT" />
+<s c="XSD_SHORT" />
+<s c="XSD_BYTE" />
+<s c="XSD_NONNEGATIVEINTEGER" />
+<s c="XSD_UNSIGNEDLONG" />
+<s c="XSD_UNSIGNEDINT" />
+<s c="XSD_UNSIGNEDSHORT" />
+<s c="XSD_UNSIGNEDBYTE" />
+<s c="XSD_POSITIVEINTEGER" />
+<s c="XSD_NMTOKENS" />
+<s c="XSD_ANYTYPE" />
+<s c="SOAP_ENC_OBJECT" />
+<s c="SOAP_ENC_ARRAY" />
+<s c="XSD_1999_TIMEINSTANT" />
+<s c="XSD_NAMESPACE" />
+<s c="XSD_1999_NAMESPACE" />
+<s c="WSDL_CACHE_NONE" />
+<s c="WSDL_CACHE_DISK" />
+<s c="WSDL_CACHE_MEMORY" />
+<s c="WSDL_CACHE_BOTH" />
+<s c="UDM_FIELD_URLID" />
+<s c="UDM_FIELD_URL" />
+<s c="UDM_FIELD_CONTENT" />
+<s c="UDM_FIELD_TITLE" />
+<s c="UDM_FIELD_KEYWORDS" />
+<s c="UDM_FIELD_DESC" />
+<s c="UDM_FIELD_DESCRIPTION" />
+<s c="UDM_FIELD_TEXT" />
+<s c="UDM_FIELD_SIZE" />
+<s c="UDM_FIELD_RATING" />
+<s c="UDM_FIELD_SCORE" />
+<s c="UDM_FIELD_MODIFIED" />
+<s c="UDM_FIELD_ORDER" />
+<s c="UDM_FIELD_CRC" />
+<s c="UDM_FIELD_CATEGORY" />
+<s c="UDM_FIELD_LANG" />
+<s c="UDM_FIELD_CHARSET" />
+<s c="UDM_PARAM_PAGE_SIZE" />
+<s c="UDM_PARAM_PAGE_NUM" />
+<s c="UDM_PARAM_SEARCH_MODE" />
+<s c="UDM_PARAM_CACHE_MODE" />
+<s c="UDM_PARAM_TRACK_MODE" />
+<s c="UDM_PARAM_PHRASE_MODE" />
+<s c="UDM_PARAM_CHARSET" />
+<s c="UDM_PARAM_LOCAL_CHARSET" />
+<s c="UDM_PARAM_BROWSER_CHARSET" />
+<s c="UDM_PARAM_STOPTABLE" />
+<s c="UDM_PARAM_STOP_TABLE" />
+<s c="UDM_PARAM_STOPFILE" />
+<s c="UDM_PARAM_STOP_FILE" />
+<s c="UDM_PARAM_WEIGHT_FACTOR" />
+<s c="UDM_PARAM_WORD_MATCH" />
+<s c="UDM_PARAM_MAX_WORD_LEN" />
+<s c="UDM_PARAM_MAX_WORDLEN" />
+<s c="UDM_PARAM_MIN_WORD_LEN" />
+<s c="UDM_PARAM_MIN_WORDLEN" />
+<s c="UDM_PARAM_ISPELL_PREFIXES" />
+<s c="UDM_PARAM_ISPELL_PREFIX" />
+<s c="UDM_PARAM_PREFIXES" />
+<s c="UDM_PARAM_PREFIX" />
+<s c="UDM_PARAM_CROSS_WORDS" />
+<s c="UDM_PARAM_CROSSWORDS" />
+<s c="UDM_PARAM_VARDIR" />
+<s c="UDM_PARAM_DATADIR" />
+<s c="UDM_PARAM_HLBEG" />
+<s c="UDM_PARAM_HLEND" />
+<s c="UDM_PARAM_SYNONYM" />
+<s c="UDM_PARAM_SEARCHD" />
+<s c="UDM_PARAM_QSTRING" />
+<s c="UDM_PARAM_REMOTE_ADDR" />
+<s c="UDM_LIMIT_CAT" />
+<s c="UDM_LIMIT_URL" />
+<s c="UDM_LIMIT_TAG" />
+<s c="UDM_LIMIT_LANG" />
+<s c="UDM_LIMIT_DATE" />
+<s c="UDM_PARAM_FOUND" />
+<s c="UDM_PARAM_NUM_ROWS" />
+<s c="UDM_PARAM_WORDINFO" />
+<s c="UDM_PARAM_WORD_INFO" />
+<s c="UDM_PARAM_SEARCHTIME" />
+<s c="UDM_PARAM_SEARCH_TIME" />
+<s c="UDM_PARAM_FIRST_DOC" />
+<s c="UDM_PARAM_LAST_DOC" />
+<s c="UDM_MODE_ALL" />
+<s c="UDM_MODE_ANY" />
+<s c="UDM_MODE_BOOL" />
+<s c="UDM_MODE_PHRASE" />
+<s c="UDM_CACHE_ENABLED" />
+<s c="UDM_CACHE_DISABLED" />
+<s c="UDM_TRACK_ENABLED" />
+<s c="UDM_TRACK_DISABLED" />
+<s c="UDM_PHRASE_ENABLED" />
+<s c="UDM_PHRASE_DISABLED" />
+<s c="UDM_CROSS_WORDS_ENABLED" />
+<s c="UDM_CROSSWORDS_ENABLED" />
+<s c="UDM_CROSS_WORDS_DISABLED" />
+<s c="UDM_CROSSWORDS_DISABLED" />
+<s c="UDM_PREFIXES_ENABLED" />
+<s c="UDM_PREFIX_ENABLED" />
+<s c="UDM_ISPELL_PREFIXES_ENABLED" />
+<s c="UDM_ISPELL_PREFIX_ENABLED" />
+<s c="UDM_PREFIXES_DISABLED" />
+<s c="UDM_PREFIX_DISABLED" />
+<s c="UDM_ISPELL_PREFIXES_DISABLED" />
+<s c="UDM_ISPELL_PREFIX_DISABLED" />
+<s c="UDM_ISPELL_TYPE_AFFIX" />
+<s c="UDM_ISPELL_TYPE_SPELL" />
+<s c="UDM_ISPELL_TYPE_DB" />
+<s c="UDM_ISPELL_TYPE_SERVER" />
+<s c="UDM_MATCH_WORD" />
+<s c="UDM_MATCH_BEGIN" />
+<s c="UDM_MATCH_SUBSTR" />
+<s c="UDM_MATCH_END" />
+<s c="NEWT_EXIT_HOTKEY">hotkey defined by newt_form_add_hot_key was pressed</s>
+<s c="NEWT_EXIT_COMPONENT">some component has caused form to exit</s>
+<s c="NEWT_EXIT_FDREADY">file descriptor specified in newt_form_watch_fd is ready to be read or written to</s>
+<s c="NEWT_EXIT_TIMER">time specified in newt_form_set_timer has elapsed</s>
+<s c="NEWT_COLORSET_ROOT" /> 
+<s c="NEWT_COLORSET_BORDER" /> 
+<s c="NEWT_COLORSET_WINDOW" /> 
+<s c="NEWT_COLORSET_SHADOW" /> 
+<s c="NEWT_COLORSET_TITLE" /> 
+<s c="NEWT_COLORSET_BUTTON" /> 
+<s c="NEWT_COLORSET_ACTBUTTON" /> 
+<s c="NEWT_COLORSET_CHECKBOX" /> 
+<s c="NEWT_COLORSET_ACTCHECKBOX" /> 
+<s c="NEWT_COLORSET_ENTRY" /> 
+<s c="NEWT_COLORSET_LABEL" /> 
+<s c="NEWT_COLORSET_LISTBOX" /> 
+<s c="NEWT_COLORSET_ACTLISTBOX" /> 
+<s c="NEWT_COLORSET_TEXTBOX" /> 
+<s c="NEWT_COLORSET_ACTTEXTBOX" /> 
+<s c="NEWT_COLORSET_HELPLINE" /> 
+<s c="NEWT_COLORSET_ROOTTEXT" /> 
+<s c="NEWT_COLORSET_ROOTTEXT" /> 
+<s c="NEWT_COLORSET_EMPTYSCALE" /> 
+<s c="NEWT_COLORSET_FULLSCALE" /> 
+<s c="NEWT_COLORSET_DISENTRY" /> 
+<s c="NEWT_COLORSET_COMPACTBUTTON" /> 
+<s c="NEWT_COLORSET_ACTSELLISTBOX" /> 
+<s c="NEWT_COLORSET_SELLISTBOX" /> 
+<s c="NEWT_ARG_LAST" /> 
+<s c="NEWT_ARG_APPEND" /> 
+<s c="NEWT_FLAGS_SET" /> 
+<s c="NEWT_FLAGS_RESET" /> 
+<s c="NEWT_FLAGS_TOGGLE" /> 
+<s c="NEWT_FLAG_RETURNEXIT">Exit form, when component is activated</s>
+<s c="NEWT_FLAG_HIDDEN">Component is hidden</s>
+<s c="NEWT_FLAG_SCROLL">Component is scrollable</s>
+<s c="NEWT_FLAG_DISABLED">Component is disabled</s>
+<s c="NEWT_FLAG_BORDER" /> 
+<s c="NEWT_FLAG_WRAP">Wrap text</s>
+<s c="NEWT_FLAG_NOF12">Don't exit form on pressing F12</s>
+<s c="NEWT_FLAG_MULTIPLE" /> 
+<s c="NEWT_FLAG_SELECTED">Component is selected</s>
+<s c="NEWT_FLAG_CHECKBOX">Component is checkbox</s>
+<s c="NEWT_FLAG_PASSWORD">Entry component is password entry</s>
+<s c="NEWT_FLAG_SHOWCURSOR">Show cursor</s>
+<s c="NEWT_FD_READ" /> 
+<s c="NEWT_FD_WRITE" /> 
+<s c="NEWT_FD_EXCEPT" /> 
+<s c="NEWT_CHECKBOXTREE_UNSELECTABLE" /> 
+<s c="NEWT_CHECKBOXTREE_HIDE_BOX" /> 
+<s c="NEWT_CHECKBOXTREE_COLLAPSED" /> 
+<s c="NEWT_CHECKBOXTREE_EXPANDED" /> 
+<s c="NEWT_CHECKBOXTREE_UNSELECTED" /> 
+<s c="NEWT_CHECKBOXTREE_SELECTED" /> 
+<s c="NEWT_ENTRY_SCROLL" /> 
+<s c="NEWT_ENTRY_HIDDEN" /> 
+<s c="NEWT_ENTRY_RETURNEXIT" /> 
+<s c="NEWT_ENTRY_DISABLED" /> 
+<s c="NEWT_LISTBOX_RETURNEXIT" /> 
+<s c="NEWT_TEXTBOX_WRAP">Wrap text in the textbox</s>
+<s c="NEWT_TEXTBOX_SCROLL">Scroll text in the textbox</s>
+<s c="NEWT_FORM_NOF12">Don't exit form on F12 press</s>
+<s c="NEWT_KEY_TAB" /> 
+<s c="NEWT_KEY_ENTER" /> 
+<s c="NEWT_KEY_SUSPEND" /> 
+<s c="NEWT_KEY_ESCAPE" /> 
+<s c="NEWT_KEY_RETURN" /> 
+<s c="NEWT_KEY_EXTRA_BASE" /> 
+<s c="NEWT_KEY_UP" /> 
+<s c="NEWT_KEY_DOWN" /> 
+<s c="NEWT_KEY_LEFT" /> 
+<s c="NEWT_KEY_RIGHT" /> 
+<s c="NEWT_KEY_BKSPC" /> 
+<s c="NEWT_KEY_DELETE" /> 
+<s c="NEWT_KEY_HOME" /> 
+<s c="NEWT_KEY_END" /> 
+<s c="NEWT_KEY_UNTAB" /> 
+<s c="NEWT_KEY_PGUP" /> 
+<s c="NEWT_KEY_PGDN" /> 
+<s c="NEWT_KEY_INSERT" /> 
+<s c="NEWT_KEY_F1" /> 
+<s c="NEWT_KEY_F2" /> 
+<s c="NEWT_KEY_F3" /> 
+<s c="NEWT_KEY_F4" /> 
+<s c="NEWT_KEY_F5" /> 
+<s c="NEWT_KEY_F6" /> 
+<s c="NEWT_KEY_F7" /> 
+<s c="NEWT_KEY_F8" /> 
+<s c="NEWT_KEY_F9" /> 
+<s c="NEWT_KEY_F10" /> 
+<s c="NEWT_KEY_F11" /> 
+<s c="NEWT_KEY_F12" /> 
+<s c="NEWT_KEY_RESIZE" /> 
+<s c="NEWT_ANCHOR_LEFT" /> 
+<s c="NEWT_ANCHOR_RIGHT" /> 
+<s c="NEWT_ANCHOR_TOP" /> 
+<s c="NEWT_ANCHOR_BOTTOM" /> 
+<s c="NEWT_GRID_FLAG_GROWX" /> 
+<s c="NEWT_GRID_FLAG_GROWY" /> 
+<s c="NEWT_GRID_EMPTY" /> 
+<s c="NEWT_GRID_COMPONENT" /> 
+<s c="NEWT_GRID_SUBGRID" /> 
+<s c="SQLITE_ASSOC" />
+<s c="SQLITE_BOTH" />
+<s c="SQLITE_NUM" />
+<s c="SQLITE_OK" />
+<s c="SQLITE_ERROR" />
+<s c="SQLITE_INTERNAL" />
+<s c="SQLITE_PERM" />
+<s c="SQLITE_ABORT" />
+<s c="SQLITE_BUSY" />
+<s c="SQLITE_LOCKED" />
+<s c="SQLITE_NOMEM" />
+<s c="SQLITE_READONLY" />
+<s c="SQLITE_INTERRUPT" />
+<s c="SQLITE_IOERR" />
+<s c="SQLITE_CORRUPT" />
+<s c="SQLITE_NOTFOUND" />
+<s c="SQLITE_FULL" />
+<s c="SQLITE_CANTOPEN" />
+<s c="SQLITE_PROTOCOL" />
+<s c="SQLITE_EMPTY" />
+<s c="SQLITE_SCHEMA" />
+<s c="SQLITE_TOOBIG" />
+<s c="SQLITE_CONSTRAINT" />
+<s c="SQLITE_MISMATCH" />
+<s c="SQLITE_MISUSE" />
+<s c="SQLITE_NOLFS" />
+<s c="SQLITE_AUTH" />
+<s c="SQLITE_ROW" />
+<s c="SQLITE_DONE" />
+<s c="SDO_DAS_ChangeSummary::NONE=0" />
+<s c="SDO_DAS_ChangeSummary::MODIFICATION=1" />
+<s c="SDO_DAS_ChangeSummary::ADDITION=2" />
+<s c="SDO_DAS_ChangeSummary::DELETION=3" />
+<s c="F_DUPFD" />
+<s c="F_GETFD" />
+<s c="F_GETFL" />
+<s c="F_GETLK" />
+<s c="F_GETOWN" />
+<s c="F_RDLCK" />
+<s c="F_SETFL" />
+<s c="F_SETLK" />
+<s c="F_SETLKW" />
+<s c="F_SETOWN" />
+<s c="F_UNLCK" />
+<s c="F_WRLCK" />
+<s c="O_APPEND" />
+<s c="O_ASYNC" />
+<s c="O_CREAT" />
+<s c="O_EXCL" />
+<s c="O_NDELAY" />
+<s c="O_NOCTTY" />
+<s c="O_NONBLOCK" />
+<s c="O_RDONLY" />
+<s c="O_RDWR" />
+<s c="O_SYNC" />
+<s c="O_TRUNC" />
+<s c="O_WRONLY" />
+<s c="S_IRGRP" />
+<s c="S_IROTH" />
+<s c="S_IRUSR" />
+<s c="S_IRWXG" />
+<s c="S_IRWXO" />
+<s c="S_IRWXU" />
+<s c="S_IWGRP" />
+<s c="S_IWOTH" />
+<s c="S_IWUSR" />
+<s c="S_IXGRP" />
+<s c="S_IXOTH" />
+<s c="S_IXUSR" />
+<s c="CRYPT_SALT_LENGTH" />
+<s c="CRYPT_STD_DES" />
+<s c="CRYPT_EXT_DES" />
+<s c="CRYPT_MD5" />
+<s c="CRYPT_BLOWFISH" />
+<s c="HTML_SPECIALCHARS" />
+<s c="HTML_ENTITIES" />
+<s c="ENT_COMPAT" />
+<s c="ENT_QUOTES" />
+<s c="ENT_NOQUOTES" />
+<s c="CHAR_MAX" />
+<s c="LC_CTYPE" />
+<s c="LC_NUMERIC" />
+<s c="LC_TIME" />
+<s c="LC_COLLATE" />
+<s c="LC_MONETARY" />
+<s c="LC_ALL" />
+<s c="LC_MESSAGES" />
+<s c="STR_PAD_LEFT" />
+<s c="STR_PAD_RIGHT" />
+<s c="STR_PAD_BOTH" />
+<s c="TIDY_TAG_UNKNOWN">TIDY_TAG_A</s>
+<s c="TIDY_TAG_ABBR">TIDY_TAG_ACRONYM</s>
+<s c="TIDY_TAG_ALIGN">TIDY_TAG_APPLET</s>
+<s c="TIDY_TAG_AREA">TIDY_TAG_B</s>
+<s c="TIDY_TAG_BASE">TIDY_TAG_BASEFONT</s>
+<s c="TIDY_TAG_BDO">TIDY_TAG_BGSOUND</s>
+<s c="TIDY_TAG_BIG">TIDY_TAG_BLINK</s>
+<s c="TIDY_TAG_BLOCKQUOTE">TIDY_TAG_BODY</s>
+<s c="TIDY_TAG_BR">TIDY_TAG_BUTTON</s>
+<s c="TIDY_TAG_CAPTION">TIDY_TAG_CENTER</s>
+<s c="TIDY_TAG_CITE">TIDY_TAG_CODE</s>
+<s c="TIDY_TAG_COL">TIDY_TAG_COLGROUP</s>
+<s c="TIDY_TAG_COMMENT">TIDY_TAG_DD</s>
+<s c="TIDY_TAG_DEL">TIDY_TAG_DFN</s>
+<s c="TIDY_TAG_DIR">TIDY_TAG_DIV</s>
+<s c="TIDY_TAG_DL">TIDY_TAG_DT</s>
+<s c="TIDY_TAG_EM">TIDY_TAG_EMBED</s>
+<s c="TIDY_TAG_FIELDSET">TIDY_TAG_FONT</s>
+<s c="TIDY_TAG_FORM">TIDY_TAG_FRAME</s>
+<s c="TIDY_TAG_FRAMESET">TIDY_TAG_H1</s>
+<s c="TIDY_TAG_H2">TIDY_TAG_H3</s>
+<s c="TIDY_TAG_H4">TIDY_TAG_H5</s>
+<s c="TIDY_TAG_H6">TIDY_TAG_HEAD</s>
+<s c="TIDY_TAG_HR">TIDY_TAG_HTML</s>
+<s c="TIDY_TAG_I">TIDY_TAG_IFRAME</s>
+<s c="TIDY_TAG_ILAYER">TIDY_TAG_IMG</s>
+<s c="TIDY_TAG_INPUT">TIDY_TAG_INS</s>
+<s c="TIDY_TAG_ISINDEX">TIDY_TAG_KBD</s>
+<s c="TIDY_TAG_KEYGEN">TIDY_TAG_LABEL</s>
+<s c="TIDY_TAG_LAYER">TIDY_TAG_LEGEND</s>
+<s c="TIDY_TAG_LI">TIDY_TAG_LINK</s>
+<s c="TIDY_TAG_LISTING">TIDY_TAG_MAP</s>
+<s c="TIDY_TAG_MARQUEE">TIDY_TAG_MENU</s>
+<s c="TIDY_TAG_META">TIDY_TAG_MULTICOL</s>
+<s c="TIDY_TAG_NOBR">TIDY_TAG_NOEMBED</s>
+<s c="TIDY_TAG_NOFRAMES">TIDY_TAG_NOLAYER</s>
+<s c="TIDY_TAG_NOSAVE">TIDY_TAG_NOSCRIPT</s>
+<s c="TIDY_TAG_OBJECT">TIDY_TAG_OL</s>
+<s c="TIDY_TAG_OPTGROUP">TIDY_TAG_OPTION</s>
+<s c="TIDY_TAG_P">TIDY_TAG_PARAM</s>
+<s c="TIDY_TAG_PLAINTEXT">TIDY_TAG_PRE</s>
+<s c="TIDY_TAG_Q">TIDY_TAG_RP</s>
+<s c="TIDY_TAG_RT">TIDY_TAG_RTC</s>
+<s c="TIDY_TAG_RUBY">TIDY_TAG_S</s>
+<s c="TIDY_TAG_SAMP">TIDY_TAG_SCRIPT</s>
+<s c="TIDY_TAG_SELECT">TIDY_TAG_SERVER</s>
+<s c="TIDY_TAG_SERVLET">TIDY_TAG_SMALL</s>
+<s c="TIDY_TAG_SPACER">TIDY_TAG_SPAN</s>
+<s c="TIDY_TAG_STRIKE">TIDY_TAG_STRONG</s>
+<s c="TIDY_TAG_STYLE">TIDY_TAG_SUB</s>
+<s c="TIDY_TAG_TABLE">TIDY_TAG_TBODY</s>
+<s c="TIDY_TAG_TD">TIDY_TAG_TEXTAREA</s>
+<s c="TIDY_TAG_TFOOT">TIDY_TAG_TH</s>
+<s c="TIDY_TAG_THEAD">TIDY_TAG_TITLE</s>
+<s c="TIDY_TAG_TR">TIDY_TAG_TR</s>
+<s c="TIDY_TAG_TT">TIDY_TAG_U</s>
+<s c="TIDY_TAG_UL">TIDY_TAG_VAR</s>
+<s c="TIDY_TAG_WBR">TIDY_TAG_XMP</s>
+<s c="TIDY_ATTR_UNKNOWN">TIDY_ATTR_ABBR</s>
+<s c="TIDY_ATTR_ACCEPT">TIDY_ATTR_ACCEPT_CHARSET</s>
+<s c="TIDY_ATTR_ACCESSKEY">TIDY_ATTR_ACTION</s>
+<s c="TIDY_ATTR_ADD_DATE">TIDY_ATTR_ALIGN</s>
+<s c="TIDY_ATTR_ALINK">TIDY_ATTR_ALT</s>
+<s c="TIDY_ATTR_ARCHIVE">TIDY_ATTR_AXIS</s>
+<s c="TIDY_ATTR_BACKGROUND">TIDY_ATTR_BGCOLOR</s>
+<s c="TIDY_ATTR_BGPROPERTIES">TIDY_ATTR_BORDER</s>
+<s c="TIDY_ATTR_BORDERCOLOR">TIDY_ATTR_BOTTOMMARGIN</s>
+<s c="TIDY_ATTR_CELLPADDING">TIDY_ATTR_CELLSPACING</s>
+<s c="TIDY_ATTR_CHAR">TIDY_ATTR_CHAROFF</s>
+<s c="TIDY_ATTR_CHARSET">TIDY_ATTR_CHECKED</s>
+<s c="TIDY_ATTR_CITE">TIDY_ATTR_CLASS</s>
+<s c="TIDY_ATTR_CLASSID">TIDY_ATTR_CLEAR</s>
+<s c="TIDY_ATTR_CODE">TIDY_ATTR_CODEBASE</s>
+<s c="TIDY_ATTR_CODETYPE">TIDY_ATTR_COLOR</s>
+<s c="TIDY_ATTR_COLS">TIDY_ATTR_COLSPAN</s>
+<s c="TIDY_ATTR_COMPACT">TIDY_ATTR_CONTENT</s>
+<s c="TIDY_ATTR_COORDS">TIDY_ATTR_DATA</s>
+<s c="TIDY_ATTR_DATAFLD">TIDY_ATTR_DATAPAGESIZE</s>
+<s c="TIDY_ATTR_DATASRC">TIDY_ATTR_DATETIME</s>
+<s c="TIDY_ATTR_DECLARE">TIDY_ATTR_DEFER</s>
+<s c="TIDY_ATTR_DIR">TIDY_ATTR_DISABLED</s>
+<s c="TIDY_ATTR_ENCODING">TIDY_ATTR_ENCTYPE</s>
+<s c="TIDY_ATTR_FACE">TIDY_ATTR_FOR</s>
+<s c="TIDY_ATTR_FRAME">TIDY_ATTR_FRAMEBORDER</s>
+<s c="TIDY_ATTR_FRAMESPACING">TIDY_ATTR_GRIDX</s>
+<s c="TIDY_ATTR_GRIDY">TIDY_ATTR_HEADERS</s>
+<s c="TIDY_ATTR_HEIGHT">TIDY_ATTR_HREF</s>
+<s c="TIDY_ATTR_HREFLANG">TIDY_ATTR_HSPACE</s>
+<s c="TIDY_ATTR_HTTP_EQUIV">TIDY_ATTR_ID</s>
+<s c="TIDY_ATTR_ISMAP">TIDY_ATTR_LABEL</s>
+<s c="TIDY_ATTR_LANG">TIDY_ATTR_LANGUAGE</s>
+<s c="TIDY_ATTR_LAST_MODIFIED">TIDY_ATTR_LAST_VISIT</s>
+<s c="TIDY_ATTR_LEFTMARGIN">TIDY_ATTR_LINK</s>
+<s c="TIDY_ATTR_LONGDESC">TIDY_ATTR_LOWSRC</s>
+<s c="TIDY_ATTR_MARGINHEIGHT">TIDY_ATTR_MARGINWIDTH</s>
+<s c="TIDY_ATTR_MAXLENGTH">TIDY_ATTR_MEDIA</s>
+<s c="TIDY_ATTR_METHOD">TIDY_ATTR_MULTIPLE</s>
+<s c="TIDY_ATTR_NAME">TIDY_ATTR_NOHREF</s>
+<s c="TIDY_ATTR_NORESIZE">TIDY_ATTR_NOSHADE</s>
+<s c="TIDY_ATTR_NOWRAP">TIDY_ATTR_OBJECT</s>
+<s c="TIDY_ATTR_PROFILE">TIDY_ATTR_PROMPT</s>
+<s c="TIDY_ATTR_RBSPAN">TIDY_ATTR_READONLY</s>
+<s c="TIDY_ATTR_REL">TIDY_ATTR_REV</s>
+<s c="TIDY_ATTR_RIGHTMARGIN">TIDY_ATTR_ROWS</s>
+<s c="TIDY_ATTR_ROWSPAN">TIDY_ATTR_RULES</s>
+<s c="TIDY_ATTR_SCHEME">TIDY_ATTR_SCOPE</s>
+<s c="TIDY_ATTR_SCROLLING">TIDY_ATTR_SELECTED</s>
+<s c="TIDY_ATTR_SHAPE">TIDY_ATTR_SHOWGRID</s>
+<s c="TIDY_ATTR_SHOWGRIDX">TIDY_ATTR_SHOWGRIDY</s>
+<s c="TIDY_ATTR_SIZE">TIDY_ATTR_SPAN</s>
+<s c="TIDY_ATTR_SRC">TIDY_ATTR_STANDBY</s>
+<s c="TIDY_ATTR_START">TIDY_ATTR_STYLE</s>
+<s c="TIDY_ATTR_SUMMARY">TIDY_ATTR_TABINDEX</s>
+<s c="TIDY_ATTR_TARGET">TIDY_ATTR_TEXT</s>
+<s c="TIDY_ATTR_TITLE">TIDY_ATTR_TOPMARGIN</s>
+<s c="TIDY_ATTR_TYPE">TIDY_ATTR_USEMAP</s>
+<s c="TIDY_ATTR_VALIGN">TIDY_ATTR_VALUE</s>
+<s c="TIDY_ATTR_VALUETYPE">TIDY_ATTR_VERSION</s>
+<s c="TIDY_ATTR_VLINK">TIDY_ATTR_VSPACE</s>
+<s c="TIDY_ATTR_WIDTH">TIDY_ATTR_WRAP</s>
+<s c="TIDY_ATTR_XML_LANG">TIDY_ATTR_XML_SPACE</s>
+<s c="TIDY_ATTR_XMLNS">constant</s>
+<s c="TIDY_NODETYPE_ROOT">root node</s>
+<s c="TIDY_NODETYPE_DOCTYPE">doctype</s>
+<s c="TIDY_NODETYPE_COMMENT">HTML comment</s>
+<s c="TIDY_NODETYPE_PROCINS">Processing Instruction</s>
+<s c="TIDY_NODETYPE_TEXT">Text</s>
+<s c="TIDY_NODETYPE_START">start tag</s>
+<s c="TIDY_NODETYPE_END">end tag</s>
+<s c="TIDY_NODETYPE_STARTEND">empty tag</s>
+<s c="TIDY_NODETYPE_CDATA">CDATA</s>
+<s c="TIDY_NODETYPE_SECTION">XML section</s>
+<s c="TIDY_NODETYPE_ASP">ASP code</s>
+<s c="TIDY_NODETYPE_JSTE">JSTE code</s>
+<s c="TIDY_NODETYPE_PHP">PHP code</s>
+<s c="TIDY_NODETYPE_XMLDECL">XML declaration</s>
+<s c="Swish::META_TYPE_UNDEF" />
+<s c="Swish::META_TYPE_STRING" />
+<s c="Swish::META_TYPE_ULONG" />
+<s c="Swish::META_TYPE_DATE" />
+<s c="Swish::IN_FILE_BIT" />
+<s c="Swish::IN_TITLE_BIT" />
+<s c="Swish::IN_HEAD_BIT" />
+<s c="Swish::IN_BODY_BIT" />
+<s c="Swish::IN_COMMENTS_BIT" />
+<s c="Swish::IN_HEADER_BIT" />
+<s c="Swish::IN_EMPHASIZED_BIT" />
+<s c="Swish::IN_META_BIT" />
+<s c="Swish::IN_FILE" />
+<s c="Swish::IN_TITLE" />
+<s c="Swish::IN_HEAD" />
+<s c="Swish::IN_BODY" />
+<s c="Swish::IN_COMMENTS" />
+<s c="Swish::IN_HEADER" />
+<s c="Swish::IN_EMPHASIZED" />
+<s c="Swish::IN_META" />
+<s c="Swish::IN_ALL" />
+<s c="ODBC_TYPE" />
+<s c="ODBC_BINMODE_PASSTHRU" />
+<s c="ODBC_BINMODE_RETURN" />
+<s c="ODBC_BINMODE_CONVERT" />
+<s c="SQL_ODBC_CURSORS" />
+<s c="SQL_CUR_USE_DRIVER" />
+<s c="SQL_CUR_USE_IF_NEEDED" />
+<s c="SQL_CUR_USE_ODBC" />
+<s c="SQL_CONCURRENCY" />
+<s c="SQL_CONCUR_READ_ONLY" />
+<s c="SQL_CONCUR_LOCK" />
+<s c="SQL_CONCUR_ROWVER" />
+<s c="SQL_CONCUR_VALUES" />
+<s c="SQL_CURSOR_TYPE" />
+<s c="SQL_CURSOR_FORWARD_ONLY" />
+<s c="SQL_CURSOR_KEYSET_DRIVEN" />
+<s c="SQL_CURSOR_DYNAMIC" />
+<s c="SQL_CURSOR_STATIC" />
+<s c="SQL_KEYSET_SIZE" />
+<s c="SQL_CHAR" />
+<s c="SQL_VARCHAR" />
+<s c="SQL_LONGVARCHAR" />
+<s c="SQL_DECIMAL" />
+<s c="SQL_NUMERIC" />
+<s c="SQL_BIT" />
+<s c="SQL_TINYINT" />
+<s c="SQL_SMALLINT" />
+<s c="SQL_INTEGER" />
+<s c="SQL_BIGINT" />
+<s c="SQL_REAL" />
+<s c="SQL_FLOAT" />
+<s c="SQL_DOUBLE" />
+<s c="SQL_BINARY" />
+<s c="SQL_VARBINARY" />
+<s c="SQL_LONGVARBINARY" />
+<s c="SQL_DATE" />
+<s c="SQL_TIME" />
+<s c="SQL_TIMESTAMP" />
+<s c="SQL_TYPE_DATE" />
+<s c="SQL_TYPE_TIME" />
+<s c="SQL_TYPE_TIMESTAMP" />
+<s c="SQL_BEST_ROWID" />
+<s c="SQL_ROWVER" />
+<s c="SQL_SCOPE_CURROW" />
+<s c="SQL_SCOPE_TRANSACTION" />
+<s c="SQL_SCOPE_SESSION" />
+<s c="SQL_NO_NULLS" />
+<s c="SQL_NULLABLE" />
+<s c="SQL_INDEX_UNIQUE" />
+<s c="SQL_INDEX_ALL" />
+<s c="SQL_ENSURE" />
+<s c="SQL_QUICK" />
+<s c="LOG_CONS">if there is an error while sending data to the system logger, write directly to the system console</s>
+<s c="LOG_NDELAY">open the connection to the logger immediately</s>
+<s c="LOG_ODELAY">(default) delay opening the connection until the first message is logged</s>
+<s c="LOG_NOWAIT"></s>
+<s c="LOG_PERROR">print log message also to standard error</s>
+<s c="LOG_PID">include PID with each message</s>
+<s c="LOG_AUTH">security/authorization messages (use LOG_AUTHPRIV instead in systems where that constant is defined)</s>
+<s c="LOG_AUTHPRIV">security/authorization messages (private)</s>
+<s c="LOG_CRON">clock daemon (cron and at)</s>
+<s c="LOG_DAEMON">other system daemons</s>
+<s c="LOG_KERN">kernel messages</s>
+<s c="LOG_LPR">line printer subsystem</s>
+<s c="LOG_MAIL">mail subsystem</s>
+<s c="LOG_NEWS">USENET news subsystem</s>
+<s c="LOG_SYSLOG">messages generated internally by syslogd</s>
+<s c="LOG_USER">generic user-level messages</s>
+<s c="LOG_UUCP">UUCP subsystem</s>
+<s c="LOG_EMERG">system is unusable</s>
+<s c="LOG_ALERT">action must be taken immediately</s>
+<s c="LOG_CRIT">critical conditions</s>
+<s c="LOG_ERR">error conditions</s>
+<s c="LOG_WARNING">warning conditions</s>
+<s c="LOG_NOTICE">normal, but significant, condition</s>
+<s c="LOG_INFO">informational message</s>
+<s c="LOG_DEBUG">debug-level message</s>
+<s c="DNS_A">IPv4 Address Resource</s>
+<s c="DNS_MX">Mail Exchanger Resource</s>
+<s c="DNS_CNAME">Alias (Canonical Name) Resource</s>
+<s c="DNS_NS">Authoritative Name Server Resource</s>
+<s c="DNS_PTR">Pointer Resource</s>
+<s c="DNS_HINFO">Host Info Resource (See IANA's Operating System Names for the meaning of these values)</s>
+<s c="DNS_SOA">Start of Authority Resource</s>
+<s c="DNS_TXT">Text Resource</s>
+<s c="DNS_ANY">Any Resource Record. On most systems this returns all resource records, however it should not be counted upon for critical uses. Try DNS_ALL instead.</s>
+<s c="DNS_AAAA">IPv6 Address Resource</s>
+<s c="DNS_ALL">Iteratively query the name server for each available record type.</s>
+<s c="SSH2_FINGERPRINT_MD5" />
+<s c="SSH2_FINGERPRINT_SHA1" />
+<s c="SSH2_FINGERPRINT_HEX" />
+<s c="SSH2_FINGERPRINT_RAW" />
+<s c="SSH2_TERM_UNIT_CHARS" />
+<s c="SSH2_TERM_UNIT_PIXELS" />
+<s c="SSH2_DEFAULT_TERM_WIDTH" />
+<s c="SSH2_DEFAULT_TERM_HEIGHT" />
+<s c="SSH2_DEFAULT_TERM_UNIT" />
+<s c="SSH2_STREAM_STDIO" />
+<s c="SSH2_STREAM_STDERR" />
+<s c="SSH2_DEFAULT_TERMINAL" />
+<s c="FUNCTION_TRACE">1</s>
+<s c="ARGS_TRACE">2</s>
+<s c="ASSIGNMENT_TRACE">4</s>
+<s c="STATEMENT_TRACE">8</s>
+<s c="MEMORY_TRACE">16</s>
+<s c="TIMING_TRACE">32</s>
+<s c="SUMMARY_TRACE">64</s>
+<s c="ERROR_TRACE">128</s>
+<s c="PROF_TRACE">256</s>
+<s c="APD_VERSION">example: 1.0.2-dev</s>
 <s c="NCURSES_COLOR_BLACK">no color (black)</s>
 <s c="NCURSES_COLOR_WHITE">white</s>
 <s c="NCURSES_COLOR_RED">red - supported when terminal is in color mode</s>
-<s c="NCURSES_COLOR_GREEN">green - supported when terminal is in color mod</s>
-<s c="NCURSES_COLOR_YELLOW">yellow - supported when terminal is in color mod</s>
-<s c="NCURSES_COLOR_BLUE">blue - supported when terminal is in color mod</s>
-<s c="NCURSES_COLOR_CYAN">cyan - supported when terminal is in color mod</s>
-<s c="NCURSES_COLOR_MAGENTA">magenta - supported when terminal is in color mod</s>
+<s c="NCURSES_COLOR_GREEN">green - supported when terminal is in color mode</s>
+<s c="NCURSES_COLOR_YELLOW">yellow - supported when terminal is in color mode</s>
+<s c="NCURSES_COLOR_BLUE">blue - supported when terminal is in color mode</s>
+<s c="NCURSES_COLOR_CYAN">cyan - supported when terminal is in color mode</s>
+<s c="NCURSES_COLOR_MAGENTA">magenta - supported when terminal is in color mode</s>
 <s c="NCURSES_KEY_DOWN">down arrow</s>
 <s c="NCURSES_KEY_UP">up arrow</s>
 <s c="NCURSES_KEY_LEFT">left arrow</s>
 <s c="NCURSES_BUTTON_ALT">alt pressed during click</s>
 <s c="NCURSES_ALL_MOUSE_EVENTS">report all mouse events</s>
 <s c="NCURSES_REPORT_MOUSE_POSITION">report mouse position</s>
-<s c="LOG_CONS">if there is an error while sending data to the system logger,
-       write directly to the system console</s>
-<s c="LOG_NDELAY">open the connection to the logger immediately</s>
-<s c="LOG_ODELAY">(default) delay opening the connection until the first
-       message is logged</s>
-<s c="LOG_NOWAIT"/>
-<s c="LOG_PERROR">print log message also to standard error</s>
-<s c="LOG_PID">include PID with each message</s>
-<s c="LOG_AUTH">security/authorization messages (use LOG_AUTHPRIV instead
-       in systems where that constant is defined)</s>
-<s c="LOG_AUTHPRIV">security/authorization messages (private)</s>
-<s c="LOG_CRON">clock daemon (cron and at)</s>
-<s c="LOG_DAEMON">other system daemons</s>
-<s c="LOG_KERN">kernel messages</s>
-<s c="LOG_LPR">line printer subsystem</s>
-<s c="LOG_MAIL">mail subsystem</s>
-<s c="LOG_NEWS">USENET news subsystem</s>
-<s c="LOG_SYSLOG">messages generated internally by syslogd</s>
-<s c="LOG_USER">generic user-level messages</s>
-<s c="LOG_UUCP">UUCP subsystem</s>
-<s c="LOG_EMERG">system is unusable</s>
-<s c="LOG_ALERT">action must be taken immediately</s>
-<s c="LOG_CRIT">critical conditions</s>
-<s c="LOG_ERR">error conditions</s>
-<s c="LOG_WARNING">warning conditions</s>
-<s c="LOG_NOTICE">normal, but significant, condition</s>
-<s c="LOG_INFO">informational message</s>
-<s c="LOG_DEBUG">debug-level message</s>
-<s c="DNS_A">IPv4 Address Resource</s>
-<s c="DNS_MX">Mail Exchanger Resource</s>
-<s c="DNS_CNAME">Alias (Canonical Name) Resource</s>
-<s c="DNS_NS">Authoritative Name Server Resource</s>
-<s c="DNS_PTR">Pointer Resource</s>
-<s c="DNS_HINFO">Host Info Resource (See IANA's
-        Operating System Names
-        for the meaning of these values)</s>
-<s c="DNS_SOA">Start of Authority Resource</s>
-<s c="DNS_TXT">Text Resource</s>
-<s c="DNS_ANY">Any Resource Record.  On most systems
-        this returns all resource records, however
-        it should not be counted upon for critical
-       uses.  Try DNS_ALL instead.</s>
-<s c="DNS_AAAA">IPv6 Address Resource</s>
-<s c="DNS_ALL">Iteratively query the name server for
-        each available record type.</s>
-<s c="YPERR_BADARGS"/>
-<s c="YPERR_BADDB"/>
-<s c="YPERR_BUSY"/>
-<s c="YPERR_DOMAIN"/>
-<s c="YPERR_KEY"/>
-<s c="YPERR_MAP"/>
-<s c="YPERR_NODOM"/>
-<s c="YPERR_NOMORE"/>
-<s c="YPERR_PMAP"/>
-<s c="YPERR_RESRC"/>
-<s c="YPERR_RPC"/>
-<s c="YPERR_YPBIND"/>
-<s c="YPERR_YPERR"/>
-<s c="YPERR_YPSERV"/>
-<s c="YPERR_VERS"/>
-<s c="OCI_DEFAULT"/>
-<s c="OCI_DESCRIBE_ONLY"/>
-<s c="OCI_COMMIT_ON_SUCCESS"/>
-<s c="OCI_EXACT_FETCH"/>
-<s c="OCI_SYSDATE"/>
-<s c="OCI_B_BFILE"/>
-<s c="OCI_B_CFILEE"/>
-<s c="OCI_B_CLOB"/>
-<s c="OCI_B_BLOB"/>
-<s c="OCI_B_ROWID"/>
-<s c="OCI_B_CURSOR"/>
-<s c="OCI_B_NTY"/>
-<s c="OCI_B_BIN"/>
-<s c="SQLT_BFILEE"/>
-<s c="SQLT_CFILEE"/>
-<s c="SQLT_CLOB"/>
-<s c="SQLT_BLOB"/>
-<s c="SQLT_RDD"/>
-<s c="SQLT_NTY"/>
-<s c="OCI_FETCHSTATEMENT_BY_COLUMN"/>
-<s c="OCI_FETCHSTATEMENT_BY_ROW"/>
-<s c="OCI_ASSOC"/>
-<s c="OCI_NUM"/>
-<s c="OCI_BOTH"/>
-<s c="OCI_RETURN_NULLS"/>
-<s c="OCI_RETURN_LOBS"/>
-<s c="OCI_DTYPE_FILE"/>
-<s c="OCI_DTYPE_LOB"/>
-<s c="OCI_DTYPE_ROWID"/>
-<s c="OCI_D_FILE"/>
-<s c="OCI_D_LOB"/>
-<s c="OCI_D_ROWID"/>
-<s c="PKCS7_TEXT">Adds text/plain content type headers to encrypted/signed
-         message. If decrypting or verifying, it strips those headers from
-         the output - if the decrypted or verified message is not of MIME type
-         text/plain then an error will occur.</s>
-<s c="PKCS7_BINARY">Normally the input message is converted to &quot;canonical&quot; format
-         which is effectively using CR and LF as end of line: as required by
-         the S/MIME specification.  When this options is present, no
-         translation occurs.  This is useful when handling binary data which
-         may not be in MIME format.</s>
-<s c="PKCS7_NOINTERN">When verifying a message, certificates (if
-           any) included in the message are normally searched for the
-           signing certificate. With this option only the
-           certificates specified in the extracerts
-           parameter of openssl_pkcs7_verify are
-           used.  The supplied certificates can still be used as
-           untrusted CAs however.</s>
-<s c="PKCS7_NOVERIFY">Do not verify the signers certificate of a signed
-         message.</s>
-<s c="PKCS7_NOCHAIN">Do not chain verification of signers certificates: that is
-         don't use the certificates in the signed message as untrusted CAs.</s>
-<s c="PKCS7_NOCERTS">When signing a message the signer's certificate is normally
-         included - with this option it is excluded.  This will reduce the
-         size of the signed message but the verifier must have a copy of the
-         signers certificate available locally (passed using the
-         extracerts to
-         openssl_pkcs7_verify for example).</s>
-<s c="PKCS7_NOATTR">Normally when a message is signed, a set of attributes are
-         included which include the signing time and the supported symmetric
-         algorithms.  With this option they are not included.</s>
-<s c="PKCS7_DETACHED">When signing a message, use cleartext signing with the MIME
-         type multipart/signed.  This is the default
-         if you do not specify any flags to
-         openssl_pkcs7_sign.
-         If you turn this option off, the message will be signed using
-         opaque signing, which is more resistant to translation by mail relays
-         but cannot be read by mail agents that do not support S/MIME.</s>
-<s c="PKCS7_NOSIGS">Don't try and verify the signatures on a message</s>
-<s c="ORA_BIND_INOUT"/>
-<s c="ORA_BIND_IN"/>
-<s c="ORA_BIND_OUT"/>
-<s c="ORA_FETCHINTO_ASSOC"/>
-<s c="ORA_FETCHINTO_NULLS"/>
-<s c="WNOHANG"/>
-<s c="WUNTRACED"/>
-<s c="SIG_IGN"/>
-<s c="SIG_DFL"/>
-<s c="SIG_ERR"/>
-<s c="SIGHUP"/>
-<s c="SIGINT"/>
-<s c="SIGQUIT"/>
-<s c="SIGILL"/>
-<s c="SIGTRAP"/>
-<s c="SIGABRT"/>
-<s c="SIGIOT"/>
-<s c="SIGBUS"/>
-<s c="SIGFPE"/>
-<s c="SIGKILL"/>
-<s c="SIGUSR1"/>
-<s c="SIGSEGV"/>
-<s c="SIGUSR2"/>
-<s c="SIGPIPE"/>
-<s c="SIGALRM"/>
-<s c="SIGTERM"/>
-<s c="SIGSTKFLT"/>
-<s c="SIGCLD"/>
-<s c="SIGCHLD"/>
-<s c="SIGCONT"/>
-<s c="SIGSTOP"/>
-<s c="SIGTSTP"/>
-<s c="SIGTTIN"/>
-<s c="SIGTTOU"/>
-<s c="SIGURG"/>
-<s c="SIGXCPU"/>
-<s c="SIGXFSZ"/>
-<s c="SIGVTALRM"/>
-<s c="SIGPROF"/>
-<s c="SIGWINCH"/>
-<s c="SIGPOLL"/>
-<s c="SIGIO"/>
-<s c="SIGPWR"/>
-<s c="SIGSYS"/>
-<s c="SIGBABY"/>
-<s c="PREG_PATTERN_ORDER">Orders results so that $matches[0] is an array of full pattern
-      matches, $matches[1] is an array of strings matched by the first
-      parenthesized subpattern, and so on. This flag is only used with
-      preg_match_all.</s>
-<s c="PREG_SET_ORDER">Orders results so that $matches[0] is an array of first set of
-      matches, $matches[1] is an array of second set of matches, and so
-      on. This flag is only used with preg_match_all.</s>
-<s c="PREG_OFFSET_CAPTURE">See the description of
-      PREG_SPLIT_OFFSET_CAPTURE.  This flag is
-      available since PHP 4.3.0.</s>
-<s c="PREG_SPLIT_NO_EMPTY">This flag tells preg_split to return only non-empty
-      pieces.</s>
-<s c="PREG_SPLIT_DELIM_CAPTURE">This flag tells preg_split to capture
-      parenthesized expression in the delimiter pattern as well. This flag
-      is available since PHP 4.0.5.</s>
-<s c="PREG_SPLIT_OFFSET_CAPTURE">If this flag is set, for every occurring match the appendant string
-      offset will also be returned. Note that this changes the return
-      values in an array where every element is an array consisting of the
-      matched string at offset 0 and its string offset within subject at
-      offset 1. This flag is available since PHP 4.3.0
-      and is only used for preg_split.</s>
-<s c="PGSQL_ASSOC"/>
-<s c="PGSQL_NUM"/>
-<s c="PGSQL_BOTH"/>
-<s c="PGSQL_CONNECTION_BAD"/>
-<s c="PGSQL_CONNECTION_OK"/>
-<s c="PGSQL_SEEK_SET"/>
-<s c="PGSQL_SEEK_CUR"/>
-<s c="PGSQL_SEEK_END"/>
-<s c="PGSQL_ESCAPE_STRING"/>
-<s c="PGSQL_ESCAPE_BYTEA"/>
-<s c="PGSQL_EMPTY_QUERY"/>
-<s c="PGSQL_COMMAND_OK"/>
-<s c="PGSQL_TUPLES_OK"/>
-<s c="PGSQL_COPY_OUT"/>
-<s c="PGSQL_COPY_IN"/>
-<s c="PGSQL_BAD_RESPONSE"/>
-<s c="PGSQL_NONFATAL_ERROR"/>
-<s c="PGSQL_FATAL_ERROR"/>
-<s c="PSPELL_FAST"/>
-<s c="PSPELL_NORMAL"/>
-<s c="PSPELL_BAD_SPELLERS"/>
-<s c="PSPELL_RUN_TOGETHER"/>
-<s c="MSG_IPC_NOWAIT">integer</s>
-<s c="MSG_NOERROR">integer</s>
-<s c="MSG_EXCEPT">integer</s>
-<s c="SID"/>
-<s c="SNMP_VALUE_LIBRARY"/>
-<s c="SNMP_VALUE_PLAIN"/>
-<s c="SNMP_VALUE_OBJECT"/>
-<s c="SNMP_BIT_STR"/>
-<s c="SNMP_OCTET_STR"/>
-<s c="SNMP_OPAQUE"/>
-<s c="SNMP_NULL"/>
-<s c="SNMP_OBJECT_ID"/>
-<s c="SNMP_IPADDRESS"/>
-<s c="SNMP_COUNTER"/>
-<s c="SNMP_UNSIGNED"/>
-<s c="SNMP_TIMETICKS"/>
-<s c="SNMP_UINTEGER"/>
-<s c="SNMP_INTEGER"/>
-<s c="SNMP_COUNTER64"/>
-<s c="SOAP_1_1"/>
-<s c="SOAP_1_2"/>
-<s c="SOAP_PERSISTENCE_SESSION"/>
-<s c="SOAP_PERSISTENCE_REQUEST"/>
-<s c="SOAP_FUNCTIONS_ALL"/>
-<s c="SOAP_ENCODED"/>
-<s c="SOAP_LITERAL"/>
-<s c="SOAP_RPC"/>
-<s c="SOAP_DOCUMENT"/>
-<s c="SOAP_ACTOR_NEXT"/>
-<s c="SOAP_ACTOR_NONE"/>
-<s c="SOAP_ACTOR_UNLIMATERECEIVER"/>
-<s c="UNKNOWN_TYPE"/>
-<s c="XSD_STRING"/>
-<s c="XSD_BOOLEAN"/>
-<s c="XSD_DECIMAL"/>
-<s c="XSD_FLOAT"/>
-<s c="XSD_DOUBLE"/>
-<s c="XSD_DURATION"/>
-<s c="XSD_DATETIME"/>
-<s c="XSD_TIME"/>
-<s c="XSD_DATE"/>
-<s c="XSD_GYEARMONTH"/>
-<s c="XSD_GYEAR"/>
-<s c="XSD_GMONTHDAY"/>
-<s c="XSD_GDAY"/>
-<s c="XSD_GMONTH"/>
-<s c="XSD_HEXBINARY"/>
-<s c="XSD_BASE64BINARY"/>
-<s c="XSD_ANYURI"/>
-<s c="XSD_QNAME"/>
-<s c="XSD_NOTATION"/>
-<s c="XSD_NORMALIZEDSTRING"/>
-<s c="XSD_TOKEN"/>
-<s c="XSD_LANGUAGE"/>
-<s c="XSD_NMTOKEN"/>
-<s c="XSD_NAME"/>
-<s c="XSD_NCNAME"/>
-<s c="XSD_ID"/>
-<s c="XSD_IDREF"/>
-<s c="XSD_IDREFS"/>
-<s c="XSD_ENTITY"/>
-<s c="XSD_ENTITIES"/>
-<s c="XSD_INTEGER"/>
-<s c="XSD_NONPOSITIVEINTEGER"/>
-<s c="XSD_NEGATIVEINTEGER"/>
-<s c="XSD_LONG"/>
-<s c="XSD_INT"/>
-<s c="XSD_SHORT"/>
-<s c="XSD_BYTE"/>
-<s c="XSD_NONNEGATIVEINTEGER"/>
-<s c="XSD_UNSIGNEDLONG"/>
-<s c="XSD_UNSIGNEDINT"/>
-<s c="XSD_UNSIGNEDSHORT"/>
-<s c="XSD_UNSIGNEDBYTE"/>
-<s c="XSD_POSITIVEINTEGER"/>
-<s c="XSD_NMTOKENS"/>
-<s c="XSD_ANYTYPE"/>
-<s c="SOAP_ENC_OBJECT"/>
-<s c="SOAP_ENC_ARRAY"/>
-<s c="XSD_1999_TIMEINSTANT"/>
-<s c="XSD_NAMESPACE"/>
-<s c="XSD_1999_NAMESPACE"/>
-<s c="AF_UNIX"/>
-<s c="AF_INET"/>
-<s c="AF_INET6"/>
-<s c="SOCK_STREAM"/>
-<s c="SOCK_DGRAM"/>
-<s c="SOCK_RAW"/>
-<s c="SOCK_SEQPACKET"/>
-<s c="SOCK_RDM"/>
-<s c="MSG_OOB"/>
-<s c="MSG_WAITALL"/>
-<s c="MSG_PEEK"/>
-<s c="MSG_DONTROUTE"/>
-<s c="SO_DEBUG"/>
-<s c="SO_REUSEADDR"/>
-<s c="SO_KEEPALIVE"/>
-<s c="SO_DONTROUTE"/>
-<s c="SO_LINGER"/>
-<s c="SO_BROADCAST"/>
-<s c="SO_OOBINLINE"/>
-<s c="SO_SNDBUF"/>
-<s c="SO_RCVBUF"/>
-<s c="SO_SNDLOWAT"/>
-<s c="SO_RCVLOWAT"/>
-<s c="SO_SNDTIMEO"/>
-<s c="SO_RCVTIMEO"/>
-<s c="SO_TYPE"/>
-<s c="SO_ERROR"/>
-<s c="SOL_SOCKET"/>
-<s c="PHP_NORMAL_READ"/>
-<s c="PHP_BINARY_READ"/>
-<s c="SOL_TCP"/>
-<s c="SOL_UDP"/>
-<s c="RIT_LEAVES_ONLY"/>
-<s c="RIT_SELF_FIRST"/>
-<s c="RIT_CHILD_FIRST"/>
-<s c="CIT_CALL_TOSTRING"/>
-<s c="CIT_CATCH_GET_CHILD"/>
-<s c="SQLITE_ASSOC">Columns are returned into the array having the fieldname as the array
-      index.</s>
-<s c="SQLITE_BOTH">Columns are returned into the array having both a numerical index
-       and the fieldname as the array index.</s>
-<s c="SQLITE_NUM">Columns are returned into the array having a numerical index to the
-       fields. This index starts with 0, the first field in the result.</s>
-<s c="STREAM_FILTER_READ">Used with stream_filter_append and
-       stream_filter_prepend to indicate
-       that the specified filter should only be applied when
-       reading</s>
-<s c="STREAM_FILTER_WRITE">Used with stream_filter_append and
-       stream_filter_prepend to indicate
-       that the specified filter should only be applied when
-       writing</s>
-<s c="STREAM_FILTER_ALL">This constant is equivalent to
-       STREAM_FILTER_READ |
-       STREAM_FILTER_WRITE</s>
-<s c="PSFS_PASS_ON">Return Code indicating that the
-       userspace filter returned buckets in $out.</s>
-<s c="PSFS_FEED_ME">Return Code indicating that the
-       userspace filter did not return buckets in $out
-       (i.e. No data available).</s>
-<s c="PSFS_ERR_FATAL">Return Code indicating that the
-       userspace filter encountered an unrecoverable error
-       (i.e. Invalid data received).</s>
-<s c="STREAM_USE_PATH">Flag indicating if the stream
-       used the include path.</s>
-<s c="STREAM_REPORT_ERRORS">Flag indicating if the wrapper
-       is responsible for raising errors using trigger_error
-       during opening of the stream.  If this flag is not set, you
-       should not raise any errors.</s>
-<s c="STREAM_CLIENT_ASYNC_CONNECT">Open client socket asynchronously.  Used with
-       stream_socket_client.</s>
-<s c="STREAM_CLIENT_PERSISTENT">Client socket opened with stream_socket_client
-       should remain persistent between page loads.</s>
-<s c="STREAM_SERVER_BIND">Tells a stream created with stream_socket_server
-       to bind to the specified target.  Server sockets should always include this flag.</s>
-<s c="STREAM_SERVER_LISTEN">Tells a stream created with stream_socket_server
-       and bound using the STREAM_SERVER_BIND flag to start
-       listening on the socket.  Server sockets should always include this flag.</s>
-<s c="STREAM_NOTIFY_RESOLVE">A remote address required for this stream has been resolved, or the resolution
-       failed.  See severity for an indication of which happened.</s>
-<s c="STREAM_NOTIFY_CONNECT">A connection with an external resource has been established.</s>
-<s c="STREAM_NOTIFY_AUTH_REQUIRED">Additional authorization is required to access the specified resource.
-       Typical issued with severity level of
-       STREAM_NOTIFY_SEVERITY_ERR.</s>
-<s c="STREAM_NOTIFY_MIME_TYPE_IS">The mime-type of resource has been identified,
-       refer to message for a description of the
-       discovered type.</s>
-<s c="STREAM_NOTIFY_FILE_SIZE_IS">The size of the resource has been discovered.</s>
-<s c="STREAM_NOTIFY_REDIRECTED">The external resource has redirected the stream to an alternate
-       location.  Refer to message.</s>
-<s c="STREAM_NOTIFY_PROGRESS">Indicates current progress of the stream transfer in
-       bytes_transferred and possibly
-       bytes_max as well.</s>
-<s c="STREAM_NOTIFY_COMPLETED">There is no more data available on the stream.</s>
-<s c="STREAM_NOTIFY_FAILURE">A generic error occurred on the stream, consult
-       message and message_code
-       for details.</s>
-<s c="STREAM_NOTIFY_AUTH_RESULT">Authorization has been completed (with or without success).</s>
-<s c="STREAM_NOTIFY_SEVERITY_INFO">Normal, non-error related, notification.</s>
-<s c="STREAM_NOTIFY_SEVERITY_WARN">Non critical error condition.  Processing may continue.</s>
-<s c="STREAM_NOTIFY_SEVERITY_ERR">A critical error occurred.  Processing cannot continue.</s>
-<s c="CRYPT_SALT_LENGTH"/>
-<s c="CRYPT_STD_DES"/>
-<s c="CRYPT_EXT_DES"/>
-<s c="CRYPT_MD5"/>
-<s c="CRYPT_BLOWFISH"/>
-<s c="HTML_SPECIALCHARS"/>
-<s c="HTML_ENTITIES"/>
-<s c="ENT_COMPAT"/>
-<s c="ENT_QUOTES"/>
-<s c="ENT_NOQUOTES"/>
-<s c="CHAR_MAX"/>
-<s c="LC_CTYPE"/>
-<s c="LC_NUMERIC"/>
-<s c="LC_TIME"/>
-<s c="LC_COLLATE"/>
-<s c="LC_MONETARY"/>
-<s c="LC_ALL"/>
-<s c="LC_MESSAGES"/>
-<s c="STR_PAD_LEFT"/>
-<s c="STR_PAD_RIGHT"/>
-<s c="STR_PAD_BOTH"/>
-<s c="MOD_COLOR"/>
-<s c="MOD_MATRIX"/>
-<s c="TYPE_PUSHBUTTON"/>
-<s c="TYPE_MENUBUTTON"/>
-<s c="BSHitTest"/>
-<s c="BSDown"/>
-<s c="BSOver"/>
-<s c="BSUp"/>
-<s c="OverDowntoIdle"/>
-<s c="IdletoOverDown"/>
-<s c="OutDowntoIdle"/>
-<s c="OutDowntoOverDown"/>
-<s c="OverDowntoOutDown"/>
-<s c="OverUptoOverDown"/>
-<s c="OverUptoIdle"/>
-<s c="IdletoOverUp"/>
-<s c="ButtonEnter"/>
-<s c="ButtonExit"/>
-<s c="MenuEnter"/>
-<s c="MenuExit"/>
-<s c="TIDY_TAG_UNKNOWN"/>
-<s c="TIDY_TAG_A"/>
-<s c="TIDY_TAG_ABBR"/>
-<s c="TIDY_TAG_ACRONYM"/>
-<s c="TIDY_TAG_ALIGN"/>
-<s c="TIDY_TAG_APPLET"/>
-<s c="TIDY_TAG_AREA"/>
-<s c="TIDY_TAG_B"/>
-<s c="TIDY_TAG_BASE"/>
-<s c="TIDY_TAG_BASEFONT"/>
-<s c="TIDY_TAG_BDO"/>
-<s c="TIDY_TAG_BGSOUND"/>
-<s c="TIDY_TAG_BIG"/>
-<s c="TIDY_TAG_BLINK"/>
-<s c="TIDY_TAG_BLOCKQUOTE"/>
-<s c="TIDY_TAG_BODY"/>
-<s c="TIDY_TAG_BR"/>
-<s c="TIDY_TAG_BUTTON"/>
-<s c="TIDY_TAG_CAPTION"/>
-<s c="TIDY_TAG_CENTER"/>
-<s c="TIDY_TAG_CITE"/>
-<s c="TIDY_TAG_CODE"/>
-<s c="TIDY_TAG_COL"/>
-<s c="TIDY_TAG_COLGROUP"/>
-<s c="TIDY_TAG_COMMENT"/>
-<s c="TIDY_TAG_DD"/>
-<s c="TIDY_TAG_DEL"/>
-<s c="TIDY_TAG_DFN"/>
-<s c="TIDY_TAG_DIR"/>
-<s c="TIDY_TAG_DIV"/>
-<s c="TIDY_TAG_DL"/>
-<s c="TIDY_TAG_DT"/>
-<s c="TIDY_TAG_EM"/>
-<s c="TIDY_TAG_EMBED"/>
-<s c="TIDY_TAG_FIELDSET"/>
-<s c="TIDY_TAG_FONT"/>
-<s c="TIDY_TAG_FORM"/>
-<s c="TIDY_TAG_FRAME"/>
-<s c="TIDY_TAG_FRAMESET"/>
-<s c="TIDY_TAG_H1"/>
-<s c="TIDY_TAG_H2"/>
-<s c="TIDY_TAG_H3"/>
-<s c="TIDY_TAG_H4"/>
-<s c="TIDY_TAG_H5"/>
-<s c="TIDY_TAG_6"/>
-<s c="TIDY_TAG_HEAD"/>
-<s c="TIDY_TAG_HR"/>
-<s c="TIDY_TAG_HTML"/>
-<s c="TIDY_TAG_I"/>
-<s c="TIDY_TAG_IFRAME"/>
-<s c="TIDY_TAG_ILAYER"/>
-<s c="TIDY_TAG_IMG"/>
-<s c="TIDY_TAG_INPUT"/>
-<s c="TIDY_TAG_INS"/>
-<s c="TIDY_TAG_ISINDEX"/>
-<s c="TIDY_TAG_KBD"/>
-<s c="TIDY_TAG_KEYGEN"/>
-<s c="TIDY_TAG_LABEL"/>
-<s c="TIDY_TAG_LAYER"/>
-<s c="TIDY_TAG_LEGEND"/>
-<s c="TIDY_TAG_LI"/>
-<s c="TIDY_TAG_LINK"/>
-<s c="TIDY_TAG_LISTING"/>
-<s c="TIDY_TAG_MAP"/>
-<s c="TIDY_TAG_MARQUEE"/>
-<s c="TIDY_TAG_MENU"/>
-<s c="TIDY_TAG_META"/>
-<s c="TIDY_TAG_MULTICOL"/>
-<s c="TIDY_TAG_NOBR"/>
-<s c="TIDY_TAG_NOEMBED"/>
-<s c="TIDY_TAG_NOFRAMES"/>
-<s c="TIDY_TAG_NOLAYER"/>
-<s c="TIDY_TAG_NOSAFE"/>
-<s c="TIDY_TAG_NOSCRIPT"/>
-<s c="TIDY_TAG_OBJECT"/>
-<s c="TIDY_TAG_OL"/>
-<s c="TIDY_TAG_OPTGROUP"/>
-<s c="TIDY_TAG_OPTION"/>
-<s c="TIDY_TAG_P"/>
-<s c="TIDY_TAG_PARAM"/>
-<s c="TIDY_TAG_PLAINTEXT"/>
-<s c="TIDY_TAG_PRE"/>
-<s c="TIDY_TAG_Q"/>
-<s c="TIDY_TAG_RP"/>
-<s c="TIDY_TAG_RT"/>
-<s c="TIDY_TAG_RTC"/>
-<s c="TIDY_TAG_RUBY"/>
-<s c="TIDY_TAG_S"/>
-<s c="TIDY_TAG_SAMP"/>
-<s c="TIDY_TAG_SCRIPT"/>
-<s c="TIDY_TAG_SELECT"/>
-<s c="TIDY_TAG_SERVER"/>
-<s c="TIDY_TAG_SERVLET"/>
-<s c="TIDY_TAG_SMALL"/>
-<s c="TIDY_TAG_SPACER"/>
-<s c="TIDY_TAG_SPAN"/>
-<s c="TIDY_TAG_STRIKE"/>
-<s c="TIDY_TAG_STRONG"/>
-<s c="TIDY_TAG_STYLE"/>
-<s c="TIDY_TAG_SUB"/>
-<s c="TIDY_TAG_TABLE"/>
-<s c="TIDY_TAG_TBODY"/>
-<s c="TIDY_TAG_TD"/>
-<s c="TIDY_TAG_TEXTAREA"/>
-<s c="TIDY_TAG_TFOOT"/>
-<s c="TIDY_TAG_TH"/>
-<s c="TIDY_TAG_THEAD"/>
-<s c="TIDY_TAG_TITLE"/>
-<s c="TIDY_TAG_TR"/>
-<s c="TIDY_TAG_TR"/>
-<s c="TIDY_TAG_TT"/>
-<s c="TIDY_TAG_U"/>
-<s c="TIDY_TAG_UL"/>
-<s c="TIDY_TAG_VAR"/>
-<s c="TIDY_TAG_WBR"/>
-<s c="TIDY_TAG_XMP"/>
-<s c="TIDY_ATTR_UNKNOWN"/>
-<s c="TIDY_ATTR_ABBR"/>
-<s c="TIDY_ATTR_ACCEPT"/>
-<s c="TIDY_ATTR_ACCEPT_CHARSET"/>
-<s c="TIDY_ATTR_ACCESSKEY"/>
-<s c="TIDY_ATTR_ACTION"/>
-<s c="TIDY_ATTR_ADD_DATE"/>
-<s c="TIDY_ATTR_ALIGN"/>
-<s c="TIDY_ATTR_ALINK"/>
-<s c="TIDY_ATTR_ALT"/>
-<s c="TIDY_ATTR_ARCHIVE"/>
-<s c="TIDY_ATTR_AXIS"/>
-<s c="TIDY_ATTR_BACKGROUND"/>
-<s c="TIDY_ATTR_BGCOLOR"/>
-<s c="TIDY_ATTR_BGPROPERTIES"/>
-<s c="TIDY_ATTR_BORDER"/>
-<s c="TIDY_ATTR_BORDERCOLOR"/>
-<s c="TIDY_ATTR_BOTTOMMARGIN"/>
-<s c="TIDY_ATTR_CELLPADDING"/>
-<s c="TIDY_ATTR_CELLSPACING"/>
-<s c="TIDY_ATTR_CHAR"/>
-<s c="TIDY_ATTR_CHAROFF"/>
-<s c="TIDY_ATTR_CHARSET"/>
-<s c="TIDY_ATTR_CHECKED"/>
-<s c="TIDY_ATTR_CITE"/>
-<s c="TIDY_ATTR_CLASS"/>
-<s c="TIDY_ATTR_CLASSID"/>
-<s c="TIDY_ATTR_CLEAR"/>
-<s c="TIDY_ATTR_CODE"/>
-<s c="TIDY_ATTR_CODEBASE"/>
-<s c="TIDY_ATTR_CODETYPE"/>
-<s c="TIDY_ATTR_COLOR"/>
-<s c="TIDY_ATTR_COLS"/>
-<s c="TIDY_ATTR_COLSPAN"/>
-<s c="TIDY_ATTR_COMPACT"/>
-<s c="TIDY_ATTR_CONTENT"/>
-<s c="TIDY_ATTR_COORDS"/>
-<s c="TIDY_ATTR_DATA"/>
-<s c="TIDY_ATTR_DATAFLD"/>
-<s c="TIDY_ATTR_DATAPAGESIZE"/>
-<s c="TIDY_ATTR_DATASRC"/>
-<s c="TIDY_ATTR_DATETIME"/>
-<s c="TIDY_ATTR_DECLARE"/>
-<s c="TIDY_ATTR_DEFER"/>
-<s c="TIDY_ATTR_DIR"/>
-<s c="TIDY_ATTR_DISABLED"/>
-<s c="TIDY_ATTR_ENCODING"/>
-<s c="TIDY_ATTR_ENCTYPE"/>
-<s c="TIDY_ATTR_FACE"/>
-<s c="TIDY_ATTR_FOR"/>
-<s c="TIDY_ATTR_FRAME"/>
-<s c="TIDY_ATTR_FRAMEBORDER"/>
-<s c="TIDY_ATTR_FRAMESPACING"/>
-<s c="TIDY_ATTR_GRIDX"/>
-<s c="TIDY_ATTR_GRIDY"/>
-<s c="TIDY_ATTR_HEADERS"/>
-<s c="TIDY_ATTR_HEIGHT"/>
-<s c="TIDY_ATTR_HREF"/>
-<s c="TIDY_ATTR_HREFLANG"/>
-<s c="TIDY_ATTR_HSPACE"/>
-<s c="TIDY_ATTR_HTTP_EQUIV"/>
-<s c="TIDY_ATTR_ID"/>
-<s c="TIDY_ATTR_ISMAP"/>
-<s c="TIDY_ATTR_LABEL"/>
-<s c="TIDY_ATTR_LANG"/>
-<s c="TIDY_ATTR_LANGUAGE"/>
-<s c="TIDY_ATTR_LAST_MODIFIED"/>
-<s c="TIDY_ATTR_LAST_VISIT"/>
-<s c="TIDY_ATTR_LEFTMARGIN"/>
-<s c="TIDY_ATTR_LINK"/>
-<s c="TIDY_ATTR_LONGDESC"/>
-<s c="TIDY_ATTR_LOWSRC"/>
-<s c="TIDY_ATTR_MARGINHEIGHT"/>
-<s c="TIDY_ATTR_MARGINWIDTH"/>
-<s c="TIDY_ATTR_MAXLENGTH"/>
-<s c="TIDY_ATTR_MEDIA"/>
-<s c="TIDY_ATTR_METHOD"/>
-<s c="TIDY_ATTR_MULTIPLE"/>
-<s c="TIDY_ATTR_NAME"/>
-<s c="TIDY_ATTR_NOHREF"/>
-<s c="TIDY_ATTR_NORESIZE"/>
-<s c="TIDY_ATTR_NOSHADE"/>
-<s c="TIDY_ATTR_NOWRAP"/>
-<s c="TIDY_ATTR_OBJECT"/>
-<s c="TIDY_ATTR_PROFILE"/>
-<s c="TIDY_ATTR_PROMPT"/>
-<s c="TIDY_ATTR_RBSPAN"/>
-<s c="TIDY_ATTR_READONLY"/>
-<s c="TIDY_ATTR_REL"/>
-<s c="TIDY_ATTR_REV"/>
-<s c="TIDY_ATTR_RIGHTMARGIN"/>
-<s c="TIDY_ATTR_ROWS"/>
-<s c="TIDY_ATTR_ROWSPAN"/>
-<s c="TIDY_ATTR_RULES"/>
-<s c="TIDY_ATTR_SCHEME"/>
-<s c="TIDY_ATTR_SCOPE"/>
-<s c="TIDY_ATTR_SCROLLING"/>
-<s c="TIDY_ATTR_SELECTED"/>
-<s c="TIDY_ATTR_SHAPE"/>
-<s c="TIDY_ATTR_SHOWGRID"/>
-<s c="TIDY_ATTR_SHOWGRIDX"/>
-<s c="TIDY_ATTR_SHOWGRIDY"/>
-<s c="TIDY_ATTR_SIZE"/>
-<s c="TIDY_ATTR_SPAN"/>
-<s c="TIDY_ATTR_SRC"/>
-<s c="TIDY_ATTR_STANDBY"/>
-<s c="TIDY_ATTR_START"/>
-<s c="TIDY_ATTR_STYLE"/>
-<s c="TIDY_ATTR_SUMMARY"/>
-<s c="TIDY_ATTR_TABINDEX"/>
-<s c="TIDY_ATTR_TARGET"/>
-<s c="TIDY_ATTR_TEXT"/>
-<s c="TIDY_ATTR_TITLE"/>
-<s c="TIDY_ATTR_TOPMARGIN"/>
-<s c="TIDY_ATTR_TYPE"/>
-<s c="TIDY_ATTR_USEMAP"/>
-<s c="TIDY_ATTR_VALIGN"/>
-<s c="TIDY_ATTR_VALUE"/>
-<s c="TIDY_ATTR_VALUETYPE"/>
-<s c="TIDY_ATTR_VERSION"/>
-<s c="TIDY_ATTR_VLINK"/>
-<s c="TIDY_ATTR_VSPACE"/>
-<s c="TIDY_ATTR_WIDTH"/>
-<s c="TIDY_ATTR_WRAP"/>
-<s c="TIDY_ATTR_XML_LANG"/>
-<s c="TIDY_ATTR_XML_SPACE"/>
-<s c="TIDY_ATTR_XMLNS"/>
-<s c="TIDY_NODETYPE_ROOT"/>
-<s c="TIDY_NODETYPE_DOCTYPE"/>
-<s c="TIDY_NODETYPE_COMMENT"/>
-<s c="TIDY_NODETYPE_PROCINS"/>
-<s c="TIDY_NODETYPE_TEXT"/>
-<s c="TIDY_NODETYPE_START"/>
-<s c="TIDY_NODETYPE_END"/>
-<s c="TIDY_NODETYPE_STARTEND"/>
-<s c="TIDY_NODETYPE_CDATA"/>
-<s c="TIDY_NODETYPE_SECTION"/>
-<s c="TIDY_NODETYPE_ASP"/>
-<s c="TIDY_NODETYPE_JSTE"/>
-<s c="TIDY_NODETYPE_PHP"/>
-<s c="TIDY_NODETYPE_XMLDECL"/>
-<s c="T_INCLUDE"/>
-<s c="T_INCLUDE_ONCE"/>
-<s c="T_EVAL"/>
-<s c="T_REQUIRE"/>
-<s c="T_REQUIRE_ONCE"/>
-<s c="T_LOGICAL_OR"/>
-<s c="T_LOGICAL_XOR"/>
-<s c="T_LOGICAL_AND"/>
-<s c="T_PRINT"/>
-<s c="T_PLUS_EQUAL"/>
-<s c="T_MINUS_EQUAL"/>
-<s c="T_MUL_EQUAL"/>
-<s c="T_DIV_EQUAL"/>
-<s c="T_CONCAT_EQUAL"/>
-<s c="T_MOD_EQUAL"/>
-<s c="T_AND_EQUAL"/>
-<s c="T_OR_EQUAL"/>
-<s c="T_XOR_EQUAL"/>
-<s c="T_SL_EQUAL"/>
-<s c="T_SR_EQUAL"/>
-<s c="T_BOOLEAN_OR"/>
-<s c="T_BOOLEAN_AND"/>
-<s c="T_IS_EQUAL"/>
-<s c="T_IS_NOT_EQUAL"/>
-<s c="T_IS_IDENTICAL"/>
-<s c="T_IS_NOT_IDENTICAL"/>
-<s c="T_IS_SMALLER_OR_EQUAL"/>
-<s c="T_IS_GREATER_OR_EQUAL"/>
-<s c="T_SL"/>
-<s c="T_SR"/>
-<s c="T_INC"/>
-<s c="T_DEC"/>
-<s c="T_INT_CAST"/>
-<s c="T_DOUBLE_CAST"/>
-<s c="T_STRING_CAST"/>
-<s c="T_ARRAY_CAST"/>
-<s c="T_OBJECT_CAST"/>
-<s c="T_BOOL_CAST"/>
-<s c="T_UNSET_CAST"/>
-<s c="T_NEW"/>
-<s c="T_EXIT"/>
-<s c="T_IF"/>
-<s c="T_ELSEIF"/>
-<s c="T_ELSE"/>
-<s c="T_ENDIF"/>
-<s c="T_LNUMBER"/>
-<s c="T_DNUMBER"/>
-<s c="T_STRING"/>
-<s c="T_STRING_VARNAME"/>
-<s c="T_VARIABLE"/>
-<s c="T_NUM_STRING"/>
-<s c="T_INLINE_HTML"/>
-<s c="T_CHARACTER"/>
-<s c="T_BAD_CHARACTER"/>
-<s c="T_ENCAPSED_AND_WHITESPACE"/>
-<s c="T_CONSTANT_ENCAPSED_STRING"/>
-<s c="T_ECHO"/>
-<s c="T_DO"/>
-<s c="T_WHILE"/>
-<s c="T_ENDWHILE"/>
-<s c="T_FOR"/>
-<s c="T_ENDFOR"/>
-<s c="T_FOREACH"/>
-<s c="T_ENDFOREACH"/>
-<s c="T_DECLARE"/>
-<s c="T_ENDDECLARE"/>
-<s c="T_AS"/>
-<s c="T_SWITCH"/>
-<s c="T_ENDSWITCH"/>
-<s c="T_CASE"/>
-<s c="T_DEFAULT"/>
-<s c="T_BREAK"/>
-<s c="T_CONTINUE"/>
-<s c="T_OLD_FUNCTION"/>
-<s c="T_FUNCTION"/>
-<s c="T_CONST"/>
-<s c="T_RETURN"/>
-<s c="T_USE"/>
-<s c="T_GLOBAL"/>
-<s c="T_STATIC"/>
-<s c="T_VAR"/>
-<s c="T_UNSET"/>
-<s c="T_ISSET"/>
-<s c="T_EMPTY"/>
-<s c="T_CLASS"/>
-<s c="T_EXTENDS"/>
-<s c="T_OBJECT_OPERATOR"/>
-<s c="T_DOUBLE_ARROW"/>
-<s c="T_LIST"/>
-<s c="T_ARRAY"/>
-<s c="T_LINE"/>
-<s c="T_FILE"/>
-<s c="T_COMMENT"/>
-<s c="T_ML_COMMENT"/>
-<s c="T_DOC_COMMENT"/>
-<s c="T_OPEN_TAG"/>
-<s c="T_OPEN_TAG_WITH_ECHO"/>
-<s c="T_CLOSE_TAG"/>
-<s c="T_WHITESPACE"/>
-<s c="T_START_HEREDOC"/>
-<s c="T_END_HEREDOC"/>
-<s c="T_DOLLAR_OPEN_CURLY_BRACES"/>
-<s c="T_CURLY_OPEN"/>
-<s c="T_PAAMAYIM_NEKUDOTAYIM"/>
-<s c="T_DOUBLE_COLON"/>
-<s c="ODBC_TYPE"/>
-<s c="ODBC_BINMODE_PASSTHRU"/>
-<s c="ODBC_BINMODE_RETURN"/>
-<s c="ODBC_BINMODE_CONVERT"/>
-<s c="SQL_ODBC_CURSORS"/>
-<s c="SQL_CUR_USE_DRIVER"/>
-<s c="SQL_CUR_USE_IF_NEEDED"/>
-<s c="SQL_CUR_USE_ODBC"/>
-<s c="SQL_CONCURRENCY"/>
-<s c="SQL_CONCUR_READ_ONLY"/>
-<s c="SQL_CONCUR_LOCK"/>
-<s c="SQL_CONCUR_ROWVER"/>
-<s c="SQL_CONCUR_VALUES"/>
-<s c="SQL_CURSOR_TYPE"/>
-<s c="SQL_CURSOR_FORWARD_ONLY"/>
-<s c="SQL_CURSOR_KEYSET_DRIVEN"/>
-<s c="SQL_CURSOR_DYNAMIC"/>
-<s c="SQL_CURSOR_STATIC"/>
-<s c="SQL_KEYSET_SIZE"/>
-<s c="SQL_CHAR"/>
-<s c="SQL_VARCHAR"/>
-<s c="SQL_LONGVARCHAR"/>
-<s c="SQL_DECIMAL"/>
-<s c="SQL_NUMERIC"/>
-<s c="SQL_BIT"/>
-<s c="SQL_TINYINT"/>
-<s c="SQL_SMALLINT"/>
-<s c="SQL_INTEGER"/>
-<s c="SQL_BIGINT"/>
-<s c="SQL_REAL"/>
-<s c="SQL_FLOAT"/>
-<s c="SQL_DOUBLE"/>
-<s c="SQL_BINARY"/>
-<s c="SQL_VARBINARY"/>
-<s c="SQL_LONGVARBINARY"/>
-<s c="SQL_DATE"/>
-<s c="SQL_TIME"/>
-<s c="SQL_TIMESTAMP"/>
-<s c="SQL_TYPE_DATE"/>
-<s c="SQL_TYPE_TIME"/>
-<s c="SQL_TYPE_TIMESTAMP"/>
-<s c="SQL_BEST_ROWID"/>
-<s c="SQL_ROWVER"/>
-<s c="SQL_SCOPE_CURROW"/>
-<s c="SQL_SCOPE_TRANSACTION"/>
-<s c="SQL_SCOPE_SESSION"/>
-<s c="SQL_NO_NULLS"/>
-<s c="SQL_NULLABLE"/>
-<s c="SQL_INDEX_UNIQUE"/>
-<s c="SQL_INDEX_ALL"/>
-<s c="SQL_ENSURE"/>
-<s c="SQL_QUICK"/>
-<s c="DC_MICROSOFT"/>
-<s c="DC_BORLAND"/>
-<s c="DC_CALL_CDECL"/>
-<s c="DC_CALL_STD"/>
-<s c="DC_RETVAL_MATH4"/>
-<s c="DC_RETVAL_MATH8"/>
-<s c="DC_CALL_STD_BO"/>
-<s c="DC_CALL_STD_MS"/>
-<s c="DC_CALL_STD_M8"/>
-<s c="DC_FLAG_ARGPTR"/>
-<s c="XDIFF_PATCH_NORMAL"/>
-<s c="XDIFF_PATCH_REVERSE"/>
-<s c="XML_ERROR_NONE"/>
-<s c="XML_ERROR_NO_MEMORY"/>
-<s c="XML_ERROR_SYNTAX"/>
-<s c="XML_ERROR_NO_ELEMENTS"/>
-<s c="XML_ERROR_INVALID_TOKEN"/>
-<s c="XML_ERROR_UNCLOSED_TOKEN"/>
-<s c="XML_ERROR_PARTIAL_CHAR"/>
-<s c="XML_ERROR_TAG_MISMATCH"/>
-<s c="XML_ERROR_DUPLICATE_ATTRIBUTE"/>
-<s c="XML_ERROR_JUNK_AFTER_DOC_ELEMENT"/>
-<s c="XML_ERROR_PARAM_ENTITY_REF"/>
-<s c="XML_ERROR_UNDEFINED_ENTITY"/>
-<s c="XML_ERROR_RECURSIVE_ENTITY_REF"/>
-<s c="XML_ERROR_ASYNC_ENTITY"/>
-<s c="XML_ERROR_BAD_CHAR_REF"/>
-<s c="XML_ERROR_BINARY_ENTITY_REF"/>
-<s c="XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF"/>
-<s c="XML_ERROR_MISPLACED_XML_PI"/>
-<s c="XML_ERROR_UNKNOWN_ENCODING"/>
-<s c="XML_ERROR_INCORRECT_ENCODING"/>
-<s c="XML_ERROR_UNCLOSED_CDATA_SECTION"/>
-<s c="XML_ERROR_EXTERNAL_ENTITY_HANDLING"/>
-<s c="XML_OPTION_CASE_FOLDING"/>
-<s c="XML_OPTION_TARGET_ENCODING"/>
-<s c="XML_OPTION_SKIP_TAGSTART"/>
-<s c="XML_OPTION_SKIP_WHITE"/>
-<s c="XSLT_OPT_SILENT"/>
-<s c="XSLT_SABOPT_PARSE_PUBLIC_ENTITIES"/>
-<s c="XSLT_SABOPT_DISABLE_ADDING_META"/>
-<s c="XSLT_SABOPT_DISABLE_STRIPPING"/>
-<s c="XSLT_SABOPT_IGNORE_DOC_NOT_FOUND"/>
-<s c="XSLT_ERR_UNSUPPORTED_SCHEME"/>
-<s c="FORCE_GZIP"/>
-<s c="FORCE_DEFLATE"/>
-
-</phpstandardsyntax>
+<s c="CDATA">XMLReader::ENTITY_REF ( integer )</s>
+<s c="10">Document Type node</s>
+<s c="11">Document Fragment node</s>
+<s c="12">Notation node</s>
+<s c="13">Whitespace node</s>
+<s c="14">Significant Whitespace node</s>
+<s c="15">End Element</s>
+<s c="16">End Entity</s>
+<s c="17">XML Declaration node</s>
+<s c="U_INVALID_STOP" /> 
+<s c="U_INVALID_SKIP">1</s>
+<s c="U_INVALID_SUBSTITUTE">2</s>
+<s c="U_INVALID_ESCAPE">3</s>
+<s c="NIL" />
+<s c="OP_DEBUG" />
+<s c="OP_READONLY" />
+<s c="OP_ANONYMOUS" />
+<s c="OP_SHORTCACHE" />
+<s c="OP_SILENT" />
+<s c="OP_PROTOTYPE" />
+<s c="OP_HALFOPEN" />
+<s c="OP_EXPUNGE" />
+<s c="OP_SECURE" />
+<s c="CL_EXPUNGE" />
+<s c="FT_UID" />
+<s c="FT_PEEK" />
+<s c="FT_NOT" />
+<s c="FT_INTERNAL" />
+<s c="FT_PREFETCHTEXT" />
+<s c="ST_UID" />
+<s c="ST_SILENT" />
+<s c="ST_SET" />
+<s c="CP_UID" />
+<s c="CP_MOVE" />
+<s c="SE_UID" />
+<s c="SE_FREE" />
+<s c="SE_NOPREFETCH" />
+<s c="SO_FREE" />
+<s c="SO_NOSERVER" />
+<s c="SA_MESSAGES" />
+<s c="SA_RECENT" />
+<s c="SA_UNSEEN" />
+<s c="SA_UIDNEXT" />
+<s c="SA_UIDVALIDITY" />
+<s c="SA_ALL" />
+<s c="LATT_NOINFERIORS" />
+<s c="LATT_NOSELECT" />
+<s c="LATT_MARKED" />
+<s c="LATT_UNMARKED" />
+<s c="SORTDATE" />
+<s c="SORTARRIVAL" />
+<s c="SORTFROM" />
+<s c="SORTSUBJECT" />
+<s c="SORTTO" />
+<s c="SORTCC" />
+<s c="SORTSIZE" />
+<s c="TYPETEXT" />
+<s c="TYPEMULTIPART" />
+<s c="TYPEMESSAGE" />
+<s c="TYPEAPPLICATION" />
+<s c="TYPEAUDIO" />
+<s c="TYPEIMAGE" />
+<s c="TYPEVIDEO" />
+<s c="TYPEOTHER" />
+<s c="ENC7BIT" />
+<s c="ENC8BIT" />
+<s c="ENCBINARY" />
+<s c="ENCBASE64" />
+<s c="ENCQUOTEDPRINTABLE" />
+<s c="ENCOTHER" />
+<s c="IMAP_OPENTIMEOUT" />
+<s c="IMAP_READTIMEOUT" />
+<s c="IMAP_WRITETIMEOUT" />
+<s c="IMAP_CLOSETIMEOUT" />
+<s c="LATT_REFERRAL" />
+<s c="LATT_HASCHILDREN" />
+<s c="LATT_HASNOCHILDREN" />
+<s c="TYPEMODEL" />
+<s c="CONNECTION_ABORTED" />
+<s c="CONNECTION_NORMAL" />
+<s c="CONNECTION_TIMEOUT" />
+<s c="__COMPILER_HALT_OFFSET__" />
+<s c="XML_ELEMENT_NODE">1</s>
+<s c="XML_ATTRIBUTE_NODE">2</s>
+<s c="XML_TEXT_NODE">3</s>
+<s c="XML_CDATA_SECTION_NODE">4</s>
+<s c="XML_ENTITY_REF_NODE">5</s>
+<s c="XML_ENTITY_NODE">6</s>
+<s c="XML_PI_NODE">7</s>
+<s c="XML_COMMENT_NODE">8</s>
+<s c="XML_DOCUMENT_NODE">9</s>
+<s c="XML_DOCUMENT_TYPE_NODE">10</s>
+<s c="XML_DOCUMENT_FRAG_NODE">11</s>
+<s c="XML_NOTATION_NODE">12</s>
+<s c="XML_HTML_DOCUMENT_NODE">13</s>
+<s c="XML_DTD_NODE">14</s>
+<s c="XML_ELEMENT_DECL_NODE">15</s>
+<s c="XML_ATTRIBUTE_DECL_NODE">16</s>
+<s c="XML_ENTITY_DECL_NODE">17</s>
+<s c="XML_NAMESPACE_DECL_NODE">18</s>
+<s c="XML_ATTRIBUTE_CDATA">1</s>
+<s c="XML_ATTRIBUTE_ID">2</s>
+<s c="XML_ATTRIBUTE_IDREF">3</s>
+<s c="XML_ATTRIBUTE_IDREFS">4</s>
+<s c="XML_ATTRIBUTE_ENTITY">5</s>
+<s c="XML_ATTRIBUTE_NMTOKEN">7</s>
+<s c="XML_ATTRIBUTE_NMTOKENS">8</s>
+<s c="XML_ATTRIBUTE_ENUMERATION">9</s>
+<s c="XML_ATTRIBUTE_NOTATION">10</s>
+<s c="DOM_INDEX_SIZE_ERR">1</s>
+<s c="DOMSTRING_SIZE_ERR">2</s>
+<s c="DOM_HIERARCHY_REQUEST_ERR">3</s>
+<s c="DOM_WRONG_DOCUMENT_ERR">4</s>
+<s c="DOM_INVALID_CHARACTER_ERR">5</s>
+<s c="DOM_NO_DATA_ALLOWED_ERR">6</s>
+<s c="DOM_NO_MODIFICATION_ALLOWED_ERR">7</s>
+<s c="DOM_NOT_FOUND_ERR">8</s>
+<s c="DOM_NOT_SUPPORTED_ERR">9</s>
+<s c="DOM_INUSE_ATTRIBUTE_ERR">10</s>
+<s c="DOM_INVALID_STATE_ERR">11</s>
+<s c="DOM_SYNTAX_ERR">12</s>
+<s c="DOM_INVALID_MODIFICATION_ERR">13</s>
+<s c="DOM_NAMESPACE_ERR">14</s>
+<s c="DOM_INVALID_ACCESS_ERR">15</s>
+<s c="DOM_VALIDATION_ERR">16</s>
+<s c="CURLOPT_AUTOREFERER" />
+<s c="CURLOPT_COOKIESESSION" />
+<s c="CURLOPT_DNS_USE_GLOBAL_CACHE" />
+<s c="CURLOPT_DNS_CACHE_TIMEOUT" />
+<s c="CURLOPT_FTP_SSL" />
+<s c="CURLFTPSSL_TRY" />
+<s c="CURLFTPSSL_ALL" />
+<s c="CURLFTPSSL_CONTROL" />
+<s c="CURLFTPSSL_NONE" />
+<s c="CURLOPT_PRIVATE" />
+<s c="CURLOPT_FTPSSLAUTH" />
+<s c="CURLOPT_PORT" />
+<s c="CURLOPT_FILE" />
+<s c="CURLOPT_READDATA" />
+<s c="CURLOPT_INFILE" />
+<s c="CURLOPT_INFILESIZE" />
+<s c="CURLOPT_URL" />
+<s c="CURLOPT_PROXY" />
+<s c="CURLOPT_VERBOSE" />
+<s c="CURLOPT_HEADER" />
+<s c="CURLOPT_HTTPHEADER" />
+<s c="CURLOPT_NOPROGRESS" />
+<s c="CURLOPT_NOBODY" />
+<s c="CURLOPT_FAILONERROR" />
+<s c="CURLOPT_UPLOAD" />
+<s c="CURLOPT_POST" />
+<s c="CURLOPT_FTPLISTONLY" />
+<s c="CURLOPT_FTPAPPEND" />
+<s c="CURLOPT_FTP_CREATE_MISSING_DIRS" />
+<s c="CURLOPT_NETRC" />
+<s c="CURLOPT_FOLLOWLOCATION" />
+<s c="CURLOPT_FTPASCII" />
+<s c="CURLOPT_PUT" />
+<s c="CURLOPT_MUTE" />
+<s c="CURLOPT_USERPWD" />
+<s c="CURLOPT_PROXYUSERPWD" />
+<s c="CURLOPT_RANGE" />
+<s c="CURLOPT_TIMEOUT" />
+<s c="CURLOPT_TIMEOUT_MS" />
+<s c="CURLOPT_TCP_NODELAY" />
+<s c="CURLOPT_POSTFIELDS" />
+<s c="CURLOPT_REFERER" />
+<s c="CURLOPT_USERAGENT" />
+<s c="CURLOPT_FTPPORT" />
+<s c="CURLOPT_FTP_USE_EPSV" />
+<s c="CURLOPT_LOW_SPEED_LIMIT" />
+<s c="CURLOPT_LOW_SPEED_TIME" />
+<s c="CURLOPT_RESUME_FROM" />
+<s c="CURLOPT_COOKIE" />
+<s c="CURLOPT_SSLCERT" />
+<s c="CURLOPT_SSLCERTPASSWD" />
+<s c="CURLOPT_WRITEHEADER" />
+<s c="CURLOPT_SSL_VERIFYHOST" />
+<s c="CURLOPT_COOKIEFILE" />
+<s c="CURLOPT_SSLVERSION" />
+<s c="CURLOPT_TIMECONDITION" />
+<s c="CURLOPT_TIMEVALUE" />
+<s c="CURLOPT_CUSTOMREQUEST" />
+<s c="CURLOPT_STDERR" />
+<s c="CURLOPT_TRANSFERTEXT" />
+<s c="CURLOPT_RETURNTRANSFER" />
+<s c="CURLOPT_QUOTE" />
+<s c="CURLOPT_POSTQUOTE" />
+<s c="CURLOPT_INTERFACE" />
+<s c="CURLOPT_KRB4LEVEL" />
+<s c="CURLOPT_HTTPPROXYTUNNEL" />
+<s c="CURLOPT_FILETIME" />
+<s c="CURLOPT_WRITEFUNCTION" />
+<s c="CURLOPT_READFUNCTION" />
+<s c="CURLOPT_PASSWDFUNCTION" />
+<s c="CURLOPT_HEADERFUNCTION" />
+<s c="CURLOPT_MAXREDIRS" />
+<s c="CURLOPT_MAXCONNECTS" />
+<s c="CURLOPT_CLOSEPOLICY" />
+<s c="CURLOPT_FRESH_CONNECT" />
+<s c="CURLOPT_FORBID_REUSE" />
+<s c="CURLOPT_RANDOM_FILE" />
+<s c="CURLOPT_EGDSOCKET" />
+<s c="CURLOPT_CONNECTTIMEOUT" />
+<s c="CURLOPT_CONNECTTIMEOUT_MS" />
+<s c="CURLOPT_SSL_VERIFYPEER" />
+<s c="CURLOPT_CAINFO" />
+<s c="CURLOPT_CAPATH" />
+<s c="CURLOPT_COOKIEJAR" />
+<s c="CURLOPT_SSL_CIPHER_LIST" />
+<s c="CURLOPT_BINARYTRANSFER" />
+<s c="CURLOPT_NOSIGNAL" />
+<s c="CURLOPT_PROXYTYPE" />
+<s c="CURLOPT_BUFFERSIZE" />
+<s c="CURLOPT_HTTPGET" />
+<s c="CURLOPT_HTTP_VERSION" />
+<s c="CURLOPT_SSLKEY" />
+<s c="CURLOPT_SSLKEYTYPE" />
+<s c="CURLOPT_SSLKEYPASSWD" />
+<s c="CURLOPT_SSLENGINE" />
+<s c="CURLOPT_SSLENGINE_DEFAULT" />
+<s c="CURLOPT_SSLCERTTYPE" />
+<s c="CURLOPT_CRLF" />
+<s c="CURLOPT_ENCODING" />
+<s c="CURLOPT_PROXYPORT" />
+<s c="CURLOPT_UNRESTRICTED_AUTH" />
+<s c="CURLOPT_FTP_USE_EPRT" />
+<s c="CURLOPT_HTTP200ALIASES" />
+<s c="CURLOPT_HTTPAUTH" />
+<s c="CURLAUTH_BASIC" />
+<s c="CURLAUTH_DIGEST" />
+<s c="CURLAUTH_GSSNEGOTIATE" />
+<s c="CURLAUTH_NTLM" />
+<s c="CURLAUTH_ANY" />
+<s c="CURLAUTH_ANYSAFE" />
+<s c="CURLOPT_PROXYAUTH" />
+<s c="CURLCLOSEPOLICY_LEAST_RECENTLY_USED" />
+<s c="CURLCLOSEPOLICY_LEAST_TRAFFIC" />
+<s c="CURLCLOSEPOLICY_SLOWEST" />
+<s c="CURLCLOSEPOLICY_CALLBACK" />
+<s c="CURLCLOSEPOLICY_OLDEST" />
+<s c="CURLINFO_PRIVATE" />
+<s c="CURLINFO_EFFECTIVE_URL" />
+<s c="CURLINFO_HTTP_CODE" />
+<s c="CURLINFO_HEADER_OUT" />
+<s c="CURLINFO_HEADER_SIZE" />
+<s c="CURLINFO_REQUEST_SIZE" />
+<s c="CURLINFO_TOTAL_TIME" />
+<s c="CURLINFO_NAMELOOKUP_TIME" />
+<s c="CURLINFO_CONNECT_TIME" />
+<s c="CURLINFO_PRETRANSFER_TIME" />
+<s c="CURLINFO_SIZE_UPLOAD" />
+<s c="CURLINFO_SIZE_DOWNLOAD" />
+<s c="CURLINFO_SPEED_DOWNLOAD" />
+<s c="CURLINFO_SPEED_UPLOAD" />
+<s c="CURLINFO_FILETIME" />
+<s c="CURLINFO_SSL_VERIFYRESULT" />
+<s c="CURLINFO_CONTENT_LENGTH_DOWNLOAD" />
+<s c="CURLINFO_CONTENT_LENGTH_UPLOAD" />
+<s c="CURLINFO_STARTTRANSFER_TIME" />
+<s c="CURLINFO_CONTENT_TYPE" />
+<s c="CURLINFO_REDIRECT_TIME" />
+<s c="CURLINFO_REDIRECT_COUNT" />
+<s c="CURL_TIMECOND_IFMODSINCE" />
+<s c="CURL_TIMECOND_IFUNMODSINCE" />
+<s c="CURL_TIMECOND_LASTMOD" />
+<s c="CURL_VERSION_IPV6" />
+<s c="CURL_VERSION_KERBEROS4" />
+<s c="CURL_VERSION_SSL" />
+<s c="CURL_VERSION_LIBZ" />
+<s c="CURLVERSION_NOW" />
+<s c="CURLE_OK" />
+<s c="CURLE_UNSUPPORTED_PROTOCOL" />
+<s c="CURLE_FAILED_INIT" />
+<s c="CURLE_URL_MALFORMAT" />
+<s c="CURLE_URL_MALFORMAT_USER" />
+<s c="CURLE_COULDNT_RESOLVE_PROXY" />
+<s c="CURLE_COULDNT_RESOLVE_HOST" />
+<s c="CURLE_COULDNT_CONNECT" />
+<s c="CURLE_FTP_WEIRD_SERVER_REPLY" />
+<s c="CURLE_FTP_ACCESS_DENIED" />
+<s c="CURLE_FTP_USER_PASSWORD_INCORRECT" />
+<s c="CURLE_FTP_WEIRD_PASS_REPLY" />
+<s c="CURLE_FTP_WEIRD_USER_REPLY" />
+<s c="CURLE_FTP_WEIRD_PASV_REPLY" />
+<s c="CURLE_FTP_WEIRD_227_FORMAT" />
+<s c="CURLE_FTP_CANT_GET_HOST" />
+<s c="CURLE_FTP_CANT_RECONNECT" />
+<s c="CURLE_FTP_COULDNT_SET_BINARY" />
+<s c="CURLE_PARTIAL_FILE" />
+<s c="CURLE_FTP_COULDNT_RETR_FILE" />
+<s c="CURLE_FTP_WRITE_ERROR" />
+<s c="CURLE_FTP_QUOTE_ERROR" />
+<s c="CURLE_HTTP_NOT_FOUND" />
+<s c="CURLE_WRITE_ERROR" />
+<s c="CURLE_MALFORMAT_USER" />
+<s c="CURLE_FTP_COULDNT_STOR_FILE" />
+<s c="CURLE_READ_ERROR" />
+<s c="CURLE_OUT_OF_MEMORY" />
+<s c="CURLE_OPERATION_TIMEOUTED" />
+<s c="CURLE_FTP_COULDNT_SET_ASCII" />
+<s c="CURLE_FTP_PORT_FAILED" />
+<s c="CURLE_FTP_COULDNT_USE_REST" />
+<s c="CURLE_FTP_COULDNT_GET_SIZE" />
+<s c="CURLE_HTTP_RANGE_ERROR" />
+<s c="CURLE_HTTP_POST_ERROR" />
+<s c="CURLE_SSL_CONNECT_ERROR" />
+<s c="CURLE_FTP_BAD_DOWNLOAD_RESUME" />
+<s c="CURLE_FILE_COULDNT_READ_FILE" />
+<s c="CURLE_LDAP_CANNOT_BIND" />
+<s c="CURLE_LDAP_SEARCH_FAILED" />
+<s c="CURLE_LIBRARY_NOT_FOUND" />
+<s c="CURLE_FUNCTION_NOT_FOUND" />
+<s c="CURLE_ABORTED_BY_CALLBACK" />
+<s c="CURLE_BAD_FUNCTION_ARGUMENT" />
+<s c="CURLE_BAD_CALLING_ORDER" />
+<s c="CURLE_HTTP_PORT_FAILED" />
+<s c="CURLE_BAD_PASSWORD_ENTERED" />
+<s c="CURLE_TOO_MANY_REDIRECTS" />
+<s c="CURLE_UNKNOWN_TELNET_OPTION" />
+<s c="CURLE_TELNET_OPTION_SYNTAX" />
+<s c="CURLE_OBSOLETE" />
+<s c="CURLE_SSL_PEER_CERTIFICATE" />
+<s c="CURLE_GOT_NOTHING" />
+<s c="CURLE_SSL_ENGINE_NOTFOUND" />
+<s c="CURLE_SSL_ENGINE_SETFAILED" />
+<s c="CURLE_SEND_ERROR" />
+<s c="CURLE_RECV_ERROR" />
+<s c="CURLE_SHARE_IN_USE" />
+<s c="CURLE_SSL_CERTPROBLEM" />
+<s c="CURLE_SSL_CIPHER" />
+<s c="CURLE_SSL_CACERT" />
+<s c="CURLE_BAD_CONTENT_ENCODING" />
+<s c="CURLE_LDAP_INVALID_URL" />
+<s c="CURLE_FILESIZE_EXCEEDED" />
+<s c="CURLE_FTP_SSL_FAILED" />
+<s c="CURLFTPAUTH_DEFAULT" />
+<s c="CURLFTPAUTH_SSL" />
+<s c="CURLFTPAUTH_TLS" />
+<s c="CURLPROXY_HTTP" />
+<s c="CURLPROXY_SOCKS5" />
+<s c="CURL_NETRC_OPTIONAL" />
+<s c="CURL_NETRC_IGNORED" />
+<s c="CURL_NETRC_REQUIRED" />
+<s c="CURL_HTTP_VERSION_NONE" />
+<s c="CURL_HTTP_VERSION_1_0" />
+<s c="CURL_HTTP_VERSION_1_1" />
+<s c="CURLM_CALL_MULTI_PERFORM" />
+<s c="CURLM_OK" />
+<s c="CURLM_BAD_HANDLE" />
+<s c="CURLM_BAD_EASY_HANDLE" />
+<s c="CURLM_OUT_OF_MEMORY" />
+<s c="CURLM_INTERNAL_ERROR" />
+<s c="CURLMSG_DONE" />
+</phpstandardsyntax>
\ No newline at end of file