
DUMP_CLASS:  Directory
   DUMP_FUNC:  void close(resource[optional] dir_handle)
   DUMP_FUNC:  void rewind(resource[optional] dir_handle)


DUMP_CLASS:  domattribute
   DUMP_FUNC:  object domattribute(string name, string value)
   DUMP_FUNC:  array name()
   DUMP_FUNC:  array node_name()
   DUMP_FUNC:  array node_specified()
   DUMP_FUNC:  array node_value()
   DUMP_FUNC:  array specified()
   DUMP_FUNC:  array value()


DUMP_CLASS:  domcdata
   DUMP_FUNC:  object domcdata(string content)
   DUMP_FUNC:  array length()


DUMP_CLASS:  domcomment
   DUMP_FUNC:  object domcomment(string content)


DUMP_CLASS:  domdocument
   DUMP_FUNC:  array children()
   DUMP_FUNC:  object create_attribute(string name, string value)
   DUMP_FUNC:  object create_cdata_section(string content)
   DUMP_FUNC:  object create_comment(string content)
   DUMP_FUNC:  object create_element(string name)
   DUMP_FUNC:  object create_element_ns(string uri, string name, string[optional] prefix)
   DUMP_FUNC:  object create_entity_reference(string name)
   DUMP_FUNC:  object create_processing_instruction(string name)
   DUMP_FUNC:  object create_text_node(string content)
   DUMP_FUNC:  object doctype()
   DUMP_FUNC:  object document_element(int domnode)
   DUMP_FUNC:  object domdocument(string xmldoc, int mode, array error)
   DUMP_FUNC:  int dump_file(string filename, int[optional] compressmode, int[optional] format)
   DUMP_FUNC:  string dump_mem(object doc_handle, int[optional] format, unknown[optional] encoding)
   DUMP_FUNC:  int dump_mem_file(string filename, int[optional] compressmode, int[optional] format)
   DUMP_FUNC:  string dumpmem(object doc_handle, int[optional] format, unknown[optional] encoding)
   DUMP_FUNC:  bool free()
   DUMP_FUNC:  string get_element_by_id(string id)
   DUMP_FUNC:  string get_elements_by_tagname(string tagname, object[optional] xpathctx_handle)
   DUMP_FUNC:  object get_root(int domnode)
   DUMP_FUNC:  string html_dump_mem(int[optional] doc_handle)
   DUMP_FUNC:  string ids(object doc_handle)
   DUMP_FUNC:  object implementation()
   DUMP_FUNC:  object imported_node(object node, bool recursive)
   DUMP_FUNC:  object root(int domnode)
   DUMP_FUNC:  bool validate(array error)
   DUMP_FUNC:  int xinclude()
   DUMP_FUNC:  bool xpath_init()
   DUMP_FUNC:  XPathContext xpath_new_context(int[optional] doc_handle)
   DUMP_FUNC:  XPathContext xptr_new_context(int[optional] doc_handle)


DUMP_CLASS:  domdocumenttype
   DUMP_FUNC:  array entities()
   DUMP_FUNC:  array name()
   DUMP_FUNC:  array notations()
   DUMP_FUNC:  array public_id()
   DUMP_FUNC:  array system_id()


DUMP_CLASS:  domelement
   DUMP_FUNC:  object domelement(string name)
   DUMP_FUNC:  string get_attribute(string attrname)
   DUMP_FUNC:  string get_attribute_node(string attrname)
   DUMP_FUNC:  string get_elements_by_tagname(string tagname)
   DUMP_FUNC:  string has_attribute(string attrname)
   DUMP_FUNC:  string name()
   DUMP_FUNC:  string remove_attribute(string attrname)
   DUMP_FUNC:  bool set_attribute(string attrname, string value)
   DUMP_FUNC:  bool set_attribute_node(object attr)
   DUMP_FUNC:  string tagname()


DUMP_CLASS:  domentityreference
   DUMP_FUNC:  object domentityreference(string name)


DUMP_CLASS:  domnamespace
   DUMP_FUNC:  string namespace_uri()
   DUMP_FUNC:  object node_name()
   DUMP_FUNC:  int node_type()
   DUMP_FUNC:  object node_value()
   DUMP_FUNC:  object owner_document()
   DUMP_FUNC:  object parent_node()
   DUMP_FUNC:  string prefix()


DUMP_CLASS:  domnode
   DUMP_FUNC:  object add_child(object domnode)
   DUMP_FUNC:  bool add_namespace(string uri, string prefix)
   DUMP_FUNC:  object append_child(object domnode)
   DUMP_FUNC:  object append_sibling(object domnode)
   DUMP_FUNC:  array attributes()
   DUMP_FUNC:  array child_nodes()
   DUMP_FUNC:  array children()
   DUMP_FUNC:  object clone_node(bool[optional] deep)
   DUMP_FUNC:  object domnode(string name)
   DUMP_FUNC:  string dump_node(object doc_handle, object node_handle, int[optional] format, int[optional] level)
   DUMP_FUNC:  object first_child()
   DUMP_FUNC:  string get_content()
   DUMP_FUNC:  object has_attributes()
   DUMP_FUNC:  object has_child_nodes()
   DUMP_FUNC:  object insert_before(object newnode, object refnode)
   DUMP_FUNC:  bool is_blank_node()
   DUMP_FUNC:  object last_child()
   DUMP_FUNC:  string namespace_uri()
   DUMP_FUNC:  object new_child(string name, string content)
   DUMP_FUNC:  object next_sibling()
   DUMP_FUNC:  object node(string name)
   DUMP_FUNC:  object node_name()
   DUMP_FUNC:  int node_type()
   DUMP_FUNC:  object node_value()
   DUMP_FUNC:  object owner_document()
   DUMP_FUNC:  object parent()
   DUMP_FUNC:  object parent_node()
   DUMP_FUNC:  string prefix()
   DUMP_FUNC:  object previous_sibling()
   DUMP_FUNC:  object remove_child(object domnode)
   DUMP_FUNC:  object replace_child(object newnode, object oldnode)
   DUMP_FUNC:  object replace_node(object domnode)
   DUMP_FUNC:  bool set_content(string content)
   DUMP_FUNC:  bool set_name(string name)
   DUMP_FUNC:  void set_namespace(string uri, string[optional] prefix)
   DUMP_FUNC:  bool text_concat(string content)
   DUMP_FUNC:  void unlink(object[optional] node)
   DUMP_FUNC:  void unlink_node(object[optional] node)


DUMP_CLASS:  domnotation
   DUMP_FUNC:  string public_id()
   DUMP_FUNC:  string system_id()


DUMP_CLASS:  domparser
   DUMP_FUNC:  bool add_chunk(string chunk)
   DUMP_FUNC:  bool cdata_section(string chunk)
   DUMP_FUNC:  bool characters(string characters)
   DUMP_FUNC:  bool comment(string comment)
   DUMP_FUNC:  object end(string[optional] chunk)
   DUMP_FUNC:  bool end_document()
   DUMP_FUNC:  bool end_element(string tagname)
   DUMP_FUNC:  bool entity_reference(string reference)
   DUMP_FUNC:  object get_document()
   DUMP_FUNC:  bool namespace_decl(string href, string prefix)
   DUMP_FUNC:  bool processing_instruction(string target, string data)
   DUMP_FUNC:  bool set_keep_blanks(bool mode)
   DUMP_FUNC:  bool start_document()
   DUMP_FUNC:  bool start_element(string tagname, array attributes)


DUMP_CLASS:  domprocessinginstruction
   DUMP_FUNC:  array data()
   DUMP_FUNC:  object domprocessinginstruction(string name)
   DUMP_FUNC:  array target()


DUMP_CLASS:  domtext
   DUMP_FUNC:  object domtext(string content)


DUMP_CLASS:  java
   DUMP_FUNC:  java java(string classname)


DUMP_CLASS:  JavaException
   DUMP_FUNC:  object getCause()


DUMP_CLASS:  OCI_Collection
   DUMP_FUNC:  bool append(object collection, unknown value)
   DUMP_FUNC:  bool assign(object collection, unknown object)
   DUMP_FUNC:  bool assignelem(object collection, unknown ndx, unknown val)
   DUMP_FUNC:  bool free(object lob)
   DUMP_FUNC:  string getelem(object collection, unknown ndx)
   DUMP_FUNC:  int max(object collection)
   DUMP_FUNC:  int size(object collection)
   DUMP_FUNC:  bool trim(object collection, unknown num)


DUMP_CLASS:  OCI_Lob
   DUMP_FUNC:  bool close(object lob)
   DUMP_FUNC:  bool free(object lob)
   DUMP_FUNC:  string load(object lob)
   DUMP_FUNC:  bool save(object lob)
   DUMP_FUNC:  bool savefile(object lob)
   DUMP_FUNC:  bool writetemporary(int stmt, int loc, string var)
   DUMP_FUNC:  bool writetofile(object lob, string[optional] filename, int[optional] start, int[optional] length)


DUMP_CLASS:  SoapClient
   DUMP_FUNC:  mixed __call(string function_name, array[optional] arguments, array[optional] options, array[optional] input_headers, array[optional] output_headers)
   DUMP_FUNC:  string __doRequest()
   DUMP_FUNC:  array __getFunctions()
   DUMP_FUNC:  string __getLastRequest()
   DUMP_FUNC:  string __getLastRequestHeaders()
   DUMP_FUNC:  string __getLastResponse()
   DUMP_FUNC:  string __getLastResponseHeaders()
   DUMP_FUNC:  array __getTypes()
   DUMP_FUNC:  void __setCookie(string name, strung[optional] value)
   DUMP_FUNC:  string __setLocation(string[optional] new_location)
   DUMP_FUNC:  void __setSoapHeaders(array SoapHeaders)
   DUMP_FUNC:  SoapClient SoapClient(mixed wsdl, array[optional] options)


DUMP_CLASS:  SoapFault
   DUMP_FUNC:  object __toString()
   DUMP_FUNC:  SoapFault SoapFault(string faultcode, string faultstring, string[optional] faultactor, mixed[optional] detail, string[optional] faultname, mixed[optional] headerfault)


DUMP_CLASS:  SoapHeader
   DUMP_FUNC:  SoapHeader SoapHeader(string namespace, string name, mixed[optional] data, bool[optional] mustUnderstand, mixed[optional] actor)


DUMP_CLASS:  SoapParam
   DUMP_FUNC:  SoapParam SoapParam(mixed data, string name)


DUMP_CLASS:  SoapServer
   DUMP_FUNC:  void addFunction(mixed functions)
   DUMP_FUNC:  void fault(staring code, string string, string[optional] actor, mixed[optional] details, string[optional] name)
   DUMP_FUNC:  array getFunctions()
   DUMP_FUNC:  void handle(string[optional] soap_request)
   DUMP_FUNC:  void setClass(string class_name, mixed[optional] args)
   DUMP_FUNC:  void setPersistence(int mode)
   DUMP_FUNC:  SoapServer SoapServer(mixed wsdl, array[optional] options)


DUMP_CLASS:  SoapVar
   DUMP_FUNC:  SoapVar SoapVar(mixed data, int encoding, string[optional] type_name, string[optional] type_namespace, string[optional] node_name, string[optional] node_namespace)


DUMP_CLASS:  SQLiteDatabase
   DUMP_FUNC:  resource __construct(string filename, int[optional] mode, string[optional] error_message)
   DUMP_FUNC:  array arrayQuery(resource db, string query, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  void busyTimeout(resource db, int ms)
   DUMP_FUNC:  int changes(resource db)
   DUMP_FUNC:  void close(resource db)
   DUMP_FUNC:  void createAggregate(resource db, string funcname, mixed step_func, mixed finalize_func, long num_args)
   DUMP_FUNC:  void createFunction(resource db, string funcname, mixed callback, long num_args)
   DUMP_FUNC:  string error_string(int error_code)
   DUMP_FUNC:  string escape_string(string item)
   DUMP_FUNC:  array fetchColumnTypes(string table_name, resource db, int[optional] result_type)
   DUMP_FUNC:  int lastError(resource db)
   DUMP_FUNC:  int lastInsertRowid(resource db)
   DUMP_FUNC:  resource query(string query, resource db, int[optional] result_type, string[optional] error_message)
   DUMP_FUNC:  bool queryExec(string query, resource db, string error_message)
   DUMP_FUNC:  array singleQuery(resource db, string query, bool[optional] first_row_only, bool[optional] decode_binary)
   DUMP_FUNC:  resource unbufferedQuery(string query, resource db, int[optional] result_type, string[optional] error_message)


DUMP_CLASS:  SQLiteResult
   DUMP_FUNC:  mixed column(resource result, mixed index_or_name, bool[optional] decode_binary)
   DUMP_FUNC:  int count(resource result)
   DUMP_FUNC:  array current(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  array fetch(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  array fetchAll(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  object fetchObject(resource result, string[optional] class_name, NULL|array[optional] ctor_params, bool[optional] decode_binary)
   DUMP_FUNC:  string fetchSingle(resource result, bool[optional] decode_binary)
   DUMP_FUNC:  string fieldName(resource result, int field_index)
   DUMP_FUNC:  bool hasPrev(resource result)
   DUMP_FUNC:  int key(resource result)
   DUMP_FUNC:  bool next(resource result)
   DUMP_FUNC:  int numFields(resource result)
   DUMP_FUNC:  int numRows(resource result)
   DUMP_FUNC:  bool prev(resource result)
   DUMP_FUNC:  bool rewind(resource result)
   DUMP_FUNC:  bool seek(resource result, int row)
   DUMP_FUNC:  bool valid(resource result)


DUMP_CLASS:  SQLiteUnbuffered
   DUMP_FUNC:  mixed column(resource result, mixed index_or_name, bool[optional] decode_binary)
   DUMP_FUNC:  array current(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  array fetch(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  array fetchAll(resource result, int[optional] result_type, bool[optional] decode_binary)
   DUMP_FUNC:  object fetchObject(resource result, string[optional] class_name, NULL|array[optional] ctor_params, bool[optional] decode_binary)
   DUMP_FUNC:  string fetchSingle(resource result, bool[optional] decode_binary)
   DUMP_FUNC:  string fieldName(resource result, int field_index)
   DUMP_FUNC:  bool next(resource result)
   DUMP_FUNC:  int numFields(resource result)
   DUMP_FUNC:  bool valid(resource result)


DUMP_CLASS:  stdClass


DUMP_CLASS:  stdClass


DUMP_CLASS:  swfaction
   DUMP_FUNC:  object swfaction(unknown string)


DUMP_CLASS:  swfbitmap
   DUMP_FUNC:  float getheight()
   DUMP_FUNC:  float getwidth()
   DUMP_FUNC:  class swfbitmap(mixed file, mixed[optional] maskfile)


DUMP_CLASS:  swfbutton
   DUMP_FUNC:  void addaction(object SWFAction, int flags)
   DUMP_FUNC:  void addshape(object SWFCharacter, int flags)
   DUMP_FUNC:  void setaction(object SWFAction)
   DUMP_FUNC:  void setdown(object SWFCharacter)
   DUMP_FUNC:  void sethit(object SWFCharacter)
   DUMP_FUNC:  void setover(object SWFCharacter)
   DUMP_FUNC:  void setup(object SWFCharacter)
   DUMP_FUNC:  object swfbutton()


DUMP_CLASS:  swfdisplayitem
   DUMP_FUNC:  void addaction(object SWFAction, int flags)
   DUMP_FUNC:  void addcolor(int r, int g, int b, int[optional] a)
   DUMP_FUNC:  void move(float dx, float dy)
   DUMP_FUNC:  void moveto(int x, int y)
   DUMP_FUNC:  void multcolor(float r, float g, float b, float[optional] a)
   DUMP_FUNC:  void rotate(float degrees)
   DUMP_FUNC:  void rotateto(float degrees)
   DUMP_FUNC:  void scale(float xScale, float yScale)
   DUMP_FUNC:  void scaleto(float xScale, float[optional] yScale)
   DUMP_FUNC:  void setdepth(int depth)
   DUMP_FUNC:  void setmatrix(float a, float b, float c, float d, float x, float y)
   DUMP_FUNC:  void setname(string name)
   DUMP_FUNC:  void setratio(float ratio)
   DUMP_FUNC:  void skewx(float xSkew)
   DUMP_FUNC:  void skewxto(float xSkew)
   DUMP_FUNC:  void skewy(float ySkew)
   DUMP_FUNC:  void skewyto(float ySkew)


DUMP_CLASS:  swffill
   DUMP_FUNC:  void moveto(float x, float y)
   DUMP_FUNC:  void rotateto(float degrees)
   DUMP_FUNC:  void scaleto(float xScale, float[optional] yScale)
   DUMP_FUNC:  void skewxto(float xSkew)
   DUMP_FUNC:  void skewyto(float ySkew)
   DUMP_FUNC:  class swffill()


DUMP_CLASS:  swffont
   DUMP_FUNC:  float getascent()
   DUMP_FUNC:  float getdescent()
   DUMP_FUNC:  float getleading()
   DUMP_FUNC:  float getwidth(string str)
   DUMP_FUNC:  object swffont(string filename)


DUMP_CLASS:  swfgradient
   DUMP_FUNC:  void addentry(float ratio, int r, int g, int b, int[optional] a)
   DUMP_FUNC:  class swfgradient()


DUMP_CLASS:  swfmorph
   DUMP_FUNC:  object getshape1()
   DUMP_FUNC:  object getshape2()
   DUMP_FUNC:  object swfmorph()


DUMP_CLASS:  swfmovie
   DUMP_FUNC:  object add(object SWFBlock)
   DUMP_FUNC:  int output(int[optional] compression)
   DUMP_FUNC:  int save(mixed where, int[optional] compression)
   DUMP_FUNC:  int savetofile(stream x, int[optional] compression)
   DUMP_FUNC:  void setbackground(int r, int g, int b)
   DUMP_FUNC:  void setdimension(float x, float y)
   DUMP_FUNC:  void setframes(int frames)
   DUMP_FUNC:  void setrate(float rate)
   DUMP_FUNC:  void streammp3(mixed file)
   DUMP_FUNC:  object swfmovie(int version)


DUMP_CLASS:  swfshape
   DUMP_FUNC:  object addfill(mixed arg1, int arg2, int[optional] b, int[optional] a)
   DUMP_FUNC:  void drawarc(float r, float startAngle, float endAngle)
   DUMP_FUNC:  void drawcircle(float r)
   DUMP_FUNC:  void drawcubic(float bx, float by, float cx, float cy, float dx, float dy)
   DUMP_FUNC:  void drawcurve(float adx, float ady, float bdx, float bdy, float[optional] cdx, float cdy)
   DUMP_FUNC:  void drawcurveto(float ax, float ay, float bx, float by, float[optional] dx, float dy)
   DUMP_FUNC:  void drawglyph(SWFFont font, string character, int[optional] size)
   DUMP_FUNC:  void drawline(float dx, float dy)
   DUMP_FUNC:  void drawlineto(float x, float y)
   DUMP_FUNC:  void movepen(float x, float y)
   DUMP_FUNC:  void movepento(float x, float y)
   DUMP_FUNC:  void setleftfill(int arg1, int[optional] g, int b, int[optional] a)
   DUMP_FUNC:  void setline(int width, int r, int g, int b, int[optional] a)
   DUMP_FUNC:  object swfshape()


DUMP_CLASS:  swfsprite
   DUMP_FUNC:  object add(object SWFCharacter)
   DUMP_FUNC:  void labelframe(string label)
   DUMP_FUNC:  void nextframe()
   DUMP_FUNC:  void remove(object SWFDisplayItem)
   DUMP_FUNC:  void setframes(int frames)
   DUMP_FUNC:  class swfsprite()


DUMP_CLASS:  swftext
   DUMP_FUNC:  void addstring(string text)
   DUMP_FUNC:  float getascent()
   DUMP_FUNC:  float getdescent()
   DUMP_FUNC:  float getleading()
   DUMP_FUNC:  float getwidth(string str)
   DUMP_FUNC:  void moveto(float x, float y)
   DUMP_FUNC:  void setcolor(int r, int g, int b, int[optional] a)
   DUMP_FUNC:  void setfont(object font)
   DUMP_FUNC:  void setheight(float height)
   DUMP_FUNC:  void setspacing(float spacing)
   DUMP_FUNC:  class swftext()


DUMP_CLASS:  swftextfield
   DUMP_FUNC:  void addstring(string str)
   DUMP_FUNC:  void align(int alignment)
   DUMP_FUNC:  void setbounds(float width, float height)
   DUMP_FUNC:  void setcolor(int r, int g, int b, int[optional] a)
   DUMP_FUNC:  void setfont(object font)
   DUMP_FUNC:  void setheight(float height)
   DUMP_FUNC:  void setindentation(float indentation)
   DUMP_FUNC:  void setleftmargin(float margin)
   DUMP_FUNC:  void setlinespacing(float space)
   DUMP_FUNC:  void setmargins(float left, float right)
   DUMP_FUNC:  void setname(string var_name)
   DUMP_FUNC:  void setrightmargin(float margin)
   DUMP_FUNC:  object swftextfield(int[optional] flags)


DUMP_CLASS:  XPathContext
   DUMP_FUNC:  XPathObject xpath_eval(object[optional] xpathctx_handle, string str)
   DUMP_FUNC:  XPathObject xpath_eval_expression(object[optional] xpathctx_handle, string str)
   DUMP_FUNC:  bool xpath_register_ns(object[optional] xpathctx_handle, string namespace_prefix, string namespace_uri)


DUMP_CLASS:  XsltStylesheet
   DUMP_FUNC:  object process(object xslstylesheet, object xmldoc, array[optional] xslt_parameters, bool[optional] xpath_parameters, string[optional] profileFilename)
   DUMP_FUNC:  int result_dump_file(object xslstylesheet, object xmldoc, string filename, int compression)
   DUMP_FUNC:  string result_dump_mem(object xslstylesheet, object xmldoc)

DUMP_FUNC:  number abs(int number)
DUMP_FUNC:  array accelerator_get_blacklist()
DUMP_FUNC:  array accelerator_get_blacklisted_paths()
DUMP_FUNC:  array accelerator_get_configuration()
DUMP_FUNC:  array accelerator_get_scripts()
DUMP_FUNC:  long accelerator_get_server_start_time()
DUMP_FUNC:  array accelerator_get_statistics()
DUMP_FUNC:  array accelerator_get_uris()
DUMP_FUNC:  array accelerator_get_version_info()
DUMP_FUNC:  array accelerator_license_info()
DUMP_FUNC:  void accelerator_reset()
DUMP_FUNC:  boolean accelerator_set_status(boolean status)
DUMP_FUNC:  boolean accelerator_unlock_functions(string password)
DUMP_FUNC:  float acos(float number)
DUMP_FUNC:  float acosh(float number)
DUMP_FUNC:  string addcslashes(string str, string charlist)
DUMP_FUNC:  string addslashes(string str)
DUMP_FUNC:  void aggregate(object obj, string class)
DUMP_FUNC:  void aggregate_methods(object obj, string class)
DUMP_FUNC:  void aggregate_methods_by_list(object obj, string class, array method_list, bool[optional] exclude)
DUMP_FUNC:  void aggregate_methods_by_regexp(object obj, string class, string regexp, bool[optional] exclude)
DUMP_FUNC:  void aggregate_properties(object obj, string class)
DUMP_FUNC:  void aggregate_properties_by_list(object obj, string class, array props_list, bool[optional] exclude)
DUMP_FUNC:  void aggregate_properties_by_regexp(object obj, string class, string regexp, bool[optional] exclude)
DUMP_FUNC:  array aggregation_info(object obj)
DUMP_FUNC:  bool apache_child_terminate()
DUMP_FUNC:  array apache_get_modules()
DUMP_FUNC:  string apache_get_version()
DUMP_FUNC:  string apache_getenv(string variable, bool[optional] walk_to_top)
DUMP_FUNC:  object apache_lookup_uri(string URI)
DUMP_FUNC:  string apache_note(string note_name, string[optional] note_value)
DUMP_FUNC:  array apache_request_headers()
DUMP_FUNC:  array apache_response_headers()
DUMP_FUNC:  bool apache_setenv(string variable, string value, bool[optional] walk_to_top)
DUMP_FUNC:  array array_change_key_case(array input, int[optional] case)
DUMP_FUNC:  array array_chunk(array input, int size, bool[optional] preserve_keys)
DUMP_FUNC:  array array_count_values(array input)
DUMP_FUNC:  array array_diff(array arr1, array arr2)
DUMP_FUNC:  array array_diff_assoc(array arr1, array arr2)
DUMP_FUNC:  array array_fill(int start_key, int num, mixed val)
DUMP_FUNC:  array array_filter(array input, mixed[optional] callback)
DUMP_FUNC:  array array_flip(array input)
DUMP_FUNC:  array array_intersect(array arr1, array arr2)
DUMP_FUNC:  array array_intersect_assoc(array arr1, array arr2)
DUMP_FUNC:  bool array_key_exists(mixed key, array search)
DUMP_FUNC:  array array_keys(array input, mixed[optional] search_value)
DUMP_FUNC:  array array_map(mixed callback, array input1, array[optional] input2)
DUMP_FUNC:  array array_merge(array arr1, array arr2)
DUMP_FUNC:  array array_merge_recursive(array arr1, array arr2)
DUMP_FUNC:  bool array_multisort(array ar1, null SORT_ASC, null SORT_REGULAR, array[optional] ar2, null SORT_ASC, null SORT_REGULAR)
DUMP_FUNC:  array array_pad(array input, int pad_size, mixed pad_value)
DUMP_FUNC:  mixed array_pop(array stack)
DUMP_FUNC:  int array_push(array stack, mixed var)
DUMP_FUNC:  mixed array_rand(array input, int[optional] num_req)
DUMP_FUNC:  mixed array_reduce(array input, mixed callback, int[optional] initial)
DUMP_FUNC:  array array_reverse(array input, bool[optional] preserve_keys)
DUMP_FUNC:  mixed array_search(mixed needle, array haystack, bool[optional] strict)
DUMP_FUNC:  mixed array_shift(array stack)
DUMP_FUNC:  array array_slice(array input, int offset, int[optional] length)
DUMP_FUNC:  array array_splice(array input, int offset, int[optional] length, array[optional] replacement)
DUMP_FUNC:  number array_sum(array input)
DUMP_FUNC:  array array_unique(array input)
DUMP_FUNC:  int array_unshift(array stack, mixed var)
DUMP_FUNC:  array array_values(array input)
DUMP_FUNC:  bool array_walk(array input, string funcname, mixed[optional] userdata)
DUMP_FUNC:  bool arsort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  float asin(float number)
DUMP_FUNC:  float asinh(float number)
DUMP_FUNC:  bool asort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  bool assert(string|bool assertion)
DUMP_FUNC:  mixed assert_options(int what, mixed[optional] value)
DUMP_FUNC:  float atan(float number)
DUMP_FUNC:  float atan2(float y, float x)
DUMP_FUNC:  float atanh(float number)
DUMP_FUNC:  string base64_decode(string str)
DUMP_FUNC:  string base64_encode(string str)
DUMP_FUNC:  string base_convert(string number, int frombase, int tobase)
DUMP_FUNC:  string basename(string path, string[optional] suffix)
DUMP_FUNC:  string bcadd(string left_operand, string right_operand, int[optional] scale)
DUMP_FUNC:  int bccomp(string left_operand, string right_operand, int[optional] scale)
DUMP_FUNC:  string bcdiv(string left_operand, string right_operand, int[optional] scale)
DUMP_FUNC:  string bcmod(string left_operand, string right_operand)
DUMP_FUNC:  string bcmul(string left_operand, string right_operand, int[optional] scale)
DUMP_FUNC:  string bcpow(string x, string y, int[optional] scale)
DUMP_FUNC:  bool bcscale(int scale)
DUMP_FUNC:  string bcsqrt(string operand, int[optional] scale)
DUMP_FUNC:  string bcsub(string left_operand, string right_operand, int[optional] scale)
DUMP_FUNC:  string bin2hex(string data)
DUMP_FUNC:  string bind_textdomain_codeset(string domain, string codeset)
DUMP_FUNC:  number bindec(string binary_number)
DUMP_FUNC:  string bindtextdomain(string domain_name, string dir)
DUMP_FUNC:  bool birdstep_autocommit(int index)
DUMP_FUNC:  bool birdstep_close(int id)
DUMP_FUNC:  bool birdstep_commit(int index)
DUMP_FUNC:  int birdstep_connect(string server, string user, string pass)
DUMP_FUNC:  int birdstep_exec(int index, string exec_str)
DUMP_FUNC:  bool birdstep_fetch(int index)
DUMP_FUNC:  string birdstep_fieldname(int index, int col)
DUMP_FUNC:  int birdstep_fieldnum(int index)
DUMP_FUNC:  bool birdstep_freeresult(int index)
DUMP_FUNC:  bool birdstep_off_autocommit(int index)
DUMP_FUNC:  mixed birdstep_result(int index, int col)
DUMP_FUNC:  bool birdstep_rollback(int index)
DUMP_FUNC:  bool bzclose(resource fp)
DUMP_FUNC:  mixed bzcompress(string source, int[optional] blocksize100k, int[optional] workfactor)
DUMP_FUNC:  mixed bzdecompress(string source, int[optional] small)
DUMP_FUNC:  int bzerrno(resource bz)
DUMP_FUNC:  array bzerror(resource bz)
DUMP_FUNC:  string bzerrstr(resource bz)
DUMP_FUNC:  bool bzflush(resource fp)
DUMP_FUNC:  resource bzopen(null file, string mode)
DUMP_FUNC:  string bzread(int bz, int length)
DUMP_FUNC:  int bzwrite(resource fp, string str, int[optional] length)
DUMP_FUNC:  int cal_days_in_month(int calendar, int month, int year)
DUMP_FUNC:  array cal_from_jd(int jd, int calendar)
DUMP_FUNC:  array cal_info(int calendar)
DUMP_FUNC:  int cal_to_jd(int calendar, int month, int day, int year)
DUMP_FUNC:  mixed call_user_func(string function_name, mixed[optional] parmeter)
DUMP_FUNC:  mixed call_user_func_array(string function_name, array parameters)
DUMP_FUNC:  mixed call_user_method(string method_name, mixed object, mixed[optional] parameter)
DUMP_FUNC:  mixed call_user_method_array(string method_name, mixed object, array params)
DUMP_FUNC:  float ceil(float number)
DUMP_FUNC:  bool chdir(string directory)
DUMP_FUNC:  bool checkdate(int month, int day, int year)
DUMP_FUNC:  int checkdnsrr(string host, string[optional] type)
DUMP_FUNC:  bool chgrp(string filename, mixed group)
DUMP_FUNC:  bool chmod(string filename, int mode)
DUMP_FUNC:  string chop(string str, string[optional] character_mask)
DUMP_FUNC:  bool chown(string filename, mixed user)
DUMP_FUNC:  string chr(int ascii)
DUMP_FUNC:  bool chroot(string directory)
DUMP_FUNC:  string chunk_split(string str, int[optional] chunklen, string[optional] ending)
DUMP_FUNC:  bool class_exists(string classname)
DUMP_FUNC:  void clearstatcache()
DUMP_FUNC:  void closedir(resource[optional] dir_handle)
DUMP_FUNC:  bool closelog()
DUMP_FUNC:  void com_addref(int module)
DUMP_FUNC:  bool com_event_sink(mixed comobject, object sinkobject, mixed[optional] sinkinterface)
DUMP_FUNC:  mixed com_get(int module, string property_name)
DUMP_FUNC:  mixed com_invoke(int module, string handler_name, mixed[optional] arg)
DUMP_FUNC:  mixed com_invoke_ex(int module, int invokeflags, string handler_name, mixed[optional] arg)
DUMP_FUNC:  bool com_isenum(object com_module)
DUMP_FUNC:  resource com_load(string module_name, string[optional] remote_host, int[optional] codepage, string[optional] typelib)
DUMP_FUNC:  bool com_load_typelib(string typelib_name, int[optional] case_insensitive)
DUMP_FUNC:  bool com_message_pump(int[optional] timeoutms)
DUMP_FUNC:  bool com_print_typeinfo(null comobject_, string dispinterface, bool wantsink)
DUMP_FUNC:  mixed com_propget(int module, string property_name)
DUMP_FUNC:  bool com_propput(int module, string property_name, mixed value)
DUMP_FUNC:  bool com_propset(int module, string property_name, mixed value)
DUMP_FUNC:  void com_release(int module)
DUMP_FUNC:  bool com_set(int module, string property_name, mixed value)
DUMP_FUNC:  array compact(mixed var_names)
DUMP_FUNC:  string confirm_extname_compiled(string arg)
DUMP_FUNC:  int connection_aborted()
DUMP_FUNC:  int connection_status()
DUMP_FUNC:  mixed constant(string const_name)
DUMP_FUNC:  string convert_cyr_string(string str, string from, string to)
DUMP_FUNC:  bool copy(string source_file, string destination_file)
DUMP_FUNC:  float cos(float number)
DUMP_FUNC:  float cosh(float number)
DUMP_FUNC:  int count(mixed var, int[optional] mode)
DUMP_FUNC:  mixed count_chars(string input, int[optional] mode)
DUMP_FUNC:  bool cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, null xur, string title, string text, int[optional] mode)
DUMP_FUNC:  int cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title)
DUMP_FUNC:  bool cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end, int[optional] mode)
DUMP_FUNC:  bool cpdf_begin_text(int pdfdoc)
DUMP_FUNC:  bool cpdf_circle(int pdfdoc, float x, float y, float radius, int[optional] mode)
DUMP_FUNC:  bool cpdf_clip(int pdfdoc)
DUMP_FUNC:  bool cpdf_close(int pdfdoc)
DUMP_FUNC:  bool cpdf_closepath(int pdfdoc)
DUMP_FUNC:  bool cpdf_closepath_fill_stroke(int pdfdoc)
DUMP_FUNC:  bool cpdf_closepath_stroke(int pdfdoc)
DUMP_FUNC:  bool cpdf_continue_text(int pdfdoc, string text)
DUMP_FUNC:  bool cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3, int[optional] mode)
DUMP_FUNC:  bool cpdf_end_text(int pdfdoc)
DUMP_FUNC:  bool cpdf_fill(int pdfdoc)
DUMP_FUNC:  bool cpdf_fill_stroke(int pdfdoc)
DUMP_FUNC:  bool cpdf_finalize(int pdfdoc)
DUMP_FUNC:  bool cpdf_finalize_page(int pdfdoc, int pagenr)
DUMP_FUNC:  bool cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects)
DUMP_FUNC:  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[optional] mode)
DUMP_FUNC:  bool cpdf_lineto(int pdfdoc, float x, float y, int[optional] mode)
DUMP_FUNC:  bool cpdf_moveto(int pdfdoc, float x, float y, int[optional] mode)
DUMP_FUNC:  bool cpdf_newpath(int pdfdoc)
DUMP_FUNC:  int cpdf_open(int compression, string[optional] filename, array[optional] doc_limits)
DUMP_FUNC:  bool cpdf_output_buffer(int pdfdoc)
DUMP_FUNC:  bool cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width, float[optional] unit)
DUMP_FUNC:  bool cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave, int[optional] mode)
DUMP_FUNC:  bool cpdf_rect(int pdfdoc, float x, float y, float width, float height, int[optional] mode)
DUMP_FUNC:  bool cpdf_restore(int pdfdoc)
DUMP_FUNC:  bool cpdf_rlineto(int pdfdoc, float x, float y, int[optional] mode)
DUMP_FUNC:  bool cpdf_rmoveto(int pdfdoc, float x, float y, int[optional] mode)
DUMP_FUNC:  bool cpdf_rotate(int pdfdoc, float angle)
DUMP_FUNC:  bool cpdf_rotate_text(int pdfdoc, float angle)
DUMP_FUNC:  bool cpdf_save(int pdfdoc)
DUMP_FUNC:  bool cpdf_save_to_file(int pdfdoc, string filename)
DUMP_FUNC:  bool cpdf_scale(int pdfdoc, float x_scale, float y_scale)
DUMP_FUNC:  bool cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, null xur, string url, int[optional] mode)
DUMP_FUNC:  bool cpdf_set_char_spacing(int pdfdoc, float space)
DUMP_FUNC:  bool cpdf_set_creator(int pdfdoc, string creator)
DUMP_FUNC:  bool cpdf_set_current_page(int pdfdoc, int pagenr)
DUMP_FUNC:  bool cpdf_set_font(int pdfdoc, string font, float size, string encoding)
DUMP_FUNC:  bool cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir)
DUMP_FUNC:  bool cpdf_set_font_map_file(int pdfdoc, string filename)
DUMP_FUNC:  bool cpdf_set_horiz_scaling(int pdfdoc, float scale)
DUMP_FUNC:  bool cpdf_set_keywords(int pdfptr, string keywords)
DUMP_FUNC:  bool cpdf_set_leading(int pdfdoc, float distance)
DUMP_FUNC:  bool cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout)
DUMP_FUNC:  bool cpdf_set_subject(int pdfptr, string subject)
DUMP_FUNC:  bool cpdf_set_text_matrix(int pdfdoc, arry matrix)
DUMP_FUNC:  bool cpdf_set_text_pos(int pdfdoc, float x, float y, int[optional] mode)
DUMP_FUNC:  bool cpdf_set_text_rendering(int pdfdoc, int rendermode)
DUMP_FUNC:  bool cpdf_set_text_rise(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_set_title(int pdfptr, string title)
DUMP_FUNC:  bool cpdf_set_viewer_preferences(int pdfdoc, array preferences)
DUMP_FUNC:  bool cpdf_set_word_spacing(int pdfdoc, float space)
DUMP_FUNC:  bool cpdf_setdash(int pdfdoc, long white, long black)
DUMP_FUNC:  bool cpdf_setflat(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_setgray(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_setgray_fill(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_setgray_stroke(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_setlinecap(int pdfdoc, int value)
DUMP_FUNC:  bool cpdf_setlinejoin(int pdfdoc, int value)
DUMP_FUNC:  bool cpdf_setlinewidth(int pdfdoc, float width)
DUMP_FUNC:  bool cpdf_setmiterlimit(int pdfdoc, float value)
DUMP_FUNC:  bool cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  bool cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  bool cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  bool cpdf_show(int pdfdoc, string text)
DUMP_FUNC:  bool cpdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor, int[optional] mode)
DUMP_FUNC:  float cpdf_stringwidth(int pdfdoc, string text)
DUMP_FUNC:  bool cpdf_stroke(int pdfdoc)
DUMP_FUNC:  bool cpdf_text(int pdfdoc, string text, float[optional] x_koor, float y_koor, int[optional] mode, float[optional] orientation, int[optional] alignmode)
DUMP_FUNC:  bool cpdf_translate(int pdfdoc, float x, float y)
DUMP_FUNC:  bool crack_check(resource[optional] dictionary, string password)
DUMP_FUNC:  bool crack_closedict(resource[optional] dictionary)
DUMP_FUNC:  string crack_getlastmessage()
DUMP_FUNC:  resource crack_opendict(string dictionary)
DUMP_FUNC:  int crc32(string str)
DUMP_FUNC:  string create_function(string args, string code)
DUMP_FUNC:  string crypt(string str, string[optional] salt)
DUMP_FUNC:  bool ctype_alnum(mixed c)
DUMP_FUNC:  bool ctype_alpha(mixed c)
DUMP_FUNC:  bool ctype_cntrl(mixed c)
DUMP_FUNC:  bool ctype_digit(mixed c)
DUMP_FUNC:  bool ctype_graph(mixed c)
DUMP_FUNC:  bool ctype_lower(mixed c)
DUMP_FUNC:  bool ctype_print(mixed c)
DUMP_FUNC:  bool ctype_punct(mixed c)
DUMP_FUNC:  bool ctype_space(mixed c)
DUMP_FUNC:  bool ctype_upper(mixed c)
DUMP_FUNC:  bool ctype_xdigit(mixed c)
DUMP_FUNC:  void curl_close(resource ch)
DUMP_FUNC:  int curl_errno(resource ch)
DUMP_FUNC:  string curl_error(resource ch)
DUMP_FUNC:  mixed curl_exec(resource ch)
DUMP_FUNC:  mixed curl_getinfo(resource ch, int opt)
DUMP_FUNC:  resource curl_init(string[optional] url)
DUMP_FUNC:  bool curl_setopt(resource ch, int option, mixed value)
DUMP_FUNC:  array curl_version()
DUMP_FUNC:  mixed current(array array_arg)
DUMP_FUNC:  void cyrus_authenticate(resource connection, string[optional] mechlist, string[optional] service, string[optional] user, int[optional] minssf, int[optional] maxssf)
DUMP_FUNC:  bool cyrus_bind(resource connection, array callbacks)
DUMP_FUNC:  bool cyrus_close(resource connection)
DUMP_FUNC:  resource cyrus_connect(string[optional] host, string[optional] port, int[optional] flags)
DUMP_FUNC:  array cyrus_query(resource connection, string query)
DUMP_FUNC:  bool cyrus_unbind(resource connection, string trigger_name)
DUMP_FUNC:  string date(string format, int[optional] timestamp)
DUMP_FUNC:  void dba_close(resource handle)
DUMP_FUNC:  bool dba_delete(string key, resource handle)
DUMP_FUNC:  bool dba_exists(string key, resource handle)
DUMP_FUNC:  string dba_fetch(string key, int[optional] skip, resource handle)
DUMP_FUNC:  string dba_firstkey(resource handle)
DUMP_FUNC:  array dba_handlers(bool[optional] full_info)
DUMP_FUNC:  bool dba_insert(string key, string value, resource handle)
DUMP_FUNC:  array dba_list()
DUMP_FUNC:  string dba_nextkey(resource handle)
DUMP_FUNC:  resource dba_open(string path, string mode, string[optional] handlername)
DUMP_FUNC:  bool dba_optimize(resource handle)
DUMP_FUNC:  resource dba_popen(string path, string mode, string[optional] handlername)
DUMP_FUNC:  bool dba_replace(string key, string value, resource handle)
DUMP_FUNC:  bool dba_sync(resource handle)
DUMP_FUNC:  bool dbase_add_record(int identifier, array data)
DUMP_FUNC:  bool dbase_close(int identifier)
DUMP_FUNC:  int dbase_create(string filename, array fields)
DUMP_FUNC:  bool dbase_delete_record(int identifier, int record)
DUMP_FUNC:  array dbase_get_record(int identifier, int record)
DUMP_FUNC:  array dbase_get_record_with_names(int identifier, int record)
DUMP_FUNC:  int dbase_numfields(int identifier)
DUMP_FUNC:  int dbase_numrecords(int identifier)
DUMP_FUNC:  int dbase_open(string name, int mode)
DUMP_FUNC:  bool dbase_pack(int identifier)
DUMP_FUNC:  bool dbase_replace_record(int identifier, array data, int recnum)
DUMP_FUNC:  string dblist()
DUMP_FUNC:  bool dbmclose(int dbm_identifier)
DUMP_FUNC:  bool dbmdelete(int dbm_identifier, string key)
DUMP_FUNC:  bool dbmexists(int dbm_identifier, string key)
DUMP_FUNC:  string dbmfetch(int dbm_identifier, string key)
DUMP_FUNC:  string dbmfirstkey(int dbm_identifier)
DUMP_FUNC:  int dbminsert(int dbm_identifier, string key, string value)
DUMP_FUNC:  string dbmnextkey(int dbm_identifier, string key)
DUMP_FUNC:  resource dbmopen(string filename, string mode)
DUMP_FUNC:  int dbmreplace(int dbm_identifier, string key, string value)
DUMP_FUNC:  bool dbx_close(dbx_link_object dbx_link)
DUMP_FUNC:  int dbx_compare(array row_x, array row_y, string columnname, int[optional] flags)
DUMP_FUNC:  object dbx_connect(string module_name, string host, string db, string username, string password, bool[optional] persistent)
DUMP_FUNC:  string dbx_error(dbx_link_object dbx_link)
DUMP_FUNC:  string dbx_esc(dbx_link_object dbx_link, string sz)
DUMP_FUNC:  mixed dbx_query(dbx_link_object dbx_link, string sql_statement, long[optional] flags)
DUMP_FUNC:  bool dbx_sort(object dbx_result, string compare_function_name)
DUMP_FUNC:  string dcgettext(string domain_name, string msgid, long category)
DUMP_FUNC:  string dcngettext(string domain, string msgid1, string msgid2, int n, int category)
DUMP_FUNC:  void deaggregate(object obj, string[optional] class)
DUMP_FUNC:  array debug_backtrace()
DUMP_FUNC:  void debug_zval_dump(mixed var)
DUMP_FUNC:  long debugger_get_server_start_time()
DUMP_FUNC:  string decbin(int decimal_number)
DUMP_FUNC:  string dechex(int decimal_number)
DUMP_FUNC:  string decoct(int decimal_number)
DUMP_FUNC:  bool define(string constant_name, mixed value, boolean[optional] case_sensitive)
DUMP_FUNC:  void define_syslog_variables()
DUMP_FUNC:  bool defined(string constant_name)
DUMP_FUNC:  float deg2rad(float number)
DUMP_FUNC:  string dgettext(string domain_name, string msgid)
DUMP_FUNC:  void dio_close(resource fd)
DUMP_FUNC:  mixed dio_fcntl(resource fd, int cmd, mixed arg)
DUMP_FUNC:  resource dio_open(string filename, int flags, int mode)
DUMP_FUNC:  string dio_read(resource fd, int n)
DUMP_FUNC:  int dio_seek(resource fd, int pos, int whence)
DUMP_FUNC:  array dio_stat(resource fd)
DUMP_FUNC:  bool dio_tcsetattr(resource fd, array args)
DUMP_FUNC:  bool dio_truncate(resource fd, int offset)
DUMP_FUNC:  int dio_write(resource fd, string data, int len)
DUMP_FUNC:  object dir(string directory)
DUMP_FUNC:  boolean directive_requires_restart(string directive)
DUMP_FUNC:  string dirname(string path)
DUMP_FUNC:  float disk_free_space(string path)
DUMP_FUNC:  float disk_total_space(string path)
DUMP_FUNC:  float diskfreespace(string path)
DUMP_FUNC:  int dl(string extension_filename)
DUMP_FUNC:  string dngettext(string domain, string msgid1, string msgid2, int count)
DUMP_FUNC:  object domxml_add_root(string name)
DUMP_FUNC:  bool domxml_attr_set_value(string content)
DUMP_FUNC:  array domxml_attributes()
DUMP_FUNC:  array domxml_children()
DUMP_FUNC:  object domxml_doc_get_root(int domnode)
DUMP_FUNC:  object domxml_dtd()
DUMP_FUNC:  string domxml_dumpmem(object doc_handle, int[optional] format, unknown[optional] encoding)
DUMP_FUNC:  object domxml_element(string name)
DUMP_FUNC:  string domxml_get_attribute(string attrname)
DUMP_FUNC:  string domxml_getattr(string attrname)
DUMP_FUNC:  object domxml_new_child(string name, string content)
DUMP_FUNC:  object domxml_new_doc(string version)
DUMP_FUNC:  object domxml_new_xmldoc(string version)
DUMP_FUNC:  object domxml_open_file(string filename, int mode, array error)
DUMP_FUNC:  object domxml_open_mem(string xmldoc, int mode, array error)
DUMP_FUNC:  object domxml_parser(string[optional] buf, string filename)
DUMP_FUNC:  object domxml_root(int domnode)
DUMP_FUNC:  bool domxml_set_attribute(string attrname, string value)
DUMP_FUNC:  bool domxml_set_root(int domnode)
DUMP_FUNC:  bool domxml_setattr(string attrname, string value)
DUMP_FUNC:  bool domxml_substitute_entities_default(bool enable)
DUMP_FUNC:  int domxml_test(int id)
DUMP_FUNC:  void domxml_unlink_node(object[optional] node)
DUMP_FUNC:  string domxml_version()
DUMP_FUNC:  DomDocument domxml_xmltree(string xmltree)
DUMP_FUNC:  DomXsltStylesheet domxml_xslt_stylesheet(string xsltstylesheet)
DUMP_FUNC:  DomXsltStylesheet domxml_xslt_stylesheet_doc(object xmldoc)
DUMP_FUNC:  DomXsltStylesheet domxml_xslt_stylesheet_file(string filename)
DUMP_FUNC:  int domxml_xslt_version()
DUMP_FUNC:  float doubleval(mixed var)
DUMP_FUNC:  array each(array arr)
DUMP_FUNC:  int easter_date(int[optional] year)
DUMP_FUNC:  int easter_days(int[optional] year, int[optional] method)
DUMP_FUNC:  mixed end(array array_arg)
DUMP_FUNC:  int ereg(string pattern, string string, array[optional] registers)
DUMP_FUNC:  string ereg_replace(string pattern, string replacement, string string)
DUMP_FUNC:  int eregi(string pattern, string string, array[optional] registers)
DUMP_FUNC:  string eregi_replace(string pattern, string replacement, string string)
DUMP_FUNC:  bool error_log(string message, int[optional] message_type, string[optional] destination, string[optional] extra_headers)
DUMP_FUNC:  int error_reporting(int[optional] new_error_level)
DUMP_FUNC:  string escapeshellarg(string arg)
DUMP_FUNC:  string escapeshellcmd(string command)
DUMP_FUNC:  string exec(string command, array[optional] output, int[optional] return_value)
DUMP_FUNC:  int exif_imagetype(string imagefile)
DUMP_FUNC:  array exif_read_data(string filename, unknown[optional] sections_needed, unknown[optional] sub_arrays, unknown read_thumbnail)
DUMP_FUNC:  string exif_tagname(unknown index)
DUMP_FUNC:  string exif_thumbnail(string filename, unknown[optional] width, unknown height, unknown[optional] imagetype)
DUMP_FUNC:  float exp(float number)
DUMP_FUNC:  array explode(string separator, string str, int[optional] limit)
DUMP_FUNC:  float expm1(float number)
DUMP_FUNC:  bool extension_loaded(string extension_name)
DUMP_FUNC:  int extract(array var_array, int[optional] extract_type, string[optional] prefix)
DUMP_FUNC:  int ezmlm_hash(string addr)
DUMP_FUNC:  resource fbsql(string database_name, string query, resource[optional] link_identifier)
DUMP_FUNC:  int fbsql_affected_rows(resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_autocommit(resource link_identifier, bool[optional] OnOff)
DUMP_FUNC:  int fbsql_blob_size(string blob_handle, resource[optional] link_identifier)
DUMP_FUNC:  resource fbsql_change_user(string user, string password, string[optional] database, resource[optional] link_identifier)
DUMP_FUNC:  int fbsql_clob_size(string clob_handle, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_close(resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_commit(resource[optional] link_identifier)
DUMP_FUNC:  resource fbsql_connect(string[optional] hostname, string[optional] username, string[optional] password)
DUMP_FUNC:  string fbsql_create_blob(string blob_data, resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_create_clob(string clob_data, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_create_db(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_data_seek(int result, int row_number)
DUMP_FUNC:  string fbsql_database(resource link_identifier, string[optional] database)
DUMP_FUNC:  string fbsql_database_password(resource link_identifier, string[optional] database_password)
DUMP_FUNC:  resource fbsql_db_query(string database_name, string query, resource[optional] link_identifier)
DUMP_FUNC:  int fbsql_db_status(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_drop_db(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  int fbsql_errno(resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_error(resource[optional] link_identifier)
DUMP_FUNC:  array fbsql_fetch_array(resource result, int[optional] result_type)
DUMP_FUNC:  array fbsql_fetch_assoc(resource result)
DUMP_FUNC:  object fbsql_fetch_field(int result, int[optional] field_index)
DUMP_FUNC:  array fbsql_fetch_lengths(int result)
DUMP_FUNC:  object fbsql_fetch_object(resource result, int[optional] result_type)
DUMP_FUNC:  array fbsql_fetch_row(resource result)
DUMP_FUNC:  string fbsql_field_flags(int result, int[optional] field_index)
DUMP_FUNC:  int fbsql_field_len(int result, int[optional] field_index)
DUMP_FUNC:  string fbsql_field_name(int result, int[optional] field_index)
DUMP_FUNC:  bool fbsql_field_seek(int result, int[optional] field_index)
DUMP_FUNC:  string fbsql_field_table(int result, int[optional] field_index)
DUMP_FUNC:  string fbsql_field_type(int result, int[optional] field_index)
DUMP_FUNC:  bool fbsql_free_result(resource result)
DUMP_FUNC:  array fbsql_get_autostart_info(resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_hostname(resource link_identifier, string[optional] host_name)
DUMP_FUNC:  int fbsql_insert_id(resource[optional] link_identifier)
DUMP_FUNC:  resource fbsql_list_dbs(resource[optional] link_identifier)
DUMP_FUNC:  resource fbsql_list_fields(string database_name, string table_name, resource[optional] link_identifier)
DUMP_FUNC:  resource fbsql_list_tables(string database, int[optional] link_identifier)
DUMP_FUNC:  bool fbsql_next_result(int result)
DUMP_FUNC:  int fbsql_num_fields(int result)
DUMP_FUNC:  int fbsql_num_rows(int result)
DUMP_FUNC:  string fbsql_password(resource link_identifier, string[optional] password)
DUMP_FUNC:  resource fbsql_pconnect(string[optional] hostname, string[optional] username, string[optional] password)
DUMP_FUNC:  resource fbsql_query(string query, resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_read_blob(string blob_handle, resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_read_clob(string clob_handle, resource[optional] link_identifier)
DUMP_FUNC:  mixed fbsql_result(int result, int[optional] row, mixed[optional] field)
DUMP_FUNC:  bool fbsql_rollback(resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_select_db(string[optional] database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_set_lob_mode(resource result, int lob_mode)
DUMP_FUNC:  void fbsql_set_transaction(resource link_identifier, int locking, int isolation)
DUMP_FUNC:  bool fbsql_start_db(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool fbsql_stop_db(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  string fbsql_table_name(resource result, int index)
DUMP_FUNC:  string fbsql_tablename(resource result, int index)
DUMP_FUNC:  string fbsql_username(resource link_identifier, string[optional] username)
DUMP_FUNC:  bool fbsql_warnings(int[optional] flag)
DUMP_FUNC:  bool fclose(resource fp)
DUMP_FUNC:  bool fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script)
DUMP_FUNC:  bool fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename)
DUMP_FUNC:  void fdf_close(resource fdfdoc)
DUMP_FUNC:  resource fdf_create()
DUMP_FUNC:  bool fdf_enum_values(resource fdfdoc, callback function, mixed[optional] userdata)
DUMP_FUNC:  int fdf_errno()
DUMP_FUNC:  string fdf_error(int[optional] errno)
DUMP_FUNC:  bool fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename)
DUMP_FUNC:  array fdf_get_attachment(resource fdfdoc, string fieldname, string savepath)
DUMP_FUNC:  string fdf_get_encoding(resource fdf)
DUMP_FUNC:  string fdf_get_file(resource fdfdoc)
DUMP_FUNC:  int fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags)
DUMP_FUNC:  mixed fdf_get_opt(resource fdfdof, string fieldname, int[optional] element)
DUMP_FUNC:  string fdf_get_status(resource fdfdoc)
DUMP_FUNC:  mixed fdf_get_value(resource fdfdoc, string fieldname, int[optional] which)
DUMP_FUNC:  string fdf_get_version(resource[optional] fdfdoc)
DUMP_FUNC:  void fdf_header()
DUMP_FUNC:  string fdf_next_field_name(resource fdfdoc, string[optional] fieldname)
DUMP_FUNC:  resource fdf_open(string filename)
DUMP_FUNC:  resource fdf_open_string(string fdf_data)
DUMP_FUNC:  bool fdf_remove_item(resource fdfdoc, string fieldname, int item)
DUMP_FUNC:  bool fdf_save(resource fdfdoc, string[optional] filename)
DUMP_FUNC:  string fdf_save_string(resource fdfdoc)
DUMP_FUNC:  bool fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr)
DUMP_FUNC:  bool fdf_set_encoding(resource fdf_document, string encoding)
DUMP_FUNC:  bool fdf_set_file(resource fdfdoc, string filename, string[optional] target_frame)
DUMP_FUNC:  bool fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags)
DUMP_FUNC:  bool fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script)
DUMP_FUNC:  bool fdf_set_on_import_javascript(resource fdfdoc, string script, bool[optional] before_data_import)
DUMP_FUNC:  bool fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name)
DUMP_FUNC:  bool fdf_set_status(resource fdfdoc, string status)
DUMP_FUNC:  bool fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)
DUMP_FUNC:  bool fdf_set_target_frame(resource fdfdoc, string target)
DUMP_FUNC:  bool fdf_set_value(resource fdfdoc, string fieldname, mixed value, int[optional] isname)
DUMP_FUNC:  bool fdf_set_version(resourece fdfdoc, string version)
DUMP_FUNC:  bool feof(resource fp)
DUMP_FUNC:  bool fflush(resource fp)
DUMP_FUNC:  string fgetc(resource fp)
DUMP_FUNC:  array fgetcsv(resource fp, int length, string[optional] delimiter, string[optional] enclosure)
DUMP_FUNC:  string fgets(resource fp, int length)
DUMP_FUNC:  string fgetss(resource fp, int length, string[optional] allowable_tags)
DUMP_FUNC:  array file(string filename, bool[optional] use_include_path)
DUMP_FUNC:  bool file_exists(string filename)
DUMP_FUNC:  string file_get_contents(string filename, bool[optional] use_include_path)
DUMP_FUNC:  int fileatime(string filename)
DUMP_FUNC:  int filectime(string filename)
DUMP_FUNC:  int filegroup(string filename)
DUMP_FUNC:  int fileinode(string filename)
DUMP_FUNC:  int filemtime(string filename)
DUMP_FUNC:  int fileowner(string filename)
DUMP_FUNC:  int fileperms(string filename)
DUMP_FUNC:  bool filepro(string directory)
DUMP_FUNC:  int filepro_fieldcount()
DUMP_FUNC:  string filepro_fieldname(int fieldnumber)
DUMP_FUNC:  string filepro_fieldtype(int field_number)
DUMP_FUNC:  int filepro_fieldwidth(int field_number)
DUMP_FUNC:  string filepro_retrieve(int row_number, int field_number)
DUMP_FUNC:  int filepro_rowcount()
DUMP_FUNC:  int filesize(string filename)
DUMP_FUNC:  string filetype(string filename)
DUMP_FUNC:  float floatval(mixed var)
DUMP_FUNC:  bool flock(resource fp, int operation, int[optional] wouldblock)
DUMP_FUNC:  float floor(float number)
DUMP_FUNC:  void flush()
DUMP_FUNC:  float fmod(float x, float y)
DUMP_FUNC:  bool fnmatch(string pattern, string filename, int[optional] flags)
DUMP_FUNC:  resource fopen(string filename, string mode, bool[optional] use_include_path, resource[optional] context)
DUMP_FUNC:  int fpassthru(resource fp)
DUMP_FUNC:  int fputs(resource fp, string str, int[optional] length)
DUMP_FUNC:  string fread(resource fp, int length)
DUMP_FUNC:  int frenchtojd(int month, int day, int year)
DUMP_FUNC:  array fribidi_charset_info(int charset)
DUMP_FUNC:  array fribidi_get_charsets()
DUMP_FUNC:  string fribidi_log2vis(string logical_str, long direction, long charset)
DUMP_FUNC:  mixed fscanf(resource stream, string format)
DUMP_FUNC:  int fseek(resource fp, int offset, int[optional] whence)
DUMP_FUNC:  resource fsockopen(string hostname, int port, int[optional] errno, string[optional] errstr, float[optional] timeout, resource[optional] context)
DUMP_FUNC:  array fstat(resource fp)
DUMP_FUNC:  int ftell(resource fp)
DUMP_FUNC:  int ftok(string pathname, string proj)
DUMP_FUNC:  bool ftp_cdup(resource stream)
DUMP_FUNC:  bool ftp_chdir(resource stream, string directory)
DUMP_FUNC:  bool ftp_close(resource stream)
DUMP_FUNC:  resource ftp_connect(string host, int[optional] port, int[optional] timeout)
DUMP_FUNC:  bool ftp_delete(resource stream, string file)
DUMP_FUNC:  bool ftp_exec(resource stream, string command)
DUMP_FUNC:  bool ftp_fget(resource stream, resource fp, string remote_file, int mode, int resumepos)
DUMP_FUNC:  bool ftp_fput(resource stream, string remote_file, resource fp, int mode, int startpos)
DUMP_FUNC:  bool ftp_get(resource stream, string local_file, string remote_file, int mode, int resume_pos)
DUMP_FUNC:  mixed ftp_get_option(resource stream, int option)
DUMP_FUNC:  bool ftp_login(resource stream, string username, string password)
DUMP_FUNC:  int ftp_mdtm(resource stream, string filename)
DUMP_FUNC:  string ftp_mkdir(resource stream, string directory)
DUMP_FUNC:  int ftp_nb_continue(resource stream)
DUMP_FUNC:  int ftp_nb_fget(resource stream, resource fp, string remote_file, int mode, int resumepos)
DUMP_FUNC:  int ftp_nb_fput(resource stream, string remote_file, resource fp, int mode, int startpos)
DUMP_FUNC:  int ftp_nb_get(resource stream, string local_file, string remote_file, int mode, int resume_pos)
DUMP_FUNC:  int ftp_nb_put(resource stream, string remote_file, string local_file, int mode, int startpos)
DUMP_FUNC:  array ftp_nlist(resource stream, string directory)
DUMP_FUNC:  bool ftp_pasv(resource stream, bool pasv)
DUMP_FUNC:  bool ftp_put(resource stream, string remote_file, string local_file, int mode, int startpos)
DUMP_FUNC:  string ftp_pwd(resource stream)
DUMP_FUNC:  bool ftp_quit(resource stream)
DUMP_FUNC:  array ftp_rawlist(resource stream, string directory, bool[optional] recursive)
DUMP_FUNC:  bool ftp_rename(resource stream, string src, string dest)
DUMP_FUNC:  bool ftp_rmdir(resource stream, string directory)
DUMP_FUNC:  bool ftp_set_option(resource stream, int option, mixed value)
DUMP_FUNC:  bool ftp_site(resource stream, string cmd)
DUMP_FUNC:  int ftp_size(resource stream, string filename)
DUMP_FUNC:  resource ftp_ssl_connect(string host, int[optional] port, int[optional] timeout)
DUMP_FUNC:  string ftp_systype(resource stream)
DUMP_FUNC:  bool ftruncate(resource fp, int size)
DUMP_FUNC:  mixed func_get_arg(int arg_num)
DUMP_FUNC:  array func_get_args()
DUMP_FUNC:  int func_num_args()
DUMP_FUNC:  bool function_exists(string function_name)
DUMP_FUNC:  int fwrite(resource fp, string str, int[optional] length)
DUMP_FUNC:  array gd_info()
DUMP_FUNC:  mixed get_browser(string[optional] browser_name, bool[optional] return_array)
DUMP_FUNC:  array get_call_stack()
DUMP_FUNC:  string get_cfg_var(string option_name)
DUMP_FUNC:  string get_class(object object)
DUMP_FUNC:  array get_class_methods(mixed class)
DUMP_FUNC:  array get_class_vars(string class_name)
DUMP_FUNC:  string get_current_user()
DUMP_FUNC:  array get_declared_classes()
DUMP_FUNC:  array get_defined_constants()
DUMP_FUNC:  array get_defined_functions()
DUMP_FUNC:  array get_defined_vars()
DUMP_FUNC:  array get_extension_funcs(string extension_name)
DUMP_FUNC:  array get_html_translation_table(int[optional] table, int[optional] quote_style)
DUMP_FUNC:  string get_include_path()
DUMP_FUNC:  array get_included_files()
DUMP_FUNC:  array get_loaded_extensions()
DUMP_FUNC:  int get_magic_quotes_gpc()
DUMP_FUNC:  int get_magic_quotes_runtime()
DUMP_FUNC:  array get_meta_tags(string filename, bool[optional] use_include_path)
DUMP_FUNC:  array get_object_vars(object obj)
DUMP_FUNC:  string get_parent_class(mixed object)
DUMP_FUNC:  array get_required_files()
DUMP_FUNC:  string get_resource_type(resource res)
DUMP_FUNC:  array getallheaders()
DUMP_FUNC:  string getcwd()
DUMP_FUNC:  array getdate(int[optional] timestamp)
DUMP_FUNC:  string getenv(string varname)
DUMP_FUNC:  string gethostbyaddr(string ip_address)
DUMP_FUNC:  string gethostbyname(string hostname)
DUMP_FUNC:  array gethostbynamel(string hostname)
DUMP_FUNC:  array getimagesize(string imagefile, array[optional] info)
DUMP_FUNC:  int getlastmod()
DUMP_FUNC:  bool getmxrr(string hostname, array mxhosts, array[optional] weight)
DUMP_FUNC:  int getmygid()
DUMP_FUNC:  int getmyinode()
DUMP_FUNC:  int getmypid()
DUMP_FUNC:  int getmyuid()
DUMP_FUNC:  array getopt(string options, array[optional] longopts)
DUMP_FUNC:  int getprotobyname(string name)
DUMP_FUNC:  string getprotobynumber(int proto)
DUMP_FUNC:  int getrandmax()
DUMP_FUNC:  array getrusage(int[optional] who)
DUMP_FUNC:  int getservbyname(string service, string protocol)
DUMP_FUNC:  string getservbyport(int port, string protocol)
DUMP_FUNC:  string gettext(string msgid)
DUMP_FUNC:  mixed gettimeofday()
DUMP_FUNC:  string gettype(mixed var)
DUMP_FUNC:  array glob(string pattern, int[optional] flags)
DUMP_FUNC:  string gmdate(string format, int[optional] timestamp)
DUMP_FUNC:  int gmmktime(int hour, int min, int sec, int mon, int day, int year)
DUMP_FUNC:  resource gmp_abs(resource a)
DUMP_FUNC:  resource gmp_add(resource a, resource b)
DUMP_FUNC:  resource gmp_and(resource a, resource b)
DUMP_FUNC:  void gmp_clrbit(resource a, int index)
DUMP_FUNC:  int gmp_cmp(resource a, resource b)
DUMP_FUNC:  resource gmp_com(resource a)
DUMP_FUNC:  resource gmp_div(resource a, resource b, int[optional] round)
DUMP_FUNC:  resource gmp_div_q(resource a, resource b, int[optional] round)
DUMP_FUNC:  array gmp_div_qr(resource a, resource b, int[optional] round)
DUMP_FUNC:  resource gmp_div_r(resource a, resource b, int[optional] round)
DUMP_FUNC:  resource gmp_divexact(resource a, resource b)
DUMP_FUNC:  resource gmp_fact(int a)
DUMP_FUNC:  resource gmp_gcd(resource a, resource b)
DUMP_FUNC:  array gmp_gcdext(resource a, resource b)
DUMP_FUNC:  int gmp_hamdist(resource a, resource b)
DUMP_FUNC:  resource gmp_init(mixed number, int[optional] base)
DUMP_FUNC:  int gmp_intval(resource gmpnumber)
DUMP_FUNC:  resource gmp_invert(resource a, resource b)
DUMP_FUNC:  int gmp_jacobi(resource a, resource b)
DUMP_FUNC:  int gmp_legendre(resource a, resource b)
DUMP_FUNC:  resource gmp_mod(resource a, resource b)
DUMP_FUNC:  resource gmp_mul(resource a, resource b)
DUMP_FUNC:  resource gmp_neg(resource a)
DUMP_FUNC:  resource gmp_or(resource a, resource b)
DUMP_FUNC:  bool gmp_perfect_square(resource a)
DUMP_FUNC:  int gmp_popcount(resource a)
DUMP_FUNC:  resource gmp_pow(resource base, int exp)
DUMP_FUNC:  resource gmp_powm(resource base, resource exp, resource mod)
DUMP_FUNC:  int gmp_prob_prime(resource a, int reps)
DUMP_FUNC:  resource gmp_random(int[optional] limiter)
DUMP_FUNC:  int gmp_scan0(resource a, int start)
DUMP_FUNC:  int gmp_scan1(resource a, int start)
DUMP_FUNC:  void gmp_setbit(resource a, int index, bool set_clear)
DUMP_FUNC:  int gmp_sign(resource a)
DUMP_FUNC:  resource gmp_sqrt(resource a)
DUMP_FUNC:  array gmp_sqrtrem(resource a)
DUMP_FUNC:  string gmp_strval(resource gmpnumber, int[optional] base)
DUMP_FUNC:  resource gmp_sub(resource a, resource b)
DUMP_FUNC:  resource gmp_xor(resource a, resource b)
DUMP_FUNC:  string gmstrftime(string format, int[optional] timestamp)
DUMP_FUNC:  int gregoriantojd(int month, int day, int year)
DUMP_FUNC:  bool gzclose(resource fp)
DUMP_FUNC:  string gzcompress(string data, int[optional] level)
DUMP_FUNC:  string gzdeflate(string data, int[optional] level)
DUMP_FUNC:  string gzencode(string data, int[optional] level, int[optional] encoding_mode)
DUMP_FUNC:  bool gzeof(resource fp)
DUMP_FUNC:  array gzfile(string filename, int[optional] use_include_path)
DUMP_FUNC:  string gzgetc(resource fp)
DUMP_FUNC:  string gzgets(resource fp, int length)
DUMP_FUNC:  string gzgetss(resource fp, int length, string[optional] allowable_tags)
DUMP_FUNC:  string gzinflate(string data, int[optional] length)
DUMP_FUNC:  resource gzopen(string filename, string mode, int[optional] use_include_path)
DUMP_FUNC:  int gzpassthru(resource fp)
DUMP_FUNC:  int gzputs(resource fp, string str, int[optional] length)
DUMP_FUNC:  string gzread(resource fp, int length)
DUMP_FUNC:  bool gzrewind(resource fp)
DUMP_FUNC:  int gzseek(resource fp, int offset, int[optional] whence)
DUMP_FUNC:  int gztell(resource fp)
DUMP_FUNC:  string gzuncompress(string data, int[optional] length)
DUMP_FUNC:  int gzwrite(resource fp, string str, int[optional] length)
DUMP_FUNC:  void header(string header, bool[optional] replace, int[optional] http_response_code)
DUMP_FUNC:  bool headers_sent(string[optional] file, int[optional] line)
DUMP_FUNC:  string hebrev(string str, int[optional] max_chars_per_line)
DUMP_FUNC:  string hebrevc(string str, int[optional] max_chars_per_line)
DUMP_FUNC:  number hexdec(string hexadecimal_number)
DUMP_FUNC:  int highlight_file(string file_name, bool[optional] return)
DUMP_FUNC:  int highlight_string(string string, bool[optional] return)
DUMP_FUNC:  object html_doc(string html_doc, bool[optional] from_file)
DUMP_FUNC:  object html_doc_file(string filename)
DUMP_FUNC:  string html_entity_decode(string string, int[optional] quote_style, string[optional] charset)
DUMP_FUNC:  string htmlentities(string string, int[optional] quote_style, string[optional] charset)
DUMP_FUNC:  string htmlspecialchars(string string, int[optional] quote_style, string[optional] charset)
DUMP_FUNC:  string hw_array2objrec(array objarr)
DUMP_FUNC:  bool hw_changeobject(int link, int objid, array attributes)
DUMP_FUNC:  array hw_children(int link, int objid)
DUMP_FUNC:  array hw_childrenobj(int link, int objid)
DUMP_FUNC:  bool hw_close(int link)
DUMP_FUNC:  int hw_connect(string host, int port_, string[optional] password)
DUMP_FUNC:  void hw_connection_info(int link)
DUMP_FUNC:  int hw_cp(int link, array objrec, int dest)
DUMP_FUNC:  bool hw_deleteobject(int link, int objid)
DUMP_FUNC:  int hw_docbyanchor(int link, int anchorid)
DUMP_FUNC:  string hw_docbyanchorobj(int link, int anchorid)
DUMP_FUNC:  string hw_document_attributes(hwdoc doc)
DUMP_FUNC:  string hw_document_bodytag(hwdoc doc, string[optional] prefix)
DUMP_FUNC:  string hw_document_content(hwdoc doc)
DUMP_FUNC:  bool hw_document_setcontent(hwdoc doc, string content)
DUMP_FUNC:  int hw_document_size(hwdoc doc)
DUMP_FUNC:  string hw_documentattributes(hwdoc doc)
DUMP_FUNC:  string hw_documentbodytag(hwdoc doc, string[optional] prefix)
DUMP_FUNC:  int hw_documentsize(hwdoc doc)
DUMP_FUNC:  string hw_dummy(int link, int id, int msgid)
DUMP_FUNC:  bool hw_edittext(int link, hwdoc doc)
DUMP_FUNC:  int hw_error(int link)
DUMP_FUNC:  string hw_errormsg(int link)
DUMP_FUNC:  bool hw_free_document(hwdoc doc)
DUMP_FUNC:  array hw_getanchors(int link, int objid)
DUMP_FUNC:  array hw_getanchorsobj(int link, int objid)
DUMP_FUNC:  string hw_getandlock(int link, int objid)
DUMP_FUNC:  hwdoc hw_getcgi(int link, int objid)
DUMP_FUNC:  array hw_getchildcoll(int link, int objid)
DUMP_FUNC:  array hw_getchildcollobj(int link, int objid)
DUMP_FUNC:  array hw_getchilddoccoll(int link, int objid)
DUMP_FUNC:  array hw_getchilddoccollobj(int link, int objid)
DUMP_FUNC:  mixed hw_getobject(int link, int objid, string[optional] query)
DUMP_FUNC:  array hw_getobjectbyftquery(int link, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyftquerycoll(int link, int collid, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyftquerycollobj(int link, int collid, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyftqueryobj(int link, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyquery(int link, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyquerycoll(int link, int collid, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyquerycollobj(int link, int collid, string query, int maxhits)
DUMP_FUNC:  array hw_getobjectbyqueryobj(int link, string query, int maxhits)
DUMP_FUNC:  array hw_getparents(int link, int objid)
DUMP_FUNC:  array hw_getparentsobj(int link, int objid)
DUMP_FUNC:  string hw_getrellink(int link, int rootid, int sourceid, int destid)
DUMP_FUNC:  int hw_getremote(int link, int objid)
DUMP_FUNC:  mixed hw_getremotechildren(int link, string objrec)
DUMP_FUNC:  array hw_getsrcbydestobj(int link, int destid)
DUMP_FUNC:  int hw_gettext(int link, int objid, int[optional] rootid)
DUMP_FUNC:  string hw_getusername(int link)
DUMP_FUNC:  string hw_identify(int link, string username, string password)
DUMP_FUNC:  array hw_incollections(int link, array objids, array collids, int para)
DUMP_FUNC:  string hw_info(int link)
DUMP_FUNC:  int hw_inscoll(int link, int parentid, array objarr)
DUMP_FUNC:  int hw_insdoc(int link, int parentid, string objrec, string[optional] text)
DUMP_FUNC:  bool hw_insertanchors(int hwdoc, array anchorecs, array dest, array[optional] urlprefixes)
DUMP_FUNC:  int hw_insertdocument(int link, int parentid, hwdoc doc)
DUMP_FUNC:  int hw_insertobject(int link, string objrec, string parms)
DUMP_FUNC:  int hw_mapid(int link, int serverid, int destid)
DUMP_FUNC:  bool hw_modifyobject(int link, int objid, array remattributes, array addattributes, int[optional] mode)
DUMP_FUNC:  int hw_mv(int link, array objrec, int from, int dest)
DUMP_FUNC:  int hw_new_document(string objrec, string data, int size)
DUMP_FUNC:  hwdoc hw_new_document_from_file(string objrec, string filename)
DUMP_FUNC:  array hw_objrec2array(string objrec, array[optional] format)
DUMP_FUNC:  bool hw_output_document(hwdoc doc)
DUMP_FUNC:  void hw_outputdocument(hwdoc doc)
DUMP_FUNC:  int hw_pconnect(string host, int port, string[optional] username, string[optional] password)
DUMP_FUNC:  hwdoc hw_pipecgi(int link, int objid)
DUMP_FUNC:  int hw_pipedocument(int link, int objid)
DUMP_FUNC:  int hw_root()
DUMP_FUNC:  int hw_setlinkroot(int link, int rootid)
DUMP_FUNC:  string hw_stat(int link)
DUMP_FUNC:  bool hw_unlock(int link, int objid)
DUMP_FUNC:  array hw_who(int link)
DUMP_FUNC:  float hypot(float num1, float num2)
DUMP_FUNC:  string i18n_convert(string str, string to_encoding, mixed[optional] from_encoding)
DUMP_FUNC:  string i18n_discover_encoding(string str, mixed[optional] encoding_list, bool[optional] strict)
DUMP_FUNC:  mixed i18n_http_input(string[optional] type)
DUMP_FUNC:  mixed i18n_http_output(string[optional] encoding)
DUMP_FUNC:  mixed i18n_internal_encoding(string[optional] encoding)
DUMP_FUNC:  string i18n_ja_jp_hantozen(string str, string[optional] option, string[optional] encoding)
DUMP_FUNC:  string i18n_mime_header_decode(string string)
DUMP_FUNC:  string i18n_mime_header_encode(string str, string[optional] charset, string[optional] transfer_encoding, string[optional] linefeed, int[optional] indent)
DUMP_FUNC:  bool ibase_add_user(string server, string dba_user_name, string dba_password, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  void ibase_blob_add(int blob_id, string data)
DUMP_FUNC:  bool ibase_blob_cancel(int blob_id)
DUMP_FUNC:  mixed ibase_blob_close(int blob_id)
DUMP_FUNC:  resource ibase_blob_create(resource[optional] link_identifier)
DUMP_FUNC:  bool ibase_blob_echo(string blob_id_str)
DUMP_FUNC:  string ibase_blob_get(int blob_id, int len)
DUMP_FUNC:  string ibase_blob_import(resource[optional] link_identifier, int file_id)
DUMP_FUNC:  array ibase_blob_info(string blob_id_str)
DUMP_FUNC:  resource ibase_blob_open(string blob_id)
DUMP_FUNC:  bool ibase_close(resource[optional] link_identifier)
DUMP_FUNC:  bool ibase_commit(resource link_identifier)
DUMP_FUNC:  resource ibase_connect(string database, string[optional] username, string[optional] password, string[optional] charset, int[optional] buffers, int[optional] dialect, string[optional] role)
DUMP_FUNC:  bool ibase_delete_user(string server, string dba_user_name, string dba_password, string username)
DUMP_FUNC:  string ibase_errmsg()
DUMP_FUNC:  resource ibase_execute(resource query, int[optional] bind_args)
DUMP_FUNC:  array ibase_fetch_assoc(resource result, int[optional] blob_flag)
DUMP_FUNC:  object ibase_fetch_object(resource result, int[optional] blob_flag)
DUMP_FUNC:  array ibase_fetch_row(resource result, int[optional] blob_flag)
DUMP_FUNC:  array ibase_field_info(resource result, int field_number)
DUMP_FUNC:  bool ibase_free_query(resource query)
DUMP_FUNC:  bool ibase_free_result(resource result)
DUMP_FUNC:  bool ibase_modify_user(string server, string dba_user_name, string dba_password, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  int ibase_num_fields(resource result)
DUMP_FUNC:  resource ibase_pconnect(string database, string[optional] username, string[optional] password, string[optional] charset, int[optional] buffers, int[optional] dialect, string[optional] role)
DUMP_FUNC:  resource ibase_prepare(resource[optional] link_identifier, string query)
DUMP_FUNC:  resource ibase_query(resource[optional] link_identifier, string[optional] query, int[optional] bind_args)
DUMP_FUNC:  bool ibase_rollback(resource link_identifier)
DUMP_FUNC:  int ibase_timefmt(string format)
DUMP_FUNC:  resource ibase_trans(int[optional] trans_args, resource[optional] link_identifier)
DUMP_FUNC:  string iconv(string in_charset, string out_charset, string str)
DUMP_FUNC:  mixed iconv_get_encoding(string[optional] type)
DUMP_FUNC:  bool iconv_set_encoding(string type, string charset)
DUMP_FUNC:  int ifx_affected_rows(resource resultid)
DUMP_FUNC:  bool ifx_blobinfile_mode(int mode)
DUMP_FUNC:  bool ifx_byteasvarchar(int mode)
DUMP_FUNC:  bool ifx_close(resource[optional] connid)
DUMP_FUNC:  resource ifx_connect(string[optional] database, string[optional] userid, string[optional] password)
DUMP_FUNC:  int ifx_copy_blob(int bid)
DUMP_FUNC:  int ifx_create_blob(int type, int mode, string param)
DUMP_FUNC:  int ifx_create_char(string param)
DUMP_FUNC:  bool ifx_do(resource resultid)
DUMP_FUNC:  string ifx_error(resource[optional] connection_id)
DUMP_FUNC:  string ifx_errormsg(int[optional] errorcode)
DUMP_FUNC:  array ifx_fetch_row(resource resultid, mixed[optional] position)
DUMP_FUNC:  array ifx_fieldproperties(resource resultid)
DUMP_FUNC:  array ifx_fieldtypes(resource resultid)
DUMP_FUNC:  bool ifx_free_blob(int bid)
DUMP_FUNC:  bool ifx_free_char(int bid)
DUMP_FUNC:  bool ifx_free_result(resource resultid)
DUMP_FUNC:  string ifx_get_blob(int bid)
DUMP_FUNC:  string ifx_get_char(int bid)
DUMP_FUNC:  array ifx_getsqlca(resource resultid)
DUMP_FUNC:  int ifx_htmltbl_result(resource resultid, string[optional] htmltableoptions)
DUMP_FUNC:  bool ifx_nullformat(int mode)
DUMP_FUNC:  int ifx_num_fields(resource resultid)
DUMP_FUNC:  int ifx_num_rows(resource resultid)
DUMP_FUNC:  resource ifx_pconnect(string[optional] database, string[optional] userid, string[optional] password)
DUMP_FUNC:  resource ifx_prepare(string query, resource connid, int[optional] cursortype, array[optional] idarray)
DUMP_FUNC:  resource ifx_query(string query, resource connid, int[optional] cursortype, array[optional] idarray)
DUMP_FUNC:  bool ifx_textasvarchar(int mode)
DUMP_FUNC:  bool ifx_update_blob(int bid, string content)
DUMP_FUNC:  bool ifx_update_char(int bid, string content)
DUMP_FUNC:  bool ifxus_close_slob(int bid)
DUMP_FUNC:  int ifxus_create_slob(int mode)
DUMP_FUNC:  bool ifxus_free_slob(int bid)
DUMP_FUNC:  int ifxus_open_slob(int bid, int mode)
DUMP_FUNC:  string ifxus_read_slob(int bid, int nbytes)
DUMP_FUNC:  int ifxus_seek_slob(int bid, int mode, long offset)
DUMP_FUNC:  int ifxus_tell_slob(int bid)
DUMP_FUNC:  int ifxus_write_slob(int bid, string content)
DUMP_FUNC:  int ignore_user_abort(bool value)
DUMP_FUNC:  int image2wbmp(resource im, string[optional] filename, int[optional] threshold)
DUMP_FUNC:  string image_type_to_mime_type(int imagetype)
DUMP_FUNC:  bool imagealphablending(resource im, bool on)
DUMP_FUNC:  bool imageantialias(resource im, bool on)
DUMP_FUNC:  bool imagearc(resource im, int cx, int cy, int w, int h, int s, int e, int col)
DUMP_FUNC:  bool imagechar(resource im, int font, int x, int y, string c, int col)
DUMP_FUNC:  bool imagecharup(resource im, int font, int x, int y, string c, int col)
DUMP_FUNC:  int imagecolorallocate(resource im, int red, int green, int blue)
DUMP_FUNC:  int imagecolorallocatealpha(resource im, int red, int green, int blue, int alpha)
DUMP_FUNC:  int imagecolorat(resource im, int x, int y)
DUMP_FUNC:  int imagecolorclosest(resource im, int red, int green, int blue)
DUMP_FUNC:  int imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha)
DUMP_FUNC:  int imagecolorclosesthwb(resource im, int red, int green, int blue)
DUMP_FUNC:  bool imagecolordeallocate(resource im, int index)
DUMP_FUNC:  int imagecolorexact(resource im, int red, int green, int blue)
DUMP_FUNC:  int imagecolorexactalpha(resource im, int red, int green, int blue, int alpha)
DUMP_FUNC:  bool imagecolormatch(resource im1, resource im2)
DUMP_FUNC:  int imagecolorresolve(resource im, int red, int green, int blue)
DUMP_FUNC:  int imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha)
DUMP_FUNC:  void imagecolorset(resource im, int col, int red, int green, int blue)
DUMP_FUNC:  array imagecolorsforindex(resource im, int col)
DUMP_FUNC:  int imagecolorstotal(resource im)
DUMP_FUNC:  int imagecolortransparent(resource im, int[optional] col)
DUMP_FUNC:  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)
DUMP_FUNC:  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)
DUMP_FUNC:  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)
DUMP_FUNC:  bool imagecopyresampled(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)
DUMP_FUNC:  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)
DUMP_FUNC:  resource imagecreate(int x_size, int y_size)
DUMP_FUNC:  resource imagecreatefromgd(string filename)
DUMP_FUNC:  resource imagecreatefromgd2(string filename)
DUMP_FUNC:  resource imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)
DUMP_FUNC:  resource imagecreatefromgif(string filename)
DUMP_FUNC:  resource imagecreatefromjpeg(string filename)
DUMP_FUNC:  resource imagecreatefrompng(string filename)
DUMP_FUNC:  resource imagecreatefromstring(string image)
DUMP_FUNC:  resource imagecreatefromwbmp(string filename)
DUMP_FUNC:  resource imagecreatefromxbm(string filename)
DUMP_FUNC:  resource imagecreatefromxpm(string filename)
DUMP_FUNC:  resource imagecreatetruecolor(int x_size, int y_size)
DUMP_FUNC:  bool imagedashedline(resource im, int x1, int y1, int x2, int y2, int col)
DUMP_FUNC:  bool imagedestroy(resource im)
DUMP_FUNC:  bool imageellipse(resource im, int cx, int cy, int w, int h, int color)
DUMP_FUNC:  bool imagefill(resource im, int x, int y, int col)
DUMP_FUNC:  bool imagefilledarc(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style)
DUMP_FUNC:  bool imagefilledellipse(resource im, int cx, int cy, int w, int h, int color)
DUMP_FUNC:  bool imagefilledpolygon(resource im, array point, int num_points, int col)
DUMP_FUNC:  bool imagefilledrectangle(resource im, int x1, int y1, int x2, int y2, int col)
DUMP_FUNC:  bool imagefilltoborder(resource im, int x, int y, int border, int col)
DUMP_FUNC:  int imagefontheight(int font)
DUMP_FUNC:  int imagefontwidth(int font)
DUMP_FUNC:  array imageftbbox(float size, float angle, string font_file, string text, array[optional] extrainfo)
DUMP_FUNC:  array imagefttext(resource im, float size, float angle, int x, int y, int col, string font_file, string text, array[optional] extrainfo)
DUMP_FUNC:  bool imagegammacorrect(resource im, float inputgamma, float outputgamma)
DUMP_FUNC:  bool imagegd(resource im, string[optional] filename)
DUMP_FUNC:  bool imagegd2(resource im, string[optional] filename, int[optional] chunk_size, int[optional] type)
DUMP_FUNC:  bool imagegif(resource im, string[optional] filename)
DUMP_FUNC:  int imageinterlace(resource im, int[optional] interlace)
DUMP_FUNC:  bool imageistruecolor(resource im)
DUMP_FUNC:  bool imagejpeg(resource im, string[optional] filename, int[optional] quality)
DUMP_FUNC:  bool imagelayereffect(resource im, int effect)
DUMP_FUNC:  bool imageline(resource im, int x1, int y1, int x2, int y2, int col)
DUMP_FUNC:  int imageloadfont(string filename)
DUMP_FUNC:  void imagepalettecopy(resource dst, resource src)
DUMP_FUNC:  bool imagepng(resource im, string[optional] filename)
DUMP_FUNC:  bool imagepolygon(resource im, array point, int num_points, int col)
DUMP_FUNC:  array imagepsbbox(string text, resource font, int size, int[optional] space, int tightness, int angle)
DUMP_FUNC:  int imagepscopyfont(int font_index)
DUMP_FUNC:  bool imagepsencodefont(resource font_index, string filename)
DUMP_FUNC:  bool imagepsextendfont(resource font_index, float extend)
DUMP_FUNC:  bool imagepsfreefont(resource font_index)
DUMP_FUNC:  resource imagepsloadfont(string pathname)
DUMP_FUNC:  bool imagepsslantfont(resource font_index, float slant)
DUMP_FUNC:  array imagepstext(resource image, string text, resource font, int size, int xcoord, int ycoord, int[optional] space, int tightness, float angle, int antialias)
DUMP_FUNC:  bool imagerectangle(resource im, int x1, int y1, int x2, int y2, int col)
DUMP_FUNC:  resource imagerotate(resource src_im, float angle, int bgdcolor)
DUMP_FUNC:  bool imagesavealpha(resource im, bool on)
DUMP_FUNC:  bool imagesetbrush(resource image, resource brush)
DUMP_FUNC:  bool imagesetpixel(resource im, int x, int y, int col)
DUMP_FUNC:  bool imagesetstyle(resource im, array styles)
DUMP_FUNC:  bool imagesetthickness(resource im, int thickness)
DUMP_FUNC:  bool imagesettile(resource image, resource tile)
DUMP_FUNC:  bool imagestring(resource im, int font, int x, int y, string str, int col)
DUMP_FUNC:  bool imagestringup(resource im, int font, int x, int y, string str, int col)
DUMP_FUNC:  int imagesx(resource im)
DUMP_FUNC:  int imagesy(resource im)
DUMP_FUNC:  bool imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)
DUMP_FUNC:  array imagettfbbox(float size, float angle, string font_file, string text)
DUMP_FUNC:  array imagettftext(resource im, float size, float angle, int x, int y, int col, string font_file, string text)
DUMP_FUNC:  int imagetypes()
DUMP_FUNC:  bool imagewbmp(resource im, string[optional] filename, int[optional] foreground)
DUMP_FUNC:  string imap_8bit(string text)
DUMP_FUNC:  array imap_alerts()
DUMP_FUNC:  bool imap_append(resource stream_id, string folder, string message, string[optional] options)
DUMP_FUNC:  string imap_base64(string text)
DUMP_FUNC:  string imap_binary(string text)
DUMP_FUNC:  string imap_body(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  object imap_bodystruct(resource stream_id, int msg_no, string section)
DUMP_FUNC:  object imap_check(resource stream_id)
DUMP_FUNC:  bool imap_clearflag_full(resource stream_id, string sequence, string flag, int[optional] options)
DUMP_FUNC:  bool imap_close(resource stream_id, int[optional] options)
DUMP_FUNC:  bool imap_create(resource stream_id, string mailbox)
DUMP_FUNC:  bool imap_createmailbox(resource stream_id, string mailbox)
DUMP_FUNC:  bool imap_delete(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  bool imap_deletemailbox(resource stream_id, string mailbox)
DUMP_FUNC:  array imap_errors()
DUMP_FUNC:  bool imap_expunge(resource stream_id)
DUMP_FUNC:  array imap_fetch_overview(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  string imap_fetchbody(resource stream_id, int msg_no, string section, int[optional] options)
DUMP_FUNC:  string imap_fetchheader(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  object imap_fetchstructure(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  string imap_fetchtext(resource stream_id, int msg_no, int[optional] options)
DUMP_FUNC:  array imap_get_quota(resource stream_id, string qroot)
DUMP_FUNC:  array imap_get_quotaroot(resource stream_id, string mbox)
DUMP_FUNC:  array imap_getmailboxes(resource stream_id, string ref, string pattern)
DUMP_FUNC:  array imap_getsubscribed(resource stream_id, string ref, string pattern)
DUMP_FUNC:  object imap_header(resource stream_id, int msg_no, int[optional] from_length, int[optional] subject_length, string[optional] default_host)
DUMP_FUNC:  object imap_headerinfo(resource stream_id, int msg_no, int[optional] from_length, int[optional] subject_length, string[optional] default_host)
DUMP_FUNC:  array imap_headers(resource stream_id)
DUMP_FUNC:  string imap_last_error()
DUMP_FUNC:  array imap_list(resource stream_id, string ref, string pattern)
DUMP_FUNC:  array imap_listmailbox(resource stream_id, string ref, string pattern)
DUMP_FUNC:  array imap_listsubscribed(resource stream_id, string ref, string pattern)
DUMP_FUNC:  array imap_lsub(resource stream_id, string ref, string pattern)
DUMP_FUNC:  bool imap_mail(string to, string subject, string message, string[optional] additional_headers, string[optional] cc, string[optional] bcc, string[optional] rpath)
DUMP_FUNC:  string imap_mail_compose(array envelope, array body)
DUMP_FUNC:  bool imap_mail_copy(resource stream_id, int msg_no, string mailbox, int[optional] options)
DUMP_FUNC:  bool imap_mail_move(resource stream_id, int msg_no, string mailbox, int[optional] options)
DUMP_FUNC:  object imap_mailboxmsginfo(resource stream_id)
DUMP_FUNC:  array imap_mime_header_decode(string str)
DUMP_FUNC:  int imap_msgno(resource stream_id, int unique_msg_id)
DUMP_FUNC:  int imap_num_msg(resource stream_id)
DUMP_FUNC:  int imap_num_recent(resource stream_id)
DUMP_FUNC:  resource imap_open(string mailbox, string user, string password, int[optional] options)
DUMP_FUNC:  bool imap_ping(resource stream_id)
DUMP_FUNC:  string imap_qprint(string text)
DUMP_FUNC:  bool imap_rename(resource stream_id, string old_name, string new_name)
DUMP_FUNC:  bool imap_renamemailbox(resource stream_id, string old_name, string new_name)
DUMP_FUNC:  bool imap_reopen(resource stream_id, string mailbox, int[optional] options)
DUMP_FUNC:  array imap_rfc822_parse_adrlist(string address_string, string default_host)
DUMP_FUNC:  object imap_rfc822_parse_headers(string headers, string[optional] default_host)
DUMP_FUNC:  string imap_rfc822_write_address(string mailbox, string host, string personal)
DUMP_FUNC:  array imap_scan(resource stream_id, string ref, string pattern, string content)
DUMP_FUNC:  array imap_search(resource stream_id, string criteria, int[optional] options, string[optional] charset)
DUMP_FUNC:  bool imap_set_quota(resource stream_id, string qroot, int mailbox_size)
DUMP_FUNC:  bool imap_setacl(resource stream_id, string mailbox, string id, string rights)
DUMP_FUNC:  bool imap_setflag_full(resource stream_id, string sequence, string flag, int[optional] options)
DUMP_FUNC:  array imap_sort(resource stream_id, int criteria, int reverse, int[optional] options, string[optional] search_criteria, string[optional] charset)
DUMP_FUNC:  object imap_status(resource stream_id, string mailbox, int options)
DUMP_FUNC:  bool imap_subscribe(resource stream_id, string mailbox)
DUMP_FUNC:  array imap_thread(resource stream_id, int[optional] options)
DUMP_FUNC:  mixed imap_timeout(int timeout_type, int[optional] timeout)
DUMP_FUNC:  int imap_uid(resource stream_id, int msg_no)
DUMP_FUNC:  bool imap_undelete(resource stream_id, int msg_no)
DUMP_FUNC:  bool imap_unsubscribe(resource stream_id, string mailbox)
DUMP_FUNC:  string imap_utf7_decode(string buf)
DUMP_FUNC:  string imap_utf7_encode(string buf)
DUMP_FUNC:  string imap_utf8(string mime_encoded_text)
DUMP_FUNC:  string implode(string[optional] glue, array pieces)
DUMP_FUNC:  bool import_request_variables(string types, string[optional] prefix)
DUMP_FUNC:  bool in_array(mixed needle, array haystack, bool[optional] strict)
DUMP_FUNC:  bool ingres_autocommit(resource[optional] link)
DUMP_FUNC:  bool ingres_close(resource[optional] link)
DUMP_FUNC:  bool ingres_commit(resource[optional] link)
DUMP_FUNC:  resource ingres_connect(string[optional] database, string[optional] username, string[optional] password)
DUMP_FUNC:  array ingres_fetch_array(int[optional] result_type, resource[optional] link)
DUMP_FUNC:  object ingres_fetch_object(int[optional] result_type, resource[optional] link)
DUMP_FUNC:  array ingres_fetch_row(resource[optional] link)
DUMP_FUNC:  int ingres_field_length(int index, resource[optional] link)
DUMP_FUNC:  string ingres_field_name(int index, resource[optional] link)
DUMP_FUNC:  bool ingres_field_nullable(int index, resource[optional] link)
DUMP_FUNC:  int ingres_field_precision(int index, resource[optional] link)
DUMP_FUNC:  int ingres_field_scale(int index, resource[optional] link)
DUMP_FUNC:  string ingres_field_type(int index, resource[optional] link)
DUMP_FUNC:  int ingres_num_fields(resource[optional] link)
DUMP_FUNC:  int ingres_num_rows(resource[optional] link)
DUMP_FUNC:  resource ingres_pconnect(string[optional] database, string[optional] username, string[optional] password)
DUMP_FUNC:  bool ingres_query(string query, resource[optional] link)
DUMP_FUNC:  bool ingres_rollback(resource[optional] link)
DUMP_FUNC:  string ini_alter(string varname, string newvalue)
DUMP_FUNC:  string ini_get(string varname)
DUMP_FUNC:  array ini_get_all(string[optional] extension)
DUMP_FUNC:  void ini_restore(string varname)
DUMP_FUNC:  string ini_set(string varname, string newvalue)
DUMP_FUNC:  int intval(mixed var, int[optional] base)
DUMP_FUNC:  int ip2long(string ip_address)
DUMP_FUNC:  mixed iptcembed(string iptcdata, string jpeg_file_name, int[optional] spool)
DUMP_FUNC:  array iptcparse(string iptcdata)
DUMP_FUNC:  bool ircg_channel_mode(int connection, string channel, string mode_spec, string nick)
DUMP_FUNC:  bool ircg_disconnect(int connection, string reason)
DUMP_FUNC:  array ircg_eval_ecmascript_params(string params)
DUMP_FUNC:  array ircg_fetch_error_msg(int connection)
DUMP_FUNC:  string ircg_get_username(int connection)
DUMP_FUNC:  string ircg_html_encode(string html_text)
DUMP_FUNC:  void ircg_ignore_add(int connection, string nick)
DUMP_FUNC:  bool ircg_ignore_del(int connection, string nick)
DUMP_FUNC:  bool ircg_invite(int connection, string channel, string nickname)
DUMP_FUNC:  bool ircg_is_conn_alive(int connection)
DUMP_FUNC:  bool ircg_join(int connection, string channel, string[optional] chan_key)
DUMP_FUNC:  bool ircg_kick(int connection, string channel, string nick, string reason)
DUMP_FUNC:  bool ircg_list(int connection, string channel)
DUMP_FUNC:  bool ircg_lookup_format_messages(string name)
DUMP_FUNC:  bool ircg_lusers(int connection)
DUMP_FUNC:  bool ircg_msg(int connection, string recipient, string message, bool[optional] loop_suppress)
DUMP_FUNC:  bool ircg_names(int connection, string channel, string[optional] target)
DUMP_FUNC:  bool ircg_nick(int connection, string newnick)
DUMP_FUNC:  string ircg_nickname_escape(string nick)
DUMP_FUNC:  string ircg_nickname_unescape(string nick)
DUMP_FUNC:  bool ircg_notice(int connection, string recipient, string message)
DUMP_FUNC:  bool ircg_oper(int connection, string name, string password)
DUMP_FUNC:  bool ircg_part(int connection, string channel)
DUMP_FUNC:  resource ircg_pconnect(string username, string[optional] server, int[optional] port, string[optional] format_msg_set_name, array[optional] ctcp_set, array[optional] user_details, bool[optional] bailout_on_trivial)
DUMP_FUNC:  bool ircg_register_format_messages(string name, array messages)
DUMP_FUNC:  bool ircg_set_current(int connection)
DUMP_FUNC:  bool ircg_set_file(int connection, string path)
DUMP_FUNC:  bool ircg_set_on_die(int connection, string host, int port, string data)
DUMP_FUNC:  bool ircg_topic(int connection, string channel, string topic)
DUMP_FUNC:  bool ircg_who(int connection, string mask, bool[optional] ops_only)
DUMP_FUNC:  bool ircg_whois(int connection, string nick)
DUMP_FUNC:  bool is_a(object object, string class_name)
DUMP_FUNC:  bool is_array(mixed var)
DUMP_FUNC:  bool is_bool(mixed var)
DUMP_FUNC:  bool is_callable(mixed var, bool[optional] syntax_only, string[optional] callable_name)
DUMP_FUNC:  bool is_dir(string filename)
DUMP_FUNC:  bool is_double(mixed var)
DUMP_FUNC:  bool is_executable(string filename)
DUMP_FUNC:  bool is_file(string filename)
DUMP_FUNC:  bool is_finite(float val)
DUMP_FUNC:  bool is_float(mixed var)
DUMP_FUNC:  bool is_infinite(float val)
DUMP_FUNC:  bool is_int(mixed var)
DUMP_FUNC:  bool is_integer(mixed var)
DUMP_FUNC:  bool is_link(string filename)
DUMP_FUNC:  bool is_long(mixed var)
DUMP_FUNC:  bool is_nan(float val)
DUMP_FUNC:  bool is_null(mixed var)
DUMP_FUNC:  bool is_numeric(mixed value)
DUMP_FUNC:  bool is_object(mixed var)
DUMP_FUNC:  bool is_readable(string filename)
DUMP_FUNC:  bool is_real(mixed var)
DUMP_FUNC:  bool is_resource(mixed var)
DUMP_FUNC:  bool is_scalar(mixed value)
DUMP_FUNC:  bool is_string(mixed var)
DUMP_FUNC:  bool is_subclass_of(object object, string class_name)
DUMP_FUNC:  bool is_uploaded_file(string path)
DUMP_FUNC:  bool is_writable(string filename)
DUMP_FUNC:  bool is_writeable(string filename)
DUMP_FUNC:  object java(string class)
DUMP_FUNC:  array java_get_statistics()
DUMP_FUNC:  array java_get_version_info()
DUMP_FUNC:  void java_last_exception_clear()
DUMP_FUNC:  object java_last_exception_get()
DUMP_FUNC:  array java_set_encoding(string encoding)
DUMP_FUNC:  void java_set_ignore_case(bool ignore)
DUMP_FUNC:  void java_throw_exceptions(bool ignore)
DUMP_FUNC:  mixed jddayofweek(int juliandaycount, int[optional] mode)
DUMP_FUNC:  string jdmonthname(int juliandaycount, int mode)
DUMP_FUNC:  string jdtofrench(int juliandaycount)
DUMP_FUNC:  string jdtogregorian(int juliandaycount)
DUMP_FUNC:  string jdtojewish(int juliandaycount, bool[optional] hebrew, int[optional] fl)
DUMP_FUNC:  string jdtojulian(int juliandaycount)
DUMP_FUNC:  int jdtounix(int jday)
DUMP_FUNC:  int jewishtojd(int month, int day, int year)
DUMP_FUNC:  string join(string[optional] glue, array pieces)
DUMP_FUNC:  int jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
DUMP_FUNC:  int juliantojd(int month, int day, int year)
DUMP_FUNC:  mixed key(array array_arg)
DUMP_FUNC:  bool key_exists(mixed key, array search)
DUMP_FUNC:  bool krsort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  bool ksort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  float lcg_value()
DUMP_FUNC:  string ldap_8859_to_t61(string value)
DUMP_FUNC:  bool ldap_add(resource link, string dn, array entry)
DUMP_FUNC:  bool ldap_bind(resource link, string[optional] dn, string password)
DUMP_FUNC:  bool ldap_close(resource link)
DUMP_FUNC:  mixed ldap_compare(resource link, string dn, string attr, string value)
DUMP_FUNC:  resource ldap_connect(string[optional] host, int[optional] port)
DUMP_FUNC:  int ldap_count_entries(resource link, resource result)
DUMP_FUNC:  bool ldap_delete(resource link, string dn)
DUMP_FUNC:  string ldap_dn2ufn(string dn)
DUMP_FUNC:  string ldap_err2str(int errno)
DUMP_FUNC:  int ldap_errno(resource link)
DUMP_FUNC:  string ldap_error(resource link)
DUMP_FUNC:  array ldap_explode_dn(string dn, int with_attrib)
DUMP_FUNC:  string ldap_first_attribute(resource link, resource result_entry, int ber)
DUMP_FUNC:  resource ldap_first_entry(resource link, resource result)
DUMP_FUNC:  resource ldap_first_reference(resource link, resource result)
DUMP_FUNC:  bool ldap_free_result(resource result)
DUMP_FUNC:  array ldap_get_attributes(resource link, resource result_entry)
DUMP_FUNC:  string ldap_get_dn(resource link, resource result_entry)
DUMP_FUNC:  array ldap_get_entries(resource link, resource result)
DUMP_FUNC:  bool ldap_get_option(resource link, int option, mixed retval)
DUMP_FUNC:  array ldap_get_values(resource link, resource result_entry, string attribute)
DUMP_FUNC:  array ldap_get_values_len(resource link, resource result_entry, string attribute)
DUMP_FUNC:  resource ldap_list(resource link, string base_dn, string filter, array[optional] attrs, int[optional] attrsonly, int[optional] sizelimit, int[optional] timelimit, int[optional] deref)
DUMP_FUNC:  bool ldap_mod_add(resource link, string dn, array entry)
DUMP_FUNC:  bool ldap_mod_del(resource link, string dn, array entry)
DUMP_FUNC:  bool ldap_mod_replace(resource link, string dn, array entry)
DUMP_FUNC:  bool ldap_modify(resource link, string dn, array entry)
DUMP_FUNC:  string ldap_next_attribute(resource link, resource result_entry, resource ber)
DUMP_FUNC:  resource ldap_next_entry(resource link, resource result_entry)
DUMP_FUNC:  resource ldap_next_reference(resource link, resource reference_entry)
DUMP_FUNC:  bool ldap_parse_reference(resource link, resource reference_entry, array referrals)
DUMP_FUNC:  bool ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
DUMP_FUNC:  resource ldap_read(resource link, string base_dn, string filter, array[optional] attrs, int[optional] attrsonly, int[optional] sizelimit, int[optional] timelimit, int[optional] deref)
DUMP_FUNC:  bool ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)
DUMP_FUNC:  resource ldap_search(resource link, string base_dn, string filter, array[optional] attrs, int[optional] attrsonly, int[optional] sizelimit, int[optional] timelimit, int[optional] deref)
DUMP_FUNC:  bool ldap_set_option(resource link, int option, mixed newval)
DUMP_FUNC:  bool ldap_set_rebind_proc(resource link, string callback)
DUMP_FUNC:  bool ldap_sort(resource link, resource result, string sortfilter)
DUMP_FUNC:  bool ldap_start_tls(resource link)
DUMP_FUNC:  string ldap_t61_to_8859(string value)
DUMP_FUNC:  bool ldap_unbind(resource link)
DUMP_FUNC:  void leak(int[optional] num_bytes)
DUMP_FUNC:  int levenshtein(string str1, string str2)
DUMP_FUNC:  bool link(string target, string link)
DUMP_FUNC:  int linkinfo(string filename)
DUMP_FUNC:  array localeconv()
DUMP_FUNC:  array localtime(int[optional] timestamp, bool[optional] associative_array)
DUMP_FUNC:  float log(float number, float[optional] base)
DUMP_FUNC:  float log10(float number)
DUMP_FUNC:  float log1p(float number)
DUMP_FUNC:  string long2ip(int proper_address)
DUMP_FUNC:  array lstat(string filename)
DUMP_FUNC:  string ltrim(string str, string[optional] character_mask)
DUMP_FUNC:  int m_adduser(resource conn, string admin_password, int usersetup)
DUMP_FUNC:  int m_adduserarg(resource usersetup, int argtype, string argval)
DUMP_FUNC:  int m_bt(resource conn, string username, string password)
DUMP_FUNC:  int m_checkstatus(resource conn, int identifier)
DUMP_FUNC:  int m_chkpwd(resource conn, string username, string password)
DUMP_FUNC:  int m_chngpwd(resource conn, string admin_password, string new_password)
DUMP_FUNC:  int m_completeauthorizations(resource conn, int array)
DUMP_FUNC:  int m_connect(resource conn)
DUMP_FUNC:  string m_connectionerror(resource conn)
DUMP_FUNC:  bool m_deleteresponse(resource conn, int identifier)
DUMP_FUNC:  bool m_deletetrans(resource conn, int identifier)
DUMP_FUNC:  void m_deleteusersetup(resource usersetup)
DUMP_FUNC:  int m_deluser(resource conn, string admin_password, string username)
DUMP_FUNC:  bool m_destroyconn(resource conn)
DUMP_FUNC:  void m_destroyengine()
DUMP_FUNC:  int m_disableuser(resource conn, string admin_password, string username)
DUMP_FUNC:  int m_edituser(resource conn, string admin_password, int usersetup)
DUMP_FUNC:  int m_enableuser(resource conn, string admin_password, string username)
DUMP_FUNC:  int m_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)
DUMP_FUNC:  string m_getcell(resource conn, int identifier, string column, int row)
DUMP_FUNC:  string m_getcellbynum(resource conn, int identifier, int column, int row)
DUMP_FUNC:  string m_getcommadelimited(resource conn, int identifier)
DUMP_FUNC:  string m_getheader(resource conn, int identifier, int column_num)
DUMP_FUNC:  string m_getuserarg(resource usersetup, int argtype)
DUMP_FUNC:  string m_getuserparam(resource conn, long identifier, int key)
DUMP_FUNC:  int m_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
DUMP_FUNC:  int m_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)
DUMP_FUNC:  int m_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
DUMP_FUNC:  resource m_initconn()
DUMP_FUNC:  int m_initengine(string location)
DUMP_FUNC:  resource m_initusersetup()
DUMP_FUNC:  int m_iscommadelimited(resource conn, int identifier)
DUMP_FUNC:  int m_liststats(resource conn, string admin_password)
DUMP_FUNC:  int m_listusers(resource conn, string admin_password)
DUMP_FUNC:  bool m_maxconntimeout(resource conn, int secs)
DUMP_FUNC:  int m_monitor(resource conn)
DUMP_FUNC:  int m_numcolumns(resource conn, int identifier)
DUMP_FUNC:  int m_numrows(resource conn, int identifier)
DUMP_FUNC:  int m_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)
DUMP_FUNC:  int m_parsecommadelimited(resource conn, int identifier)
DUMP_FUNC:  int m_ping(resource conn)
DUMP_FUNC:  int m_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)
DUMP_FUNC:  int m_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum)
DUMP_FUNC:  int m_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)
DUMP_FUNC:  string m_responseparam(resource conn, long identifier, string key)
DUMP_FUNC:  int m_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)
DUMP_FUNC:  int m_returncode(resource conn, int identifier)
DUMP_FUNC:  int m_returnstatus(resource conn, int identifier)
DUMP_FUNC:  int m_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)
DUMP_FUNC:  int m_setblocking(resource conn, int tf)
DUMP_FUNC:  int m_setdropfile(resource conn, string directory)
DUMP_FUNC:  int m_setip(resource conn, string host, int port)
DUMP_FUNC:  int m_setssl(resource conn, string host, int port)
DUMP_FUNC:  int m_setssl_files(resource conn, string sslkeyfile, string sslcertfile)
DUMP_FUNC:  int m_settimeout(resource conn, int seconds)
DUMP_FUNC:  int m_settle(resource conn, string username, string password, string batch)
DUMP_FUNC:  string m_text_avs(string code)
DUMP_FUNC:  string m_text_code(string code)
DUMP_FUNC:  string m_text_cv(int code)
DUMP_FUNC:  string m_transactionauth(resource conn, int identifier)
DUMP_FUNC:  int m_transactionavs(resource conn, int identifier)
DUMP_FUNC:  int m_transactionbatch(resource conn, int identifier)
DUMP_FUNC:  int m_transactioncv(resource conn, int identifier)
DUMP_FUNC:  int m_transactionid(resource conn, int identifier)
DUMP_FUNC:  int m_transactionitem(resource conn, int identifier)
DUMP_FUNC:  int m_transactionssent(resource conn)
DUMP_FUNC:  string m_transactiontext(resource conn, int identifier)
DUMP_FUNC:  int m_transinqueue(resource conn)
DUMP_FUNC:  int m_transnew(resource conn)
DUMP_FUNC:  int m_transparam(resource conn, long identifier, int key)
DUMP_FUNC:  int m_transsend(resource conn, long identifier)
DUMP_FUNC:  int m_ub(resource conn, string username, string password)
DUMP_FUNC:  int m_uwait(long microsecs)
DUMP_FUNC:  bool m_verifyconnection(resource conn, int tf)
DUMP_FUNC:  bool m_verifysslcert(resource conn, int tf)
DUMP_FUNC:  int m_void(resource conn, string username, string password, int sid, int ptrannum)
DUMP_FUNC:  bool magic_quotes_runtime(int new_setting)
DUMP_FUNC:  bool mail(string to, string subject, string message, string[optional] additional_headers, string[optional] additional_parameters)
DUMP_FUNC:  mixed max(mixed arg1, mixed[optional] arg2)
DUMP_FUNC:  bool mb_check_encoding(string[optional] var, string encoding)
DUMP_FUNC:  string mb_convert_case(string sourcestring, int mode, string[optional] encoding)
DUMP_FUNC:  string mb_convert_encoding(string str, string to_encoding, mixed[optional] from_encoding)
DUMP_FUNC:  string mb_convert_kana(string str, string[optional] option, string[optional] encoding)
DUMP_FUNC:  string mb_convert_variables(string to_encoding, mixed from_encoding)
DUMP_FUNC:  string mb_decode_mimeheader(string string)
DUMP_FUNC:  string mb_decode_numericentity(string string, array convmap, string[optional] encoding)
DUMP_FUNC:  string mb_detect_encoding(string str, mixed[optional] encoding_list, bool[optional] strict)
DUMP_FUNC:  mixed mb_detect_order(mixed[optional] encoding_list)
DUMP_FUNC:  string mb_encode_mimeheader(string str, string[optional] charset, string[optional] transfer_encoding, string[optional] linefeed, int[optional] indent)
DUMP_FUNC:  string mb_encode_numericentity(string string, array convmap, string[optional] encoding)
DUMP_FUNC:  int mb_ereg(string pattern, string string, array[optional] registers)
DUMP_FUNC:  bool mb_ereg_match(string pattern, string string, string[optional] option)
DUMP_FUNC:  string mb_ereg_replace(string pattern, string replacement, string string, string[optional] option)
DUMP_FUNC:  bool mb_ereg_search(string[optional] pattern, string option)
DUMP_FUNC:  int mb_ereg_search_getpos()
DUMP_FUNC:  array mb_ereg_search_getregs()
DUMP_FUNC:  bool mb_ereg_search_init(string string, string[optional] pattern, string option)
DUMP_FUNC:  array mb_ereg_search_pos(string[optional] pattern, string option)
DUMP_FUNC:  array mb_ereg_search_regs(string[optional] pattern, string option)
DUMP_FUNC:  bool mb_ereg_search_setpos(int position)
DUMP_FUNC:  int mb_eregi(string pattern, string string, array[optional] registers)
DUMP_FUNC:  string mb_eregi_replace(string pattern, string replacement, string string)
DUMP_FUNC:  mixed mb_get_info(string[optional] type)
DUMP_FUNC:  mixed mb_http_input(string[optional] type)
DUMP_FUNC:  mixed mb_http_output(string[optional] encoding)
DUMP_FUNC:  mixed mb_internal_encoding(string[optional] encoding)
DUMP_FUNC:  mixed mb_language(string[optional] language)
DUMP_FUNC:  string mb_output_handler(string contents, int status)
DUMP_FUNC:  bool mb_parse_str(string encoded_string, array[optional] result)
DUMP_FUNC:  string mb_preferred_mime_name(string encoding)
DUMP_FUNC:  mixed mb_regex_encoding(string[optional] encoding)
DUMP_FUNC:  string mb_regex_set_options(string[optional] options)
DUMP_FUNC:  bool mb_send_mail(string to, string subject, string message, string[optional] additional_headers, string[optional] additional_parameters)
DUMP_FUNC:  array mb_split(string pattern, string string, int[optional] limit)
DUMP_FUNC:  string mb_strcut(string str, int start, int[optional] length, string[optional] encoding)
DUMP_FUNC:  string mb_strimwidth(string str, int start, int width, string[optional] trimmarker, string[optional] encoding)
DUMP_FUNC:  int mb_strlen(string str, string[optional] encoding)
DUMP_FUNC:  int mb_strpos(string haystack, string needle, int[optional] offset, string[optional] encoding)
DUMP_FUNC:  int mb_strrpos(string haystack, string needle, string[optional] encoding)
DUMP_FUNC:  string mb_strtolower(string sourcestring, string[optional] encoding)
DUMP_FUNC:  string mb_strtoupper(string sourcestring, string[optional] encoding)
DUMP_FUNC:  int mb_strwidth(string str, string[optional] encoding)
DUMP_FUNC:  mixed mb_substitute_character(mixed[optional] substchar)
DUMP_FUNC:  string mb_substr(string str, int start, int[optional] length, string[optional] encoding)
DUMP_FUNC:  int mb_substr_count(string haystack, string needle, string[optional] encoding)
DUMP_FUNC:  int mbereg(string pattern, string string, array[optional] registers)
DUMP_FUNC:  bool mbereg_match(string pattern, string string, string[optional] option)
DUMP_FUNC:  string mbereg_replace(string pattern, string replacement, string string, string[optional] option)
DUMP_FUNC:  bool mbereg_search(string[optional] pattern, string option)
DUMP_FUNC:  int mbereg_search_getpos()
DUMP_FUNC:  array mbereg_search_getregs()
DUMP_FUNC:  bool mbereg_search_init(string string, string[optional] pattern, string option)
DUMP_FUNC:  array mbereg_search_pos(string[optional] pattern, string option)
DUMP_FUNC:  array mbereg_search_regs(string[optional] pattern, string option)
DUMP_FUNC:  bool mbereg_search_setpos(int position)
DUMP_FUNC:  int mberegi(string pattern, string string, array[optional] registers)
DUMP_FUNC:  string mberegi_replace(string pattern, string replacement, string string)
DUMP_FUNC:  mixed mbregex_encoding(string[optional] encoding)
DUMP_FUNC:  array mbsplit(string pattern, string string, int[optional] limit)
DUMP_FUNC:  string mbstrcut(string str, int start, int[optional] length, string[optional] encoding)
DUMP_FUNC:  int mbstrlen(string str, string[optional] encoding)
DUMP_FUNC:  int mbstrpos(string haystack, string needle, int[optional] offset, string[optional] encoding)
DUMP_FUNC:  int mbstrrpos(string haystack, string needle, string[optional] encoding)
DUMP_FUNC:  string mbsubstr(string str, int start, int[optional] length, string[optional] encoding)
DUMP_FUNC:  int mcal_append_event(int stream_id)
DUMP_FUNC:  bool mcal_close(int stream_id, int[optional] options)
DUMP_FUNC:  bool mcal_create_calendar(int stream_id, string calendar)
DUMP_FUNC:  int mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday)
DUMP_FUNC:  bool mcal_date_valid(int year, int month, int day)
DUMP_FUNC:  int mcal_day_of_week(int year, int month, int day)
DUMP_FUNC:  int mcal_day_of_year(int year, int month, int day)
DUMP_FUNC:  int mcal_days_in_month(int month, bool leap_year)
DUMP_FUNC:  bool mcal_delete_calendar(int stream_id, string calendar)
DUMP_FUNC:  bool mcal_delete_event(int stream_id, int event_id)
DUMP_FUNC:  bool mcal_event_add_attribute(int stream_id, string attribute, string value)
DUMP_FUNC:  void mcal_event_init(int stream_id)
DUMP_FUNC:  void mcal_event_set_alarm(int stream_id, int alarm)
DUMP_FUNC:  void mcal_event_set_category(int stream_id, string category)
DUMP_FUNC:  void mcal_event_set_class(int stream_id, int class)
DUMP_FUNC:  void mcal_event_set_description(int stream_id, string description)
DUMP_FUNC:  void mcal_event_set_end(int stream_id, int year, int month, int day, int[optional] hour, int min, int sec)
DUMP_FUNC:  void mcal_event_set_recur_daily(int stream_id, int year, int month, int day, int interval)
DUMP_FUNC:  void mcal_event_set_recur_monthly_mday(int stream_id, int year, int month, int day, int interval)
DUMP_FUNC:  void mcal_event_set_recur_monthly_wday(int stream_id, int year, int month, int day, int interval)
DUMP_FUNC:  void mcal_event_set_recur_none(int stream_id)
DUMP_FUNC:  void mcal_event_set_recur_weekly(int stream_id, int year, int month, int day, int interval, int weekdays)
DUMP_FUNC:  void mcal_event_set_recur_yearly(int stream_id, int year, int month, int day, int interval)
DUMP_FUNC:  void mcal_event_set_start(int stream_id, int year, int month, int day, int[optional] hour, int min, int sec)
DUMP_FUNC:  void mcal_event_set_title(int stream_id, string title)
DUMP_FUNC:  bool mcal_expunge(int stream_id)
DUMP_FUNC:  object mcal_fetch_current_stream_event(int stream_id)
DUMP_FUNC:  object mcal_fetch_event(int stream_id, int eventid, int[optional] options)
DUMP_FUNC:  bool mcal_is_leap_year(int year)
DUMP_FUNC:  array mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
DUMP_FUNC:  array mcal_list_events(int stream_id, object begindate, object[optional] enddate)
DUMP_FUNC:  object mcal_next_recurrence(int stream_id, int weekstart, array next)
DUMP_FUNC:  int mcal_open(string calendar, string user, string password, int[optional] options)
DUMP_FUNC:  int mcal_popen(string calendar, string user, string password, int[optional] options)
DUMP_FUNC:  bool mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar)
DUMP_FUNC:  bool mcal_reopen(int stream_id, string calendar, int[optional] options)
DUMP_FUNC:  bool mcal_snooze(int stream_id, int uid)
DUMP_FUNC:  int mcal_store_event(int stream_id)
DUMP_FUNC:  bool mcal_time_valid(int hour, int min, int sec)
DUMP_FUNC:  int mcal_week_of_year(int day, int month, int year)
DUMP_FUNC:  string mcrypt_cbc(int cipher, string key, string data, int mode, string[optional] iv)
DUMP_FUNC:  string mcrypt_cfb(int cipher, string key, string data, int mode, string iv)
DUMP_FUNC:  string mcrypt_create_iv(int size, int source)
DUMP_FUNC:  string mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)
DUMP_FUNC:  string mcrypt_ecb(int cipher, string key, string data, int mode)
DUMP_FUNC:  string mcrypt_enc_get_algorithms_name(resource td)
DUMP_FUNC:  int mcrypt_enc_get_block_size(resource td)
DUMP_FUNC:  int mcrypt_enc_get_iv_size(resource td)
DUMP_FUNC:  int mcrypt_enc_get_key_size(resource td)
DUMP_FUNC:  string mcrypt_enc_get_modes_name(resource td)
DUMP_FUNC:  array mcrypt_enc_get_supported_key_sizes(resource td)
DUMP_FUNC:  bool mcrypt_enc_is_block_algorithm(resource td)
DUMP_FUNC:  bool mcrypt_enc_is_block_algorithm_mode(resource td)
DUMP_FUNC:  bool mcrypt_enc_is_block_mode(resource td)
DUMP_FUNC:  int mcrypt_enc_self_test(resource td)
DUMP_FUNC:  string mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)
DUMP_FUNC:  string mcrypt_generic(resource td, string data)
DUMP_FUNC:  bool mcrypt_generic_deinit(resource td)
DUMP_FUNC:  bool mcrypt_generic_end(resource td)
DUMP_FUNC:  int mcrypt_generic_init(resource td, string key, string iv)
DUMP_FUNC:  int mcrypt_get_block_size(int cipher)
DUMP_FUNC:  string mcrypt_get_cipher_name(int cipher)
DUMP_FUNC:  int mcrypt_get_iv_size(string cipher, string module)
DUMP_FUNC:  int mcrypt_get_key_size(int cipher)
DUMP_FUNC:  array mcrypt_list_algorithms(string[optional] lib_dir)
DUMP_FUNC:  array mcrypt_list_modes(string[optional] lib_dir)
DUMP_FUNC:  bool mcrypt_module_close(resource td)
DUMP_FUNC:  int mcrypt_module_get_algo_block_size(string algorithm, string[optional] lib_dir)
DUMP_FUNC:  int mcrypt_module_get_algo_key_size(string algorithm, string[optional] lib_dir)
DUMP_FUNC:  array mcrypt_module_get_supported_key_sizes(string algorithm, string[optional] lib_dir)
DUMP_FUNC:  bool mcrypt_module_is_block_algorithm(string algorithm, string[optional] lib_dir)
DUMP_FUNC:  bool mcrypt_module_is_block_algorithm_mode(string mode, string[optional] lib_dir)
DUMP_FUNC:  bool mcrypt_module_is_block_mode(string mode, string[optional] lib_dir)
DUMP_FUNC:  resource mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory)
DUMP_FUNC:  bool mcrypt_module_self_test(string algorithm, string[optional] lib_dir)
DUMP_FUNC:  string mcrypt_ofb(int cipher, string key, string data, int mode, string iv)
DUMP_FUNC:  string md5(string str)
DUMP_FUNC:  string md5_file(string filename)
DUMP_FUNC:  string mdecrypt_generic(resource td, string data)
DUMP_FUNC:  int memory_get_usage()
DUMP_FUNC:  string metaphone(string text, int phones)
DUMP_FUNC:  bool method_exists(object object, string method)
DUMP_FUNC:  string mhash(int hash, string data, string[optional] key)
DUMP_FUNC:  int mhash_count()
DUMP_FUNC:  int mhash_get_block_size(int hash)
DUMP_FUNC:  string mhash_get_hash_name(int hash)
DUMP_FUNC:  string mhash_keygen_s2k(int hash, string input_password, string salt, int bytes)
DUMP_FUNC:  mixed microtime()
DUMP_FUNC:  string mime_content_type(string filename)
DUMP_FUNC:  mixed min(mixed arg1, mixed[optional] arg2)
DUMP_FUNC:  void ming_setcubicthreshold(int threshold)
DUMP_FUNC:  void ming_setscale(int scale)
DUMP_FUNC:  void ming_useswfversion(int version)
DUMP_FUNC:  bool mkdir(string pathname, int mode)
DUMP_FUNC:  int mktime(int hour, int min, int sec, int mon, int day, int year)
DUMP_FUNC:  string money_format(string format, float value)
DUMP_FUNC:  void monitor_custom_event(string class, string text, bool severe, mixed user_data)
DUMP_FUNC:  void monitor_pass_error(integer errno, string errstr, string errfile, integer errline)
DUMP_FUNC:  void monitor_set_aggregation_hint(string hint)
DUMP_FUNC:  bool move_uploaded_file(string path, string new_path)
DUMP_FUNC:  string msession_call(string fn_name, string[optional] param1, string[optional] param4)
DUMP_FUNC:  bool msession_connect(string host, string port)
DUMP_FUNC:  int msession_count()
DUMP_FUNC:  bool msession_create(string session)
DUMP_FUNC:  bool msession_destroy(string name)
DUMP_FUNC:  void msession_disconnect()
DUMP_FUNC:  array msession_find(string name, string value)
DUMP_FUNC:  string msession_get(string session, string name, string default_value)
DUMP_FUNC:  array msession_get_array(string session)
DUMP_FUNC:  string msession_get_data(string session)
DUMP_FUNC:  string msession_inc(string session, string name)
DUMP_FUNC:  array msession_list()
DUMP_FUNC:  array msession_listvar(string name)
DUMP_FUNC:  int msession_lock(string name)
DUMP_FUNC:  string msession_plugin(string session, string val, string[optional] param)
DUMP_FUNC:  string msession_randstr(int num_chars)
DUMP_FUNC:  bool msession_set(string session, string name, string value)
DUMP_FUNC:  void msession_set_array(string session, array tuples)
DUMP_FUNC:  bool msession_set_data(string session, string value)
DUMP_FUNC:  int msession_stat(string name)
DUMP_FUNC:  int msession_timeout(string session, int[optional] param)
DUMP_FUNC:  string msession_uniq(int num_chars)
DUMP_FUNC:  int msession_unlock(string session, int key)
DUMP_FUNC:  resource msg_get_queue(long key, long[optional] perms)
DUMP_FUNC:  bool msg_receive(resource queue, long desiredmsgtype, long msgtype, long maxsize, mixed message, bool[optional] unserialize, long[optional] flags, long errorcode)
DUMP_FUNC:  bool msg_remove_queue(resource queue)
DUMP_FUNC:  bool msg_send(resource queue, long msgtype, mixed message, bool[optional] serialize, bool[optional] blocking, long[optional] errorcode)
DUMP_FUNC:  bool msg_set_queue(resource queue, array data)
DUMP_FUNC:  array msg_stat_queue(resource queue)
DUMP_FUNC:  resource msql(string database_name, string query, int[optional] link_identifier)
DUMP_FUNC:  int msql_affected_rows(int query)
DUMP_FUNC:  bool msql_close(int[optional] link_identifier)
DUMP_FUNC:  resource msql_connect(string[optional] hostname, string[optional] username, string[optional] password)
DUMP_FUNC:  bool msql_create_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool msql_createdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool msql_data_seek(int query, int row_number)
DUMP_FUNC:  resource msql_db_query(string database_name, string query, int[optional] link_identifier)
DUMP_FUNC:  string msql_dbname(int query, int row, mixed[optional] field)
DUMP_FUNC:  bool msql_drop_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool msql_dropdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  string msql_error(int[optional] link_identifier)
DUMP_FUNC:  array msql_fetch_array(int query, int[optional] result_type)
DUMP_FUNC:  object msql_fetch_field(int query, int[optional] field_offset)
DUMP_FUNC:  object msql_fetch_object(int query, int[optional] result_type)
DUMP_FUNC:  array msql_fetch_row(int query)
DUMP_FUNC:  string msql_field_flags(int query, int field_offset)
DUMP_FUNC:  int msql_field_len(int query, int field_offet)
DUMP_FUNC:  string msql_field_name(int query, int field_index)
DUMP_FUNC:  bool msql_field_seek(int query, int field_offset)
DUMP_FUNC:  int msql_field_table(int query, int field_offset)
DUMP_FUNC:  string msql_field_type(int query, int field_offset)
DUMP_FUNC:  string msql_fieldflags(int query, int field_offset)
DUMP_FUNC:  int msql_fieldlen(int query, int field_offet)
DUMP_FUNC:  string msql_fieldname(int query, int field_index)
DUMP_FUNC:  int msql_fieldtable(int query, int field_offset)
DUMP_FUNC:  string msql_fieldtype(int query, int field_offset)
DUMP_FUNC:  bool msql_free_result(int query)
DUMP_FUNC:  bool msql_freeresult(int query)
DUMP_FUNC:  resource msql_list_dbs(int[optional] link_identifier)
DUMP_FUNC:  resource msql_list_fields(string database_name, string table_name, int[optional] link_identifier)
DUMP_FUNC:  resource msql_list_tables(string database_name, int[optional] link_identifier)
DUMP_FUNC:  resource msql_listdbs(int[optional] link_identifier)
DUMP_FUNC:  resource msql_listfields(string database_name, string table_name, int[optional] link_identifier)
DUMP_FUNC:  resource msql_listtables(string database_name, int[optional] link_identifier)
DUMP_FUNC:  int msql_num_fields(int query)
DUMP_FUNC:  int msql_num_rows(int query)
DUMP_FUNC:  int msql_numfields(int query)
DUMP_FUNC:  int msql_numrows(int query)
DUMP_FUNC:  resource msql_pconnect(string[optional] hostname, string[optional] username, string[optional] password)
DUMP_FUNC:  resource msql_query(string query, int[optional] link_identifier)
DUMP_FUNC:  string msql_regcase(string string)
DUMP_FUNC:  string msql_result(int query, int row, mixed[optional] field)
DUMP_FUNC:  bool msql_select_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool msql_selectdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  string msql_tablename(int query, int row, mixed[optional] field)
DUMP_FUNC:  int mssql_affected_rows(int[optional] link_id)
DUMP_FUNC:  bool mssql_bind()
DUMP_FUNC:  bool mssql_close(resource[optional] conn_id)
DUMP_FUNC:  resource mssql_connect(string[optional] servername, string[optional] username, string[optional] password, bool[optional] new_link)
DUMP_FUNC:  bool mssql_data_seek(resource result_id, int offset)
DUMP_FUNC:  void mssql_deadlock_retry_count(int retry_count)
DUMP_FUNC:  mixed mssql_execute(resource stmt, bool[optional] skip_results)
DUMP_FUNC:  array mssql_fetch_array(resource result_id, int[optional] result_type)
DUMP_FUNC:  array mssql_fetch_assoc(resource result_id)
DUMP_FUNC:  int mssql_fetch_batch(resource result_index)
DUMP_FUNC:  object mssql_fetch_field(resource result_id, int[optional] offset)
DUMP_FUNC:  object mssql_fetch_object(resource result_id, int[optional] result_type)
DUMP_FUNC:  array mssql_fetch_row(resource result_id)
DUMP_FUNC:  int mssql_field_length(resource result_id, int[optional] offset)
DUMP_FUNC:  string mssql_field_name(resource result_id, int[optional] offset)
DUMP_FUNC:  bool mssql_field_seek(int result_id, int offset)
DUMP_FUNC:  string mssql_field_type(resource result_id, int[optional] offset)
DUMP_FUNC:  bool mssql_free_result(resource result_index)
DUMP_FUNC:  bool mssql_free_statement(resource result_index)
DUMP_FUNC:  string mssql_get_last_message()
DUMP_FUNC:  string mssql_guid_string(string binary, int[optional] short_format)
DUMP_FUNC:  resource mssql_init(string sp_name, resource[optional] conn_id)
DUMP_FUNC:  void mssql_min_client_severity(int severity)
DUMP_FUNC:  void mssql_min_error_severity(int severity)
DUMP_FUNC:  void mssql_min_message_severity(int severity)
DUMP_FUNC:  void mssql_min_server_severity(int severity)
DUMP_FUNC:  bool mssql_next_result(resource result_id)
DUMP_FUNC:  int mssql_num_fields(resource mssql_result_index)
DUMP_FUNC:  int mssql_num_rows(resource mssql_result_index)
DUMP_FUNC:  resource mssql_pconnect(string[optional] servername, string[optional] username, string[optional] password, bool[optional] new_link)
DUMP_FUNC:  mixed mssql_query(string query, resource[optional] conn_id, int[optional] batch_size)
DUMP_FUNC:  string mssql_result(resource result_id, int row, mixed field)
DUMP_FUNC:  int mssql_rows_affected(resource conn_id)
DUMP_FUNC:  bool mssql_select_db(string database_name, resource[optional] conn_id)
DUMP_FUNC:  bool mssql_set_message_handler(mixed error_func, resource[optional] connection)
DUMP_FUNC:  resource mssql_unbuffered_query(string query, int[optional] link_id)
DUMP_FUNC:  int mt_getrandmax()
DUMP_FUNC:  int mt_rand(int[optional] min, int max)
DUMP_FUNC:  void mt_srand(int[optional] seed)
DUMP_FUNC:  int mysql_affected_rows(int[optional] link_identifier)
DUMP_FUNC:  string mysql_client_encoding(int[optional] link_identifier)
DUMP_FUNC:  bool mysql_close(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_connect(string[optional] hostname, string[optional] username, string[optional] password, bool[optional] new, int[optional] flags)
DUMP_FUNC:  bool mysql_create_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool mysql_createdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool mysql_data_seek(resource result, int row_number)
DUMP_FUNC:  string mysql_db_name(resource result, int row, mixed[optional] field)
DUMP_FUNC:  resource mysql_db_query(string database_name, string query, int[optional] link_identifier)
DUMP_FUNC:  string mysql_dbname(resource result, int row, mixed[optional] field)
DUMP_FUNC:  bool mysql_drop_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool mysql_dropdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  int mysql_errno(int[optional] link_identifier)
DUMP_FUNC:  string mysql_error(int[optional] link_identifier)
DUMP_FUNC:  string mysql_escape_string(string to_be_escaped)
DUMP_FUNC:  array mysql_fetch_array(resource result, int[optional] result_type)
DUMP_FUNC:  array mysql_fetch_assoc(resource result)
DUMP_FUNC:  object mysql_fetch_field(resource result, int[optional] field_offset)
DUMP_FUNC:  array mysql_fetch_lengths(resource result)
DUMP_FUNC:  object mysql_fetch_object(resource result, int[optional] result_type)
DUMP_FUNC:  array mysql_fetch_row(resource result)
DUMP_FUNC:  string mysql_field_flags(resource result, int field_offset)
DUMP_FUNC:  int mysql_field_len(resource result, int field_offset)
DUMP_FUNC:  string mysql_field_name(resource result, int field_index)
DUMP_FUNC:  bool mysql_field_seek(resource result, int field_offset)
DUMP_FUNC:  string mysql_field_table(resource result, int field_offset)
DUMP_FUNC:  string mysql_field_type(resource result, int field_offset)
DUMP_FUNC:  string mysql_fieldflags(resource result, int field_offset)
DUMP_FUNC:  int mysql_fieldlen(resource result, int field_offset)
DUMP_FUNC:  string mysql_fieldname(resource result, int field_index)
DUMP_FUNC:  string mysql_fieldtable(resource result, int field_offset)
DUMP_FUNC:  string mysql_fieldtype(resource result, int field_offset)
DUMP_FUNC:  bool mysql_free_result(resource result)
DUMP_FUNC:  bool mysql_freeresult(resource result)
DUMP_FUNC:  string mysql_get_client_info()
DUMP_FUNC:  string mysql_get_host_info(int[optional] link_identifier)
DUMP_FUNC:  int mysql_get_proto_info(int[optional] link_identifier)
DUMP_FUNC:  string mysql_get_server_info(int[optional] link_identifier)
DUMP_FUNC:  string mysql_info(int[optional] link_identifier)
DUMP_FUNC:  int mysql_insert_id(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_list_dbs(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_list_fields(string database_name, string table_name, int[optional] link_identifier)
DUMP_FUNC:  resource mysql_list_processes(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_list_tables(string database_name, int[optional] link_identifier)
DUMP_FUNC:  resource mysql_listdbs(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_listfields(string database_name, string table_name, int[optional] link_identifier)
DUMP_FUNC:  resource mysql_listtables(string database_name, int[optional] link_identifier)
DUMP_FUNC:  int mysql_num_fields(resource result)
DUMP_FUNC:  int mysql_num_rows(resource result)
DUMP_FUNC:  int mysql_numfields(resource result)
DUMP_FUNC:  int mysql_numrows(resource result)
DUMP_FUNC:  resource mysql_pconnect(string[optional] hostname, string[optional] username, string[optional] password, int[optional] flags)
DUMP_FUNC:  bool mysql_ping(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_query(string query, int[optional] link_identifier)
DUMP_FUNC:  string mysql_real_escape_string(string to_be_escaped, int[optional] link_identifier)
DUMP_FUNC:  string mysql_result(resource result, int row, mixed[optional] field)
DUMP_FUNC:  bool mysql_select_db(string database_name, int[optional] link_identifier)
DUMP_FUNC:  bool mysql_selectdb(string database_name, int[optional] link_identifier)
DUMP_FUNC:  string mysql_stat(int[optional] link_identifier)
DUMP_FUNC:  string mysql_table_name(resource result, int row, mixed[optional] field)
DUMP_FUNC:  string mysql_tablename(resource result, int row, mixed[optional] field)
DUMP_FUNC:  int mysql_thread_id(int[optional] link_identifier)
DUMP_FUNC:  resource mysql_unbuffered_query(string query, int[optional] link_identifier)
DUMP_FUNC:  bool natcasesort(array array_arg)
DUMP_FUNC:  bool natsort(array array_arg)
DUMP_FUNC:  int ncurses_addch(int ch)
DUMP_FUNC:  int ncurses_addchnstr(string s, int n)
DUMP_FUNC:  int ncurses_addchstr(string s)
DUMP_FUNC:  int ncurses_addnstr(string s, int n)
DUMP_FUNC:  int ncurses_addstr(string text)
DUMP_FUNC:  int ncurses_assume_default_colors(int fg, int bg)
DUMP_FUNC:  int ncurses_attroff(int attributes)
DUMP_FUNC:  int ncurses_attron(int attributes)
DUMP_FUNC:  int ncurses_attrset(int attributes)
DUMP_FUNC:  int ncurses_baudrate()
DUMP_FUNC:  int ncurses_beep()
DUMP_FUNC:  int ncurses_bkgd(int attrchar)
DUMP_FUNC:  void ncurses_bkgdset(int attrchar)
DUMP_FUNC:  int ncurses_border(int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)
DUMP_FUNC:  int ncurses_bottom_panel(resource panel)
DUMP_FUNC:  bool ncurses_can_change_color()
DUMP_FUNC:  bool ncurses_cbreak()
DUMP_FUNC:  bool ncurses_clear()
DUMP_FUNC:  bool ncurses_clrtobot()
DUMP_FUNC:  bool ncurses_clrtoeol()
DUMP_FUNC:  int ncurses_color_content(int color, int r, int g, int b)
DUMP_FUNC:  int ncurses_color_set(int pair)
DUMP_FUNC:  int ncurses_curs_set(int visibility)
DUMP_FUNC:  bool ncurses_def_prog_mode()
DUMP_FUNC:  bool ncurses_def_shell_mode()
DUMP_FUNC:  int ncurses_define_key(string definition, int keycode)
DUMP_FUNC:  bool ncurses_del_panel(resource panel)
DUMP_FUNC:  int ncurses_delay_output(int milliseconds)
DUMP_FUNC:  bool ncurses_delch()
DUMP_FUNC:  bool ncurses_deleteln()
DUMP_FUNC:  bool ncurses_delwin(resource window)
DUMP_FUNC:  bool ncurses_doupdate()
DUMP_FUNC:  bool ncurses_echo()
DUMP_FUNC:  int ncurses_echochar(int character)
DUMP_FUNC:  int ncurses_end()
DUMP_FUNC:  bool ncurses_erase()
DUMP_FUNC:  string ncurses_erasechar()
DUMP_FUNC:  void ncurses_filter()
DUMP_FUNC:  bool ncurses_flash()
DUMP_FUNC:  bool ncurses_flushinp()
DUMP_FUNC:  int ncurses_getch()
DUMP_FUNC:  void ncurses_getmaxyx(resource window, int y, int x)
DUMP_FUNC:  bool ncurses_getmouse(array mevent)
DUMP_FUNC:  void ncurses_getyx(resource window, int y, int x)
DUMP_FUNC:  int ncurses_halfdelay(int tenth)
DUMP_FUNC:  bool ncurses_has_colors()
DUMP_FUNC:  bool ncurses_has_ic()
DUMP_FUNC:  bool ncurses_has_il()
DUMP_FUNC:  int ncurses_has_key(int keycode)
DUMP_FUNC:  int ncurses_hide_panel(resource panel)
DUMP_FUNC:  int ncurses_hline(int charattr, int n)
DUMP_FUNC:  string ncurses_inch()
DUMP_FUNC:  void ncurses_init()
DUMP_FUNC:  int ncurses_init_color(int color, int r, int g, int b)
DUMP_FUNC:  int ncurses_init_pair(int pair, int fg, int bg)
DUMP_FUNC:  int ncurses_insch(int character)
DUMP_FUNC:  int ncurses_insdelln(int count)
DUMP_FUNC:  bool ncurses_insertln()
DUMP_FUNC:  int ncurses_insstr(string text)
DUMP_FUNC:  int ncurses_instr(string buffer)
DUMP_FUNC:  bool ncurses_isendwin()
DUMP_FUNC:  int ncurses_keyok(int keycode, bool enable)
DUMP_FUNC:  int ncurses_keypad(resource window, bool bf)
DUMP_FUNC:  string ncurses_killchar()
DUMP_FUNC:  string ncurses_longname()
DUMP_FUNC:  int ncurses_meta(resource window, bool _8bit)
DUMP_FUNC:  bool ncurses_mouse_trafo(int y, int x, bool toscreen)
DUMP_FUNC:  int ncurses_mouseinterval(int milliseconds)
DUMP_FUNC:  int ncurses_mousemask(int newmask, int oldmask)
DUMP_FUNC:  int ncurses_move(int y, int x)
DUMP_FUNC:  int ncurses_move_panel(resource panel, int startx, int starty)
DUMP_FUNC:  int ncurses_mvaddch(int y, int x, int c)
DUMP_FUNC:  int ncurses_mvaddchnstr(int y, int x, string s, int n)
DUMP_FUNC:  int ncurses_mvaddchstr(int y, int x, string s)
DUMP_FUNC:  int ncurses_mvaddnstr(int y, int x, string s, int n)
DUMP_FUNC:  int ncurses_mvaddstr(int y, int x, string s)
DUMP_FUNC:  int ncurses_mvcur(int old_y, int old_x, int new_y, int new_x)
DUMP_FUNC:  int ncurses_mvdelch(int y, int x)
DUMP_FUNC:  int ncurses_mvgetch(int y, int x)
DUMP_FUNC:  int ncurses_mvhline(int y, int x, int attrchar, int n)
DUMP_FUNC:  int ncurses_mvinch(int y, int x)
DUMP_FUNC:  int ncurses_mvvline(int y, int x, int attrchar, int n)
DUMP_FUNC:  int ncurses_mvwaddstr(resource window, int y, int x, string text)
DUMP_FUNC:  int ncurses_napms(int milliseconds)
DUMP_FUNC:  resource ncurses_new_panel(resource window)
DUMP_FUNC:  resource ncurses_newpad(int rows, int cols)
DUMP_FUNC:  resource ncurses_newwin(int rows, int cols, int y, int x)
DUMP_FUNC:  bool ncurses_nl()
DUMP_FUNC:  bool ncurses_nocbreak()
DUMP_FUNC:  bool ncurses_noecho()
DUMP_FUNC:  bool ncurses_nonl()
DUMP_FUNC:  void ncurses_noqiflush()
DUMP_FUNC:  bool ncurses_noraw()
DUMP_FUNC:  int ncurses_pair_content(int pair, int f, int b)
DUMP_FUNC:  resource ncurses_panel_above(resource panel)
DUMP_FUNC:  resource ncurses_panel_below(resource panel)
DUMP_FUNC:  resource ncurses_panel_window(resource panel)
DUMP_FUNC:  int ncurses_pnoutrefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
DUMP_FUNC:  int ncurses_prefresh(resource pad, int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol)
DUMP_FUNC:  int ncurses_putp(string text)
DUMP_FUNC:  void ncurses_qiflush()
DUMP_FUNC:  bool ncurses_raw()
DUMP_FUNC:  int ncurses_refresh(int ch)
DUMP_FUNC:  int ncurses_replace_panel(resource panel, resource window)
DUMP_FUNC:  int ncurses_reset_prog_mode()
DUMP_FUNC:  int ncurses_reset_shell_mode()
DUMP_FUNC:  bool ncurses_resetty()
DUMP_FUNC:  bool ncurses_savetty()
DUMP_FUNC:  int ncurses_scr_dump(string filename)
DUMP_FUNC:  int ncurses_scr_init(string filename)
DUMP_FUNC:  int ncurses_scr_restore(string filename)
DUMP_FUNC:  int ncurses_scr_set(string filename)
DUMP_FUNC:  int ncurses_scrl(int count)
DUMP_FUNC:  int ncurses_show_panel(resource panel)
DUMP_FUNC:  bool ncurses_slk_attr()
DUMP_FUNC:  int ncurses_slk_attroff(int intarg)
DUMP_FUNC:  int ncurses_slk_attron(int intarg)
DUMP_FUNC:  int ncurses_slk_attrset(int intarg)
DUMP_FUNC:  bool ncurses_slk_clear()
DUMP_FUNC:  int ncurses_slk_color(int intarg)
DUMP_FUNC:  bool ncurses_slk_init(int intarg)
DUMP_FUNC:  bool ncurses_slk_noutrefresh()
DUMP_FUNC:  bool ncurses_slk_refresh()
DUMP_FUNC:  bool ncurses_slk_restore()
DUMP_FUNC:  bool ncurses_slk_set(int labelnr, string label, int format)
DUMP_FUNC:  bool ncurses_slk_touch()
DUMP_FUNC:  int ncurses_standend()
DUMP_FUNC:  int ncurses_standout()
DUMP_FUNC:  int ncurses_start_color()
DUMP_FUNC:  bool ncurses_termattrs()
DUMP_FUNC:  string ncurses_termname()
DUMP_FUNC:  void ncurses_timeout(int millisec)
DUMP_FUNC:  int ncurses_top_panel(resource panel)
DUMP_FUNC:  int ncurses_typeahead(int fd)
DUMP_FUNC:  int ncurses_ungetch(int keycode)
DUMP_FUNC:  bool ncurses_ungetmouse(array mevent)
DUMP_FUNC:  void ncurses_update_panels()
DUMP_FUNC:  bool ncurses_use_default_colors()
DUMP_FUNC:  void ncurses_use_env(bool flag)
DUMP_FUNC:  int ncurses_use_extended_names(bool flag)
DUMP_FUNC:  int ncurses_vidattr(int intarg)
DUMP_FUNC:  int ncurses_vline(int charattr, int n)
DUMP_FUNC:  int ncurses_waddch(resource window, int ch)
DUMP_FUNC:  int ncurses_waddstr(resource window, string str, int[optional] n)
DUMP_FUNC:  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)
DUMP_FUNC:  int ncurses_wclear(resource window)
DUMP_FUNC:  int ncurses_wcolor_set(resource window, int color_pair)
DUMP_FUNC:  int ncurses_werase(resource window)
DUMP_FUNC:  int ncurses_wgetch(resource window)
DUMP_FUNC:  int ncurses_whline(resource window, int charattr, int n)
DUMP_FUNC:  bool ncurses_wmouse_trafo(resource window, int y, int x, bool toscreen)
DUMP_FUNC:  int ncurses_wmove(resource window, int y, int x)
DUMP_FUNC:  int ncurses_wnoutrefresh(resource window)
DUMP_FUNC:  int ncurses_wrefresh(resource window)
DUMP_FUNC:  int ncurses_wvline(resource window, int charattr, int n)
DUMP_FUNC:  object new_xmldoc(string version)
DUMP_FUNC:  mixed next(array array_arg)
DUMP_FUNC:  string ngettext(string MSGID1, string MSGID2, int N)
DUMP_FUNC:  string nl2br(string str)
DUMP_FUNC:  string nl_langinfo(int item)
DUMP_FUNC:  int node_children(int[optional] node)
DUMP_FUNC:  int node_namespace(int[optional] node)
DUMP_FUNC:  array notes_body(string server, string mailbox, int msg_number)
DUMP_FUNC:  bool notes_copy_db(string from_database_name, string to_database_name, string[optional] title)
DUMP_FUNC:  bool notes_create_db(string database_name)
DUMP_FUNC:  bool notes_create_note(string database_name, string form_name)
DUMP_FUNC:  bool notes_drop_db(string database_name)
DUMP_FUNC:  int notes_find_note(string database_name, string name, string[optional] type)
DUMP_FUNC:  object notes_header_info(string server, string mailbox, int msg_number)
DUMP_FUNC:  bool notes_list_msgs(string db)
DUMP_FUNC:  bool notes_mark_read(string database_name, string user_name, string note_id)
DUMP_FUNC:  bool notes_mark_unread(string database_name, string user_name, string note_id)
DUMP_FUNC:  bool notes_nav_create(string database_name, string name)
DUMP_FUNC:  array notes_search(string database_name, string keywords)
DUMP_FUNC:  array notes_unread(string database_name, string user_name)
DUMP_FUNC:  float notes_version(string database_name)
DUMP_FUNC:  array nsapi_request_headers()
DUMP_FUNC:  array nsapi_response_headers()
DUMP_FUNC:  bool nsapi_virtual(string uri)
DUMP_FUNC:  string number_format(float number, int[optional] num_decimal_places, string[optional] dec_seperator, string thousands_seperator)
DUMP_FUNC:  void ob_clean()
DUMP_FUNC:  bool ob_end_clean()
DUMP_FUNC:  bool ob_end_flush()
DUMP_FUNC:  void ob_flush()
DUMP_FUNC:  string ob_get_clean()
DUMP_FUNC:  string ob_get_contents()
DUMP_FUNC:  string ob_get_flush()
DUMP_FUNC:  int ob_get_length()
DUMP_FUNC:  int ob_get_level()
DUMP_FUNC:  array ob_get_status(bool[optional] full_status)
DUMP_FUNC:  string ob_gzhandler(string str, int mode)
DUMP_FUNC:  string ob_iconv_handler(string contents, int status)
DUMP_FUNC:  void ob_implicit_flush(int[optional] flag)
DUMP_FUNC:  array ob_list_handlers()
DUMP_FUNC:  bool ob_start(string|array[optional] user_function, int[optional] chunk_size, bool[optional] erase)
DUMP_FUNC:  bool ocibindbyname(int stmt, string name, mixed var, int[optional] maxlength, int[optional] type)
DUMP_FUNC:  bool ocicancel(int stmt)
DUMP_FUNC:  bool ocicolumnisnull(int stmt, int col)
DUMP_FUNC:  string ocicolumnname(int stmt, int col)
DUMP_FUNC:  int ocicolumnprecision(int stmt, int col)
DUMP_FUNC:  int ocicolumnscale(int stmt, int col)
DUMP_FUNC:  int ocicolumnsize(int stmt, int col)
DUMP_FUNC:  int ocicolumntype(int stmt, int col)
DUMP_FUNC:  mixed ocicolumntyperaw(int stmt, int col)
DUMP_FUNC:  bool ocicommit(int conn)
DUMP_FUNC:  bool ocidefinebyname(int stmt, string name, mixed var, int[optional] type)
DUMP_FUNC:  array ocierror(null stmt)
DUMP_FUNC:  bool ociexecute(int stmt, int[optional] mode)
DUMP_FUNC:  bool ocifetch(int stmt)
DUMP_FUNC:  int ocifetchinto(int stmt, array output, int[optional] mode)
DUMP_FUNC:  int ocifetchstatement(int stmt, array output, int skip, int[optional] maxrows, int[optional] flags)
DUMP_FUNC:  bool ocifreecursor(int stmt)
DUMP_FUNC:  bool ocifreestatement(int stmt)
DUMP_FUNC:  void ociinternaldebug(int onoff)
DUMP_FUNC:  bool ocilogoff(int conn)
DUMP_FUNC:  int ocilogon(string user, string pass, string[optional] db)
DUMP_FUNC:  bool ocinewcollection(int connection, string tdo, string[optional] schema)
DUMP_FUNC:  int ocinewcursor(int conn)
DUMP_FUNC:  string ocinewdescriptor(int connection, int[optional] type)
DUMP_FUNC:  int ocinlogon(string user, string pass, string[optional] db)
DUMP_FUNC:  int ocinumcols(int stmt)
DUMP_FUNC:  int ociparse(int conn, string query)
DUMP_FUNC:  bool ocipasswordchange(int conn, string username, string old_password, string new_password)
DUMP_FUNC:  int ociplogon(string user, string pass, string[optional] db)
DUMP_FUNC:  string ociresult(int stmt, mixed column)
DUMP_FUNC:  bool ocirollback(int conn)
DUMP_FUNC:  int ocirowcount(int stmt)
DUMP_FUNC:  string ociserverversion(int conn)
DUMP_FUNC:  int ocisetprefetch(int stmt, int prefetch_rows)
DUMP_FUNC:  string ocistatementtype(int stmt)
DUMP_FUNC:  number octdec(string octal_number)
DUMP_FUNC:  mixed odbc_autocommit(resource connection_id, int[optional] OnOff)
DUMP_FUNC:  bool odbc_binmode(int result_id, int mode)
DUMP_FUNC:  void odbc_close(resource connection_id)
DUMP_FUNC:  void odbc_close_all()
DUMP_FUNC:  resource odbc_columnprivileges(resource connection_id, string catalog, string schema, string table, string column)
DUMP_FUNC:  resource odbc_columns(resource connection_id, string[optional] qualifier, string[optional] owner, string[optional] table_name, string[optional] column_name)
DUMP_FUNC:  bool odbc_commit(resource connection_id)
DUMP_FUNC:  resource odbc_connect(string DSN, string user, string password, int[optional] cursor_option)
DUMP_FUNC:  string odbc_cursor(resource result_id)
DUMP_FUNC:  array odbc_data_source(resource connection_id, int fetch_type)
DUMP_FUNC:  resource odbc_do(resource connection_id, string query, int[optional] flags)
DUMP_FUNC:  string odbc_error(resource[optional] connection_id)
DUMP_FUNC:  string odbc_errormsg(resource[optional] connection_id)
DUMP_FUNC:  resource odbc_exec(resource connection_id, string query, int[optional] flags)
DUMP_FUNC:  bool odbc_execute(resource result_id, array[optional] parameters_array)
DUMP_FUNC:  array odbc_fetch_array(int result, int[optional] rownumber)
DUMP_FUNC:  bool odbc_fetch_into(resource result_id, array result_array, int[optional] rownumber)
DUMP_FUNC:  object odbc_fetch_object(int result, int[optional] rownumber)
DUMP_FUNC:  bool odbc_fetch_row(resource result_id, int[optional] row_number)
DUMP_FUNC:  int odbc_field_len(resource result_id, int field_number)
DUMP_FUNC:  string odbc_field_name(resource result_id, int field_number)
DUMP_FUNC:  int odbc_field_num(resource result_id, string field_name)
DUMP_FUNC:  int odbc_field_precision(resource result_id, int field_number)
DUMP_FUNC:  int odbc_field_scale(resource result_id, int field_number)
DUMP_FUNC:  string odbc_field_type(resource result_id, int field_number)
DUMP_FUNC:  resource odbc_foreignkeys(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)
DUMP_FUNC:  bool odbc_free_result(resource result_id)
DUMP_FUNC:  resource odbc_gettypeinfo(resource connection_id, int[optional] data_type)
DUMP_FUNC:  bool odbc_longreadlen(int result_id, int length)
DUMP_FUNC:  bool odbc_next_result(resource result_id)
DUMP_FUNC:  int odbc_num_fields(resource result_id)
DUMP_FUNC:  int odbc_num_rows(resource result_id)
DUMP_FUNC:  resource odbc_pconnect(string DSN, string user, string password, int[optional] cursor_option)
DUMP_FUNC:  resource odbc_prepare(resource connection_id, string query)
DUMP_FUNC:  resource odbc_primarykeys(resource connection_id, string qualifier, string owner, string table)
DUMP_FUNC:  resource odbc_procedurecolumns(resource connection_id, string[optional] qualifier, string owner, string proc, string column)
DUMP_FUNC:  resource odbc_procedures(resource connection_id, string[optional] qualifier, string owner, string name)
DUMP_FUNC:  mixed odbc_result(resource result_id, mixed field)
DUMP_FUNC:  int odbc_result_all(resource result_id, string[optional] format)
DUMP_FUNC:  bool odbc_rollback(resource connection_id)
DUMP_FUNC:  bool odbc_setoption(null conn_id, int which, int option, int value)
DUMP_FUNC:  resource odbc_specialcolumns(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
DUMP_FUNC:  resource odbc_statistics(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)
DUMP_FUNC:  resource odbc_tableprivileges(resource connection_id, string qualifier, string owner, string name)
DUMP_FUNC:  resource odbc_tables(resource connection_id, string[optional] qualifier, string[optional] owner, string[optional] name, string[optional] table_types)
DUMP_FUNC:  resource opendir(string path)
DUMP_FUNC:  bool openlog(string ident, int option, int facility)
DUMP_FUNC:  bool openssl_csr_export(resource csr, string out, bool[optional] notext)
DUMP_FUNC:  bool openssl_csr_export_to_file(resource csr, string outfilename, bool[optional] notext)
DUMP_FUNC:  mixed openssl_csr_new(array dn, resource privkey, array[optional] configargs, array extraattribs)
DUMP_FUNC:  resource openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days, array[optional] config_args, long[optional] serial)
DUMP_FUNC:  string openssl_error_string()
DUMP_FUNC:  void openssl_free_key(int key)
DUMP_FUNC:  resource openssl_get_privatekey(string key, string[optional] passphrase)
DUMP_FUNC:  resource openssl_get_publickey(mixed cert)
DUMP_FUNC:  bool openssl_open(string data, &string opendata, string ekey, mixed privkey)
DUMP_FUNC:  bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert, mixed[optional] recipkey)
DUMP_FUNC:  bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers, long[optional] flags)
DUMP_FUNC:  bool openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers, long[optional] flags, string[optional] extracertsfilename)
DUMP_FUNC:  mixed openssl_pkcs7_verify(string filename, long flags, string[optional] signerscerts, array[optional] cainfo, string[optional] extracerts)
DUMP_FUNC:  bool openssl_pkey_export(mixed key, &mixed out, string[optional] passphrase, array[optional] config_args)
DUMP_FUNC:  bool openssl_pkey_export_to_file(mixed key, string outfilename, string[optional] passphrase, array config_args)
DUMP_FUNC:  void openssl_pkey_free(int key)
DUMP_FUNC:  resource openssl_pkey_get_private(string key, string[optional] passphrase)
DUMP_FUNC:  resource openssl_pkey_get_public(mixed cert)
DUMP_FUNC:  resource openssl_pkey_new(array[optional] configargs)
DUMP_FUNC:  bool openssl_private_decrypt(string data, string decrypted, mixed key, int[optional] padding)
DUMP_FUNC:  bool openssl_private_encrypt(string data, string crypted, mixed key, int[optional] padding)
DUMP_FUNC:  bool openssl_public_decrypt(string data, string crypted, resource key, int[optional] padding)
DUMP_FUNC:  bool openssl_public_encrypt(string data, string crypted, mixed key, int[optional] padding)
DUMP_FUNC:  int openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys)
DUMP_FUNC:  bool openssl_sign(string data, &string signature, mixed key)
DUMP_FUNC:  int openssl_verify(string data, string signature, mixed key)
DUMP_FUNC:  bool openssl_x509_check_private_key(mixed cert, mixed key)
DUMP_FUNC:  int openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo, string[optional] untrustedfile)
DUMP_FUNC:  bool openssl_x509_export(mixed x509, string out, bool[optional] notext)
DUMP_FUNC:  bool openssl_x509_export_to_file(mixed x509, string outfilename, bool[optional] notext)
DUMP_FUNC:  void openssl_x509_free(resource x509)
DUMP_FUNC:  array openssl_x509_parse(mixed x509, bool[optional] shortnames)
DUMP_FUNC:  resource openssl_x509_read(mixed cert)
DUMP_FUNC:  bool ora_bind(int cursor, string php_variable_name, string sql_parameter_name, int length, int[optional] type)
DUMP_FUNC:  bool ora_close(int cursor)
DUMP_FUNC:  string ora_columnname(int cursor, int column)
DUMP_FUNC:  int ora_columnsize(int cursor, int column)
DUMP_FUNC:  string ora_columntype(int cursor, int column)
DUMP_FUNC:  bool ora_commit(int connection)
DUMP_FUNC:  bool ora_commitoff(int connection)
DUMP_FUNC:  bool ora_commiton(int connection)
DUMP_FUNC:  resource ora_do(int connection, int cursor)
DUMP_FUNC:  string ora_error(int cursor_or_connection)
DUMP_FUNC:  int ora_errorcode(int cursor_or_connection)
DUMP_FUNC:  bool ora_exec(int cursor)
DUMP_FUNC:  bool ora_fetch(int cursor)
DUMP_FUNC:  int ora_fetch_into(int cursor, array result, int[optional] flags)
DUMP_FUNC:  string ora_getcolumn(int cursor, int column)
DUMP_FUNC:  bool ora_logoff(int connection)
DUMP_FUNC:  resource ora_logon(string user, string password)
DUMP_FUNC:  int ora_numcols(int cursor)
DUMP_FUNC:  int ora_numrows(int cursor)
DUMP_FUNC:  resource ora_open(int connection)
DUMP_FUNC:  bool ora_parse(int cursor, string sql_statement, int[optional] defer)
DUMP_FUNC:  resource ora_plogon(string user, string password)
DUMP_FUNC:  bool ora_rollback(int connection)
DUMP_FUNC:  int ord(string character)
DUMP_FUNC:  bool output_add_rewrite_var(string name, string value)
DUMP_FUNC:  array output_cache_check_file(string filename)
DUMP_FUNC:  void output_cache_disable()
DUMP_FUNC:  void output_cache_disable_compression()
DUMP_FUNC:  bool output_cache_exists(string key, int lifetime)
DUMP_FUNC:  string output_cache_fetch(string key, string function, int lifetime)
DUMP_FUNC:  mixed output_cache_get(string key, int lifetime)
DUMP_FUNC:  array output_cache_get_statistics()
DUMP_FUNC:  string output_cache_output(string key, string function, int lifetime)
DUMP_FUNC:  bool output_cache_put(string key, mixed data)
DUMP_FUNC:  bool output_cache_remove(string filename)
DUMP_FUNC:  bool output_cache_remove_key(string key)
DUMP_FUNC:  bool output_cache_remove_url(string url)
DUMP_FUNC:  void output_cache_stop()
DUMP_FUNC:  bool output_reset_rewrite_vars()
DUMP_FUNC:  void overload(string class_entry)
DUMP_FUNC:  int ovrimos_autocommit(int connection_id, int OnOff)
DUMP_FUNC:  void ovrimos_close(int connection)
DUMP_FUNC:  bool ovrimos_commit(int connection_id)
DUMP_FUNC:  int ovrimos_connect(string host, string db, string user, string password)
DUMP_FUNC:  string ovrimos_cursor(int result_id)
DUMP_FUNC:  int ovrimos_do(int connection_id, string query)
DUMP_FUNC:  int ovrimos_exec(int connection_id, string query)
DUMP_FUNC:  bool ovrimos_execute(int result_id, array[optional] parameters_array)
DUMP_FUNC:  bool ovrimos_fetch_into(int result_id, array result_array, string[optional] how, int[optional] rownumber)
DUMP_FUNC:  bool ovrimos_fetch_row(int result_id, int[optional] how, int[optional] row_number)
DUMP_FUNC:  int ovrimos_field_len(int result_id, int field_number)
DUMP_FUNC:  string ovrimos_field_name(int result_id, int field_number)
DUMP_FUNC:  int ovrimos_field_num(int result_id, string field_name)
DUMP_FUNC:  int ovrimos_field_type(int result_id, int field_number)
DUMP_FUNC:  bool ovrimos_free_result(int result_id)
DUMP_FUNC:  bool ovrimos_longreadlen(int result_id, int length)
DUMP_FUNC:  int ovrimos_num_fields(int result_id)
DUMP_FUNC:  int ovrimos_num_rows(int result_id)
DUMP_FUNC:  int ovrimos_prepare(int connection_id, string query)
DUMP_FUNC:  string ovrimos_result(int result_id, mixed field)
DUMP_FUNC:  int ovrimos_result_all(int result_id, string[optional] format)
DUMP_FUNC:  bool ovrimos_rollback(int connection_id)
DUMP_FUNC:  int ovrimos_setoption(null conn_id, int which, int option, int value)
DUMP_FUNC:  string pack(string format, mixed arg1, mixed[optional] arg2)
DUMP_FUNC:  array parse_ini_file(string filename, bool[optional] process_sections)
DUMP_FUNC:  void parse_str(string encoded_string, array[optional] result)
DUMP_FUNC:  mixed parse_url(string url)
DUMP_FUNC:  void passthru(string command, int[optional] return_value)
DUMP_FUNC:  mixed pathinfo(string path)
DUMP_FUNC:  int pclose(resource fp)
DUMP_FUNC:  int pcntl_alarm(int seconds)
DUMP_FUNC:  void pcntl_exec(string path, array[optional] args, array[optional] envs)
DUMP_FUNC:  int pcntl_fork()
DUMP_FUNC:  bool pcntl_signal(long signo, mixed handle, bool[optional] restart_syscalls)
DUMP_FUNC:  int pcntl_waitpid(long pid, long status, long options)
DUMP_FUNC:  int pcntl_wexitstatus(long status)
DUMP_FUNC:  bool pcntl_wifexited(long status)
DUMP_FUNC:  bool pcntl_wifsignaled(long status)
DUMP_FUNC:  bool pcntl_wifstopped(long status)
DUMP_FUNC:  int pcntl_wstopsig(long status)
DUMP_FUNC:  int pcntl_wtermsig(long status)
DUMP_FUNC:  void pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, null xur, string title, string text)
DUMP_FUNC:  int pdf_add_bookmark(int pdfdoc, string text, int[optional] parent, int open)
DUMP_FUNC:  void pdf_add_launchlink(int pdfdoc, float llx, float lly, float urx, float ury, string filename)
DUMP_FUNC:  void pdf_add_locallink(int pdfdoc, float llx, float lly, float urx, float ury, int page, string dest)
DUMP_FUNC:  void pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
DUMP_FUNC:  int pdf_add_outline(int pdfdoc, string text, int[optional] parent, int open)
DUMP_FUNC:  void pdf_add_pdflink(int pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest)
DUMP_FUNC:  void pdf_add_thumbnail(int pdf, int image)
DUMP_FUNC:  void pdf_add_weblink(int pdfdoc, float llx, float lly, float urx, float ury, string url)
DUMP_FUNC:  void pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end)
DUMP_FUNC:  void pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta)
DUMP_FUNC:  void pdf_attach_file(int pdf, float lly, null lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)
DUMP_FUNC:  void pdf_begin_page(int pdfdoc, float width, float height)
DUMP_FUNC:  int pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype)
DUMP_FUNC:  int pdf_begin_template(int pdf, float width, float height)
DUMP_FUNC:  void pdf_circle(int pdfdoc, float x, float y, float radius)
DUMP_FUNC:  void pdf_clip(int pdfdoc)
DUMP_FUNC:  void pdf_close(int pdfdoc)
DUMP_FUNC:  void pdf_close_image(int pdf, int pdfimage)
DUMP_FUNC:  void pdf_close_pdi(int pdf, int doc)
DUMP_FUNC:  void pdf_close_pdi_page(int pdf, int page)
DUMP_FUNC:  void pdf_closepath(int pdfdoc)
DUMP_FUNC:  void pdf_closepath_fill_stroke(int pdfdoc)
DUMP_FUNC:  void pdf_closepath_stroke(int pdfdoc)
DUMP_FUNC:  void pdf_concat(int pdf, float a, float b, float c, float d, float e, float f)
DUMP_FUNC:  void pdf_continue_text(int pdfdoc, string text)
DUMP_FUNC:  void pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)
DUMP_FUNC:  bool pdf_delete(int pdfdoc)
DUMP_FUNC:  void pdf_end_page(int pdfdoc)
DUMP_FUNC:  void pdf_end_pattern(int pdf)
DUMP_FUNC:  void pdf_end_template(int pdf)
DUMP_FUNC:  void pdf_endpath(int pdfdoc)
DUMP_FUNC:  void pdf_fill(int pdfdoc)
DUMP_FUNC:  void pdf_fill_stroke(int pdfdoc)
DUMP_FUNC:  int pdf_findfont(int pdfdoc, string fontname, string encoding, int[optional] embed)
DUMP_FUNC:  int pdf_get_buffer(int pdfdoc)
DUMP_FUNC:  int pdf_get_font(int pdfdoc)
DUMP_FUNC:  string pdf_get_fontname(int pdfdoc)
DUMP_FUNC:  float pdf_get_fontsize(int pdfdoc)
DUMP_FUNC:  int pdf_get_image_height(int pdf, int pdfimage)
DUMP_FUNC:  int pdf_get_image_width(int pdf, int pdfimage)
DUMP_FUNC:  int pdf_get_majorversion()
DUMP_FUNC:  int pdf_get_minorversion()
DUMP_FUNC:  string pdf_get_parameter(int pdfdoc, string key, mixed modifier)
DUMP_FUNC:  string pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index)
DUMP_FUNC:  float pdf_get_pdi_value(int pdf, string key, int doc, int page, int index)
DUMP_FUNC:  float pdf_get_value(int pdfdoc, string key, float modifier)
DUMP_FUNC:  void pdf_initgraphics(int pdf)
DUMP_FUNC:  void pdf_lineto(int pdfdoc, float x, float y)
DUMP_FUNC:  int pdf_makespotcolor(int pdf, string spotname)
DUMP_FUNC:  void pdf_moveto(int pdfdoc, float x, float y)
DUMP_FUNC:  int pdf_new()
DUMP_FUNC:  int pdf_open(int[optional] filedesc)
DUMP_FUNC:  int pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1)
DUMP_FUNC:  int pdf_open_file(int pdfdoc, char[optional] filename)
DUMP_FUNC:  int pdf_open_gif(int pdf, string giffile)
DUMP_FUNC:  int pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params)
DUMP_FUNC:  int pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam)
DUMP_FUNC:  int pdf_open_jpeg(int pdf, string jpegfile)
DUMP_FUNC:  int pdf_open_memory_image(int pdf, int image)
DUMP_FUNC:  int pdf_open_pdi(int pdf, string filename, string stringparam, int intparam)
DUMP_FUNC:  int pdf_open_pdi_page(int pdf, int doc, int page, string label)
DUMP_FUNC:  int pdf_open_png(int pdf, string pngfile)
DUMP_FUNC:  int pdf_open_tiff(int pdf, string tifffile)
DUMP_FUNC:  void pdf_place_image(int pdf, int pdfimage, float x, float y, float scale)
DUMP_FUNC:  void pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy)
DUMP_FUNC:  void pdf_rect(int pdfdoc, float x, float y, float width, float height)
DUMP_FUNC:  void pdf_restore(int pdfdoc)
DUMP_FUNC:  void pdf_rotate(int pdfdoc, float angle)
DUMP_FUNC:  void pdf_save(int pdfdoc)
DUMP_FUNC:  void pdf_scale(int pdfdoc, float x_scale, float y_scale)
DUMP_FUNC:  void pdf_set_border_color(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  void pdf_set_border_dash(int pdfdoc, float black, float white)
DUMP_FUNC:  void pdf_set_border_style(int pdfdoc, string style, float width)
DUMP_FUNC:  void pdf_set_char_spacing(int pdfdoc, float space)
DUMP_FUNC:  void pdf_set_duration(int pdfdoc, float duration)
DUMP_FUNC:  void pdf_set_font(int pdfdoc, string font, float size, string encoding, int[optional] embed)
DUMP_FUNC:  void pdf_set_horiz_scaling(int pdfdoc, float scale)
DUMP_FUNC:  bool pdf_set_info(int pdfdoc, string fieldname, string value)
DUMP_FUNC:  bool pdf_set_info_author(int pdfdoc, string author)
DUMP_FUNC:  bool pdf_set_info_creator(int pdfdoc, string creator)
DUMP_FUNC:  bool pdf_set_info_keywords(int pdfdoc, string keywords)
DUMP_FUNC:  bool pdf_set_info_subject(int pdfdoc, string subject)
DUMP_FUNC:  bool pdf_set_info_title(int pdfdoc, string title)
DUMP_FUNC:  void pdf_set_leading(int pdfdoc, float distance)
DUMP_FUNC:  void pdf_set_parameter(int pdfdoc, string key, string value)
DUMP_FUNC:  void pdf_set_text_pos(int pdfdoc, float x, float y)
DUMP_FUNC:  void pdf_set_text_rendering(int pdfdoc, int mode)
DUMP_FUNC:  void pdf_set_text_rise(int pdfdoc, float value)
DUMP_FUNC:  void pdf_set_transition(int pdfdoc, int transition)
DUMP_FUNC:  void pdf_set_value(int pdfdoc, string key, float value)
DUMP_FUNC:  void pdf_set_word_spacing(int pdfdoc, float space)
DUMP_FUNC:  void pdf_setcolor(int pdf, string type, string colorspace, float c1, float[optional] c2, float[optional] c3, float[optional] c4)
DUMP_FUNC:  void pdf_setdash(int pdfdoc, float black, float white)
DUMP_FUNC:  void pdf_setflat(int pdfdoc, float value)
DUMP_FUNC:  void pdf_setfont(int pdfdoc, int font, float fontsize)
DUMP_FUNC:  void pdf_setgray(int pdfdoc, float value)
DUMP_FUNC:  void pdf_setgray_fill(int pdfdoc, float value)
DUMP_FUNC:  void pdf_setgray_stroke(int pdfdoc, float value)
DUMP_FUNC:  void pdf_setlinecap(int pdfdoc, int value)
DUMP_FUNC:  void pdf_setlinejoin(int pdfdoc, int value)
DUMP_FUNC:  void pdf_setlinewidth(int pdfdoc, float width)
DUMP_FUNC:  void pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f)
DUMP_FUNC:  void pdf_setmiterlimit(int pdfdoc, float value)
DUMP_FUNC:  void pdf_setpolydash(int pdfdoc, float darray)
DUMP_FUNC:  void pdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  void pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  void pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
DUMP_FUNC:  void pdf_show(int pdfdoc, string text)
DUMP_FUNC:  int pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode, string[optional] feature)
DUMP_FUNC:  void pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor)
DUMP_FUNC:  void pdf_skew(int pdfdoc, float xangle, float yangle)
DUMP_FUNC:  float pdf_stringwidth(int pdfdoc, string text, int[optional] font, float size)
DUMP_FUNC:  void pdf_stroke(int pdfdoc)
DUMP_FUNC:  void pdf_translate(int pdfdoc, float x, float y)
DUMP_FUNC:  bool pfpro_cleanup()
DUMP_FUNC:  bool pfpro_init()
DUMP_FUNC:  array pfpro_process(array parmlist, string[optional] hostaddress, int[optional] port, int[optional] timeout, string[optional] proxyAddress, int[optional] proxyPort, string[optional] proxyLogon, string[optional] proxyPassword)
DUMP_FUNC:  string pfpro_process_raw(string parmlist, string[optional] hostaddress, int[optional] port, int[optional] timeout, string[optional] proxyAddress, int[optional] proxyPort, string[optional] proxyLogon, string[optional] proxyPassword)
DUMP_FUNC:  string pfpro_version()
DUMP_FUNC:  resource pfsockopen(string hostname, int port, int[optional] errno, string[optional] errstr, float[optional] timeout, resource[optional] context)
DUMP_FUNC:  int pg_affected_rows(resource result)
DUMP_FUNC:  bool pg_cancel_query(resource connection)
DUMP_FUNC:  string pg_client_encoding(resource[optional] connection)
DUMP_FUNC:  string pg_clientencoding(resource[optional] connection)
DUMP_FUNC:  bool pg_close(resource[optional] connection)
DUMP_FUNC:  int pg_cmdtuples(resource result)
DUMP_FUNC:  resource pg_connect(string connection_string, int connect_type)
DUMP_FUNC:  resource pg_connect(string host, string port, string[optional] options, string[optional] tty, string database)
DUMP_FUNC:  resource pg_connect(string connection_string, int connect_type)
DUMP_FUNC:  resource pg_connect(string host, string port, string[optional] options, string[optional] tty, string database)
DUMP_FUNC:  bool pg_connection_busy(resource connection)
DUMP_FUNC:  bool pg_connection_reset(resource connection)
DUMP_FUNC:  int pg_connection_status(resource connnection)
DUMP_FUNC:  array pg_convert(resource db, string table, array values, int options)
DUMP_FUNC:  bool pg_copy_from(resource connection, string table_name, array rows, string[optional] delimiter, string[optional] null_as)
DUMP_FUNC:  array pg_copy_to(resource connection, string table_name, string[optional] delimiter, string[optional] null_as)
DUMP_FUNC:  string pg_dbname(resource[optional] connection)
DUMP_FUNC:  mixed pg_delete(resource db, string table, array ids, int options)
DUMP_FUNC:  bool pg_end_copy(resource[optional] connection)
DUMP_FUNC:  string pg_errormessage(resource[optional] connection)
DUMP_FUNC:  string pg_escape_bytea(string data)
DUMP_FUNC:  string pg_escape_string(string data)
DUMP_FUNC:  resource pg_exec(resource[optional] connection, string query)
DUMP_FUNC:  array pg_fetch_all(resource result)
DUMP_FUNC:  array pg_fetch_array(resource result, int[optional] row, int[optional] result_type)
DUMP_FUNC:  array pg_fetch_assoc(resource result, int[optional] row)
DUMP_FUNC:  object pg_fetch_object(resource result, int[optional] row)
DUMP_FUNC:  string pg_fetch_result(resource result, int[optional] row_number, mixed field_name)
DUMP_FUNC:  array pg_fetch_row(resource result, int[optional] row, int[optional] result_type)
DUMP_FUNC:  int pg_field_is_null(resource result, int[optional] row, mixed field_name_or_number)
DUMP_FUNC:  string pg_field_name(resource result, int field_number)
DUMP_FUNC:  int pg_field_num(resource result, string field_name)
DUMP_FUNC:  int pg_field_prtlen(resource result, int[optional] row, mixed field_name_or_number)
DUMP_FUNC:  int pg_field_size(resource result, int field_number)
DUMP_FUNC:  string pg_field_type(resource result, int field_number)
DUMP_FUNC:  int pg_fieldisnull(resource result, int[optional] row, mixed field_name_or_number)
DUMP_FUNC:  string pg_fieldname(resource result, int field_number)
DUMP_FUNC:  int pg_fieldnum(resource result, string field_name)
DUMP_FUNC:  int pg_fieldprtlen(resource result, int[optional] row, mixed field_name_or_number)
DUMP_FUNC:  int pg_fieldsize(resource result, int field_number)
DUMP_FUNC:  string pg_fieldtype(resource result, int field_number)
DUMP_FUNC:  bool pg_free_result(resource result)
DUMP_FUNC:  bool pg_freeresult(resource result)
DUMP_FUNC:  array pg_get_notify(resource[optional] connection, unknown result_type)
DUMP_FUNC:  int pg_get_pid(resource[optional] connection)
DUMP_FUNC:  resource pg_get_result(resource connection)
DUMP_FUNC:  string pg_getlastoid(resource result)
DUMP_FUNC:  string pg_host(resource[optional] connection)
DUMP_FUNC:  mixed pg_insert(resource db, string table, array values, int options)
DUMP_FUNC:  string pg_last_error(resource[optional] connection)
DUMP_FUNC:  string pg_last_notice(resource connection)
DUMP_FUNC:  string pg_last_oid(resource result)
DUMP_FUNC:  bool pg_lo_close(resource large_object)
DUMP_FUNC:  int pg_lo_create(resource[optional] connection)
DUMP_FUNC:  bool pg_lo_export(resource[optional] connection, int objoid, string filename)
DUMP_FUNC:  int pg_lo_import(resource[optional] connection, string filename)
DUMP_FUNC:  resource pg_lo_open(resource[optional] connection, int large_object_oid, string mode)
DUMP_FUNC:  string pg_lo_read(resource large_object, int[optional] len)
DUMP_FUNC:  int pg_lo_read_all(resource large_object)
DUMP_FUNC:  bool pg_lo_seek(resource large_object, int offset, int[optional] whence)
DUMP_FUNC:  int pg_lo_tell(resource large_object)
DUMP_FUNC:  bool pg_lo_unlink(resource[optional] connection, string large_object_oid)
DUMP_FUNC:  int pg_lo_write(resource large_object, string buf, int[optional] len)
DUMP_FUNC:  bool pg_loclose(resource large_object)
DUMP_FUNC:  int pg_locreate(resource[optional] connection)
DUMP_FUNC:  bool pg_loexport(resource[optional] connection, int objoid, string filename)
DUMP_FUNC:  int pg_loimport(resource[optional] connection, string filename)
DUMP_FUNC:  resource pg_loopen(resource[optional] connection, int large_object_oid, string mode)
DUMP_FUNC:  string pg_loread(resource large_object, int[optional] len)
DUMP_FUNC:  int pg_loreadall(resource large_object)
DUMP_FUNC:  bool pg_lounlink(resource[optional] connection, string large_object_oid)
DUMP_FUNC:  int pg_lowrite(resource large_object, string buf, int[optional] len)
DUMP_FUNC:  array pg_meta_data(resource db, string table)
DUMP_FUNC:  int pg_num_fields(resource result)
DUMP_FUNC:  int pg_num_rows(resource result)
DUMP_FUNC:  int pg_numfields(resource result)
DUMP_FUNC:  int pg_numrows(resource result)
DUMP_FUNC:  string pg_options(resource[optional] connection)
DUMP_FUNC:  resource pg_pconnect(null connection_string_, string port, string[optional] options, string[optional] tty, string database)
DUMP_FUNC:  bool pg_ping(resource connection)
DUMP_FUNC:  int pg_port(resource[optional] connection)
DUMP_FUNC:  bool pg_put_line(resource[optional] connection, string query)
DUMP_FUNC:  resource pg_query(resource[optional] connection, string query)
DUMP_FUNC:  string pg_result(resource result, int[optional] row_number, mixed field_name)
DUMP_FUNC:  string pg_result_error(resource result)
DUMP_FUNC:  bool pg_result_seek(resource result, int offset)
DUMP_FUNC:  mixed pg_result_status(resource result, long result_type)
DUMP_FUNC:  mixed pg_select(resource db, string table, array ids, int options)
DUMP_FUNC:  bool pg_send_query(resource connection, string qeury)
DUMP_FUNC:  int pg_set_client_encoding(resource[optional] connection, string encoding)
DUMP_FUNC:  int pg_setclientencoding(resource[optional] connection, string encoding)
DUMP_FUNC:  bool pg_trace(string filename, string[optional] mode, resource[optional] connection)
DUMP_FUNC:  string pg_tty(resource[optional] connection)
DUMP_FUNC:  string pg_unescape_bytea(string data)
DUMP_FUNC:  bool pg_untrace(resource[optional] connection)
DUMP_FUNC:  mixed pg_update(resource db, string table, array fields, array ids, int options)
DUMP_FUNC:  string php_egg_logo_guid()
DUMP_FUNC:  string php_ini_scanned_files()
DUMP_FUNC:  string php_logo_guid()
DUMP_FUNC:  string php_sapi_name()
DUMP_FUNC:  void php_snmpv3(unknown INTERNAL_FUNCTION_PARAMETERS, int st)
DUMP_FUNC:  string php_uname()
DUMP_FUNC:  bool phpcredits(int[optional] flag)
DUMP_FUNC:  bool phpinfo(int[optional] what)
DUMP_FUNC:  string phpversion(string[optional] extension)
DUMP_FUNC:  float pi()
DUMP_FUNC:  string platform_get_cfg_var(string option_name)
DUMP_FUNC:  int png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
DUMP_FUNC:  resource popen(string command, string mode)
DUMP_FUNC:  mixed pos(array array_arg)
DUMP_FUNC:  string posix_ctermid()
DUMP_FUNC:  int posix_errno()
DUMP_FUNC:  int posix_get_last_error()
DUMP_FUNC:  string posix_getcwd()
DUMP_FUNC:  int posix_getegid()
DUMP_FUNC:  int posix_geteuid()
DUMP_FUNC:  int posix_getgid()
DUMP_FUNC:  array posix_getgrgid(long gid)
DUMP_FUNC:  array posix_getgrnam(string groupname)
DUMP_FUNC:  array posix_getgroups()
DUMP_FUNC:  string posix_getlogin()
DUMP_FUNC:  int posix_getpgid()
DUMP_FUNC:  int posix_getpgrp()
DUMP_FUNC:  int posix_getpid()
DUMP_FUNC:  int posix_getppid()
DUMP_FUNC:  array posix_getpwnam(string groupname)
DUMP_FUNC:  array posix_getpwuid(long uid)
DUMP_FUNC:  array posix_getrlimit()
DUMP_FUNC:  int posix_getsid()
DUMP_FUNC:  int posix_getuid()
DUMP_FUNC:  bool posix_isatty(int fd)
DUMP_FUNC:  bool posix_kill(int pid, int sig)
DUMP_FUNC:  bool posix_mkfifo(string pathname, int mode)
DUMP_FUNC:  bool posix_setegid(long uid)
DUMP_FUNC:  bool posix_seteuid(long uid)
DUMP_FUNC:  bool posix_setgid(int uid)
DUMP_FUNC:  bool posix_setpgid(int pid, int pgid)
DUMP_FUNC:  int posix_setsid()
DUMP_FUNC:  bool posix_setuid(long uid)
DUMP_FUNC:  string posix_strerror(int errno)
DUMP_FUNC:  array posix_times()
DUMP_FUNC:  string posix_ttyname(int fd)
DUMP_FUNC:  array posix_uname()
DUMP_FUNC:  number pow(number base, number exponent)
DUMP_FUNC:  array preg_grep(string regex, array input)
DUMP_FUNC:  int preg_match(string pattern, string subject, array[optional] subpatterns, int[optional] flags, int[optional] offset)
DUMP_FUNC:  int preg_match_all(string pattern, string subject, array subpatterns, int[optional] flags, int[optional] offset)
DUMP_FUNC:  string preg_quote(string str, string delim_char)
DUMP_FUNC:  mixed preg_replace(mixed regex, mixed replace, mixed subject, int[optional] limit)
DUMP_FUNC:  mixed preg_replace_callback(mixed regex, mixed callback, mixed subject, int[optional] limit)
DUMP_FUNC:  array preg_split(string pattern, string subject, int[optional] limit, int[optional] flags)
DUMP_FUNC:  mixed prev(array array_arg)
DUMP_FUNC:  bool print_r(mixed var, bool[optional] return)
DUMP_FUNC:  int printf(string format, mixed[optional] arg1)
DUMP_FUNC:  int proc_close(resource process)
DUMP_FUNC:  resource proc_open(string command, array descriptorspec, array pipes)
DUMP_FUNC:  bool pspell_add_to_personal(int pspell, string word)
DUMP_FUNC:  bool pspell_add_to_session(int pspell, string word)
DUMP_FUNC:  bool pspell_check(int pspell, string word)
DUMP_FUNC:  bool pspell_clear_session(int pspell)
DUMP_FUNC:  int pspell_config_create(string language, string[optional] spelling, string[optional] jargon, string[optional] encoding)
DUMP_FUNC:  bool pspell_config_ignore(int conf, int ignore)
DUMP_FUNC:  bool pspell_config_mode(int conf, long mode)
DUMP_FUNC:  bool pspell_config_personal(int conf, string personal)
DUMP_FUNC:  bool pspell_config_repl(int conf, string repl)
DUMP_FUNC:  bool pspell_config_runtogether(int conf, bool runtogether)
DUMP_FUNC:  bool pspell_config_save_repl(int conf, bool save)
DUMP_FUNC:  int pspell_new(string language, string[optional] spelling, string[optional] jargon, string[optional] encoding, int[optional] mode)
DUMP_FUNC:  int pspell_new_config(int config)
DUMP_FUNC:  int pspell_new_personal(string personal, string language, string[optional] spelling, string[optional] jargon, string[optional] encoding, int[optional] mode)
DUMP_FUNC:  bool pspell_save_wordlist(int pspell)
DUMP_FUNC:  bool pspell_store_replacement(int pspell, string misspell, string correct)
DUMP_FUNC:  array pspell_suggest(int pspell, string word)
DUMP_FUNC:  bool putenv(string setting)
DUMP_FUNC:  string qdom_error()
DUMP_FUNC:  QDomDocument qdom_tree(unknown string)
DUMP_FUNC:  string quoted_printable_decode(string str)
DUMP_FUNC:  string quotemeta(string str)
DUMP_FUNC:  float rad2deg(float number)
DUMP_FUNC:  int rand(int[optional] min, int max)
DUMP_FUNC:  array range(mixed low, mixed high)
DUMP_FUNC:  string rawurldecode(string str)
DUMP_FUNC:  string rawurlencode(string str)
DUMP_FUNC:  array read_exif_data(string filename, unknown[optional] sections_needed, unknown[optional] sub_arrays, unknown read_thumbnail)
DUMP_FUNC:  string readdir(resource[optional] dir_handle)
DUMP_FUNC:  int readfile(string filename, int[optional] use_include_path)
DUMP_FUNC:  int readgzfile(string filename, int[optional] use_include_path)
DUMP_FUNC:  string readline(string[optional] prompt)
DUMP_FUNC:  bool readline_add_history(string[optional] prompt)
DUMP_FUNC:  bool readline_clear_history()
DUMP_FUNC:  bool readline_completion_function(string funcname)
DUMP_FUNC:  mixed readline_info(string[optional] varname, string[optional] newvalue)
DUMP_FUNC:  array readline_list_history()
DUMP_FUNC:  bool readline_read_history(string[optional] filename, int[optional] from, int[optional] to)
DUMP_FUNC:  bool readline_write_history(string[optional] filename)
DUMP_FUNC:  string readlink(string filename)
DUMP_FUNC:  string realpath(string path)
DUMP_FUNC:  string recode(string request, string str)
DUMP_FUNC:  bool recode_file(string request, resource input, resource output)
DUMP_FUNC:  string recode_string(string request, string str)
DUMP_FUNC:  bool register_event_handler(callback handler_function, string handler_name, integer handler_type)
DUMP_FUNC:  void register_shutdown_function(string function_name)
DUMP_FUNC:  bool register_tick_function(string function_name, mixed[optional] arg)
DUMP_FUNC:  boolean reload_zend_ini_file()
DUMP_FUNC:  bool rename(string old_name, string new_name)
DUMP_FUNC:  mixed reset(array array_arg)
DUMP_FUNC:  bool restore_error_handler()
DUMP_FUNC:  void restore_include_path()
DUMP_FUNC:  bool rewind(resource fp)
DUMP_FUNC:  void rewinddir(resource[optional] dir_handle)
DUMP_FUNC:  bool rmdir(string dirname)
DUMP_FUNC:  float round(float number, int[optional] precision)
DUMP_FUNC:  bool rsort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  string rtrim(string str, string[optional] character_mask)
DUMP_FUNC:  bool sem_acquire(int id)
DUMP_FUNC:  resource sem_get(int key, int[optional] max_acquire, int[optional] perm, int[optional] auto_release)
DUMP_FUNC:  bool sem_release(int id)
DUMP_FUNC:  bool sem_remove(int id)
DUMP_FUNC:  string serialize(mixed variable)
DUMP_FUNC:  int session_cache_expire(int[optional] new_cache_expire)
DUMP_FUNC:  string session_cache_limiter(string[optional] new_cache_limiter)
DUMP_FUNC:  void session_commit()
DUMP_FUNC:  bool session_decode(string data)
DUMP_FUNC:  bool session_destroy()
DUMP_FUNC:  string session_encode()
DUMP_FUNC:  array session_get_cookie_params()
DUMP_FUNC:  string session_id(string[optional] newid)
DUMP_FUNC:  bool session_is_registered(string varname)
DUMP_FUNC:  string session_module_name(string[optional] newname)
DUMP_FUNC:  string session_name(string[optional] newname)
DUMP_FUNC:  bool session_regenerate_id()
DUMP_FUNC:  bool session_register(mixed var_names)
DUMP_FUNC:  string session_save_path(string[optional] newname)
DUMP_FUNC:  void session_set_cookie_params(int lifetime, string[optional] path, string[optional] domain, bool[optional] secure)
DUMP_FUNC:  bool session_set_save_handler(string open, string close, string read, string write, string destroy, string gc)
DUMP_FUNC:  bool session_start()
DUMP_FUNC:  bool session_unregister(string varname)
DUMP_FUNC:  void session_unset()
DUMP_FUNC:  void session_write_close()
DUMP_FUNC:  mixed set_error_handler(string error_handler)
DUMP_FUNC:  int set_file_buffer(resource fp, int buffer)
DUMP_FUNC:  string set_include_path(string new_include_path)
DUMP_FUNC:  bool set_magic_quotes_runtime(int new_setting)
DUMP_FUNC:  bool set_socket_blocking(resource socket, int mode)
DUMP_FUNC:  void set_time_limit(int seconds)
DUMP_FUNC:  bool setcookie(string name, string[optional] value, int[optional] expires, string[optional] path, string[optional] domain, bool[optional] secure)
DUMP_FUNC:  string setlocale(mixed category, string locale)
DUMP_FUNC:  bool settype(mixed var, string type)
DUMP_FUNC:  string sha1(string str)
DUMP_FUNC:  string sha1_file(string filename)
DUMP_FUNC:  string shell_exec(string cmd)
DUMP_FUNC:  int shm_attach(int key, int[optional] memsize, int[optional] perm)
DUMP_FUNC:  bool shm_detach(int shm_identifier)
DUMP_FUNC:  mixed shm_get_var(int id, int variable_key)
DUMP_FUNC:  bool shm_put_var(int shm_identifier, int variable_key, mixed variable)
DUMP_FUNC:  bool shm_remove(int shm_identifier)
DUMP_FUNC:  bool shm_remove_var(int id, int variable_key)
DUMP_FUNC:  void shmop_close(int shmid)
DUMP_FUNC:  bool shmop_delete(int shmid)
DUMP_FUNC:  int shmop_open(int key, string flags, int mode, int size)
DUMP_FUNC:  string shmop_read(int shmid, int start, int count)
DUMP_FUNC:  int shmop_size(int shmid)
DUMP_FUNC:  int shmop_write(int shmid, string data, int offset)
DUMP_FUNC:  int show_source(string file_name, bool[optional] return)
DUMP_FUNC:  bool shuffle(array array_arg)
DUMP_FUNC:  int similar_text(string str1, string str2, float[optional] percent)
DUMP_FUNC:  float sin(float number)
DUMP_FUNC:  float sinh(float number)
DUMP_FUNC:  int sizeof(mixed var, int[optional] mode)
DUMP_FUNC:  int sleep(int seconds)
DUMP_FUNC:  string snmp2_get(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  array snmp2_real_walk(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  int snmp2_set(string host, string community, string object_id, string type, mixed value, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  array snmp2_walk(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  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[optional] timeout, int[optional] retries)
DUMP_FUNC:  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[optional] timeout, int[optional] retries)
DUMP_FUNC:  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[optional] timeout, int[optional] retries)
DUMP_FUNC:  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[optional] timeout, int[optional] retries)
DUMP_FUNC:  bool snmp_get_quick_print()
DUMP_FUNC:  int snmp_get_valueretrieval()
DUMP_FUNC:  void snmp_set_enum_print(int enum_print)
DUMP_FUNC:  void snmp_set_oid_numeric_print(int oid_numeric_print)
DUMP_FUNC:  void snmp_set_quick_print(int quick_print)
DUMP_FUNC:  void snmp_set_valueretrieval(int method)
DUMP_FUNC:  string snmpget(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  array snmprealwalk(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  bool snmpset(string host, string community, string object_id, string type, mixed value, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  array snmpwalk(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  array snmpwalkoid(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  resource socket_accept(resource socket)
DUMP_FUNC:  bool socket_bind(resource socket, string addr, int[optional] port)
DUMP_FUNC:  void socket_clear_error(resource[optional] socket)
DUMP_FUNC:  void socket_close(resource socket)
DUMP_FUNC:  bool socket_connect(resource socket, string addr, int[optional] port)
DUMP_FUNC:  resource socket_create(int domain, int type, int protocol)
DUMP_FUNC:  resource socket_create_listen(int port, int backlog)
DUMP_FUNC:  bool socket_create_pair(int domain, int type, int protocol, array fd)
DUMP_FUNC:  mixed socket_get_option(resource socket, int level, int optname)
DUMP_FUNC:  array socket_get_status(resource fp)
DUMP_FUNC:  mixed socket_getopt(resource socket, int level, int optname)
DUMP_FUNC:  bool socket_getpeername(resource socket, string addr, int port)
DUMP_FUNC:  bool socket_getsockname(resource socket, string addr, int port)
DUMP_FUNC:  bool socket_iovec_add(resource iovec, int iov_len)
DUMP_FUNC:  resource socket_iovec_alloc(int num_vectors)
DUMP_FUNC:  bool socket_iovec_delete(resource iovec, int iov_pos)
DUMP_FUNC:  string socket_iovec_fetch(resource iovec, int iovec_position)
DUMP_FUNC:  bool socket_iovec_free(resource iovec)
DUMP_FUNC:  bool socket_iovec_set(resource iovec, int iovec_position, string new_val)
DUMP_FUNC:  int socket_last_error(resource[optional] socket)
DUMP_FUNC:  bool socket_listen(resource socket, int backlog)
DUMP_FUNC:  string socket_read(resource socket, int length, int[optional] type)
DUMP_FUNC:  bool socket_readv(resource socket, resource iovec_id)
DUMP_FUNC:  int socket_recv(resource socket, string buf, int len, int flags)
DUMP_FUNC:  int socket_recvfrom(resource socket, string buf, int len, int flags, string name, int[optional] port)
DUMP_FUNC:  bool socket_recvmsg(resource socket, resource iovec, array control, int controllen, int flags, string addr, int[optional] port)
DUMP_FUNC:  int socket_select(array read_fds, array write_fds, &array except_fds, int tv_sec, int tv_usec)
DUMP_FUNC:  int socket_send(resource socket, string buf, int len, int flags)
DUMP_FUNC:  bool socket_sendmsg(resource socket, resource iovec, int flags, string addr, int[optional] port)
DUMP_FUNC:  int socket_sendto(resource socket, string buf, int len, int flags, string addr, int[optional] port)
DUMP_FUNC:  bool socket_set_block(resource socket)
DUMP_FUNC:  bool socket_set_blocking(resource socket, int mode)
DUMP_FUNC:  bool socket_set_nonblock(resource socket)
DUMP_FUNC:  bool socket_set_option(resource socket, int level, int optname, int|array optval)
DUMP_FUNC:  bool socket_set_timeout(resource stream, int seconds, int microseconds)
DUMP_FUNC:  bool socket_setopt(resource socket, int level, int optname, int|array optval)
DUMP_FUNC:  bool socket_shutdown(resource socket, int how)
DUMP_FUNC:  string socket_strerror(int errno)
DUMP_FUNC:  int socket_write(resource socket, string buf, int length)
DUMP_FUNC:  bool socket_writev(resource socket, resource iovec_id)
DUMP_FUNC:  bool solid_fetch_prev(resource result_id)
DUMP_FUNC:  bool sort(array array_arg, int[optional] sort_flags)
DUMP_FUNC:  string soundex(string str)
DUMP_FUNC:  array split(string pattern, string string, int[optional] limit)
DUMP_FUNC:  array spliti(string pattern, string string, int[optional] limit)
DUMP_FUNC:  string sprintf(string format, mixed[optional] arg1)
DUMP_FUNC:  string sql_regcase(string string)
DUMP_FUNC:  array sqlite_array_query(resource db, string query, int[optional] result_type, bool[optional] decode_binary)
DUMP_FUNC:  void sqlite_busy_timeout(resource db, int ms)
DUMP_FUNC:  int sqlite_changes(resource db)
DUMP_FUNC:  void sqlite_close(resource db)
DUMP_FUNC:  mixed sqlite_column(resource result, mixed index_or_name, bool[optional] decode_binary)
DUMP_FUNC:  void sqlite_create_aggregate(resource db, string funcname, mixed step_func, mixed finalize_func, long num_args)
DUMP_FUNC:  void sqlite_create_function(resource db, string funcname, mixed callback, long num_args)
DUMP_FUNC:  array sqlite_current(resource result, int[optional] result_type, bool[optional] decode_binary)
DUMP_FUNC:  string sqlite_error_string(int error_code)
DUMP_FUNC:  string sqlite_escape_string(string item)
DUMP_FUNC:  bool sqlite_exec(string query, resource db, string error_message)
DUMP_FUNC:  SQLiteDatabase sqlite_factory(string filename, int[optional] mode, string[optional] error_message)
DUMP_FUNC:  array sqlite_fetch_all(resource result, int[optional] result_type, bool[optional] decode_binary)
DUMP_FUNC:  array sqlite_fetch_array(resource result, int[optional] result_type, bool[optional] decode_binary)
DUMP_FUNC:  array sqlite_fetch_column_types(string table_name, resource db, int[optional] result_type)
DUMP_FUNC:  object sqlite_fetch_object(resource result, string[optional] class_name, NULL|array[optional] ctor_params, bool[optional] decode_binary)
DUMP_FUNC:  string sqlite_fetch_single(resource result, bool[optional] decode_binary)
DUMP_FUNC:  string sqlite_fetch_string(resource result, bool[optional] decode_binary)
DUMP_FUNC:  string sqlite_field_name(resource result, int field_index)
DUMP_FUNC:  bool sqlite_has_more(resource result)
DUMP_FUNC:  bool sqlite_has_prev(resource result)
DUMP_FUNC:  int sqlite_key(resource result)
DUMP_FUNC:  int sqlite_last_error(resource db)
DUMP_FUNC:  int sqlite_last_insert_rowid(resource db)
DUMP_FUNC:  string sqlite_libencoding()
DUMP_FUNC:  string sqlite_libversion()
DUMP_FUNC:  bool sqlite_next(resource result)
DUMP_FUNC:  int sqlite_num_fields(resource result)
DUMP_FUNC:  int sqlite_num_rows(resource result)
DUMP_FUNC:  resource sqlite_open(string filename, int[optional] mode, string[optional] error_message)
DUMP_FUNC:  resource sqlite_popen(string filename, int[optional] mode, string[optional] error_message)
DUMP_FUNC:  bool sqlite_prev(resource result)
DUMP_FUNC:  resource sqlite_query(string query, resource db, int[optional] result_type, string[optional] error_message)
DUMP_FUNC:  bool sqlite_rewind(resource result)
DUMP_FUNC:  bool sqlite_seek(resource result, int row)
DUMP_FUNC:  array sqlite_single_query(resource db, string query, bool[optional] first_row_only, bool[optional] decode_binary)
DUMP_FUNC:  string sqlite_udf_decode_binary(string data)
DUMP_FUNC:  string sqlite_udf_encode_binary(string data)
DUMP_FUNC:  resource sqlite_unbuffered_query(string query, resource db, int[optional] result_type, string[optional] error_message)
DUMP_FUNC:  bool sqlite_valid(resource result)
DUMP_FUNC:  float sqrt(float number)
DUMP_FUNC:  void srand(int[optional] seed)
DUMP_FUNC:  mixed sscanf(string str, string format)
DUMP_FUNC:  array stat(string filename)
DUMP_FUNC:  string str_pad(string input, int pad_length, string[optional] pad_string, int[optional] pad_type)
DUMP_FUNC:  string str_repeat(string input, int mult)
DUMP_FUNC:  mixed str_replace(mixed search, mixed replace, mixed subject)
DUMP_FUNC:  string str_rot13(string str)
DUMP_FUNC:  string str_shuffle(string str)
DUMP_FUNC:  mixed str_word_count(string str, int[optional] format)
DUMP_FUNC:  int strcasecmp(string str1, string str2)
DUMP_FUNC:  string strchr(string haystack, string needle)
DUMP_FUNC:  int strcmp(string str1, string str2)
DUMP_FUNC:  int strcoll(string str1, string str2)
DUMP_FUNC:  int strcspn(string str, string mask, unknown[optional] start, unknown[optional] len)
DUMP_FUNC:  resource stream_context_create(array[optional] options)
DUMP_FUNC:  array stream_context_get_options(null context)
DUMP_FUNC:  bool stream_context_set_option(null context, string wrappername, string optionname, mixed value)
DUMP_FUNC:  bool stream_context_set_params(null context, array options)
DUMP_FUNC:  resource stream_filter_append(resource stream, string filtername, string filterparams)
DUMP_FUNC:  resource stream_filter_prepend(resource stream, string filtername, string filterparams)
DUMP_FUNC:  array stream_get_meta_data(resource fp)
DUMP_FUNC:  bool stream_register_wrapper(string protocol, string classname)
DUMP_FUNC:  int stream_select(array read_streams, array write_streams, array except_streams, int tv_sec, int tv_usec)
DUMP_FUNC:  bool stream_set_blocking(resource socket, int mode)
DUMP_FUNC:  bool stream_set_timeout(resource stream, int seconds, int microseconds)
DUMP_FUNC:  int stream_set_write_buffer(resource fp, int buffer)
DUMP_FUNC:  bool stream_wrapper_register(string protocol, string classname)
DUMP_FUNC:  string strftime(string format, int[optional] timestamp)
DUMP_FUNC:  string strip_tags(string str, string[optional] allowable_tags)
DUMP_FUNC:  string stripcslashes(string str)
DUMP_FUNC:  string stripslashes(string str)
DUMP_FUNC:  string stristr(string haystack, string needle)
DUMP_FUNC:  int strlen(string str)
DUMP_FUNC:  int strnatcasecmp(string s1, string s2)
DUMP_FUNC:  int strnatcmp(string s1, string s2)
DUMP_FUNC:  int strncasecmp(string str1, string str2, int len)
DUMP_FUNC:  int strncmp(string str1, string str2, int len)
DUMP_FUNC:  int strpos(string haystack, string needle, int[optional] offset)
DUMP_FUNC:  string strrchr(string haystack, string needle)
DUMP_FUNC:  string strrev(string str)
DUMP_FUNC:  int strrpos(string haystack, string needle)
DUMP_FUNC:  int strspn(string str, string mask, unknown[optional] start, unknown[optional] len)
DUMP_FUNC:  string strstr(string haystack, string needle)
DUMP_FUNC:  string strtok(string[optional] str, string token)
DUMP_FUNC:  string strtolower(string str)
DUMP_FUNC:  int strtotime(string time, int now)
DUMP_FUNC:  string strtoupper(string str)
DUMP_FUNC:  string strtr(string str, string from, string to)
DUMP_FUNC:  string strval(mixed var)
DUMP_FUNC:  string substr(string str, int start, int[optional] length)
DUMP_FUNC:  int substr_count(string haystack, string needle)
DUMP_FUNC:  mixed substr_replace(string str, string repl, int start, int[optional] length)
DUMP_FUNC:  void swf_actiongeturl(string url, string target)
DUMP_FUNC:  void swf_actiongotoframe(int frame_number)
DUMP_FUNC:  void swf_actiongotolabel(string label)
DUMP_FUNC:  void swf_actionnextframe()
DUMP_FUNC:  void swf_actionplay()
DUMP_FUNC:  void swf_actionprevframe()
DUMP_FUNC:  void swf_actionsettarget(string target)
DUMP_FUNC:  void swf_actionstop()
DUMP_FUNC:  void swf_actiontogglequality()
DUMP_FUNC:  void swf_actionwaitforframe(int frame, int skipcount)
DUMP_FUNC:  void swf_addbuttonrecord(int state, int objid, int depth)
DUMP_FUNC:  void swf_addcolor(float r, float g, float b, float a)
DUMP_FUNC:  void swf_closefile()
DUMP_FUNC:  void swf_definebitmap(int objid, string imgname)
DUMP_FUNC:  void swf_definefont(int fontid, string name)
DUMP_FUNC:  void swf_defineline(int objid, float x1, float y1, float x2, float y2, float width)
DUMP_FUNC:  void swf_definepoly(int obj_id, array coords, int npoints, float width)
DUMP_FUNC:  void swf_definerect(int objid, float x1, float y1, float x2, float y2, float width)
DUMP_FUNC:  void swf_definetext(int objid, string str, int docCenter)
DUMP_FUNC:  void swf_endbutton()
DUMP_FUNC:  void swf_enddoaction()
DUMP_FUNC:  void swf_endshape()
DUMP_FUNC:  void swf_endsymbol()
DUMP_FUNC:  void swf_fontsize(float height)
DUMP_FUNC:  void swf_fontslant(float slant)
DUMP_FUNC:  void swf_fonttracking(unknown track)
DUMP_FUNC:  array swf_getbitmapinfo(int bitmapid)
DUMP_FUNC:  array swf_getfontinfo()
DUMP_FUNC:  int swf_getframe()
DUMP_FUNC:  void swf_labelframe(string name)
DUMP_FUNC:  void swf_lookat(float vx, float vy, float vz, float px, float py, float pz, float twist)
DUMP_FUNC:  void swf_modifyobject(int depth, int how)
DUMP_FUNC:  void swf_mulcolor(float r, float g, float b, float a)
DUMP_FUNC:  int swf_nextid()
DUMP_FUNC:  void swf_oncondition(int transitions)
DUMP_FUNC:  void swf_openfile(string name, float xsize, float ysize, float framerate, float r, float g, float b)
DUMP_FUNC:  void swf_ortho(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax)
DUMP_FUNC:  void swf_ortho2(float xmin, float xmax, float ymin, float ymax)
DUMP_FUNC:  void swf_perspective(float fovy, float aspect, float near, float far)
DUMP_FUNC:  void swf_placeobject(int objid, int depth)
DUMP_FUNC:  void swf_polarview(float dist, float azimuth, float incidence, float twist)
DUMP_FUNC:  void swf_popmatrix()
DUMP_FUNC:  void swf_posround(int doit)
DUMP_FUNC:  void swf_pushmatrix()
DUMP_FUNC:  void swf_removeobject(int depth)
DUMP_FUNC:  void swf_rotate(float angle, string axis)
DUMP_FUNC:  void swf_scale(float x, float y, float z)
DUMP_FUNC:  void swf_setfont(int fontid)
DUMP_FUNC:  void swf_setframe(int frame_number)
DUMP_FUNC:  void swf_shapearc(float x, float y, float r, float ang1, float ang2)
DUMP_FUNC:  void swf_shapecurveto(float x1, float y1, float x2, float y2)
DUMP_FUNC:  void swf_shapecurveto3(float x1, float y1, float x2, float y2, float x3, float y3)
DUMP_FUNC:  void swf_shapefillbitmapclip(int bitmapid)
DUMP_FUNC:  void swf_shapefillbitmaptile(int bitmapid)
DUMP_FUNC:  void swf_shapefilloff()
DUMP_FUNC:  void swf_shapefillsolid(float r, float g, float b, float a)
DUMP_FUNC:  void swf_shapelinesolid(float r, float g, float b, float a, float width)
DUMP_FUNC:  void swf_shapelineto(float x, float y)
DUMP_FUNC:  void swf_shapemoveto(float x, float y)
DUMP_FUNC:  void swf_showframe()
DUMP_FUNC:  void swf_startbutton(int objid, int type)
DUMP_FUNC:  void swf_startdoaction()
DUMP_FUNC:  void swf_startshape(int objid)
DUMP_FUNC:  void swf_startsymbol(int objid)
DUMP_FUNC:  float swf_textwidth(string str)
DUMP_FUNC:  void swf_translate(float x, float y, float z)
DUMP_FUNC:  void swf_viewport(float xmin, float xmax, float ymin, float ymax)
DUMP_FUNC:  int swfbutton_keypress(string str)
DUMP_FUNC:  void swfmovie_labelframe(object SWFBlock)
DUMP_FUNC:  void swfmovie_nextframe()
DUMP_FUNC:  int sybase_affected_rows(int[optional] link_id)
DUMP_FUNC:  bool sybase_close(int[optional] link_id)
DUMP_FUNC:  resource sybase_connect(string[optional] host, string[optional] user, string[optional] password, string[optional] charset, string[optional] appname)
DUMP_FUNC:  bool sybase_data_seek(int result, int offset)
DUMP_FUNC:  void sybase_deadlock_retry_count(int retry_count)
DUMP_FUNC:  array sybase_fetch_array(int result)
DUMP_FUNC:  array sybase_fetch_assoc(int result)
DUMP_FUNC:  object sybase_fetch_field(int result, int[optional] offset)
DUMP_FUNC:  object sybase_fetch_object(int result, mixed[optional] object)
DUMP_FUNC:  array sybase_fetch_row(int result)
DUMP_FUNC:  bool sybase_field_seek(int result, int offset)
DUMP_FUNC:  bool sybase_free_result(int result)
DUMP_FUNC:  string sybase_get_last_message()
DUMP_FUNC:  void sybase_min_client_severity(int severity)
DUMP_FUNC:  void sybase_min_error_severity(int severity)
DUMP_FUNC:  void sybase_min_message_severity(int severity)
DUMP_FUNC:  void sybase_min_server_severity(int severity)
DUMP_FUNC:  int sybase_num_fields(int result)
DUMP_FUNC:  int sybase_num_rows(int result)
DUMP_FUNC:  resource sybase_pconnect(string[optional] host, string[optional] user, string[optional] password, string[optional] charset, string[optional] appname)
DUMP_FUNC:  mixed sybase_query(string query, int[optional] link_id)
DUMP_FUNC:  string sybase_result(int result, int row, mixed field)
DUMP_FUNC:  bool sybase_select_db(string database, int[optional] link_id)
DUMP_FUNC:  bool sybase_set_message_handler(mixed error_func, resource[optional] connection)
DUMP_FUNC:  resource sybase_unbuffered_query(string query, int[optional] link_id)
DUMP_FUNC:  bool symlink(string target, string link)
DUMP_FUNC:  bool syslog(int priority, string message)
DUMP_FUNC:  string system(string command, int[optional] return_value)
DUMP_FUNC:  float tan(float number)
DUMP_FUNC:  float tanh(float number)
DUMP_FUNC:  string tempnam(string dir, string prefix)
DUMP_FUNC:  string textdomain(string domain)
DUMP_FUNC:  int time()
DUMP_FUNC:  resource tmpfile()
DUMP_FUNC:  array token_get_all(string source)
DUMP_FUNC:  string token_name(int type)
DUMP_FUNC:  bool touch(string filename, int[optional] time, int[optional] atime)
DUMP_FUNC:  bool trigger_error(string messsage, int[optional] error_type)
DUMP_FUNC:  string trim(string str, string[optional] character_mask)
DUMP_FUNC:  bool uasort(array array_arg, string cmp_function)
DUMP_FUNC:  string ucfirst(string str)
DUMP_FUNC:  string ucwords(string str)
DUMP_FUNC:  bool udm_add_search_limit(int agent, int var, string val)
DUMP_FUNC:  resource udm_alloc_agent(string dbaddr, string[optional] dbmode)
DUMP_FUNC:  resource udm_alloc_agent_array(array dbaddr)
DUMP_FUNC:  int udm_api_version()
DUMP_FUNC:  array udm_cat_list(int agent, string category)
DUMP_FUNC:  array udm_cat_path(int agent, string category)
DUMP_FUNC:  bool udm_check_charset(int agent, string charset)
DUMP_FUNC:  int udm_check_stored(int agent, int link, string doc_id)
DUMP_FUNC:  bool udm_clear_search_limits(int agent)
DUMP_FUNC:  int udm_close_stored(int agent, int link)
DUMP_FUNC:  int udm_crc32(int agent, string str)
DUMP_FUNC:  int udm_errno(int agent)
DUMP_FUNC:  string udm_error(int agent)
DUMP_FUNC:  resource udm_find(int agent, string query)
DUMP_FUNC:  int udm_free_agent(int agent)
DUMP_FUNC:  bool udm_free_ispell_data(int agent)
DUMP_FUNC:  bool udm_free_res(int res)
DUMP_FUNC:  int udm_get_doc_count(int agent)
DUMP_FUNC:  string udm_get_res_field(int res, int row, int field)
DUMP_FUNC:  string udm_get_res_field_ex(int res, int row, string field)
DUMP_FUNC:  string udm_get_res_param(int res, int param)
DUMP_FUNC:  int udm_hash32(int agent, string str)
DUMP_FUNC:  bool udm_load_ispell_data(int agent, int var, string val1, string[optional] charset, string val2, int flag)
DUMP_FUNC:  int udm_make_excerpt(int agent, int res, int row)
DUMP_FUNC:  int udm_open_stored(int agent, string storedaddr)
DUMP_FUNC:  int udm_parse_query_string(int agent, string str)
DUMP_FUNC:  bool udm_set_agent_param(int agent, int var, string val)
DUMP_FUNC:  int udm_set_agent_param_ex(int agent, string var, string val)
DUMP_FUNC:  bool uksort(array array_arg, string cmp_function)
DUMP_FUNC:  int umask(int[optional] mask)
DUMP_FUNC:  string uniqid(string prefix, bool[optional] more_entropy)
DUMP_FUNC:  int unixtojd(int[optional] timestamp)
DUMP_FUNC:  bool unlink(string filename)
DUMP_FUNC:  array unpack(string format, string input)
DUMP_FUNC:  boolean unregister_event_handler(string handle)
DUMP_FUNC:  void unregister_tick_function(string function_name)
DUMP_FUNC:  mixed unserialize(string variable_representation)
DUMP_FUNC:  string urldecode(string str)
DUMP_FUNC:  string urlencode(string str)
DUMP_FUNC:  bool user_error(string messsage, int[optional] error_type)
DUMP_FUNC:  void usleep(int micro_seconds)
DUMP_FUNC:  bool usort(array array_arg, string cmp_function)
DUMP_FUNC:  string utf8_decode(string data)
DUMP_FUNC:  string utf8_encode(string data)
DUMP_FUNC:  void var_dump(mixed var)
DUMP_FUNC:  mixed var_export(mixed var, bool[optional] return)
DUMP_FUNC:  bool velocis_autocommit(int index)
DUMP_FUNC:  bool velocis_close(int id)
DUMP_FUNC:  bool velocis_commit(int index)
DUMP_FUNC:  int velocis_connect(string server, string user, string pass)
DUMP_FUNC:  int velocis_exec(int index, string exec_str)
DUMP_FUNC:  bool velocis_fetch(int index)
DUMP_FUNC:  string velocis_fieldname(int index, int col)
DUMP_FUNC:  int velocis_fieldnum(int index)
DUMP_FUNC:  bool velocis_freeresult(int index)
DUMP_FUNC:  bool velocis_off_autocommit(int index)
DUMP_FUNC:  mixed velocis_result(int index, int col)
DUMP_FUNC:  bool velocis_rollback(int index)
DUMP_FUNC:  mixed version_compare(string ver1, string ver2, string[optional] oper)
DUMP_FUNC:  bool virtual(string uri)
DUMP_FUNC:  int vprintf(string format, array args)
DUMP_FUNC:  string vsprintf(string format, array args)
DUMP_FUNC:  int wattroff(resource window, int attrs)
DUMP_FUNC:  int wattron(resource window, int attrs)
DUMP_FUNC:  int wattrset(resource window, int attrs)
DUMP_FUNC:  bool wddx_add_vars(int packet_id, mixed var_names)
DUMP_FUNC:  mixed wddx_deserialize(string packet)
DUMP_FUNC:  string wddx_packet_end(int packet_id)
DUMP_FUNC:  resource wddx_packet_start(string[optional] comment)
DUMP_FUNC:  string wddx_serialize_value(mixed var, string[optional] comment)
DUMP_FUNC:  string wddx_serialize_vars(mixed var_name)
DUMP_FUNC:  string wordwrap(string str, int[optional] width, string[optional] break, int[optional] cut)
DUMP_FUNC:  int wstandend(resource window)
DUMP_FUNC:  int wstandout(resource window)
DUMP_FUNC:  string xml_error_string(int code)
DUMP_FUNC:  int xml_get_current_byte_index(resource parser)
DUMP_FUNC:  int xml_get_current_column_number(resource parser)
DUMP_FUNC:  int xml_get_current_line_number(resource parser)
DUMP_FUNC:  int xml_get_error_code(resource parser)
DUMP_FUNC:  int xml_parse(resource parser, string data, int[optional] isFinal)
DUMP_FUNC:  int xml_parse_into_struct(resource parser, string data, array struct, array index)
DUMP_FUNC:  resource xml_parser_create(string[optional] encoding)
DUMP_FUNC:  resource xml_parser_create_ns(string[optional] encoding, string[optional] sep)
DUMP_FUNC:  bool xml_parser_free(resource parser)
DUMP_FUNC:  mixed xml_parser_get_option(resource parser, int option)
DUMP_FUNC:  bool xml_parser_set_option(resource parser, int option, mixed value)
DUMP_FUNC:  bool xml_set_character_data_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_default_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_element_handler(resource parser, string shdl, string ehdl)
DUMP_FUNC:  bool xml_set_end_namespace_decl_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_external_entity_ref_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_notation_decl_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_object(resource parser, object obj)
DUMP_FUNC:  bool xml_set_processing_instruction_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_start_namespace_decl_handler(resource parser, string hdl)
DUMP_FUNC:  bool xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
DUMP_FUNC:  object xmldoc(string xmldoc, int mode, array error)
DUMP_FUNC:  object xmldocfile(string filename, int mode, array error)
DUMP_FUNC:  array xmlrpc_decode(string xml, string[optional] encoding)
DUMP_FUNC:  array xmlrpc_decode_request(string xml, string& method, string[optional] encoding)
DUMP_FUNC:  string xmlrpc_encode(mixed value)
DUMP_FUNC:  string xmlrpc_encode_request(string method, mixed params)
DUMP_FUNC:  string xmlrpc_get_type(mixed value)
DUMP_FUNC:  bool xmlrpc_is_fault(unknown array)
DUMP_FUNC:  array xmlrpc_parse_method_descriptions(string xml)
DUMP_FUNC:  int xmlrpc_server_add_introspection_data(handle server, array desc)
DUMP_FUNC:  string xmlrpc_server_call_method(handle server, string xml, mixed user_data, array[optional] output_options)
DUMP_FUNC:  resource xmlrpc_server_create()
DUMP_FUNC:  int xmlrpc_server_destroy(handle server)
DUMP_FUNC:  bool xmlrpc_server_register_introspection_callback(handle server, string function)
DUMP_FUNC:  bool xmlrpc_server_register_method(handle server, string method_name, string function)
DUMP_FUNC:  bool xmlrpc_set_type(string value, string type)
DUMP_FUNC:  DomDocument xmltree(string xmltree)
DUMP_FUNC:  XPathObject xpath_eval(object[optional] xpathctx_handle, string str)
DUMP_FUNC:  XPathObject xpath_eval_expression(object[optional] xpathctx_handle, string str)
DUMP_FUNC:  bool xpath_init()
DUMP_FUNC:  XPathContext xpath_new_context(int[optional] doc_handle)
DUMP_FUNC:  bool xpath_register_ns(object[optional] xpathctx_handle, string namespace_prefix, string namespace_uri)
DUMP_FUNC:  int xptr_eval(int[optional] xpathctx_handle, string str)
DUMP_FUNC:  XPathContext xptr_new_context(int[optional] doc_handle)
DUMP_FUNC:  string xslt_backend_info()
DUMP_FUNC:  string xslt_backend_name()
DUMP_FUNC:  string xslt_backend_version()
DUMP_FUNC:  resource xslt_create()
DUMP_FUNC:  int xslt_errno(resource processor)
DUMP_FUNC:  string xslt_error(resource processor)
DUMP_FUNC:  void xslt_free(resource processor)
DUMP_FUNC:  int xslt_getopt(resource processor)
DUMP_FUNC:  mixed xslt_process(resource processor, string xml, string xslt, mixed result, array args, array params)
DUMP_FUNC:  void xslt_set_base(resource processor, string base)
DUMP_FUNC:  void xslt_set_encoding(resource processor, string encoding)
DUMP_FUNC:  void xslt_set_error_handler(resource processor, mixed error_func)
DUMP_FUNC:  void xslt_set_log(resource processor, string logfile)
DUMP_FUNC:  bool xslt_set_object(resource parser, object obj)
DUMP_FUNC:  void xslt_set_sax_handlers(resource processor, array handlers)
DUMP_FUNC:  void xslt_set_scheme_handlers(resource processor, array handlers)
DUMP_FUNC:  mixed xslt_setopt(resource processor, int newmask)
DUMP_FUNC:  string yaz_addinfo(int id)
DUMP_FUNC:  void yaz_ccl_conf(int id, array package)
DUMP_FUNC:  bool yaz_ccl_parse(int id, string query, array res)
DUMP_FUNC:  bool yaz_close(int id)
DUMP_FUNC:  mixed yaz_connect(string zurl_)
DUMP_FUNC:  bool yaz_database(int id, string databases)
DUMP_FUNC:  bool yaz_element(int id, string elementsetname)
DUMP_FUNC:  int yaz_errno(int id)
DUMP_FUNC:  string yaz_error(int id)
DUMP_FUNC:  array yaz_es_result(int id)
DUMP_FUNC:  int yaz_hits(int id)
DUMP_FUNC:  void yaz_itemorder(int id, array package)
DUMP_FUNC:  bool yaz_present(int id)
DUMP_FUNC:  void yaz_range(int id, int start, int number)
DUMP_FUNC:  string yaz_record(int id, int pos, string type)
DUMP_FUNC:  void yaz_scan(int id, unknown type, unknown query, unknown[optional] flags)
DUMP_FUNC:  array yaz_scan_result(int id, array options)
DUMP_FUNC:  void yaz_schema(int id, string schema)
DUMP_FUNC:  bool yaz_search(int id, string type, string query)
DUMP_FUNC:  void yaz_sort(int id, string sortspec)
DUMP_FUNC:  void yaz_syntax(int id, string syntax)
DUMP_FUNC:  mixed yaz_wait(array[optional] options)
DUMP_FUNC:  void yp_all(string domain, string map, string callback)
DUMP_FUNC:  array yp_cat(string domain, string map)
DUMP_FUNC:  string yp_err_string(int errorcode)
DUMP_FUNC:  int yp_errno()
DUMP_FUNC:  array yp_first(string domain, string map)
DUMP_FUNC:  string yp_get_default_domain()
DUMP_FUNC:  string yp_master(string domain, string map)
DUMP_FUNC:  string yp_match(string domain, string map, string key)
DUMP_FUNC:  array yp_next(string domain, string map, string key)
DUMP_FUNC:  int yp_order(string domain, string map)
DUMP_FUNC:  int zend_current_obfuscation_level()
DUMP_FUNC:  string zend_get_cfg_var(string option_name)
DUMP_FUNC:  int zend_get_id(bool[optional] all)
DUMP_FUNC:  mixed zend_get_license_info(string filename)
DUMP_FUNC:  mixed zend_get_platform_license(string path)
DUMP_FUNC:  string zend_loader_current_file()
DUMP_FUNC:  boolean zend_loader_enabled()
DUMP_FUNC:  boolean zend_loader_file_encoded()
DUMP_FUNC:  array zend_loader_file_licensed()
DUMP_FUNC:  boolean zend_loader_install_license(string license_file, bool override)
DUMP_FUNC:  int zend_loader_version()
DUMP_FUNC:  string zend_logo_guid()
DUMP_FUNC:  bool zend_match_hostmasks(string host, string masks, string delimiter)
DUMP_FUNC:  string zend_obfuscate_class_name(string class_name)
DUMP_FUNC:  string zend_obfuscate_function_name(string function_name)
DUMP_FUNC:  int zend_optimizer_version()
DUMP_FUNC:  int zend_runtime_obfuscate()
DUMP_FUNC:  string zend_version()
DUMP_FUNC:  void zip_close(resource zip)
DUMP_FUNC:  bool zip_entry_close(resource zip_ent)
DUMP_FUNC:  int zip_entry_compressedsize(resource zip_entry)
DUMP_FUNC:  string zip_entry_compressionmethod(resource zip_entry)
DUMP_FUNC:  int zip_entry_filesize(resource zip_entry)
DUMP_FUNC:  string zip_entry_name(resource zip_entry)
DUMP_FUNC:  bool zip_entry_open(resource zip_dp, resource zip_entry, string mode)
DUMP_FUNC:  string zip_entry_read(resource zip_ent)
DUMP_FUNC:  mixed zip_open(string filename)
DUMP_FUNC:  mixed zip_read(resource zip)
DUMP_FUNC:  string zlib_get_coding_type()

DUMP_CONSTANT: __CLASS__ 0

DUMP_CONSTANT: __FILE__ 0

DUMP_CONSTANT: __FUNCTION__ 0

DUMP_CONSTANT: __LINE__ 0

DUMP_CONSTANT: ABDAY_1 0

DUMP_CONSTANT: ABDAY_2 0

DUMP_CONSTANT: ABDAY_3 0

DUMP_CONSTANT: ABDAY_4 0

DUMP_CONSTANT: ABDAY_5 0

DUMP_CONSTANT: ABDAY_6 0

DUMP_CONSTANT: ABDAY_7 0

DUMP_CONSTANT: ABMON_1 0

DUMP_CONSTANT: ABMON_10 0

DUMP_CONSTANT: ABMON_11 0

DUMP_CONSTANT: ABMON_12 0

DUMP_CONSTANT: ABMON_2 0

DUMP_CONSTANT: ABMON_3 0

DUMP_CONSTANT: ABMON_4 0

DUMP_CONSTANT: ABMON_5 0

DUMP_CONSTANT: ABMON_6 0

DUMP_CONSTANT: ABMON_7 0

DUMP_CONSTANT: ABMON_8 0

DUMP_CONSTANT: ABMON_9 0

DUMP_CONSTANT: AF_INET 0

DUMP_CONSTANT: AF_UNIX 0

DUMP_CONSTANT: ALT_DIGITS 0

DUMP_CONSTANT: AM_STR 0

DUMP_CONSTANT: ASSERT_ACTIVE 0

DUMP_CONSTANT: ASSERT_BAIL 0

DUMP_CONSTANT: ASSERT_CALLBACK 0

DUMP_CONSTANT: ASSERT_QUIET_EVAL 0

DUMP_CONSTANT: ASSERT_WARNING 0

DUMP_CONSTANT: BSDown 0

DUMP_CONSTANT: BSHitTest 0

DUMP_CONSTANT: BSOver 0

DUMP_CONSTANT: BSUp 0

DUMP_CONSTANT: ButtonEnter 0

DUMP_CONSTANT: ButtonExit 0

DUMP_CONSTANT: CAL_DOW_DAYNO 0

DUMP_CONSTANT: CAL_DOW_LONG 0

DUMP_CONSTANT: CAL_DOW_SHORT 0

DUMP_CONSTANT: CAL_EASTER_ALWAYS_GREGORIAN 0

DUMP_CONSTANT: CAL_EASTER_ALWAYS_JULIAN 0

DUMP_CONSTANT: CAL_EASTER_DEFAULT 0

DUMP_CONSTANT: CAL_EASTER_ROMAN 0

DUMP_CONSTANT: CAL_FRENCH 0

DUMP_CONSTANT: CAL_GREGORIAN 0

DUMP_CONSTANT: CAL_JEWISH 0

DUMP_CONSTANT: CAL_JEWISH_ADD_ALAFIM 0

DUMP_CONSTANT: CAL_JEWISH_ADD_ALAFIM_GERESH 0

DUMP_CONSTANT: CAL_JEWISH_ADD_GERESHAYIM 0

DUMP_CONSTANT: CAL_JULIAN 0

DUMP_CONSTANT: CAL_MONTH_FRENCH 0

DUMP_CONSTANT: CAL_MONTH_GREGORIAN_LONG 0

DUMP_CONSTANT: CAL_MONTH_GREGORIAN_SHORT 0

DUMP_CONSTANT: CAL_MONTH_JEWISH 0

DUMP_CONSTANT: CAL_MONTH_JULIAN_LONG 0

DUMP_CONSTANT: CAL_MONTH_JULIAN_SHORT 0

DUMP_CONSTANT: CAL_NUM_CALS 0

DUMP_CONSTANT: CASE_LOWER 0

DUMP_CONSTANT: CASE_UPPER 0

DUMP_CONSTANT: CHAR_MAX 0

DUMP_CONSTANT: CL_EXPUNGE 0

DUMP_CONSTANT: CLSCTX_ALL 0

DUMP_CONSTANT: CLSCTX_INPROC_HANDLER 0

DUMP_CONSTANT: CLSCTX_INPROC_SERVER 0

DUMP_CONSTANT: CLSCTX_LOCAL_SERVER 0

DUMP_CONSTANT: CLSCTX_REMOTE_SERVER 0

DUMP_CONSTANT: CLSCTX_SERVER 0

DUMP_CONSTANT: CODESET 0

DUMP_CONSTANT: CONNECTION_ABORTED 0

DUMP_CONSTANT: CONNECTION_NORMAL 0

DUMP_CONSTANT: CONNECTION_TIMEOUT 0

DUMP_CONSTANT: COUNT_NORMAL 0

DUMP_CONSTANT: COUNT_RECURSIVE 0

DUMP_CONSTANT: CP_ACP 0

DUMP_CONSTANT: CP_MACCP 0

DUMP_CONSTANT: CP_MOVE 0

DUMP_CONSTANT: CP_OEMCP 0

DUMP_CONSTANT: CP_SYMBOL 0

DUMP_CONSTANT: CP_THREAD_ACP 0

DUMP_CONSTANT: CP_UID 0

DUMP_CONSTANT: CP_UTF7 0

DUMP_CONSTANT: CP_UTF8 0

DUMP_CONSTANT: CPDF_PL_1COLUMN 0

DUMP_CONSTANT: CPDF_PL_2LCOLUMN 0

DUMP_CONSTANT: CPDF_PL_2RCOLUMN 0

DUMP_CONSTANT: CPDF_PL_SINGLE 0

DUMP_CONSTANT: CPDF_PM_FULLSCREEN 0

DUMP_CONSTANT: CPDF_PM_NONE 0

DUMP_CONSTANT: CPDF_PM_OUTLINES 0

DUMP_CONSTANT: CPDF_PM_THUMBS 0

DUMP_CONSTANT: CREDITS_ALL 0

DUMP_CONSTANT: CREDITS_DOCS 0

DUMP_CONSTANT: CREDITS_FULLPAGE 0

DUMP_CONSTANT: CREDITS_GENERAL 0

DUMP_CONSTANT: CREDITS_GROUP 0

DUMP_CONSTANT: CREDITS_MODULES 0

DUMP_CONSTANT: CREDITS_QA 0

DUMP_CONSTANT: CREDITS_SAPI 0

DUMP_CONSTANT: CRNCYSTR 0

DUMP_CONSTANT: CRYPT_BLOWFISH 0

DUMP_CONSTANT: CRYPT_EXT_DES 0

DUMP_CONSTANT: CRYPT_MD5 0

DUMP_CONSTANT: CRYPT_SALT_LENGTH 0

DUMP_CONSTANT: CRYPT_STD_DES 0

DUMP_CONSTANT: CURL_HTTP_VERSION_1_0 0

DUMP_CONSTANT: CURL_HTTP_VERSION_1_1 0

DUMP_CONSTANT: CURL_HTTP_VERSION_NONE 0

DUMP_CONSTANT: CURL_NETRC_IGNORED 0

DUMP_CONSTANT: CURL_NETRC_OPTIONAL 0

DUMP_CONSTANT: CURL_NETRC_REQUIRED 0

DUMP_CONSTANT: CURL_TIMECOND_IFMODSINCE 0

DUMP_CONSTANT: CURL_TIMECOND_IFUNMODSINCE 0

DUMP_CONSTANT: CURL_TIMECOND_LASTMOD 0

DUMP_CONSTANT: CURLAUTH_ANY 0

DUMP_CONSTANT: CURLAUTH_ANYSAFE 0

DUMP_CONSTANT: CURLAUTH_BASIC 0

DUMP_CONSTANT: CURLAUTH_DIGEST 0

DUMP_CONSTANT: CURLAUTH_GSSNEGOTIATE 0

DUMP_CONSTANT: CURLAUTH_NTLM 0

DUMP_CONSTANT: CURLCLOSEPOLICY_CALLBACK 0

DUMP_CONSTANT: CURLCLOSEPOLICY_LEAST_RECENTLY_USED 0

DUMP_CONSTANT: CURLCLOSEPOLICY_LEAST_TRAFFIC 0

DUMP_CONSTANT: CURLCLOSEPOLICY_OLDEST 0

DUMP_CONSTANT: CURLCLOSEPOLICY_SLOWEST 0

DUMP_CONSTANT: CURLE_ABORTED_BY_CALLBACK 0

DUMP_CONSTANT: CURLE_BAD_CALLING_ORDER 0

DUMP_CONSTANT: CURLE_BAD_CONTENT_ENCODING 0

DUMP_CONSTANT: CURLE_BAD_FUNCTION_ARGUMENT 0

DUMP_CONSTANT: CURLE_BAD_PASSWORD_ENTERED 0

DUMP_CONSTANT: CURLE_COULDNT_CONNECT 0

DUMP_CONSTANT: CURLE_COULDNT_RESOLVE_HOST 0

DUMP_CONSTANT: CURLE_COULDNT_RESOLVE_PROXY 0

DUMP_CONSTANT: CURLE_FAILED_INIT 0

DUMP_CONSTANT: CURLE_FILE_COULDNT_READ_FILE 0

DUMP_CONSTANT: CURLE_FILESIZE_EXCEEDED 0

DUMP_CONSTANT: CURLE_FTP_ACCESS_DENIED 0

DUMP_CONSTANT: CURLE_FTP_BAD_DOWNLOAD_RESUME 0

DUMP_CONSTANT: CURLE_FTP_CANT_GET_HOST 0

DUMP_CONSTANT: CURLE_FTP_CANT_RECONNECT 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_GET_SIZE 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_RETR_FILE 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_SET_ASCII 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_SET_BINARY 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_STOR_FILE 0

DUMP_CONSTANT: CURLE_FTP_COULDNT_USE_REST 0

DUMP_CONSTANT: CURLE_FTP_PORT_FAILED 0

DUMP_CONSTANT: CURLE_FTP_QUOTE_ERROR 0

DUMP_CONSTANT: CURLE_FTP_SSL_FAILED 0

DUMP_CONSTANT: CURLE_FTP_USER_PASSWORD_INCORRECT 0

DUMP_CONSTANT: CURLE_FTP_WEIRD_227_FORMAT 0

DUMP_CONSTANT: CURLE_FTP_WEIRD_PASS_REPLY 0

DUMP_CONSTANT: CURLE_FTP_WEIRD_PASV_REPLY 0

DUMP_CONSTANT: CURLE_FTP_WEIRD_SERVER_REPLY 0

DUMP_CONSTANT: CURLE_FTP_WEIRD_USER_REPLY 0

DUMP_CONSTANT: CURLE_FTP_WRITE_ERROR 0

DUMP_CONSTANT: CURLE_FUNCTION_NOT_FOUND 0

DUMP_CONSTANT: CURLE_GOT_NOTHING 0

DUMP_CONSTANT: CURLE_HTTP_NOT_FOUND 0

DUMP_CONSTANT: CURLE_HTTP_PORT_FAILED 0

DUMP_CONSTANT: CURLE_HTTP_POST_ERROR 0

DUMP_CONSTANT: CURLE_HTTP_RANGE_ERROR 0

DUMP_CONSTANT: CURLE_LDAP_CANNOT_BIND 0

DUMP_CONSTANT: CURLE_LDAP_INVALID_URL 0

DUMP_CONSTANT: CURLE_LDAP_SEARCH_FAILED 0

DUMP_CONSTANT: CURLE_LIBRARY_NOT_FOUND 0

DUMP_CONSTANT: CURLE_MALFORMAT_USER 0

DUMP_CONSTANT: CURLE_OBSOLETE 0

DUMP_CONSTANT: CURLE_OK 0

DUMP_CONSTANT: CURLE_OPERATION_TIMEOUTED 0

DUMP_CONSTANT: CURLE_OUT_OF_MEMORY 0

DUMP_CONSTANT: CURLE_PARTIAL_FILE 0

DUMP_CONSTANT: CURLE_READ_ERROR 0

DUMP_CONSTANT: CURLE_RECV_ERROR 0

DUMP_CONSTANT: CURLE_SEND_ERROR 0

DUMP_CONSTANT: CURLE_SHARE_IN_USE 0

DUMP_CONSTANT: CURLE_SSL_CACERT 0

DUMP_CONSTANT: CURLE_SSL_CERTPROBLEM 0

DUMP_CONSTANT: CURLE_SSL_CIPHER 0

DUMP_CONSTANT: CURLE_SSL_CONNECT_ERROR 0

DUMP_CONSTANT: CURLE_SSL_ENGINE_NOTFOUND 0

DUMP_CONSTANT: CURLE_SSL_ENGINE_SETFAILED 0

DUMP_CONSTANT: CURLE_SSL_PEER_CERTIFICATE 0

DUMP_CONSTANT: CURLE_TELNET_OPTION_SYNTAX 0

DUMP_CONSTANT: CURLE_TOO_MANY_REDIRECTS 0

DUMP_CONSTANT: CURLE_UNKNOWN_TELNET_OPTION 0

DUMP_CONSTANT: CURLE_UNSUPPORTED_PROTOCOL 0

DUMP_CONSTANT: CURLE_URL_MALFORMAT 0

DUMP_CONSTANT: CURLE_URL_MALFORMAT_USER 0

DUMP_CONSTANT: CURLE_WRITE_ERROR 0

DUMP_CONSTANT: CURLINFO_CONNECT_TIME 0

DUMP_CONSTANT: CURLINFO_CONTENT_LENGTH_DOWNLOAD 0

DUMP_CONSTANT: CURLINFO_CONTENT_LENGTH_UPLOAD 0

DUMP_CONSTANT: CURLINFO_CONTENT_TYPE 0

DUMP_CONSTANT: CURLINFO_EFFECTIVE_URL 0

DUMP_CONSTANT: CURLINFO_FILETIME 0

DUMP_CONSTANT: CURLINFO_HEADER_SIZE 0

DUMP_CONSTANT: CURLINFO_HTTP_CODE 0

DUMP_CONSTANT: CURLINFO_NAMELOOKUP_TIME 0

DUMP_CONSTANT: CURLINFO_PRETRANSFER_TIME 0

DUMP_CONSTANT: CURLINFO_REDIRECT_COUNT 0

DUMP_CONSTANT: CURLINFO_REDIRECT_TIME 0

DUMP_CONSTANT: CURLINFO_REQUEST_SIZE 0

DUMP_CONSTANT: CURLINFO_SIZE_DOWNLOAD 0

DUMP_CONSTANT: CURLINFO_SIZE_UPLOAD 0

DUMP_CONSTANT: CURLINFO_SPEED_DOWNLOAD 0

DUMP_CONSTANT: CURLINFO_SPEED_UPLOAD 0

DUMP_CONSTANT: CURLINFO_SSL_VERIFYRESULT 0

DUMP_CONSTANT: CURLINFO_STARTTRANSFER_TIME 0

DUMP_CONSTANT: CURLINFO_TOTAL_TIME 0

DUMP_CONSTANT: CURLOPT_BINARYTRANSFER 0

DUMP_CONSTANT: CURLOPT_CAINFO 0

DUMP_CONSTANT: CURLOPT_CAPATH 0

DUMP_CONSTANT: CURLOPT_CLOSEPOLICY 0

DUMP_CONSTANT: CURLOPT_CONNECTTIMEOUT 0

DUMP_CONSTANT: CURLOPT_COOKIE 0

DUMP_CONSTANT: CURLOPT_COOKIEFILE 0

DUMP_CONSTANT: CURLOPT_COOKIEJAR 0

DUMP_CONSTANT: CURLOPT_CRLF 0

DUMP_CONSTANT: CURLOPT_CUSTOMREQUEST 0

DUMP_CONSTANT: CURLOPT_DNS_CACHE_TIMEOUT 0

DUMP_CONSTANT: CURLOPT_DNS_USE_GLOBAL_CACHE 0

DUMP_CONSTANT: CURLOPT_EGDSOCKET 0

DUMP_CONSTANT: CURLOPT_ENCODING 0

DUMP_CONSTANT: CURLOPT_FAILONERROR 0

DUMP_CONSTANT: CURLOPT_FILE 0

DUMP_CONSTANT: CURLOPT_FILETIME 0

DUMP_CONSTANT: CURLOPT_FOLLOWLOCATION 0

DUMP_CONSTANT: CURLOPT_FORBID_REUSE 0

DUMP_CONSTANT: CURLOPT_FRESH_CONNECT 0

DUMP_CONSTANT: CURLOPT_FTP_USE_EPSV 0

DUMP_CONSTANT: CURLOPT_FTPAPPEND 0

DUMP_CONSTANT: CURLOPT_FTPASCII 0

DUMP_CONSTANT: CURLOPT_FTPLISTONLY 0

DUMP_CONSTANT: CURLOPT_FTPPORT 0

DUMP_CONSTANT: CURLOPT_HEADER 0

DUMP_CONSTANT: CURLOPT_HEADERFUNCTION 0

DUMP_CONSTANT: CURLOPT_HTTP_VERSION 0

DUMP_CONSTANT: CURLOPT_HTTPAUTH 0

DUMP_CONSTANT: CURLOPT_HTTPGET 0

DUMP_CONSTANT: CURLOPT_HTTPHEADER 0

DUMP_CONSTANT: CURLOPT_HTTPPROXYTUNNEL 0

DUMP_CONSTANT: CURLOPT_INFILE 0

DUMP_CONSTANT: CURLOPT_INFILESIZE 0

DUMP_CONSTANT: CURLOPT_INTERFACE 0

DUMP_CONSTANT: CURLOPT_KRB4LEVEL 0

DUMP_CONSTANT: CURLOPT_LOW_SPEED_LIMIT 0

DUMP_CONSTANT: CURLOPT_LOW_SPEED_TIME 0

DUMP_CONSTANT: CURLOPT_MAXCONNECTS 0

DUMP_CONSTANT: CURLOPT_MAXREDIRS 0

DUMP_CONSTANT: CURLOPT_MUTE 0

DUMP_CONSTANT: CURLOPT_NETRC 0

DUMP_CONSTANT: CURLOPT_NOBODY 0

DUMP_CONSTANT: CURLOPT_NOPROGRESS 0

DUMP_CONSTANT: CURLOPT_PASSWDFUNCTION 0

DUMP_CONSTANT: CURLOPT_PORT 0

DUMP_CONSTANT: CURLOPT_POST 0

DUMP_CONSTANT: CURLOPT_POSTFIELDS 0

DUMP_CONSTANT: CURLOPT_POSTQUOTE 0

DUMP_CONSTANT: CURLOPT_PROXY 0

DUMP_CONSTANT: CURLOPT_PROXYAUTH 0

DUMP_CONSTANT: CURLOPT_PROXYUSERPWD 0

DUMP_CONSTANT: CURLOPT_PUT 0

DUMP_CONSTANT: CURLOPT_QUOTE 0

DUMP_CONSTANT: CURLOPT_RANDOM_FILE 0

DUMP_CONSTANT: CURLOPT_RANGE 0

DUMP_CONSTANT: CURLOPT_READFUNCTION 0

DUMP_CONSTANT: CURLOPT_REFERER 0

DUMP_CONSTANT: CURLOPT_RESUME_FROM 0

DUMP_CONSTANT: CURLOPT_RETURNTRANSFER 0

DUMP_CONSTANT: CURLOPT_SSL_CIPHER_LIST 0

DUMP_CONSTANT: CURLOPT_SSL_VERIFYHOST 0

DUMP_CONSTANT: CURLOPT_SSL_VERIFYPEER 0

DUMP_CONSTANT: CURLOPT_SSLCERT 0

DUMP_CONSTANT: CURLOPT_SSLCERTPASSWD 0

DUMP_CONSTANT: CURLOPT_SSLENGINE 0

DUMP_CONSTANT: CURLOPT_SSLENGINE_DEFAULT 0

DUMP_CONSTANT: CURLOPT_SSLKEY 0

DUMP_CONSTANT: CURLOPT_SSLKEYPASSWD 0

DUMP_CONSTANT: CURLOPT_SSLKEYTYPE 0

DUMP_CONSTANT: CURLOPT_SSLVERSION 0

DUMP_CONSTANT: CURLOPT_STDERR 0

DUMP_CONSTANT: CURLOPT_TIMECONDITION 0

DUMP_CONSTANT: CURLOPT_TIMEOUT 0

DUMP_CONSTANT: CURLOPT_TIMEVALUE 0

DUMP_CONSTANT: CURLOPT_TRANSFERTEXT 0

DUMP_CONSTANT: CURLOPT_UPLOAD 0

DUMP_CONSTANT: CURLOPT_URL 0

DUMP_CONSTANT: CURLOPT_USERAGENT 0

DUMP_CONSTANT: CURLOPT_USERPWD 0

DUMP_CONSTANT: CURLOPT_VERBOSE 0

DUMP_CONSTANT: CURLOPT_WRITEFUNCTION 0

DUMP_CONSTANT: CURLOPT_WRITEHEADER 0

DUMP_CONSTANT: CURRENCY_SYMBOL 0

DUMP_CONSTANT: CYRUS_CALLBACK_NOLITERAL 0

DUMP_CONSTANT: CYRUS_CALLBACK_NUMBERED 0

DUMP_CONSTANT: CYRUS_CONN_INITIALRESPONSE 0

DUMP_CONSTANT: CYRUS_CONN_NONSYNCLITERAL 0

DUMP_CONSTANT: D_FMT 0

DUMP_CONSTANT: D_T_FMT 0

DUMP_CONSTANT: DAY_1 0

DUMP_CONSTANT: DAY_2 0

DUMP_CONSTANT: DAY_3 0

DUMP_CONSTANT: DAY_4 0

DUMP_CONSTANT: DAY_5 0

DUMP_CONSTANT: DAY_6 0

DUMP_CONSTANT: DAY_7 0

DUMP_CONSTANT: DBX_CMP_ASC 0

DUMP_CONSTANT: DBX_CMP_DESC 0

DUMP_CONSTANT: DBX_CMP_NATIVE 0

DUMP_CONSTANT: DBX_CMP_NUMBER 0

DUMP_CONSTANT: DBX_CMP_TEXT 0

DUMP_CONSTANT: DBX_COLNAMES_LOWERCASE 0

DUMP_CONSTANT: DBX_COLNAMES_UNCHANGED 0

DUMP_CONSTANT: DBX_COLNAMES_UPPERCASE 0

DUMP_CONSTANT: DBX_FBSQL 0

DUMP_CONSTANT: DBX_MSSQL 0

DUMP_CONSTANT: DBX_MYSQL 0

DUMP_CONSTANT: DBX_OCI8 0

DUMP_CONSTANT: DBX_ODBC 0

DUMP_CONSTANT: DBX_PERSISTENT 0

DUMP_CONSTANT: DBX_PGSQL 0

DUMP_CONSTANT: DBX_RESULT_ASSOC 0

DUMP_CONSTANT: DBX_RESULT_INDEX 0

DUMP_CONSTANT: DBX_RESULT_INFO 0

DUMP_CONSTANT: DBX_SYBASECT 0

DUMP_CONSTANT: DEBUGGER_VERSION 0

DUMP_CONSTANT: DECIMAL_POINT 0

DUMP_CONSTANT: DEFAULT_INCLUDE_PATH 0

DUMP_CONSTANT: DIRECTORY_SEPARATOR 0

DUMP_CONSTANT: DISPATCH_METHOD 0

DUMP_CONSTANT: DISPATCH_PROPERTYGET 0

DUMP_CONSTANT: DISPATCH_PROPERTYPUT 0

DUMP_CONSTANT: DOMXML_LOAD_COMPLETE_ATTRS 0

DUMP_CONSTANT: DOMXML_LOAD_DONT_KEEP_BLANKS 0

DUMP_CONSTANT: DOMXML_LOAD_PARSING 0

DUMP_CONSTANT: DOMXML_LOAD_RECOVERING 0

DUMP_CONSTANT: DOMXML_LOAD_SUBSTITUTE_ENTITIES 0

DUMP_CONSTANT: DOMXML_LOAD_VALIDATING 0

DUMP_CONSTANT: E_ALL 0

DUMP_CONSTANT: E_COMPILE_ERROR 0

DUMP_CONSTANT: E_COMPILE_WARNING 0

DUMP_CONSTANT: E_CORE_ERROR 0

DUMP_CONSTANT: E_CORE_WARNING 0

DUMP_CONSTANT: E_ERROR 0

DUMP_CONSTANT: E_NOTICE 0

DUMP_CONSTANT: E_PARSE 0

DUMP_CONSTANT: E_USER_ERROR 0

DUMP_CONSTANT: E_USER_NOTICE 0

DUMP_CONSTANT: E_USER_WARNING 0

DUMP_CONSTANT: E_WARNING 0

DUMP_CONSTANT: ENC7BIT 0

DUMP_CONSTANT: ENC8BIT 0

DUMP_CONSTANT: ENCBASE64 0

DUMP_CONSTANT: ENCBINARY 0

DUMP_CONSTANT: ENCOTHER 0

DUMP_CONSTANT: ENCQUOTEDPRINTABLE 0

DUMP_CONSTANT: ENT_COMPAT 0

DUMP_CONSTANT: ENT_NOQUOTES 0

DUMP_CONSTANT: ENT_QUOTES 0

DUMP_CONSTANT: ERA 0

DUMP_CONSTANT: ERA_D_FMT 0

DUMP_CONSTANT: ERA_D_T_FMT 0

DUMP_CONSTANT: ERA_T_FMT 0

DUMP_CONSTANT: ERA_YEAR 0

DUMP_CONSTANT: EXIF_USE_MBSTRING 0

DUMP_CONSTANT: EXTR_IF_EXISTS 0

DUMP_CONSTANT: EXTR_OVERWRITE 0

DUMP_CONSTANT: EXTR_PREFIX_ALL 0

DUMP_CONSTANT: EXTR_PREFIX_IF_EXISTS 0

DUMP_CONSTANT: EXTR_PREFIX_INVALID 0

DUMP_CONSTANT: EXTR_PREFIX_SAME 0

DUMP_CONSTANT: EXTR_REFS 0

DUMP_CONSTANT: EXTR_SKIP 0

DUMP_CONSTANT: FBSQL_ASSOC 0

DUMP_CONSTANT: FBSQL_BOTH 0

DUMP_CONSTANT: FBSQL_ISO_READ_COMMITTED 0

DUMP_CONSTANT: FBSQL_ISO_READ_UNCOMMITTED 0

DUMP_CONSTANT: FBSQL_ISO_REPEATABLE_READ 0

DUMP_CONSTANT: FBSQL_ISO_SERIALIZABLE 0

DUMP_CONSTANT: FBSQL_ISO_VERSIONED 0

DUMP_CONSTANT: FBSQL_LOB_DIRECT 0

DUMP_CONSTANT: FBSQL_LOB_HANDLE 0

DUMP_CONSTANT: FBSQL_LOCK_DEFERRED 0

DUMP_CONSTANT: FBSQL_LOCK_OPTIMISTIC 0

DUMP_CONSTANT: FBSQL_LOCK_PESSIMISTIC 0

DUMP_CONSTANT: FBSQL_NOEXEC 0

DUMP_CONSTANT: FBSQL_NUM 0

DUMP_CONSTANT: FBSQL_RUNNING 0

DUMP_CONSTANT: FBSQL_STARTING 0

DUMP_CONSTANT: FBSQL_STOPPED 0

DUMP_CONSTANT: FBSQL_STOPPING 0

DUMP_CONSTANT: FBSQL_UNKNOWN 0

DUMP_CONSTANT: FDFAA 0

DUMP_CONSTANT: FDFAction 0

DUMP_CONSTANT: FDFAP 0

DUMP_CONSTANT: FDFAPRef 0

DUMP_CONSTANT: FDFAS 0

DUMP_CONSTANT: FDFCalculate 0

DUMP_CONSTANT: FDFClearFf 0

DUMP_CONSTANT: FDFClrF 0

DUMP_CONSTANT: FDFDown 0

DUMP_CONSTANT: FDFDownAP 0

DUMP_CONSTANT: FDFEnter 0

DUMP_CONSTANT: FDFExit 0

DUMP_CONSTANT: FDFFf 0

DUMP_CONSTANT: FDFFile 0

DUMP_CONSTANT: FDFFlags 0

DUMP_CONSTANT: FDFFormat 0

DUMP_CONSTANT: FDFID 0

DUMP_CONSTANT: FDFIF 0

DUMP_CONSTANT: FDFKeystroke 0

DUMP_CONSTANT: FDFNormalAP 0

DUMP_CONSTANT: FDFRolloverAP 0

DUMP_CONSTANT: FDFSetF 0

DUMP_CONSTANT: FDFSetFf 0

DUMP_CONSTANT: FDFStatus 0

DUMP_CONSTANT: FDFUp 0

DUMP_CONSTANT: FDFValidate 0

DUMP_CONSTANT: FDFValue 0

DUMP_CONSTANT: FNM_CASEFOLD 0

DUMP_CONSTANT: FNM_NOESCAPE 0

DUMP_CONSTANT: FNM_PATHNAME 0

DUMP_CONSTANT: FNM_PERIOD 0

DUMP_CONSTANT: FORCE_DEFLATE 0

DUMP_CONSTANT: FORCE_GZIP 0

DUMP_CONSTANT: FRAC_DIGITS 0

DUMP_CONSTANT: FRIBIDI_AUTO 0

DUMP_CONSTANT: FRIBIDI_CHARSET_8859_6 0

DUMP_CONSTANT: FRIBIDI_CHARSET_8859_8 0

DUMP_CONSTANT: FRIBIDI_CHARSET_CAP_RTL 0

DUMP_CONSTANT: FRIBIDI_CHARSET_CP1255 0

DUMP_CONSTANT: FRIBIDI_CHARSET_CP1256 0

DUMP_CONSTANT: FRIBIDI_CHARSET_ISIRI_3342 0

DUMP_CONSTANT: FRIBIDI_CHARSET_UTF8 0

DUMP_CONSTANT: FRIBIDI_LTR 0

DUMP_CONSTANT: FRIBIDI_RTL 0

DUMP_CONSTANT: FT_INTERNAL 0

DUMP_CONSTANT: FT_NOT 0

DUMP_CONSTANT: FT_PEEK 0

DUMP_CONSTANT: FT_PREFETCHTEXT 0

DUMP_CONSTANT: FT_UID 0

DUMP_CONSTANT: FTP_ASCII 0

DUMP_CONSTANT: FTP_AUTORESUME 0

DUMP_CONSTANT: FTP_AUTOSEEK 0

DUMP_CONSTANT: FTP_BINARY 0

DUMP_CONSTANT: FTP_FAILED 0

DUMP_CONSTANT: FTP_FINISHED 0

DUMP_CONSTANT: FTP_IMAGE 0

DUMP_CONSTANT: FTP_MOREDATA 0

DUMP_CONSTANT: FTP_TEXT 0

DUMP_CONSTANT: FTP_TIMEOUT_SEC 0

DUMP_CONSTANT: GD_BUNDLED 0

DUMP_CONSTANT: GLOB_BRACE 0

DUMP_CONSTANT: GLOB_MARK 0

DUMP_CONSTANT: GLOB_NOCHECK 0

DUMP_CONSTANT: GLOB_NOESCAPE 0

DUMP_CONSTANT: GLOB_NOSORT 0

DUMP_CONSTANT: GLOB_ONLYDIR 0

DUMP_CONSTANT: GMP_ROUND_MINUSINF 0

DUMP_CONSTANT: GMP_ROUND_PLUSINF 0

DUMP_CONSTANT: GMP_ROUND_ZERO 0

DUMP_CONSTANT: GROUPING 0

DUMP_CONSTANT: GSLC_SSL_NO_AUTH 0

DUMP_CONSTANT: GSLC_SSL_ONEWAY_AUTH 0

DUMP_CONSTANT: GSLC_SSL_TWOWAY_AUTH 0

DUMP_CONSTANT: HTML_ENTITIES 0

DUMP_CONSTANT: HTML_SPECIALCHARS 0

DUMP_CONSTANT: HW_ATTR_LANG 0

DUMP_CONSTANT: HW_ATTR_NONE 0

DUMP_CONSTANT: HW_ATTR_NR 0

DUMP_CONSTANT: IBASE_COMMITTED 0

DUMP_CONSTANT: IBASE_CONCURRENCY 0

DUMP_CONSTANT: IBASE_CONSISTENCY 0

DUMP_CONSTANT: IBASE_DATE 0

DUMP_CONSTANT: IBASE_DEFAULT 0

DUMP_CONSTANT: IBASE_NOWAIT 0

DUMP_CONSTANT: IBASE_READ 0

DUMP_CONSTANT: IBASE_REC_NO_VERSION 0

DUMP_CONSTANT: IBASE_REC_VERSION 0

DUMP_CONSTANT: IBASE_TEXT 0

DUMP_CONSTANT: IBASE_TIME 0

DUMP_CONSTANT: IBASE_TIMESTAMP 0

DUMP_CONSTANT: IBASE_UNIXTIME 0

DUMP_CONSTANT: IBASE_WAIT 0

DUMP_CONSTANT: IBASE_WRITE 0

DUMP_CONSTANT: ICONV_IMPL 0

DUMP_CONSTANT: ICONV_VERSION 0

DUMP_CONSTANT: IdletoOverDown 0

DUMP_CONSTANT: IdletoOverUp 0

DUMP_CONSTANT: IFX_HOLD 0

DUMP_CONSTANT: IFX_LO_APPEND 0

DUMP_CONSTANT: IFX_LO_BUFFER 0

DUMP_CONSTANT: IFX_LO_NOBUFFER 0

DUMP_CONSTANT: IFX_LO_RDONLY 0

DUMP_CONSTANT: IFX_LO_RDWR 0

DUMP_CONSTANT: IFX_LO_WRONLY 0

DUMP_CONSTANT: IFX_SCROLL 0

DUMP_CONSTANT: IMAGETYPE_BMP 0

DUMP_CONSTANT: IMAGETYPE_GIF 0

DUMP_CONSTANT: IMAGETYPE_IFF 0

DUMP_CONSTANT: IMAGETYPE_JB2 0

DUMP_CONSTANT: IMAGETYPE_JP2 0

DUMP_CONSTANT: IMAGETYPE_JPC 0

DUMP_CONSTANT: IMAGETYPE_JPEG 0

DUMP_CONSTANT: IMAGETYPE_JPEG2000 0

DUMP_CONSTANT: IMAGETYPE_JPX 0

DUMP_CONSTANT: IMAGETYPE_PNG 0

DUMP_CONSTANT: IMAGETYPE_PSD 0

DUMP_CONSTANT: IMAGETYPE_SWC 0

DUMP_CONSTANT: IMAGETYPE_SWF 0

DUMP_CONSTANT: IMAGETYPE_TIFF_II 0

DUMP_CONSTANT: IMAGETYPE_TIFF_MM 0

DUMP_CONSTANT: IMAGETYPE_WBMP 0

DUMP_CONSTANT: IMAGETYPE_XBM 0

DUMP_CONSTANT: IMAP_CLOSETIMEOUT 0

DUMP_CONSTANT: IMAP_OPENTIMEOUT 0

DUMP_CONSTANT: IMAP_READTIMEOUT 0

DUMP_CONSTANT: IMAP_WRITETIMEOUT 0

DUMP_CONSTANT: IMG_ARC_CHORD 0

DUMP_CONSTANT: IMG_ARC_EDGED 0

DUMP_CONSTANT: IMG_ARC_NOFILL 0

DUMP_CONSTANT: IMG_ARC_PIE 0

DUMP_CONSTANT: IMG_ARC_ROUNDED 0

DUMP_CONSTANT: IMG_COLOR_BRUSHED 0

DUMP_CONSTANT: IMG_COLOR_STYLED 0

DUMP_CONSTANT: IMG_COLOR_STYLEDBRUSHED 0

DUMP_CONSTANT: IMG_COLOR_TILED 0

DUMP_CONSTANT: IMG_COLOR_TRANSPARENT 0

DUMP_CONSTANT: IMG_EFFECT_ALPHABLEND 0

DUMP_CONSTANT: IMG_EFFECT_NORMAL 0

DUMP_CONSTANT: IMG_EFFECT_OVERLAY 0

DUMP_CONSTANT: IMG_EFFECT_REPLACE 0

DUMP_CONSTANT: IMG_GD2_COMPRESSED 0

DUMP_CONSTANT: IMG_GD2_RAW 0

DUMP_CONSTANT: IMG_GIF 0

DUMP_CONSTANT: IMG_JPEG 0

DUMP_CONSTANT: IMG_JPG 0

DUMP_CONSTANT: IMG_PNG 0

DUMP_CONSTANT: IMG_WBMP 0

DUMP_CONSTANT: IMG_XPM 0

DUMP_CONSTANT: INF 0

DUMP_CONSTANT: INFO_ALL 0

DUMP_CONSTANT: INFO_CONFIGURATION 0

DUMP_CONSTANT: INFO_CREDITS 0

DUMP_CONSTANT: INFO_ENVIRONMENT 0

DUMP_CONSTANT: INFO_GENERAL 0

DUMP_CONSTANT: INFO_LICENSE 0

DUMP_CONSTANT: INFO_MODULES 0

DUMP_CONSTANT: INFO_VARIABLES 0

DUMP_CONSTANT: INGRES_ASSOC 0

DUMP_CONSTANT: INGRES_BOTH 0

DUMP_CONSTANT: INGRES_NUM 0

DUMP_CONSTANT: INI_ALL 0

DUMP_CONSTANT: INI_PERDIR 0

DUMP_CONSTANT: INI_SYSTEM 0

DUMP_CONSTANT: INI_USER 0

DUMP_CONSTANT: INT_CURR_SYMBOL 0

DUMP_CONSTANT: INT_FRAC_DIGITS 0

DUMP_CONSTANT: LATT_HASCHILDREN 0

DUMP_CONSTANT: LATT_HASNOCHILDREN 0

DUMP_CONSTANT: LATT_MARKED 0

DUMP_CONSTANT: LATT_NOINFERIORS 0

DUMP_CONSTANT: LATT_NOSELECT 0

DUMP_CONSTANT: LATT_REFERRAL 0

DUMP_CONSTANT: LATT_UNMARKED 0

DUMP_CONSTANT: LC_ALL 0

DUMP_CONSTANT: LC_COLLATE 0

DUMP_CONSTANT: LC_CTYPE 0

DUMP_CONSTANT: LC_MESSAGES 0

DUMP_CONSTANT: LC_MONETARY 0

DUMP_CONSTANT: LC_NUMERIC 0

DUMP_CONSTANT: LC_TIME 0

DUMP_CONSTANT: LDAP_DEREF_ALWAYS 0

DUMP_CONSTANT: LDAP_DEREF_FINDING 0

DUMP_CONSTANT: LDAP_DEREF_NEVER 0

DUMP_CONSTANT: LDAP_DEREF_SEARCHING 0

DUMP_CONSTANT: LDAP_OPT_CLIENT_CONTROLS 0

DUMP_CONSTANT: LDAP_OPT_DEBUG_LEVEL 0

DUMP_CONSTANT: LDAP_OPT_DEREF 0

DUMP_CONSTANT: LDAP_OPT_ERROR_NUMBER 0

DUMP_CONSTANT: LDAP_OPT_ERROR_STRING 0

DUMP_CONSTANT: LDAP_OPT_HOST_NAME 0

DUMP_CONSTANT: LDAP_OPT_MATCHED_DN 0

DUMP_CONSTANT: LDAP_OPT_PROTOCOL_VERSION 0

DUMP_CONSTANT: LDAP_OPT_REFERRALS 0

DUMP_CONSTANT: LDAP_OPT_RESTART 0

DUMP_CONSTANT: LDAP_OPT_SERVER_CONTROLS 0

DUMP_CONSTANT: LDAP_OPT_SIZELIMIT 0

DUMP_CONSTANT: LDAP_OPT_TIMELIMIT 0

DUMP_CONSTANT: LOCK_EX 0

DUMP_CONSTANT: LOCK_NB 0

DUMP_CONSTANT: LOCK_SH 0

DUMP_CONSTANT: LOCK_UN 0

DUMP_CONSTANT: LOG_ALERT 0

DUMP_CONSTANT: LOG_AUTH 0

DUMP_CONSTANT: LOG_AUTHPRIV 0

DUMP_CONSTANT: LOG_CONS 0

DUMP_CONSTANT: LOG_CRIT 0

DUMP_CONSTANT: LOG_CRON 0

DUMP_CONSTANT: LOG_DAEMON 0

DUMP_CONSTANT: LOG_DEBUG 0

DUMP_CONSTANT: LOG_EMERG 0

DUMP_CONSTANT: LOG_ERR 0

DUMP_CONSTANT: LOG_INFO 0

DUMP_CONSTANT: LOG_KERN 0

DUMP_CONSTANT: LOG_LOCAL0 0

DUMP_CONSTANT: LOG_LOCAL1 0

DUMP_CONSTANT: LOG_LOCAL2 0

DUMP_CONSTANT: LOG_LOCAL3 0

DUMP_CONSTANT: LOG_LOCAL4 0

DUMP_CONSTANT: LOG_LOCAL5 0

DUMP_CONSTANT: LOG_LOCAL6 0

DUMP_CONSTANT: LOG_LOCAL7 0

DUMP_CONSTANT: LOG_LPR 0

DUMP_CONSTANT: LOG_MAIL 0

DUMP_CONSTANT: LOG_NDELAY 0

DUMP_CONSTANT: LOG_NEWS 0

DUMP_CONSTANT: LOG_NOTICE 0

DUMP_CONSTANT: LOG_NOWAIT 0

DUMP_CONSTANT: LOG_ODELAY 0

DUMP_CONSTANT: LOG_PERROR 0

DUMP_CONSTANT: LOG_PID 0

DUMP_CONSTANT: LOG_SYSLOG 0

DUMP_CONSTANT: LOG_USER 0

DUMP_CONSTANT: LOG_UUCP 0

DUMP_CONSTANT: LOG_WARNING 0

DUMP_CONSTANT: M_1_PI 0

DUMP_CONSTANT: M_2_PI 0

DUMP_CONSTANT: M_2_SQRTPI 0

DUMP_CONSTANT: M_AGENTID 0

DUMP_CONSTANT: M_AUTH 0

DUMP_CONSTANT: M_BAD 0

DUMP_CONSTANT: M_BANKID 0

DUMP_CONSTANT: M_CALL 0

DUMP_CONSTANT: M_CHAINID 0

DUMP_CONSTANT: M_CLIENTNUM 0

DUMP_CONSTANT: M_DENY 0

DUMP_CONSTANT: M_DONE 0

DUMP_CONSTANT: M_DUPL 0

DUMP_CONSTANT: M_E 0

DUMP_CONSTANT: M_ERROR 0

DUMP_CONSTANT: M_FAIL 0

DUMP_CONSTANT: M_FORCE 0

DUMP_CONSTANT: M_GOOD 0

DUMP_CONSTANT: M_INDCODE 0

DUMP_CONSTANT: M_LN10 0

DUMP_CONSTANT: M_LN2 0

DUMP_CONSTANT: M_LOG10E 0

DUMP_CONSTANT: M_LOG2E 0

DUMP_CONSTANT: M_MERCHCAT 0

DUMP_CONSTANT: M_MERCHID 0

DUMP_CONSTANT: M_MERCHLOC 0

DUMP_CONSTANT: M_MERNAME 0

DUMP_CONSTANT: M_NEW 0

DUMP_CONSTANT: M_OVERRIDE 0

DUMP_CONSTANT: M_PENDING 0

DUMP_CONSTANT: M_PI 0

DUMP_CONSTANT: M_PI_2 0

DUMP_CONSTANT: M_PI_4 0

DUMP_CONSTANT: M_PKUP 0

DUMP_CONSTANT: M_PREAUTH 0

DUMP_CONSTANT: M_PROC 0

DUMP_CONSTANT: M_PWD 0

DUMP_CONSTANT: M_RETRY 0

DUMP_CONSTANT: M_RETURN 0

DUMP_CONSTANT: M_SALE 0

DUMP_CONSTANT: M_SERVICEPHONE 0

DUMP_CONSTANT: M_SETTLE 0

DUMP_CONSTANT: M_SETUP 0

DUMP_CONSTANT: M_SQRT1_2 0

DUMP_CONSTANT: M_SQRT2 0

DUMP_CONSTANT: M_STATECODE 0

DUMP_CONSTANT: M_STOREID 0

DUMP_CONSTANT: M_STREET 0

DUMP_CONSTANT: M_SUCCESS 0

DUMP_CONSTANT: M_TERMID 0

DUMP_CONSTANT: M_TIMEOUT 0

DUMP_CONSTANT: M_TIMEZONE 0

DUMP_CONSTANT: M_UNKNOWN 0

DUMP_CONSTANT: M_UNUSED 0

DUMP_CONSTANT: M_USER 0

DUMP_CONSTANT: M_ZIP 0

DUMP_CONSTANT: M_ZIPCODE 0

DUMP_CONSTANT: MB_CASE_LOWER 0

DUMP_CONSTANT: MB_CASE_TITLE 0

DUMP_CONSTANT: MB_CASE_UPPER 0

DUMP_CONSTANT: MB_OVERLOAD_MAIL 0

DUMP_CONSTANT: MB_OVERLOAD_REGEX 0

DUMP_CONSTANT: MB_OVERLOAD_STRING 0

DUMP_CONSTANT: MC_ACCOUNT 0

DUMP_CONSTANT: MC_ACCT 0

DUMP_CONSTANT: MC_ADMIN 0

DUMP_CONSTANT: MC_ADMIN_BT 0

DUMP_CONSTANT: MC_ADMIN_CFH 0

DUMP_CONSTANT: MC_ADMIN_CLOSEBATCH 0

DUMP_CONSTANT: MC_ADMIN_CTH 0

DUMP_CONSTANT: MC_ADMIN_FIELDEDIT 0

DUMP_CONSTANT: MC_ADMIN_FORCESETTLE 0

DUMP_CONSTANT: MC_ADMIN_GFT 0

DUMP_CONSTANT: MC_ADMIN_GL 0

DUMP_CONSTANT: MC_ADMIN_GUT 0

DUMP_CONSTANT: MC_ADMIN_QC 0

DUMP_CONSTANT: MC_ADMIN_RENUMBERBATCH 0

DUMP_CONSTANT: MC_ADMIN_RS 0

DUMP_CONSTANT: MC_ADMIN_SETBATCHNUM 0

DUMP_CONSTANT: MC_ADMIN_UB 0

DUMP_CONSTANT: MC_AMOUNT 0

DUMP_CONSTANT: MC_APPRCODE 0

DUMP_CONSTANT: MC_AUDITTYPE 0

DUMP_CONSTANT: MC_BATCH 0

DUMP_CONSTANT: MC_BDATE 0

DUMP_CONSTANT: MC_CARD_ALL 0

DUMP_CONSTANT: MC_CARD_AMEX 0

DUMP_CONSTANT: MC_CARD_CB 0

DUMP_CONSTANT: MC_CARD_DC 0

DUMP_CONSTANT: MC_CARD_DISC 0

DUMP_CONSTANT: MC_CARD_GIFT 0

DUMP_CONSTANT: MC_CARD_JCB 0

DUMP_CONSTANT: MC_CARD_MC 0

DUMP_CONSTANT: MC_CARD_OTHER 0

DUMP_CONSTANT: MC_CARD_VISA 0

DUMP_CONSTANT: MC_CARDTYPES 0

DUMP_CONSTANT: MC_CLERKID 0

DUMP_CONSTANT: MC_COMMENTS 0

DUMP_CONSTANT: MC_CURR 0

DUMP_CONSTANT: MC_CUSTOM 0

DUMP_CONSTANT: MC_CV 0

DUMP_CONSTANT: MC_DESCLOC 0

DUMP_CONSTANT: MC_DESCMERCH 0

DUMP_CONSTANT: MC_DEVICETYPE 0

DUMP_CONSTANT: MC_EDATE 0

DUMP_CONSTANT: MC_ERRORCODE 0

DUMP_CONSTANT: MC_EXAMOUNT 0

DUMP_CONSTANT: MC_EXCHARGES 0

DUMP_CONSTANT: MC_EXCHARGES_1WAY 0

DUMP_CONSTANT: MC_EXCHARGES_GAS 0

DUMP_CONSTANT: MC_EXCHARGES_GIFT 0

DUMP_CONSTANT: MC_EXCHARGES_LATE 0

DUMP_CONSTANT: MC_EXCHARGES_LAUND 0

DUMP_CONSTANT: MC_EXCHARGES_MILE 0

DUMP_CONSTANT: MC_EXCHARGES_MINI 0

DUMP_CONSTANT: MC_EXCHARGES_NONE 0

DUMP_CONSTANT: MC_EXCHARGES_OTHER 0

DUMP_CONSTANT: MC_EXCHARGES_REST 0

DUMP_CONSTANT: MC_EXCHARGES_TELE 0

DUMP_CONSTANT: MC_EXCHARGES_VIOL 0

DUMP_CONSTANT: MC_EXPDATE 0

DUMP_CONSTANT: MC_FILE 0

DUMP_CONSTANT: MC_INQUIRY 0

DUMP_CONSTANT: MC_MARKER 0

DUMP_CONSTANT: MC_MODE_ALL 0

DUMP_CONSTANT: MC_MODE_AUTH 0

DUMP_CONSTANT: MC_MODE_BOTH 0

DUMP_CONSTANT: MC_MODE_SETTLE 0

DUMP_CONSTANT: MC_NEWBATCH 0

DUMP_CONSTANT: MC_ORIGTYPE 0

DUMP_CONSTANT: MC_PASSWORD 0

DUMP_CONSTANT: MC_PIN 0

DUMP_CONSTANT: MC_PRIO_HIGH 0

DUMP_CONSTANT: MC_PRIO_LOW 0

DUMP_CONSTANT: MC_PRIO_NORMAL 0

DUMP_CONSTANT: MC_PRIORITY 0

DUMP_CONSTANT: MC_PTRANNUM 0

DUMP_CONSTANT: MC_PWD 0

DUMP_CONSTANT: MC_RATE 0

DUMP_CONSTANT: MC_RENTERNAME 0

DUMP_CONSTANT: MC_RETURNCITY 0

DUMP_CONSTANT: MC_RETURNLOCATION 0

DUMP_CONSTANT: MC_RETURNSTATE 0

DUMP_CONSTANT: MC_STATIONID 0

DUMP_CONSTANT: MC_STREET 0

DUMP_CONSTANT: MC_SUB 0

DUMP_CONSTANT: MC_TIMESTAMP 0

DUMP_CONSTANT: MC_TRACKDATA 0

DUMP_CONSTANT: MC_TRAN_ACTIVATE 0

DUMP_CONSTANT: MC_TRAN_ADDUSER 0

DUMP_CONSTANT: MC_TRAN_ADMIN 0

DUMP_CONSTANT: MC_TRAN_BALANCEINQ 0

DUMP_CONSTANT: MC_TRAN_CASHOUT 0

DUMP_CONSTANT: MC_TRAN_CHKPWD 0

DUMP_CONSTANT: MC_TRAN_CHNGPWD 0

DUMP_CONSTANT: MC_TRAN_CLEARERRORLOG 0

DUMP_CONSTANT: MC_TRAN_CREDIT 0

DUMP_CONSTANT: MC_TRAN_DELUSER 0

DUMP_CONSTANT: MC_TRAN_DISABLEUSER 0

DUMP_CONSTANT: MC_TRAN_EDITUSER 0

DUMP_CONSTANT: MC_TRAN_ENABLEUSER 0

DUMP_CONSTANT: MC_TRAN_ERRORLOG 0

DUMP_CONSTANT: MC_TRAN_EXPORT 0

DUMP_CONSTANT: MC_TRAN_FORCE 0

DUMP_CONSTANT: MC_TRAN_GETSUBACCTS 0

DUMP_CONSTANT: MC_TRAN_GETUSERINFO 0

DUMP_CONSTANT: MC_TRAN_IMPORT 0

DUMP_CONSTANT: MC_TRAN_INCREMENTAL 0

DUMP_CONSTANT: MC_TRAN_ISSUE 0

DUMP_CONSTANT: MC_TRAN_IVRREQ 0

DUMP_CONSTANT: MC_TRAN_IVRRESP 0

DUMP_CONSTANT: MC_TRAN_LISTSTATS 0

DUMP_CONSTANT: MC_TRAN_LISTUSERS 0

DUMP_CONSTANT: MC_TRAN_MERCHRETURN 0

DUMP_CONSTANT: MC_TRAN_OVERRIDE 0

DUMP_CONSTANT: MC_TRAN_PING 0

DUMP_CONSTANT: MC_TRAN_PREAUTH 0

DUMP_CONSTANT: MC_TRAN_PREAUTHCOMPLETE 0

DUMP_CONSTANT: MC_TRAN_REDEMPTION 0

DUMP_CONSTANT: MC_TRAN_RELOAD 0

DUMP_CONSTANT: MC_TRAN_RETURN 0

DUMP_CONSTANT: MC_TRAN_REVERSAL 0

DUMP_CONSTANT: MC_TRAN_SALE 0

DUMP_CONSTANT: MC_TRAN_SETTLE 0

DUMP_CONSTANT: MC_TRAN_SETTLERFR 0

DUMP_CONSTANT: MC_TRAN_TIP 0

DUMP_CONSTANT: MC_TRAN_TOREVERSAL 0

DUMP_CONSTANT: MC_TRAN_VOID 0

DUMP_CONSTANT: MC_TRANTYPE 0

DUMP_CONSTANT: MC_TTID 0

DUMP_CONSTANT: MC_USER 0

DUMP_CONSTANT: MC_USER_AGENTID 0

DUMP_CONSTANT: MC_USER_AUDDIV 0

DUMP_CONSTANT: MC_USER_BANKID 0

DUMP_CONSTANT: MC_USER_CADDIV 0

DUMP_CONSTANT: MC_USER_CARDTYPES 0

DUMP_CONSTANT: MC_USER_CHAINID 0

DUMP_CONSTANT: MC_USER_CHFDIV 0

DUMP_CONSTANT: MC_USER_CLIENTNUM 0

DUMP_CONSTANT: MC_USER_DIVNUM 0

DUMP_CONSTANT: MC_USER_DKKDIV 0

DUMP_CONSTANT: MC_USER_GBPDIV 0

DUMP_CONSTANT: MC_USER_HKDDIV 0

DUMP_CONSTANT: MC_USER_INDCODE 0

DUMP_CONSTANT: MC_USER_JPYDIV 0

DUMP_CONSTANT: MC_USER_MERCHCAT 0

DUMP_CONSTANT: MC_USER_MERCHID 0

DUMP_CONSTANT: MC_USER_MERCHLOC 0

DUMP_CONSTANT: MC_USER_MERNAME 0

DUMP_CONSTANT: MC_USER_MODE 0

DUMP_CONSTANT: MC_USER_NOKDIV 0

DUMP_CONSTANT: MC_USER_NZDDIV 0

DUMP_CONSTANT: MC_USER_PHONE 0

DUMP_CONSTANT: MC_USER_PID 0

DUMP_CONSTANT: MC_USER_PIDPWD 0

DUMP_CONSTANT: MC_USER_PPROPERTY 0

DUMP_CONSTANT: MC_USER_PROC 0

DUMP_CONSTANT: MC_USER_PWD 0

DUMP_CONSTANT: MC_USER_ROUTINGID 0

DUMP_CONSTANT: MC_USER_SEKDIV 0

DUMP_CONSTANT: MC_USER_SGDDIV 0

DUMP_CONSTANT: MC_USER_SMID 0

DUMP_CONSTANT: MC_USER_SMIDPWD 0

DUMP_CONSTANT: MC_USER_STATECODE 0

DUMP_CONSTANT: MC_USER_STOREID 0

DUMP_CONSTANT: MC_USER_SUB 0

DUMP_CONSTANT: MC_USER_TERMID 0

DUMP_CONSTANT: MC_USER_TIMEZONE 0

DUMP_CONSTANT: MC_USER_USDDIV 0

DUMP_CONSTANT: MC_USER_USER 0

DUMP_CONSTANT: MC_USER_VNUMBER 0

DUMP_CONSTANT: MC_USER_ZARDIV 0

DUMP_CONSTANT: MC_USER_ZIPCODE 0

DUMP_CONSTANT: MC_USERNAME 0

DUMP_CONSTANT: MC_VOIDORIGTYPE 0

DUMP_CONSTANT: MC_ZIP 0

DUMP_CONSTANT: MCAL_APRIL 0

DUMP_CONSTANT: MCAL_AUGUST 0

DUMP_CONSTANT: MCAL_FEBRUARY 0

DUMP_CONSTANT: MCAL_FRIDAY 0

DUMP_CONSTANT: MCAL_JANUARY 0

DUMP_CONSTANT: MCAL_JULY 0

DUMP_CONSTANT: MCAL_JUNE 0

DUMP_CONSTANT: MCAL_M_ALLDAYS 0

DUMP_CONSTANT: MCAL_M_FRIDAY 0

DUMP_CONSTANT: MCAL_M_MONDAY 0

DUMP_CONSTANT: MCAL_M_SATURDAY 0

DUMP_CONSTANT: MCAL_M_SUNDAY 0

DUMP_CONSTANT: MCAL_M_THURSDAY 0

DUMP_CONSTANT: MCAL_M_TUESDAY 0

DUMP_CONSTANT: MCAL_M_WEDNESDAY 0

DUMP_CONSTANT: MCAL_M_WEEKDAYS 0

DUMP_CONSTANT: MCAL_M_WEEKEND 0

DUMP_CONSTANT: MCAL_MARCH 0

DUMP_CONSTANT: MCAL_MAY 0

DUMP_CONSTANT: MCAL_MONDAY 0

DUMP_CONSTANT: MCAL_NOVEMBER 0

DUMP_CONSTANT: MCAL_OCTOBER 0

DUMP_CONSTANT: MCAL_RECUR_DAILY 0

DUMP_CONSTANT: MCAL_RECUR_MONTHLY_MDAY 0

DUMP_CONSTANT: MCAL_RECUR_MONTHLY_WDAY 0

DUMP_CONSTANT: MCAL_RECUR_NONE 0

DUMP_CONSTANT: MCAL_RECUR_WEEKLY 0

DUMP_CONSTANT: MCAL_RECUR_YEARLY 0

DUMP_CONSTANT: MCAL_SATURDAY 0

DUMP_CONSTANT: MCAL_SEPTEMBER 0

DUMP_CONSTANT: MCAL_SUNDAY 0

DUMP_CONSTANT: MCAL_THURSDAY 0

DUMP_CONSTANT: MCAL_TUESDAY 0

DUMP_CONSTANT: MCAL_WEDNESDAY 0

DUMP_CONSTANT: MCRYPT_DECRYPT 0

DUMP_CONSTANT: MCRYPT_DEV_RANDOM 0

DUMP_CONSTANT: MCRYPT_DEV_URANDOM 0

DUMP_CONSTANT: MCRYPT_ENCRYPT 0

DUMP_CONSTANT: MCRYPT_RAND 0

DUMP_CONSTANT: MCVE_AGENTID 0

DUMP_CONSTANT: MCVE_AUTH 0

DUMP_CONSTANT: MCVE_BAD 0

DUMP_CONSTANT: MCVE_BANKID 0

DUMP_CONSTANT: MCVE_CALL 0

DUMP_CONSTANT: MCVE_CHAINID 0

DUMP_CONSTANT: MCVE_CLIENTNUM 0

DUMP_CONSTANT: MCVE_DENY 0

DUMP_CONSTANT: MCVE_DONE 0

DUMP_CONSTANT: MCVE_DUPL 0

DUMP_CONSTANT: MCVE_ERROR 0

DUMP_CONSTANT: MCVE_FAIL 0

DUMP_CONSTANT: MCVE_FORCE 0

DUMP_CONSTANT: MCVE_GOOD 0

DUMP_CONSTANT: MCVE_INDCODE 0

DUMP_CONSTANT: MCVE_MERCHCAT 0

DUMP_CONSTANT: MCVE_MERCHID 0

DUMP_CONSTANT: MCVE_MERCHLOC 0

DUMP_CONSTANT: MCVE_MERNAME 0

DUMP_CONSTANT: MCVE_NEW 0

DUMP_CONSTANT: MCVE_OVERRIDE 0

DUMP_CONSTANT: MCVE_PENDING 0

DUMP_CONSTANT: MCVE_PKUP 0

DUMP_CONSTANT: MCVE_PREAUTH 0

DUMP_CONSTANT: MCVE_PROC 0

DUMP_CONSTANT: MCVE_PWD 0

DUMP_CONSTANT: MCVE_RETRY 0

DUMP_CONSTANT: MCVE_RETURN 0

DUMP_CONSTANT: MCVE_SALE 0

DUMP_CONSTANT: MCVE_SERVICEPHONE 0

DUMP_CONSTANT: MCVE_SETTLE 0

DUMP_CONSTANT: MCVE_SETUP 0

DUMP_CONSTANT: MCVE_STATECODE 0

DUMP_CONSTANT: MCVE_STOREID 0

DUMP_CONSTANT: MCVE_STREET 0

DUMP_CONSTANT: MCVE_SUCCESS 0

DUMP_CONSTANT: MCVE_TERMID 0

DUMP_CONSTANT: MCVE_TIMEOUT 0

DUMP_CONSTANT: MCVE_TIMEZONE 0

DUMP_CONSTANT: MCVE_UNKNOWN 0

DUMP_CONSTANT: MCVE_UNUSED 0

DUMP_CONSTANT: MCVE_USER 0

DUMP_CONSTANT: MCVE_ZIP 0

DUMP_CONSTANT: MCVE_ZIPCODE 0

DUMP_CONSTANT: MenuEnter 0

DUMP_CONSTANT: MenuExit 0

DUMP_CONSTANT: MOD_COLOR 0

DUMP_CONSTANT: MOD_MATRIX 0

DUMP_CONSTANT: MON_1 0

DUMP_CONSTANT: MON_10 0

DUMP_CONSTANT: MON_11 0

DUMP_CONSTANT: MON_12 0

DUMP_CONSTANT: MON_2 0

DUMP_CONSTANT: MON_3 0

DUMP_CONSTANT: MON_4 0

DUMP_CONSTANT: MON_5 0

DUMP_CONSTANT: MON_6 0

DUMP_CONSTANT: MON_7 0

DUMP_CONSTANT: MON_8 0

DUMP_CONSTANT: MON_9 0

DUMP_CONSTANT: MON_DECIMAL_POINT 0

DUMP_CONSTANT: MON_GROUPING 0

DUMP_CONSTANT: MON_THOUSANDS_SEP 0

DUMP_CONSTANT: MONITOR_EVENT_ALL 0

DUMP_CONSTANT: MONITOR_EVENT_CUSTOM 0

DUMP_CONSTANT: MONITOR_EVENT_DEVMEM 0

DUMP_CONSTANT: MONITOR_EVENT_DEVSCRIPT 0

DUMP_CONSTANT: MONITOR_EVENT_FUNCERROR 0

DUMP_CONSTANT: MONITOR_EVENT_LOAD 0

DUMP_CONSTANT: MONITOR_EVENT_LONGFUNCTION 0

DUMP_CONSTANT: MONITOR_EVENT_LONGSCRIPT 0

DUMP_CONSTANT: MONITOR_EVENT_MEMSIZE 0

DUMP_CONSTANT: MONITOR_EVENT_OUTPUT 0

DUMP_CONSTANT: MONITOR_EVENT_ZENDERROR 0

DUMP_CONSTANT: MSG_DONTROUTE 0

DUMP_CONSTANT: MSG_EXCEPT 0

DUMP_CONSTANT: MSG_IPC_NOWAIT 0

DUMP_CONSTANT: MSG_NOERROR 0

DUMP_CONSTANT: MSG_OOB 0

DUMP_CONSTANT: MSG_PEEK 0

DUMP_CONSTANT: MSG_WAITALL 0

DUMP_CONSTANT: MSQL_ASSOC 0

DUMP_CONSTANT: MSQL_BOTH 0

DUMP_CONSTANT: MSQL_NUM 0

DUMP_CONSTANT: MSSQL_ASSOC 0

DUMP_CONSTANT: MSSQL_BOTH 0

DUMP_CONSTANT: MSSQL_NUM 0

DUMP_CONSTANT: MYSQL_ASSOC 0

DUMP_CONSTANT: MYSQL_BOTH 0

DUMP_CONSTANT: MYSQL_CLIENT_COMPRESS 0

DUMP_CONSTANT: MYSQL_CLIENT_IGNORE_SPACE 0

DUMP_CONSTANT: MYSQL_CLIENT_INTERACTIVE 0

DUMP_CONSTANT: MYSQL_CLIENT_SSL 0

DUMP_CONSTANT: MYSQL_NUM 0

DUMP_CONSTANT: N_CS_PRECEDES 0

DUMP_CONSTANT: N_SEP_BY_SPACE 0

DUMP_CONSTANT: N_SIGN_POSN 0

DUMP_CONSTANT: NAN 0

DUMP_CONSTANT: NEGATIVE_SIGN 0

DUMP_CONSTANT: NIL 0

DUMP_CONSTANT: NOEXPR 0

DUMP_CONSTANT: NOSTR 0

DUMP_CONSTANT: OCI_ASSOC 0

DUMP_CONSTANT: OCI_B_BFILE 0

DUMP_CONSTANT: OCI_B_BIN 0

DUMP_CONSTANT: OCI_B_BLOB 0

DUMP_CONSTANT: OCI_B_CFILEE 0

DUMP_CONSTANT: OCI_B_CLOB 0

DUMP_CONSTANT: OCI_B_CURSOR 0

DUMP_CONSTANT: OCI_B_ROWID 0

DUMP_CONSTANT: OCI_B_SQLT_NTY 0

DUMP_CONSTANT: OCI_BOTH 0

DUMP_CONSTANT: OCI_COMMIT_ON_SUCCESS 0

DUMP_CONSTANT: OCI_D_FILE 0

DUMP_CONSTANT: OCI_D_LOB 0

DUMP_CONSTANT: OCI_D_ROWID 0

DUMP_CONSTANT: OCI_DEFAULT 0

DUMP_CONSTANT: OCI_DESCRIBE_ONLY 0

DUMP_CONSTANT: OCI_DTYPE_FILE 0

DUMP_CONSTANT: OCI_DTYPE_LOB 0

DUMP_CONSTANT: OCI_DTYPE_ROWID 0

DUMP_CONSTANT: OCI_EXACT_FETCH 0

DUMP_CONSTANT: OCI_FETCHSTATEMENT_BY_COLUMN 0

DUMP_CONSTANT: OCI_FETCHSTATEMENT_BY_ROW 0

DUMP_CONSTANT: OCI_NUM 0

DUMP_CONSTANT: OCI_RETURN_LOBS 0

DUMP_CONSTANT: OCI_RETURN_NULLS 0

DUMP_CONSTANT: OCI_SYSDATE 0

DUMP_CONSTANT: ODBC_BINMODE_CONVERT 0

DUMP_CONSTANT: ODBC_BINMODE_PASSTHRU 0

DUMP_CONSTANT: ODBC_BINMODE_RETURN 0

DUMP_CONSTANT: ODBC_TYPE 0

DUMP_CONSTANT: OP_ANONYMOUS 0

DUMP_CONSTANT: OP_DEBUG 0

DUMP_CONSTANT: OP_EXPUNGE 0

DUMP_CONSTANT: OP_HALFOPEN 0

DUMP_CONSTANT: OP_PROTOTYPE 0

DUMP_CONSTANT: OP_READONLY 0

DUMP_CONSTANT: OP_SECURE 0

DUMP_CONSTANT: OP_SHORTCACHE 0

DUMP_CONSTANT: OP_SILENT 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_DH 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_DSA 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_RSA 0

DUMP_CONSTANT: OPENSSL_NO_PADDING 0

DUMP_CONSTANT: OPENSSL_PKCS1_OAEP_PADDING 0

DUMP_CONSTANT: OPENSSL_PKCS1_PADDING 0

DUMP_CONSTANT: OPENSSL_SSLV23_PADDING 0

DUMP_CONSTANT: OPT_ALL 0

DUMP_CONSTANT: OPT_PASS_1 0

DUMP_CONSTANT: OPT_PASS_10 0

DUMP_CONSTANT: OPT_PASS_2 0

DUMP_CONSTANT: OPT_PASS_3 0

DUMP_CONSTANT: OPT_PASS_4 0

DUMP_CONSTANT: OPT_PASS_5 0

DUMP_CONSTANT: OPT_PASS_6 0

DUMP_CONSTANT: OPT_PASS_7 0

DUMP_CONSTANT: OPT_PASS_8 0

DUMP_CONSTANT: OPT_PASS_9 0

DUMP_CONSTANT: OPTIMIZER_VERSION 0

DUMP_CONSTANT: ORA_BIND_IN 0

DUMP_CONSTANT: ORA_BIND_INOUT 0

DUMP_CONSTANT: ORA_BIND_OUT 0

DUMP_CONSTANT: ORA_FETCHINTO_ASSOC 0

DUMP_CONSTANT: ORA_FETCHINTO_NULLS 0

DUMP_CONSTANT: OutDowntoIdle 0

DUMP_CONSTANT: OutDowntoOverDown 0

DUMP_CONSTANT: OverDowntoIdle 0

DUMP_CONSTANT: OverDowntoOutDown 0

DUMP_CONSTANT: OverUptoIdle 0

DUMP_CONSTANT: OverUptoOverDown 0

DUMP_CONSTANT: P_CS_PRECEDES 0

DUMP_CONSTANT: P_SEP_BY_SPACE 0

DUMP_CONSTANT: P_SIGN_POSN 0

DUMP_CONSTANT: PATH_SEPARATOR 0

DUMP_CONSTANT: PATHINFO_BASENAME 0

DUMP_CONSTANT: PATHINFO_DIRNAME 0

DUMP_CONSTANT: PATHINFO_EXTENSION 0

DUMP_CONSTANT: PEAR_EXTENSION_DIR 0

DUMP_CONSTANT: PEAR_INSTALL_DIR 0

DUMP_CONSTANT: PGSQL_ASSOC 0

DUMP_CONSTANT: PGSQL_BAD_RESPONSE 0

DUMP_CONSTANT: PGSQL_BOTH 0

DUMP_CONSTANT: PGSQL_COMMAND_OK 0

DUMP_CONSTANT: PGSQL_CONNECT_FORCE_NEW 0

DUMP_CONSTANT: PGSQL_CONNECTION_BAD 0

DUMP_CONSTANT: PGSQL_CONNECTION_OK 0

DUMP_CONSTANT: PGSQL_CONV_FORCE_NULL 0

DUMP_CONSTANT: PGSQL_CONV_IGNORE_DEFAULT 0

DUMP_CONSTANT: PGSQL_CONV_IGNORE_NOT_NULL 0

DUMP_CONSTANT: PGSQL_COPY_IN 0

DUMP_CONSTANT: PGSQL_COPY_OUT 0

DUMP_CONSTANT: PGSQL_DML_ASYNC 0

DUMP_CONSTANT: PGSQL_DML_EXEC 0

DUMP_CONSTANT: PGSQL_DML_NO_CONV 0

DUMP_CONSTANT: PGSQL_DML_STRING 0

DUMP_CONSTANT: PGSQL_EMPTY_QUERY 0

DUMP_CONSTANT: PGSQL_FATAL_ERROR 0

DUMP_CONSTANT: PGSQL_NONFATAL_ERROR 0

DUMP_CONSTANT: PGSQL_NUM 0

DUMP_CONSTANT: PGSQL_SEEK_CUR 0

DUMP_CONSTANT: PGSQL_SEEK_END 0

DUMP_CONSTANT: PGSQL_SEEK_SET 0

DUMP_CONSTANT: PGSQL_STATUS_LONG 0

DUMP_CONSTANT: PGSQL_STATUS_STRING 0

DUMP_CONSTANT: PGSQL_TUPLES_OK 0

DUMP_CONSTANT: PHP_BINARY_READ 0

DUMP_CONSTANT: PHP_BINDIR 0

DUMP_CONSTANT: PHP_CONFIG_FILE_PATH 0

DUMP_CONSTANT: PHP_CONFIG_FILE_SCAN_DIR 0

DUMP_CONSTANT: PHP_DATADIR 0

DUMP_CONSTANT: PHP_EOL 0

DUMP_CONSTANT: PHP_EXTENSION_DIR 0

DUMP_CONSTANT: PHP_INT_MAX 0

DUMP_CONSTANT: PHP_INT_SIZE 0

DUMP_CONSTANT: PHP_LIBDIR 0

DUMP_CONSTANT: PHP_LOCALSTATEDIR 0

DUMP_CONSTANT: PHP_NORMAL_READ 0

DUMP_CONSTANT: PHP_OS 0

DUMP_CONSTANT: PHP_OUTPUT_HANDLER_CONT 0

DUMP_CONSTANT: PHP_OUTPUT_HANDLER_END 0

DUMP_CONSTANT: PHP_OUTPUT_HANDLER_START 0

DUMP_CONSTANT: PHP_PREFIX 0

DUMP_CONSTANT: PHP_SAPI 0

DUMP_CONSTANT: PHP_SHLIB_SUFFIX 0

DUMP_CONSTANT: PHP_SYSCONFDIR 0

DUMP_CONSTANT: PHP_VERSION 0

DUMP_CONSTANT: PKCS7_BINARY 0

DUMP_CONSTANT: PKCS7_DETACHED 0

DUMP_CONSTANT: PKCS7_NOATTR 0

DUMP_CONSTANT: PKCS7_NOCERTS 0

DUMP_CONSTANT: PKCS7_NOCHAIN 0

DUMP_CONSTANT: PKCS7_NOINTERN 0

DUMP_CONSTANT: PKCS7_NOSIGS 0

DUMP_CONSTANT: PKCS7_NOVERIFY 0

DUMP_CONSTANT: PKCS7_TEXT 0

DUMP_CONSTANT: PLATFORM_VERSION 0

DUMP_CONSTANT: PM_STR 0

DUMP_CONSTANT: POSITIVE_SIGN 0

DUMP_CONSTANT: PREG_GREP_INVERT 0

DUMP_CONSTANT: PREG_OFFSET_CAPTURE 0

DUMP_CONSTANT: PREG_PATTERN_ORDER 0

DUMP_CONSTANT: PREG_SET_ORDER 0

DUMP_CONSTANT: PREG_SPLIT_DELIM_CAPTURE 0

DUMP_CONSTANT: PREG_SPLIT_NO_EMPTY 0

DUMP_CONSTANT: PREG_SPLIT_OFFSET_CAPTURE 0

DUMP_CONSTANT: PSPELL_BAD_SPELLERS 0

DUMP_CONSTANT: PSPELL_FAST 0

DUMP_CONSTANT: PSPELL_NORMAL 0

DUMP_CONSTANT: PSPELL_RUN_TOGETHER 0

DUMP_CONSTANT: RADIXCHAR 0

DUMP_CONSTANT: SA_ALL 0

DUMP_CONSTANT: SA_MESSAGES 0

DUMP_CONSTANT: SA_RECENT 0

DUMP_CONSTANT: SA_UIDNEXT 0

DUMP_CONSTANT: SA_UIDVALIDITY 0

DUMP_CONSTANT: SA_UNSEEN 0

DUMP_CONSTANT: SE_FREE 0

DUMP_CONSTANT: SE_NOPREFETCH 0

DUMP_CONSTANT: SE_UID 0

DUMP_CONSTANT: SEEK_CUR 0

DUMP_CONSTANT: SEEK_END 0

DUMP_CONSTANT: SEEK_SET 0

DUMP_CONSTANT: SID 0

DUMP_CONSTANT: SIG_DFL 0

DUMP_CONSTANT: SIG_ERR 0

DUMP_CONSTANT: SIG_IGN 0

DUMP_CONSTANT: SIGABRT 0

DUMP_CONSTANT: SIGALRM 0

DUMP_CONSTANT: SIGBABY 0

DUMP_CONSTANT: SIGBUS 0

DUMP_CONSTANT: SIGCHLD 0

DUMP_CONSTANT: SIGCLD 0

DUMP_CONSTANT: SIGCONT 0

DUMP_CONSTANT: SIGFPE 0

DUMP_CONSTANT: SIGHUP 0

DUMP_CONSTANT: SIGILL 0

DUMP_CONSTANT: SIGINT 0

DUMP_CONSTANT: SIGIO 0

DUMP_CONSTANT: SIGIOT 0

DUMP_CONSTANT: SIGKILL 0

DUMP_CONSTANT: SIGPIPE 0

DUMP_CONSTANT: SIGPOLL 0

DUMP_CONSTANT: SIGPROF 0

DUMP_CONSTANT: SIGPWR 0

DUMP_CONSTANT: SIGQUIT 0

DUMP_CONSTANT: SIGSEGV 0

DUMP_CONSTANT: SIGSTKFLT 0

DUMP_CONSTANT: SIGSTOP 0

DUMP_CONSTANT: SIGSYS 0

DUMP_CONSTANT: SIGTERM 0

DUMP_CONSTANT: SIGTRAP 0

DUMP_CONSTANT: SIGTSTP 0

DUMP_CONSTANT: SIGTTIN 0

DUMP_CONSTANT: SIGTTOU 0

DUMP_CONSTANT: SIGURG 0

DUMP_CONSTANT: SIGUSR1 0

DUMP_CONSTANT: SIGUSR2 0

DUMP_CONSTANT: SIGVTALRM 0

DUMP_CONSTANT: SIGWINCH 0

DUMP_CONSTANT: SIGXCPU 0

DUMP_CONSTANT: SIGXFSZ 0

DUMP_CONSTANT: SNMP_BIT_STR 0

DUMP_CONSTANT: SNMP_COUNTER 0

DUMP_CONSTANT: SNMP_COUNTER64 0

DUMP_CONSTANT: SNMP_INTEGER 0

DUMP_CONSTANT: SNMP_IPADDRESS 0

DUMP_CONSTANT: SNMP_NULL 0

DUMP_CONSTANT: SNMP_OBJECT_ID 0

DUMP_CONSTANT: SNMP_OCTET_STR 0

DUMP_CONSTANT: SNMP_OPAQUE 0

DUMP_CONSTANT: SNMP_TIMETICKS 0

DUMP_CONSTANT: SNMP_UINTEGER 0

DUMP_CONSTANT: SNMP_UNSIGNED 0

DUMP_CONSTANT: SNMP_VALUE_LIBRARY 0

DUMP_CONSTANT: SNMP_VALUE_OBJECT 0

DUMP_CONSTANT: SNMP_VALUE_PLAIN 0

DUMP_CONSTANT: SO_BROADCAST 0

DUMP_CONSTANT: SO_DEBUG 0

DUMP_CONSTANT: SO_DONTROUTE 0

DUMP_CONSTANT: SO_ERROR 0

DUMP_CONSTANT: SO_FREE 0

DUMP_CONSTANT: SO_KEEPALIVE 0

DUMP_CONSTANT: SO_LINGER 0

DUMP_CONSTANT: SO_NOSERVER 0

DUMP_CONSTANT: SO_OOBINLINE 0

DUMP_CONSTANT: SO_RCVBUF 0

DUMP_CONSTANT: SO_RCVLOWAT 0

DUMP_CONSTANT: SO_RCVTIMEO 0

DUMP_CONSTANT: SO_REUSEADDR 0

DUMP_CONSTANT: SO_SNDBUF 0

DUMP_CONSTANT: SO_SNDLOWAT 0

DUMP_CONSTANT: SO_SNDTIMEO 0

DUMP_CONSTANT: SO_TYPE 0

DUMP_CONSTANT: SOAP_1_1 0

DUMP_CONSTANT: SOAP_1_2 0

DUMP_CONSTANT: SOAP_ACTOR_NEXT 0

DUMP_CONSTANT: SOAP_ACTOR_NONE 0

DUMP_CONSTANT: SOAP_ACTOR_UNLIMATERECEIVER 0

DUMP_CONSTANT: SOAP_AUTHENTICATION_BASIC 0

DUMP_CONSTANT: SOAP_AUTHENTICATION_DIGEST 0

DUMP_CONSTANT: SOAP_COMPRESSION_ACCEPT 0

DUMP_CONSTANT: SOAP_COMPRESSION_DEFLATE 0

DUMP_CONSTANT: SOAP_COMPRESSION_GZIP 0

DUMP_CONSTANT: SOAP_DOCUMENT 0

DUMP_CONSTANT: SOAP_ENC_ARRAY 0

DUMP_CONSTANT: SOAP_ENC_OBJECT 0

DUMP_CONSTANT: SOAP_ENCODED 0

DUMP_CONSTANT: SOAP_FUNCTIONS_ALL 0

DUMP_CONSTANT: SOAP_LITERAL 0

DUMP_CONSTANT: SOAP_PERSISTENCE_REQUEST 0

DUMP_CONSTANT: SOAP_PERSISTENCE_SESSION 0

DUMP_CONSTANT: SOAP_RPC 0

DUMP_CONSTANT: SOAP_SINGLE_ELEMENT_ARRAYS 0

DUMP_CONSTANT: SOAP_WAIT_ONE_WAY_CALLS 0

DUMP_CONSTANT: SOCK_DGRAM 0

DUMP_CONSTANT: SOCK_RAW 0

DUMP_CONSTANT: SOCK_RDM 0

DUMP_CONSTANT: SOCK_SEQPACKET 0

DUMP_CONSTANT: SOCK_STREAM 0

DUMP_CONSTANT: SOCKET_E2BIG 0

DUMP_CONSTANT: SOCKET_EACCES 0

DUMP_CONSTANT: SOCKET_EADDRINUSE 0

DUMP_CONSTANT: SOCKET_EADDRNOTAVAIL 0

DUMP_CONSTANT: SOCKET_EADV 0

DUMP_CONSTANT: SOCKET_EAFNOSUPPORT 0

DUMP_CONSTANT: SOCKET_EAGAIN 0

DUMP_CONSTANT: SOCKET_EALREADY 0

DUMP_CONSTANT: SOCKET_EBADE 0

DUMP_CONSTANT: SOCKET_EBADF 0

DUMP_CONSTANT: SOCKET_EBADFD 0

DUMP_CONSTANT: SOCKET_EBADMSG 0

DUMP_CONSTANT: SOCKET_EBADR 0

DUMP_CONSTANT: SOCKET_EBADRQC 0

DUMP_CONSTANT: SOCKET_EBADSLT 0

DUMP_CONSTANT: SOCKET_EBUSY 0

DUMP_CONSTANT: SOCKET_ECHRNG 0

DUMP_CONSTANT: SOCKET_ECOMM 0

DUMP_CONSTANT: SOCKET_ECONNABORTED 0

DUMP_CONSTANT: SOCKET_ECONNREFUSED 0

DUMP_CONSTANT: SOCKET_ECONNRESET 0

DUMP_CONSTANT: SOCKET_EDESTADDRREQ 0

DUMP_CONSTANT: SOCKET_EDISCON 0

DUMP_CONSTANT: SOCKET_EDQUOT 0

DUMP_CONSTANT: SOCKET_EEXIST 0

DUMP_CONSTANT: SOCKET_EFAULT 0

DUMP_CONSTANT: SOCKET_EHOSTDOWN 0

DUMP_CONSTANT: SOCKET_EHOSTUNREACH 0

DUMP_CONSTANT: SOCKET_EIDRM 0

DUMP_CONSTANT: SOCKET_EINPROGRESS 0

DUMP_CONSTANT: SOCKET_EINTR 0

DUMP_CONSTANT: SOCKET_EINVAL 0

DUMP_CONSTANT: SOCKET_EIO 0

DUMP_CONSTANT: SOCKET_EISCONN 0

DUMP_CONSTANT: SOCKET_EISDIR 0

DUMP_CONSTANT: SOCKET_EISNAM 0

DUMP_CONSTANT: SOCKET_EL2HLT 0

DUMP_CONSTANT: SOCKET_EL2NSYNC 0

DUMP_CONSTANT: SOCKET_EL3HLT 0

DUMP_CONSTANT: SOCKET_EL3RST 0

DUMP_CONSTANT: SOCKET_ELNRNG 0

DUMP_CONSTANT: SOCKET_ELOOP 0

DUMP_CONSTANT: SOCKET_EMEDIUMTYPE 0

DUMP_CONSTANT: SOCKET_EMFILE 0

DUMP_CONSTANT: SOCKET_EMLINK 0

DUMP_CONSTANT: SOCKET_EMSGSIZE 0

DUMP_CONSTANT: SOCKET_EMULTIHOP 0

DUMP_CONSTANT: SOCKET_ENAMETOOLONG 0

DUMP_CONSTANT: SOCKET_ENETDOWN 0

DUMP_CONSTANT: SOCKET_ENETRESET 0

DUMP_CONSTANT: SOCKET_ENETUNREACH 0

DUMP_CONSTANT: SOCKET_ENFILE 0

DUMP_CONSTANT: SOCKET_ENOANO 0

DUMP_CONSTANT: SOCKET_ENOBUFS 0

DUMP_CONSTANT: SOCKET_ENOCSI 0

DUMP_CONSTANT: SOCKET_ENODATA 0

DUMP_CONSTANT: SOCKET_ENODEV 0

DUMP_CONSTANT: SOCKET_ENOENT 0

DUMP_CONSTANT: SOCKET_ENOLCK 0

DUMP_CONSTANT: SOCKET_ENOLINK 0

DUMP_CONSTANT: SOCKET_ENOMEDIUM 0

DUMP_CONSTANT: SOCKET_ENOMEM 0

DUMP_CONSTANT: SOCKET_ENOMSG 0

DUMP_CONSTANT: SOCKET_ENONET 0

DUMP_CONSTANT: SOCKET_ENOPROTOOPT 0

DUMP_CONSTANT: SOCKET_ENOSPC 0

DUMP_CONSTANT: SOCKET_ENOSR 0

DUMP_CONSTANT: SOCKET_ENOSTR 0

DUMP_CONSTANT: SOCKET_ENOSYS 0

DUMP_CONSTANT: SOCKET_ENOTBLK 0

DUMP_CONSTANT: SOCKET_ENOTCONN 0

DUMP_CONSTANT: SOCKET_ENOTDIR 0

DUMP_CONSTANT: SOCKET_ENOTEMPTY 0

DUMP_CONSTANT: SOCKET_ENOTSOCK 0

DUMP_CONSTANT: SOCKET_ENOTTY 0

DUMP_CONSTANT: SOCKET_ENOTUNIQ 0

DUMP_CONSTANT: SOCKET_ENXIO 0

DUMP_CONSTANT: SOCKET_EOPNOTSUPP 0

DUMP_CONSTANT: SOCKET_EPERM 0

DUMP_CONSTANT: SOCKET_EPFNOSUPPORT 0

DUMP_CONSTANT: SOCKET_EPIPE 0

DUMP_CONSTANT: SOCKET_EPROCLIM 0

DUMP_CONSTANT: SOCKET_EPROTO 0

DUMP_CONSTANT: SOCKET_EPROTONOSUPPORT 0

DUMP_CONSTANT: SOCKET_EPROTOTYPE 0

DUMP_CONSTANT: SOCKET_EREMCHG 0

DUMP_CONSTANT: SOCKET_EREMOTE 0

DUMP_CONSTANT: SOCKET_EREMOTEIO 0

DUMP_CONSTANT: SOCKET_ERESTART 0

DUMP_CONSTANT: SOCKET_EROFS 0

DUMP_CONSTANT: SOCKET_ESHUTDOWN 0

DUMP_CONSTANT: SOCKET_ESOCKTNOSUPPORT 0

DUMP_CONSTANT: SOCKET_ESPIPE 0

DUMP_CONSTANT: SOCKET_ESRMNT 0

DUMP_CONSTANT: SOCKET_ESTALE 0

DUMP_CONSTANT: SOCKET_ESTRPIPE 0

DUMP_CONSTANT: SOCKET_ETIME 0

DUMP_CONSTANT: SOCKET_ETIMEDOUT 0

DUMP_CONSTANT: SOCKET_ETOOMANYREFS 0

DUMP_CONSTANT: SOCKET_EUNATCH 0

DUMP_CONSTANT: SOCKET_EUSERS 0

DUMP_CONSTANT: SOCKET_EWOULDBLOCK 0

DUMP_CONSTANT: SOCKET_EXDEV 0

DUMP_CONSTANT: SOCKET_EXFULL 0

DUMP_CONSTANT: SOCKET_HOST_NOT_FOUND 0

DUMP_CONSTANT: SOCKET_NO_ADDRESS 0

DUMP_CONSTANT: SOCKET_NO_DATA 0

DUMP_CONSTANT: SOCKET_NO_RECOVERY 0

DUMP_CONSTANT: SOCKET_NOTINITIALISED 0

DUMP_CONSTANT: SOCKET_SYSNOTREADY 0

DUMP_CONSTANT: SOCKET_TRY_AGAIN 0

DUMP_CONSTANT: SOCKET_VERNOTSUPPORTED 0

DUMP_CONSTANT: SOL_SOCKET 0

DUMP_CONSTANT: SOL_TCP 0

DUMP_CONSTANT: SOL_UDP 0

DUMP_CONSTANT: SOMAXCONN 0

DUMP_CONSTANT: SORT_ASC 0

DUMP_CONSTANT: SORT_DESC 0

DUMP_CONSTANT: SORT_LOCALE_STRING 0

DUMP_CONSTANT: SORT_NUMERIC 0

DUMP_CONSTANT: SORT_REGULAR 0

DUMP_CONSTANT: SORT_STRING 0

DUMP_CONSTANT: SORTARRIVAL 0

DUMP_CONSTANT: SORTCC 0

DUMP_CONSTANT: SORTDATE 0

DUMP_CONSTANT: SORTFROM 0

DUMP_CONSTANT: SORTSIZE 0

DUMP_CONSTANT: SORTSUBJECT 0

DUMP_CONSTANT: SORTTO 0

DUMP_CONSTANT: SQL_BEST_ROWID 0

DUMP_CONSTANT: SQL_BIGINT 0

DUMP_CONSTANT: SQL_BINARY 0

DUMP_CONSTANT: SQL_BIT 0

DUMP_CONSTANT: SQL_CHAR 0

DUMP_CONSTANT: SQL_CONCUR_LOCK 0

DUMP_CONSTANT: SQL_CONCUR_READ_ONLY 0

DUMP_CONSTANT: SQL_CONCUR_ROWVER 0

DUMP_CONSTANT: SQL_CONCUR_VALUES 0

DUMP_CONSTANT: SQL_CONCURRENCY 0

DUMP_CONSTANT: SQL_CUR_USE_DRIVER 0

DUMP_CONSTANT: SQL_CUR_USE_IF_NEEDED 0

DUMP_CONSTANT: SQL_CUR_USE_ODBC 0

DUMP_CONSTANT: SQL_CURSOR_DYNAMIC 0

DUMP_CONSTANT: SQL_CURSOR_FORWARD_ONLY 0

DUMP_CONSTANT: SQL_CURSOR_KEYSET_DRIVEN 0

DUMP_CONSTANT: SQL_CURSOR_STATIC 0

DUMP_CONSTANT: SQL_CURSOR_TYPE 0

DUMP_CONSTANT: SQL_DATE 0

DUMP_CONSTANT: SQL_DECIMAL 0

DUMP_CONSTANT: SQL_DOUBLE 0

DUMP_CONSTANT: SQL_ENSURE 0

DUMP_CONSTANT: SQL_FETCH_FIRST 0

DUMP_CONSTANT: SQL_FETCH_NEXT 0

DUMP_CONSTANT: SQL_FLOAT 0

DUMP_CONSTANT: SQL_INDEX_ALL 0

DUMP_CONSTANT: SQL_INDEX_UNIQUE 0

DUMP_CONSTANT: SQL_INTEGER 0

DUMP_CONSTANT: SQL_KEYSET_SIZE 0

DUMP_CONSTANT: SQL_LONGVARBINARY 0

DUMP_CONSTANT: SQL_LONGVARCHAR 0

DUMP_CONSTANT: SQL_NO_NULLS 0

DUMP_CONSTANT: SQL_NULLABLE 0

DUMP_CONSTANT: SQL_NUMERIC 0

DUMP_CONSTANT: SQL_ODBC_CURSORS 0

DUMP_CONSTANT: SQL_QUICK 0

DUMP_CONSTANT: SQL_REAL 0

DUMP_CONSTANT: SQL_ROWVER 0

DUMP_CONSTANT: SQL_SCOPE_CURROW 0

DUMP_CONSTANT: SQL_SCOPE_SESSION 0

DUMP_CONSTANT: SQL_SCOPE_TRANSACTION 0

DUMP_CONSTANT: SQL_SMALLINT 0

DUMP_CONSTANT: SQL_TIME 0

DUMP_CONSTANT: SQL_TIMESTAMP 0

DUMP_CONSTANT: SQL_TINYINT 0

DUMP_CONSTANT: SQL_TYPE_DATE 0

DUMP_CONSTANT: SQL_TYPE_TIME 0

DUMP_CONSTANT: SQL_TYPE_TIMESTAMP 0

DUMP_CONSTANT: SQL_VARBINARY 0

DUMP_CONSTANT: SQL_VARCHAR 0

DUMP_CONSTANT: SQLBIT 0

DUMP_CONSTANT: SQLCHAR 0

DUMP_CONSTANT: SQLFLT4 0

DUMP_CONSTANT: SQLFLT8 0

DUMP_CONSTANT: SQLFLTN 0

DUMP_CONSTANT: SQLINT1 0

DUMP_CONSTANT: SQLINT2 0

DUMP_CONSTANT: SQLINT4 0

DUMP_CONSTANT: SQLITE_ABORT 0

DUMP_CONSTANT: SQLITE_ASSOC 0

DUMP_CONSTANT: SQLITE_AUTH 0

DUMP_CONSTANT: SQLITE_BOTH 0

DUMP_CONSTANT: SQLITE_BUSY 0

DUMP_CONSTANT: SQLITE_CANTOPEN 0

DUMP_CONSTANT: SQLITE_CONSTRAINT 0

DUMP_CONSTANT: SQLITE_CORRUPT 0

DUMP_CONSTANT: SQLITE_DONE 0

DUMP_CONSTANT: SQLITE_EMPTY 0

DUMP_CONSTANT: SQLITE_ERROR 0

DUMP_CONSTANT: SQLITE_FORMAT 0

DUMP_CONSTANT: SQLITE_FULL 0

DUMP_CONSTANT: SQLITE_INTERNAL 0

DUMP_CONSTANT: SQLITE_INTERRUPT 0

DUMP_CONSTANT: SQLITE_IOERR 0

DUMP_CONSTANT: SQLITE_LOCKED 0

DUMP_CONSTANT: SQLITE_MISMATCH 0

DUMP_CONSTANT: SQLITE_MISUSE 0

DUMP_CONSTANT: SQLITE_NOLFS 0

DUMP_CONSTANT: SQLITE_NOMEM 0

DUMP_CONSTANT: SQLITE_NOTADB 0

DUMP_CONSTANT: SQLITE_NOTFOUND 0

DUMP_CONSTANT: SQLITE_NUM 0

DUMP_CONSTANT: SQLITE_OK 0

DUMP_CONSTANT: SQLITE_PERM 0

DUMP_CONSTANT: SQLITE_PROTOCOL 0

DUMP_CONSTANT: SQLITE_READONLY 0

DUMP_CONSTANT: SQLITE_ROW 0

DUMP_CONSTANT: SQLITE_SCHEMA 0

DUMP_CONSTANT: SQLITE_TOOBIG 0

DUMP_CONSTANT: SQLT_BFILEE 0

DUMP_CONSTANT: SQLT_BLOB 0

DUMP_CONSTANT: SQLT_CFILEE 0

DUMP_CONSTANT: SQLT_CLOB 0

DUMP_CONSTANT: SQLT_RDD 0

DUMP_CONSTANT: SQLTEXT 0

DUMP_CONSTANT: SQLVARCHAR 0

DUMP_CONSTANT: ST_SET 0

DUMP_CONSTANT: ST_SILENT 0

DUMP_CONSTANT: ST_UID 0

DUMP_CONSTANT: STR_PAD_BOTH 0

DUMP_CONSTANT: STR_PAD_LEFT 0

DUMP_CONSTANT: STR_PAD_RIGHT 0

DUMP_CONSTANT: STREAM_ENFORCE_SAFE_MODE 0

DUMP_CONSTANT: STREAM_IGNORE_URL 0

DUMP_CONSTANT: STREAM_MUST_SEEK 0

DUMP_CONSTANT: STREAM_NOTIFY_AUTH_REQUIRED 0

DUMP_CONSTANT: STREAM_NOTIFY_AUTH_RESULT 0

DUMP_CONSTANT: STREAM_NOTIFY_CONNECT 0

DUMP_CONSTANT: STREAM_NOTIFY_FAILURE 0

DUMP_CONSTANT: STREAM_NOTIFY_FILE_SIZE_IS 0

DUMP_CONSTANT: STREAM_NOTIFY_MIME_TYPE_IS 0

DUMP_CONSTANT: STREAM_NOTIFY_PROGRESS 0

DUMP_CONSTANT: STREAM_NOTIFY_REDIRECTED 0

DUMP_CONSTANT: STREAM_NOTIFY_SEVERITY_ERR 0

DUMP_CONSTANT: STREAM_NOTIFY_SEVERITY_INFO 0

DUMP_CONSTANT: STREAM_NOTIFY_SEVERITY_WARN 0

DUMP_CONSTANT: STREAM_REPORT_ERRORS 0

DUMP_CONSTANT: STREAM_USE_PATH 0

DUMP_CONSTANT: T_AND_EQUAL 0

DUMP_CONSTANT: T_ARRAY 0

DUMP_CONSTANT: T_ARRAY_CAST 0

DUMP_CONSTANT: T_AS 0

DUMP_CONSTANT: T_BAD_CHARACTER 0

DUMP_CONSTANT: T_BOOL_CAST 0

DUMP_CONSTANT: T_BOOLEAN_AND 0

DUMP_CONSTANT: T_BOOLEAN_OR 0

DUMP_CONSTANT: T_BREAK 0

DUMP_CONSTANT: T_CASE 0

DUMP_CONSTANT: T_CHARACTER 0

DUMP_CONSTANT: T_CLASS 0

DUMP_CONSTANT: T_CLASS_C 0

DUMP_CONSTANT: T_CLOSE_TAG 0

DUMP_CONSTANT: T_COMMENT 0

DUMP_CONSTANT: T_CONCAT_EQUAL 0

DUMP_CONSTANT: T_CONST 0

DUMP_CONSTANT: T_CONSTANT_ENCAPSED_STRING 0

DUMP_CONSTANT: T_CONTINUE 0

DUMP_CONSTANT: T_CURLY_OPEN 0

DUMP_CONSTANT: T_DEC 0

DUMP_CONSTANT: T_DECLARE 0

DUMP_CONSTANT: T_DEFAULT 0

DUMP_CONSTANT: T_DIV_EQUAL 0

DUMP_CONSTANT: T_DNUMBER 0

DUMP_CONSTANT: T_DO 0

DUMP_CONSTANT: T_DOLLAR_OPEN_CURLY_BRACES 0

DUMP_CONSTANT: T_DOUBLE_ARROW 0

DUMP_CONSTANT: T_DOUBLE_CAST 0

DUMP_CONSTANT: T_DOUBLE_COLON 0

DUMP_CONSTANT: T_ECHO 0

DUMP_CONSTANT: T_ELSE 0

DUMP_CONSTANT: T_ELSEIF 0

DUMP_CONSTANT: T_EMPTY 0

DUMP_CONSTANT: T_ENCAPSED_AND_WHITESPACE 0

DUMP_CONSTANT: T_END_HEREDOC 0

DUMP_CONSTANT: T_ENDDECLARE 0

DUMP_CONSTANT: T_ENDFOR 0

DUMP_CONSTANT: T_ENDFOREACH 0

DUMP_CONSTANT: T_ENDIF 0

DUMP_CONSTANT: T_ENDSWITCH 0

DUMP_CONSTANT: T_ENDWHILE 0

DUMP_CONSTANT: T_EVAL 0

DUMP_CONSTANT: T_EXIT 0

DUMP_CONSTANT: T_EXTENDS 0

DUMP_CONSTANT: T_FILE 0

DUMP_CONSTANT: T_FMT 0

DUMP_CONSTANT: T_FMT_AMPM 0

DUMP_CONSTANT: T_FOR 0

DUMP_CONSTANT: T_FOREACH 0

DUMP_CONSTANT: T_FUNC_C 0

DUMP_CONSTANT: T_FUNCTION 0

DUMP_CONSTANT: T_GLOBAL 0

DUMP_CONSTANT: T_IF 0

DUMP_CONSTANT: T_INC 0

DUMP_CONSTANT: T_INCLUDE 0

DUMP_CONSTANT: T_INCLUDE_ONCE 0

DUMP_CONSTANT: T_INLINE_HTML 0

DUMP_CONSTANT: T_INT_CAST 0

DUMP_CONSTANT: T_IS_EQUAL 0

DUMP_CONSTANT: T_IS_GREATER_OR_EQUAL 0

DUMP_CONSTANT: T_IS_IDENTICAL 0

DUMP_CONSTANT: T_IS_NOT_EQUAL 0

DUMP_CONSTANT: T_IS_NOT_IDENTICAL 0

DUMP_CONSTANT: T_IS_SMALLER_OR_EQUAL 0

DUMP_CONSTANT: T_ISSET 0

DUMP_CONSTANT: T_LINE 0

DUMP_CONSTANT: T_LIST 0

DUMP_CONSTANT: T_LNUMBER 0

DUMP_CONSTANT: T_LOGICAL_AND 0

DUMP_CONSTANT: T_LOGICAL_OR 0

DUMP_CONSTANT: T_LOGICAL_XOR 0

DUMP_CONSTANT: T_MINUS_EQUAL 0

DUMP_CONSTANT: T_ML_COMMENT 0

DUMP_CONSTANT: T_MOD_EQUAL 0

DUMP_CONSTANT: T_MUL_EQUAL 0

DUMP_CONSTANT: T_NEW 0

DUMP_CONSTANT: T_NUM_STRING 0

DUMP_CONSTANT: T_OBJECT_CAST 0

DUMP_CONSTANT: T_OBJECT_OPERATOR 0

DUMP_CONSTANT: T_OLD_FUNCTION 0

DUMP_CONSTANT: T_OPEN_TAG 0

DUMP_CONSTANT: T_OPEN_TAG_WITH_ECHO 0

DUMP_CONSTANT: T_OR_EQUAL 0

DUMP_CONSTANT: T_PAAMAYIM_NEKUDOTAYIM 0

DUMP_CONSTANT: T_PLUS_EQUAL 0

DUMP_CONSTANT: T_PRINT 0

DUMP_CONSTANT: T_REQUIRE 0

DUMP_CONSTANT: T_REQUIRE_ONCE 0

DUMP_CONSTANT: T_RETURN 0

DUMP_CONSTANT: T_SL 0

DUMP_CONSTANT: T_SL_EQUAL 0

DUMP_CONSTANT: T_SR 0

DUMP_CONSTANT: T_SR_EQUAL 0

DUMP_CONSTANT: T_START_HEREDOC 0

DUMP_CONSTANT: T_STATIC 0

DUMP_CONSTANT: T_STRING 0

DUMP_CONSTANT: T_STRING_CAST 0

DUMP_CONSTANT: T_STRING_VARNAME 0

DUMP_CONSTANT: T_SWITCH 0

DUMP_CONSTANT: T_UNSET 0

DUMP_CONSTANT: T_UNSET_CAST 0

DUMP_CONSTANT: T_USE 0

DUMP_CONSTANT: T_VAR 0

DUMP_CONSTANT: T_VARIABLE 0

DUMP_CONSTANT: T_WHILE 0

DUMP_CONSTANT: T_WHITESPACE 0

DUMP_CONSTANT: T_XOR_EQUAL 0

DUMP_CONSTANT: THOUSANDS_SEP 0

DUMP_CONSTANT: THOUSEP 0

DUMP_CONSTANT: TYPE_MENUBUTTON 0

DUMP_CONSTANT: TYPE_PUSHBUTTON 0

DUMP_CONSTANT: TYPEAPPLICATION 0

DUMP_CONSTANT: TYPEAUDIO 0

DUMP_CONSTANT: TYPEIMAGE 0

DUMP_CONSTANT: TYPEMESSAGE 0

DUMP_CONSTANT: TYPEMODEL 0

DUMP_CONSTANT: TYPEMULTIPART 0

DUMP_CONSTANT: TYPEOTHER 0

DUMP_CONSTANT: TYPETEXT 0

DUMP_CONSTANT: TYPEVIDEO 0

DUMP_CONSTANT: UDM_CACHE_DISABLED 0

DUMP_CONSTANT: UDM_CACHE_ENABLED 0

DUMP_CONSTANT: UDM_CROSS_WORDS_DISABLED 0

DUMP_CONSTANT: UDM_CROSS_WORDS_ENABLED 0

DUMP_CONSTANT: UDM_CROSSWORDS_DISABLED 0

DUMP_CONSTANT: UDM_CROSSWORDS_ENABLED 0

DUMP_CONSTANT: UDM_DISABLED 0

DUMP_CONSTANT: UDM_ENABLED 0

DUMP_CONSTANT: UDM_FIELD_CATEGORY 0

DUMP_CONSTANT: UDM_FIELD_CHARSET 0

DUMP_CONSTANT: UDM_FIELD_CONTENT 0

DUMP_CONSTANT: UDM_FIELD_CRC 0

DUMP_CONSTANT: UDM_FIELD_DESC 0

DUMP_CONSTANT: UDM_FIELD_DESCRIPTION 0

DUMP_CONSTANT: UDM_FIELD_KEYWORDS 0

DUMP_CONSTANT: UDM_FIELD_LANG 0

DUMP_CONSTANT: UDM_FIELD_MODIFIED 0

DUMP_CONSTANT: UDM_FIELD_ORDER 0

DUMP_CONSTANT: UDM_FIELD_ORIGINID 0

DUMP_CONSTANT: UDM_FIELD_POP_RANK 0

DUMP_CONSTANT: UDM_FIELD_RATING 0

DUMP_CONSTANT: UDM_FIELD_SCORE 0

DUMP_CONSTANT: UDM_FIELD_SITEID 0

DUMP_CONSTANT: UDM_FIELD_SIZE 0

DUMP_CONSTANT: UDM_FIELD_TEXT 0

DUMP_CONSTANT: UDM_FIELD_TITLE 0

DUMP_CONSTANT: UDM_FIELD_URL 0

DUMP_CONSTANT: UDM_FIELD_URLID 0

DUMP_CONSTANT: UDM_ISPELL_PREFIX_DISABLED 0

DUMP_CONSTANT: UDM_ISPELL_PREFIX_ENABLED 0

DUMP_CONSTANT: UDM_ISPELL_PREFIXES_DISABLED 0

DUMP_CONSTANT: UDM_ISPELL_PREFIXES_ENABLED 0

DUMP_CONSTANT: UDM_ISPELL_TYPE_AFFIX 0

DUMP_CONSTANT: UDM_ISPELL_TYPE_DB 0

DUMP_CONSTANT: UDM_ISPELL_TYPE_SERVER 0

DUMP_CONSTANT: UDM_ISPELL_TYPE_SPELL 0

DUMP_CONSTANT: UDM_LIMIT_CAT 0

DUMP_CONSTANT: UDM_LIMIT_DATE 0

DUMP_CONSTANT: UDM_LIMIT_LANG 0

DUMP_CONSTANT: UDM_LIMIT_TAG 0

DUMP_CONSTANT: UDM_LIMIT_TYPE 0

DUMP_CONSTANT: UDM_LIMIT_URL 0

DUMP_CONSTANT: UDM_MATCH_BEGIN 0

DUMP_CONSTANT: UDM_MATCH_END 0

DUMP_CONSTANT: UDM_MATCH_SUBSTR 0

DUMP_CONSTANT: UDM_MATCH_WORD 0

DUMP_CONSTANT: UDM_MODE_ALL 0

DUMP_CONSTANT: UDM_MODE_ANY 0

DUMP_CONSTANT: UDM_MODE_BOOL 0

DUMP_CONSTANT: UDM_MODE_PHRASE 0

DUMP_CONSTANT: UDM_PARAM_BROWSER_CHARSET 0

DUMP_CONSTANT: UDM_PARAM_CACHE_MODE 0

DUMP_CONSTANT: UDM_PARAM_CHARSET 0

DUMP_CONSTANT: UDM_PARAM_CROSS_WORDS 0

DUMP_CONSTANT: UDM_PARAM_CROSSWORDS 0

DUMP_CONSTANT: UDM_PARAM_DATADIR 0

DUMP_CONSTANT: UDM_PARAM_DETECT_CLONES 0

DUMP_CONSTANT: UDM_PARAM_EXCERPT_PADDING 0

DUMP_CONSTANT: UDM_PARAM_EXCERPT_SIZE 0

DUMP_CONSTANT: UDM_PARAM_FIRST_DOC 0

DUMP_CONSTANT: UDM_PARAM_FOUND 0

DUMP_CONSTANT: UDM_PARAM_GROUPBYSITE 0

DUMP_CONSTANT: UDM_PARAM_HLBEG 0

DUMP_CONSTANT: UDM_PARAM_HLEND 0

DUMP_CONSTANT: UDM_PARAM_ISPELL_PREFIX 0

DUMP_CONSTANT: UDM_PARAM_ISPELL_PREFIXES 0

DUMP_CONSTANT: UDM_PARAM_LAST_DOC 0

DUMP_CONSTANT: UDM_PARAM_LOCAL_CHARSET 0

DUMP_CONSTANT: UDM_PARAM_MAX_WORD_LEN 0

DUMP_CONSTANT: UDM_PARAM_MAX_WORDLEN 0

DUMP_CONSTANT: UDM_PARAM_MIN_WORD_LEN 0

DUMP_CONSTANT: UDM_PARAM_MIN_WORDLEN 0

DUMP_CONSTANT: UDM_PARAM_NUM_ROWS 0

DUMP_CONSTANT: UDM_PARAM_PAGE_NUM 0

DUMP_CONSTANT: UDM_PARAM_PAGE_SIZE 0

DUMP_CONSTANT: UDM_PARAM_PHRASE_MODE 0

DUMP_CONSTANT: UDM_PARAM_PREFIX 0

DUMP_CONSTANT: UDM_PARAM_PREFIXES 0

DUMP_CONSTANT: UDM_PARAM_QSTRING 0

DUMP_CONSTANT: UDM_PARAM_QUERY 0

DUMP_CONSTANT: UDM_PARAM_REMOTE_ADDR 0

DUMP_CONSTANT: UDM_PARAM_RESULTS_LIMIT 0

DUMP_CONSTANT: UDM_PARAM_SEARCH_MODE 0

DUMP_CONSTANT: UDM_PARAM_SEARCH_TIME 0

DUMP_CONSTANT: UDM_PARAM_SEARCHD 0

DUMP_CONSTANT: UDM_PARAM_SEARCHTIME 0

DUMP_CONSTANT: UDM_PARAM_SITEID 0

DUMP_CONSTANT: UDM_PARAM_SORT_ORDER 0

DUMP_CONSTANT: UDM_PARAM_STOP_FILE 0

DUMP_CONSTANT: UDM_PARAM_STOP_TABLE 0

DUMP_CONSTANT: UDM_PARAM_STOPFILE 0

DUMP_CONSTANT: UDM_PARAM_STOPTABLE 0

DUMP_CONSTANT: UDM_PARAM_STORED 0

DUMP_CONSTANT: UDM_PARAM_SYNONYM 0

DUMP_CONSTANT: UDM_PARAM_TRACK_MODE 0

DUMP_CONSTANT: UDM_PARAM_VARDIR 0

DUMP_CONSTANT: UDM_PARAM_WEIGHT_FACTOR 0

DUMP_CONSTANT: UDM_PARAM_WORD_INFO 0

DUMP_CONSTANT: UDM_PARAM_WORD_MATCH 0

DUMP_CONSTANT: UDM_PARAM_WORDINFO 0

DUMP_CONSTANT: UDM_PARAM_WORDINFO_ALL 0

DUMP_CONSTANT: UDM_PHRASE_DISABLED 0

DUMP_CONSTANT: UDM_PHRASE_ENABLED 0

DUMP_CONSTANT: UDM_PREFIX_DISABLED 0

DUMP_CONSTANT: UDM_PREFIX_ENABLED 0

DUMP_CONSTANT: UDM_PREFIXES_DISABLED 0

DUMP_CONSTANT: UDM_PREFIXES_ENABLED 0

DUMP_CONSTANT: UDM_TRACK_DISABLED 0

DUMP_CONSTANT: UDM_TRACK_ENABLED 0

DUMP_CONSTANT: UNKNOWN_TYPE 0

DUMP_CONSTANT: UPLOAD_ERR_CANT_WRITE 0

DUMP_CONSTANT: UPLOAD_ERR_FORM_SIZE 0

DUMP_CONSTANT: UPLOAD_ERR_INI_SIZE 0

DUMP_CONSTANT: UPLOAD_ERR_NO_FILE 0

DUMP_CONSTANT: UPLOAD_ERR_NO_TMP_DIR 0

DUMP_CONSTANT: UPLOAD_ERR_OK 0

DUMP_CONSTANT: UPLOAD_ERR_PARTIAL 0

DUMP_CONSTANT: VT_ARRAY 0

DUMP_CONSTANT: VT_BOOL 0

DUMP_CONSTANT: VT_BSTR 0

DUMP_CONSTANT: VT_BYREF 0

DUMP_CONSTANT: VT_CY 0

DUMP_CONSTANT: VT_DATE 0

DUMP_CONSTANT: VT_DECIMAL 0

DUMP_CONSTANT: VT_DISPATCH 0

DUMP_CONSTANT: VT_EMPTY 0

DUMP_CONSTANT: VT_ERROR 0

DUMP_CONSTANT: VT_I1 0

DUMP_CONSTANT: VT_I2 0

DUMP_CONSTANT: VT_I4 0

DUMP_CONSTANT: VT_INT 0

DUMP_CONSTANT: VT_NULL 0

DUMP_CONSTANT: VT_R4 0

DUMP_CONSTANT: VT_R8 0

DUMP_CONSTANT: VT_UI1 0

DUMP_CONSTANT: VT_UI2 0

DUMP_CONSTANT: VT_UI4 0

DUMP_CONSTANT: VT_UINT 0

DUMP_CONSTANT: VT_UNKNOWN 0

DUMP_CONSTANT: VT_VARIANT 0

DUMP_CONSTANT: W32API_ARGPTR 0

DUMP_CONSTANT: W32API_BORLAND 0

DUMP_CONSTANT: W32API_CDECL 0

DUMP_CONSTANT: W32API_REAL4 0

DUMP_CONSTANT: W32API_REAL8 0

DUMP_CONSTANT: WNOHANG 0

DUMP_CONSTANT: WSDL_CACHE_BOTH 0

DUMP_CONSTANT: WSDL_CACHE_DISK 0

DUMP_CONSTANT: WSDL_CACHE_MEMORY 0

DUMP_CONSTANT: WSDL_CACHE_NONE 0

DUMP_CONSTANT: WUNTRACED 0

DUMP_CONSTANT: X509_PURPOSE_ANY 0

DUMP_CONSTANT: X509_PURPOSE_CRL_SIGN 0

DUMP_CONSTANT: X509_PURPOSE_NS_SSL_SERVER 0

DUMP_CONSTANT: X509_PURPOSE_SMIME_ENCRYPT 0

DUMP_CONSTANT: X509_PURPOSE_SMIME_SIGN 0

DUMP_CONSTANT: X509_PURPOSE_SSL_CLIENT 0

DUMP_CONSTANT: X509_PURPOSE_SSL_SERVER 0

DUMP_CONSTANT: XML_ATTRIBUTE_CDATA 0

DUMP_CONSTANT: XML_ATTRIBUTE_DECL_NODE 0

DUMP_CONSTANT: XML_ATTRIBUTE_ENTITY 0

DUMP_CONSTANT: XML_ATTRIBUTE_ENUMERATION 0

DUMP_CONSTANT: XML_ATTRIBUTE_ID 0

DUMP_CONSTANT: XML_ATTRIBUTE_IDREF 0

DUMP_CONSTANT: XML_ATTRIBUTE_IDREFS 0

DUMP_CONSTANT: XML_ATTRIBUTE_NMTOKEN 0

DUMP_CONSTANT: XML_ATTRIBUTE_NMTOKENS 0

DUMP_CONSTANT: XML_ATTRIBUTE_NODE 0

DUMP_CONSTANT: XML_ATTRIBUTE_NOTATION 0

DUMP_CONSTANT: XML_CDATA_SECTION_NODE 0

DUMP_CONSTANT: XML_COMMENT_NODE 0

DUMP_CONSTANT: XML_DOCUMENT_FRAG_NODE 0

DUMP_CONSTANT: XML_DOCUMENT_NODE 0

DUMP_CONSTANT: XML_DOCUMENT_TYPE_NODE 0

DUMP_CONSTANT: XML_DTD_NODE 0

DUMP_CONSTANT: XML_ELEMENT_DECL_NODE 0

DUMP_CONSTANT: XML_ELEMENT_NODE 0

DUMP_CONSTANT: XML_ENTITY_DECL_NODE 0

DUMP_CONSTANT: XML_ENTITY_NODE 0

DUMP_CONSTANT: XML_ENTITY_REF_NODE 0

DUMP_CONSTANT: XML_ERROR_ASYNC_ENTITY 0

DUMP_CONSTANT: XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF 0

DUMP_CONSTANT: XML_ERROR_BAD_CHAR_REF 0

DUMP_CONSTANT: XML_ERROR_BINARY_ENTITY_REF 0

DUMP_CONSTANT: XML_ERROR_DUPLICATE_ATTRIBUTE 0

DUMP_CONSTANT: XML_ERROR_EXTERNAL_ENTITY_HANDLING 0

DUMP_CONSTANT: XML_ERROR_INCORRECT_ENCODING 0

DUMP_CONSTANT: XML_ERROR_INVALID_TOKEN 0

DUMP_CONSTANT: XML_ERROR_JUNK_AFTER_DOC_ELEMENT 0

DUMP_CONSTANT: XML_ERROR_MISPLACED_XML_PI 0

DUMP_CONSTANT: XML_ERROR_NO_ELEMENTS 0

DUMP_CONSTANT: XML_ERROR_NO_MEMORY 0

DUMP_CONSTANT: XML_ERROR_NONE 0

DUMP_CONSTANT: XML_ERROR_PARAM_ENTITY_REF 0

DUMP_CONSTANT: XML_ERROR_PARTIAL_CHAR 0

DUMP_CONSTANT: XML_ERROR_RECURSIVE_ENTITY_REF 0

DUMP_CONSTANT: XML_ERROR_SYNTAX 0

DUMP_CONSTANT: XML_ERROR_TAG_MISMATCH 0

DUMP_CONSTANT: XML_ERROR_UNCLOSED_CDATA_SECTION 0

DUMP_CONSTANT: XML_ERROR_UNCLOSED_TOKEN 0

DUMP_CONSTANT: XML_ERROR_UNDEFINED_ENTITY 0

DUMP_CONSTANT: XML_ERROR_UNKNOWN_ENCODING 0

DUMP_CONSTANT: XML_GLOBAL_NAMESPACE 0

DUMP_CONSTANT: XML_HTML_DOCUMENT_NODE 0

DUMP_CONSTANT: XML_LOCAL_NAMESPACE 0

DUMP_CONSTANT: XML_NAMESPACE_DECL_NODE 0

DUMP_CONSTANT: XML_NOTATION_NODE 0

DUMP_CONSTANT: XML_OPTION_CASE_FOLDING 0

DUMP_CONSTANT: XML_OPTION_SKIP_TAGSTART 0

DUMP_CONSTANT: XML_OPTION_SKIP_WHITE 0

DUMP_CONSTANT: XML_OPTION_TARGET_ENCODING 0

DUMP_CONSTANT: XML_PI_NODE 0

DUMP_CONSTANT: XML_TEXT_NODE 0

DUMP_CONSTANT: XPATH_BOOLEAN 0

DUMP_CONSTANT: XPATH_LOCATIONSET 0

DUMP_CONSTANT: XPATH_NODESET 0

DUMP_CONSTANT: XPATH_NUMBER 0

DUMP_CONSTANT: XPATH_POINT 0

DUMP_CONSTANT: XPATH_RANGE 0

DUMP_CONSTANT: XPATH_STRING 0

DUMP_CONSTANT: XPATH_UNDEFINED 0

DUMP_CONSTANT: XPATH_USERS 0

DUMP_CONSTANT: XSD_1999_NAMESPACE 0

DUMP_CONSTANT: XSD_1999_TIMEINSTANT 0

DUMP_CONSTANT: XSD_ANYTYPE 0

DUMP_CONSTANT: XSD_ANYURI 0

DUMP_CONSTANT: XSD_ANYXML 0

DUMP_CONSTANT: XSD_BASE64BINARY 0

DUMP_CONSTANT: XSD_BOOLEAN 0

DUMP_CONSTANT: XSD_BYTE 0

DUMP_CONSTANT: XSD_DATE 0

DUMP_CONSTANT: XSD_DATETIME 0

DUMP_CONSTANT: XSD_DECIMAL 0

DUMP_CONSTANT: XSD_DOUBLE 0

DUMP_CONSTANT: XSD_DURATION 0

DUMP_CONSTANT: XSD_ENTITIES 0

DUMP_CONSTANT: XSD_ENTITY 0

DUMP_CONSTANT: XSD_FLOAT 0

DUMP_CONSTANT: XSD_GDAY 0

DUMP_CONSTANT: XSD_GMONTH 0

DUMP_CONSTANT: XSD_GMONTHDAY 0

DUMP_CONSTANT: XSD_GYEAR 0

DUMP_CONSTANT: XSD_GYEARMONTH 0

DUMP_CONSTANT: XSD_HEXBINARY 0

DUMP_CONSTANT: XSD_ID 0

DUMP_CONSTANT: XSD_IDREF 0

DUMP_CONSTANT: XSD_IDREFS 0

DUMP_CONSTANT: XSD_INT 0

DUMP_CONSTANT: XSD_INTEGER 0

DUMP_CONSTANT: XSD_LANGUAGE 0

DUMP_CONSTANT: XSD_LONG 0

DUMP_CONSTANT: XSD_NAME 0

DUMP_CONSTANT: XSD_NAMESPACE 0

DUMP_CONSTANT: XSD_NCNAME 0

DUMP_CONSTANT: XSD_NEGATIVEINTEGER 0

DUMP_CONSTANT: XSD_NMTOKEN 0

DUMP_CONSTANT: XSD_NMTOKENS 0

DUMP_CONSTANT: XSD_NONNEGATIVEINTEGER 0

DUMP_CONSTANT: XSD_NONPOSITIVEINTEGER 0

DUMP_CONSTANT: XSD_NORMALIZEDSTRING 0

DUMP_CONSTANT: XSD_NOTATION 0

DUMP_CONSTANT: XSD_POSITIVEINTEGER 0

DUMP_CONSTANT: XSD_QNAME 0

DUMP_CONSTANT: XSD_SHORT 0

DUMP_CONSTANT: XSD_STRING 0

DUMP_CONSTANT: XSD_TIME 0

DUMP_CONSTANT: XSD_TOKEN 0

DUMP_CONSTANT: XSD_UNSIGNEDBYTE 0

DUMP_CONSTANT: XSD_UNSIGNEDINT 0

DUMP_CONSTANT: XSD_UNSIGNEDLONG 0

DUMP_CONSTANT: XSD_UNSIGNEDSHORT 0

DUMP_CONSTANT: XSLT_ERR_UNSUPPORTED_SCHEME 0

DUMP_CONSTANT: XSLT_OPT_SILENT 0

DUMP_CONSTANT: XSLT_SABOPT_DISABLE_ADDING_META 0

DUMP_CONSTANT: XSLT_SABOPT_DISABLE_STRIPPING 0

DUMP_CONSTANT: XSLT_SABOPT_FILES_TO_HANDLER 0

DUMP_CONSTANT: XSLT_SABOPT_IGNORE_DOC_NOT_FOUND 0

DUMP_CONSTANT: XSLT_SABOPT_PARSE_PUBLIC_ENTITIES 0

DUMP_CONSTANT: YESEXPR 0

DUMP_CONSTANT: YESSTR 0

DUMP_CONSTANT: YPERR_BADARGS 0

DUMP_CONSTANT: YPERR_BADDB 0

DUMP_CONSTANT: YPERR_BUSY 0

DUMP_CONSTANT: YPERR_DOMAIN 0

DUMP_CONSTANT: YPERR_KEY 0

DUMP_CONSTANT: YPERR_MAP 0

DUMP_CONSTANT: YPERR_NODOM 0

DUMP_CONSTANT: YPERR_NOMORE 0

DUMP_CONSTANT: YPERR_PMAP 0

DUMP_CONSTANT: YPERR_RESRC 0

DUMP_CONSTANT: YPERR_RPC 0

DUMP_CONSTANT: YPERR_VERS 0

DUMP_CONSTANT: YPERR_YPBIND 0

DUMP_CONSTANT: YPERR_YPERR 0

DUMP_CONSTANT: YPERR_YPSERV 0

DUMP_CONSTANT: ZPS_VERSION 0
