
DUMP_CLASS:  ApacheRequest
   DUMP_FUNC:  int allowed(int[optional] allowed)
   DUMP_FUNC:  string args(string[optional] new_args)
   DUMP_FUNC:  int assbackwards()
   DUMP_FUNC:  string auth_name()
   DUMP_FUNC:  string auth_type()
   DUMP_FUNC:  unknown basic_auth_pw()
   DUMP_FUNC:  string boundary()
   DUMP_FUNC:  int bytes_sent()
   DUMP_FUNC:  int chunked()
   DUMP_FUNC:  string content_encoding(string[optional] new_encoding)
   DUMP_FUNC:  int content_length(int[optional] new_content_length)
   DUMP_FUNC:  string content_type(string[optional] new_type)
   DUMP_FUNC:  long discard_request_body()
   DUMP_FUNC:  array err_headers_out(null name, string[optional] value, bool[optional] replace)
   DUMP_FUNC:  string filename(string[optional] new_filename)
   DUMP_FUNC:  string handler(string[optional] new_handler)
   DUMP_FUNC:  int header_only()
   DUMP_FUNC:  array headers_in()
   DUMP_FUNC:  array headers_out(null name, string[optional] value, bool[optional] replace)
   DUMP_FUNC:  string hostname()
   DUMP_FUNC:  bool is_initial_req()
   DUMP_FUNC:  boolean log_error(string message, long[optional] facility)
   DUMP_FUNC:  object lookup_file(string file)
   DUMP_FUNC:  object lookup_uri(string uri)
   DUMP_FUNC:  long meets_conditions()
   DUMP_FUNC:  string method()
   DUMP_FUNC:  int method_number(int[optional] method_number)
   DUMP_FUNC:  object method_uri(string method, string uri)
   DUMP_FUNC:  int mtime()
   DUMP_FUNC:  int no_cache()
   DUMP_FUNC:  int no_local_copy()
   DUMP_FUNC:  string path_info(string[optional] new_path_info)
   DUMP_FUNC:  int proto_num()
   DUMP_FUNC:  string protocol()
   DUMP_FUNC:  int proxyreq(int[optional] new_proxyreq)
   DUMP_FUNC:  int read_body()
   DUMP_FUNC:  int remaining()
   DUMP_FUNC:  int remote_host(int[optional] type)
   DUMP_FUNC:  int request_time()
   DUMP_FUNC:  long run()
   DUMP_FUNC:  long satisfies()
   DUMP_FUNC:  int server_port()
   DUMP_FUNC:  void set_etag()
   DUMP_FUNC:  void set_last_modified()
   DUMP_FUNC:  bool some_auth_required()
   DUMP_FUNC:  int status(int[optional] new_status)
   DUMP_FUNC:  string status_line(string[optional] new_status_line)
   DUMP_FUNC:  string the_request()
   DUMP_FUNC:  string unparsed_uri(string[optional] new_unparsed_uri)
   DUMP_FUNC:  long update_mtime(int[optional] dependency_mtime)
   DUMP_FUNC:  string uri(string[optional] new_uri)


DUMP_CLASS:  AppendIterator
   DUMP_FUNC:  AppendIterator __construct()
   DUMP_FUNC:  void append(Iterator it)
   DUMP_FUNC:  ArrayIterator getArrayIterator()
   DUMP_FUNC:  int getIteratorIndex()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  bool valid()


DUMP_CLASS: interface ArrayAccess


DUMP_CLASS:  ArrayIterator
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  void seek(int position)
   DUMP_FUNC:  bool valid()


DUMP_CLASS:  ArrayObject
   DUMP_FUNC:  ArrayObject __construct(array|object[optional] ar, int[optional] flags, string[optional] iterator_class)
   DUMP_FUNC:  void append(mixed newval)
   DUMP_FUNC:  int asort()
   DUMP_FUNC:  int count()
   DUMP_FUNC:  Array|Object exchangeArray(Array|Object[optional] ar)
   DUMP_FUNC:  int getFlags()
   DUMP_FUNC:  ArrayIterator getIterator()
   DUMP_FUNC:  string getIteratorClass()
   DUMP_FUNC:  int ksort()
   DUMP_FUNC:  int natcasesort()
   DUMP_FUNC:  int natsort()
   DUMP_FUNC:  bool offsetExists(mixed index)
   DUMP_FUNC:  mixed offsetGet(mixed index)
   DUMP_FUNC:  void offsetSet(mixed index, mixed newval)
   DUMP_FUNC:  void offsetUnset(mixed index)
   DUMP_FUNC:  void setFlags(int flags)
   DUMP_FUNC:  void setIteratorClass(string iterator_class)
   DUMP_FUNC:  int uasort(callback cmp_function)
   DUMP_FUNC:  int uksort(callback cmp_function)


DUMP_CLASS:  CachingIterator
   DUMP_FUNC:  CachingIterator __construct(Iterator it, unknown[optional] flags)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  bool getCache()
   DUMP_FUNC:  int getFlags()
   DUMP_FUNC:  bool hasNext()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  bool offsetExists(mixed index)
   DUMP_FUNC:  string offsetGet(mixed index)
   DUMP_FUNC:  void offsetSet(mixed index, mixed newval)
   DUMP_FUNC:  void offsetUnset(mixed index)
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  void setFlags(int flags)
   DUMP_FUNC:  bool valid()


DUMP_CLASS:  COMPersistHelper
   DUMP_FUNC:  COMPersistHelper __construct(object[optional] com_object)
   DUMP_FUNC:  string GetCurFile()
   DUMP_FUNC:  int GetMaxStreamSize()
   DUMP_FUNC:  int InitNew()
   DUMP_FUNC:  bool LoadFromFile(string filename, int[optional] flags)
   DUMP_FUNC:  mixed LoadFromStream(resource stream)
   DUMP_FUNC:  bool SaveToFile(string filename, bool[optional] remember)
   DUMP_FUNC:  int SaveToStream(resource stream)


DUMP_CLASS: interface Countable


DUMP_CLASS:  DateTime
   DUMP_FUNC:  DateTime __construct(string[optional] time, DateTimeZone object)
   DUMP_FUNC:  string format(DateTime object, string format)
   DUMP_FUNC:  int getOffset(DateTime object)
   DUMP_FUNC:  DateTimeZone getTimezone(DateTime object)
   DUMP_FUNC:  void modify(DateTime object, string modify)
   DUMP_FUNC:  void setDate(DateTime object, long year, long month, long day)
   DUMP_FUNC:  void setISODate(DateTime object, long year, long week, long day)
   DUMP_FUNC:  void setTime(DateTime object, long hour, long minute, long second)
   DUMP_FUNC:  void setTimezone(DateTime object, null object)


DUMP_CLASS:  DateTimeZone
   DUMP_FUNC:  DateTimeZone __construct(string timezone)
   DUMP_FUNC:  string getName(DateTimeZone object)
   DUMP_FUNC:  int getOffset(DateTimeZone object, null object)
   DUMP_FUNC:  array getTransitions(DateTimeZone object)
   DUMP_FUNC:  array listAbbreviations()
   DUMP_FUNC:  array listIdentifiers()


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


DUMP_CLASS:  DirectoryIterator
   DUMP_FUNC:  DirectoryIterator __construct(string path)
   DUMP_FUNC:  DirectoryIterator current()
   DUMP_FUNC:  RecursiveDirectoryIterator getChildren()
   DUMP_FUNC:  string getFilename()
   DUMP_FUNC:  bool isDot()
   DUMP_FUNC:  string key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  string valid()


DUMP_CLASS:  DOMAttr
   DUMP_FUNC:  DOMAttr __construct(string name, string[optional] value)
   DUMP_FUNC:  boolean isId()


DUMP_CLASS:  DOMCdataSection
   DUMP_FUNC:  DOMCdataSection __construct(string value)


DUMP_CLASS:  DOMCharacterData EXTENDS DOMNode
   DUMP_FUNC:  void appendData(string arg)
   DUMP_FUNC:  void deleteData(int offset, int count)
   DUMP_FUNC:  void insertData(int offset, string arg)
   DUMP_FUNC:  void replaceData(int offset, int count, string arg)
   DUMP_FUNC:  string substringData(int offset, int count)


DUMP_CLASS:  DOMComment
   DUMP_FUNC:  DOMComment __construct(string[optional] value)


DUMP_CLASS:  DOMConfiguration
   DUMP_FUNC:  boolean canSetParameter(string name, domuserdata value)
   DUMP_FUNC:  domdomuserdata getParameter(string name)
   DUMP_FUNC:  dom_void setParameter(string name, domuserdata value)


DUMP_CLASS:  DOMDocument
   DUMP_FUNC:  DOMDocument __construct(string[optional] version, string[optional] encoding)
   DUMP_FUNC:  DOMNode adoptNode(DOMNode source)
   DUMP_FUNC:  DOMAttr createAttribute(string name)
   DUMP_FUNC:  DOMAttr createAttributeNS(string namespaceURI, string qualifiedName)
   DUMP_FUNC:  DOMCdataSection createCDATASection(string data)
   DUMP_FUNC:  DOMComment createComment(string data)
   DUMP_FUNC:  DOMDocumentFragment createDocumentFragment()
   DUMP_FUNC:  DOMElement createElement(string tagName, string[optional] value)
   DUMP_FUNC:  DOMElement createElementNS(string namespaceURI, string qualifiedName, string[optional] value)
   DUMP_FUNC:  DOMEntityReference createEntityReference(string name)
   DUMP_FUNC:  DOMProcessingInstruction createProcessingInstruction(string target, string data)
   DUMP_FUNC:  DOMText createTextNode(string data)
   DUMP_FUNC:  DOMElement getElementById(string elementId)
   DUMP_FUNC:  DOMNodeList getElementsByTagName(string tagname)
   DUMP_FUNC:  DOMNodeList getElementsByTagNameNS(string namespaceURI, string localName)
   DUMP_FUNC:  DOMNode importNode(DOMNode importedNode, boolean deep)
   DUMP_FUNC:  void normalizeDocument()
   DUMP_FUNC:  bool registerNodeClass(string baseclass, string extendedclass)
   DUMP_FUNC:  boolean relaxNGValidate(string filename)
   DUMP_FUNC:  boolean relaxNGValidateSource(string source)
   DUMP_FUNC:  DOMNode renameNode(node n, string namespaceURI, string qualifiedName)
   DUMP_FUNC:  int save(string file)
   DUMP_FUNC:  string saveHTML()
   DUMP_FUNC:  int saveHTMLFile(string file)
   DUMP_FUNC:  string saveXML(node[optional] n)
   DUMP_FUNC:  boolean schemaValidate(string filename)
   DUMP_FUNC:  boolean validate()
   DUMP_FUNC:  int xinclude(int[optional] options)


DUMP_CLASS:  DOMDocumentFragment
   DUMP_FUNC:  DOMDocumentFragment __construct()
   DUMP_FUNC:  bool appendXML(string data)


DUMP_CLASS:  DOMDocumentType EXTENDS DOMNode


DUMP_CLASS:  DOMElement
   DUMP_FUNC:  DOMElement __construct(string name, string[optional] value, string[optional] uri)
   DUMP_FUNC:  string getAttribute(string name)
   DUMP_FUNC:  DOMAttr getAttributeNode(string name)
   DUMP_FUNC:  DOMAttr getAttributeNodeNS(string namespaceURI, string localName)
   DUMP_FUNC:  string getAttributeNS(string namespaceURI, string localName)
   DUMP_FUNC:  DOMNodeList getElementsByTagName(string name)
   DUMP_FUNC:  DOMNodeList getElementsByTagNameNS(string namespaceURI, string localName)
   DUMP_FUNC:  boolean hasAttribute(string name)
   DUMP_FUNC:  boolean hasAttributeNS(string namespaceURI, string localName)
   DUMP_FUNC:  void removeAttribute(string name)
   DUMP_FUNC:  DOMAttr removeAttributeNode(DOMAttr oldAttr)
   DUMP_FUNC:  void removeAttributeNS(string namespaceURI, string localName)
   DUMP_FUNC:  void setAttribute(string name, string value)
   DUMP_FUNC:  DOMAttr setAttributeNode(DOMAttr newAttr)
   DUMP_FUNC:  DOMAttr setAttributeNodeNS(DOMAttr newAttr)
   DUMP_FUNC:  void setAttributeNS(string namespaceURI, string qualifiedName, string value)
   DUMP_FUNC:  void setIdAttribute(string name, boolean isId)
   DUMP_FUNC:  void setIdAttributeNode(attr idAttr, boolean isId)
   DUMP_FUNC:  void setIdAttributeNS(string namespaceURI, string localName, boolean isId)


DUMP_CLASS:  DOMEntity EXTENDS DOMNode


DUMP_CLASS:  DOMEntityReference
   DUMP_FUNC:  DOMEntityReference __construct(string name)


DUMP_CLASS:  DOMErrorHandler
   DUMP_FUNC:  dom_boolean handleError(domerror error)


DUMP_CLASS:  DOMImplementationList
   DUMP_FUNC:  domdomimplementation item(int index)


DUMP_CLASS:  DOMImplementationSource
   DUMP_FUNC:  domdomimplementation getDomimplementation(string features)
   DUMP_FUNC:  domimplementationlist getDomimplementations(string features)


DUMP_CLASS:  DOMNameList
   DUMP_FUNC:  string getName(int index)
   DUMP_FUNC:  string getNamespaceURI(int index)


DUMP_CLASS:  DOMNode
   DUMP_FUNC:  DomNode appendChild(DomNode newChild)
   DUMP_FUNC:  string C14N(bool[optional] exclusive, bool[optional] with_comments, array[optional] xpath, array[optional] ns_prefixes)
   DUMP_FUNC:  int C14NFile(string uri, bool[optional] exclusive, bool[optional] with_comments, array[optional] xpath, array[optional] ns_prefixes)
   DUMP_FUNC:  DomNode cloneNode(boolean deep)
   DUMP_FUNC:  short compareDocumentPosition(DomNode other)
   DUMP_FUNC:  DomNode getFeature(string feature, string version)
   DUMP_FUNC:  int getNodePath()
   DUMP_FUNC:  DomUserData getUserData(string key)
   DUMP_FUNC:  boolean hasAttributes()
   DUMP_FUNC:  boolean hasChildNodes()
   DUMP_FUNC:  domnode insertBefore(DomNode newChild, DomNode refChild)
   DUMP_FUNC:  boolean isDefaultNamespace(string namespaceURI)
   DUMP_FUNC:  boolean isEqualNode(DomNode arg)
   DUMP_FUNC:  boolean isSameNode(DomNode other)
   DUMP_FUNC:  boolean isSupported(string feature, string version)
   DUMP_FUNC:  string lookupNamespaceUri(string prefix)
   DUMP_FUNC:  string lookupPrefix(string namespaceURI)
   DUMP_FUNC:  void normalize()
   DUMP_FUNC:  DomNode removeChild(DomNode oldChild)
   DUMP_FUNC:  DomNode replaceChild(DomNode newChild, DomNode oldChild)
   DUMP_FUNC:  DomUserData setUserData(string key, DomUserData data, userdatahandler handler)


DUMP_CLASS:  DOMNotation EXTENDS DOMNode


DUMP_CLASS:  DOMProcessingInstruction
   DUMP_FUNC:  DOMProcessingInstruction __construct(string name, string[optional] value)


DUMP_CLASS:  DOMStringExtend
   DUMP_FUNC:  int findOffset16(int offset32)
   DUMP_FUNC:  int findOffset32(int offset16)


DUMP_CLASS:  DOMStringList
   DUMP_FUNC:  domstring item(int index)


DUMP_CLASS:  DOMText
   DUMP_FUNC:  DOMText __construct(string[optional] value)
   DUMP_FUNC:  boolean isElementContentWhitespace()
   DUMP_FUNC:  boolean isWhitespaceInElementContent()
   DUMP_FUNC:  DOMText replaceWholeText(string content)
   DUMP_FUNC:  DOMText splitText(int offset)


DUMP_CLASS:  DOMUserDataHandler
   DUMP_FUNC:  dom_void handle(short operation, string key, domobject data, node src, node dst)


DUMP_CLASS:  DOMXPath
   DUMP_FUNC:  DOMXPath __construct(DOMDocument doc)


DUMP_CLASS:  EmptyIterator
   DUMP_FUNC:  void current()
   DUMP_FUNC:  void key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  false valid()


DUMP_CLASS:  ErrorException EXTENDS Exception
   DUMP_FUNC:  ErrorException __construct(string message, int code, int severity, string[optional] filename, int[optional] lineno)
   DUMP_FUNC:  int getSeverity()


DUMP_CLASS:  Exception
   DUMP_FUNC:  Exception __clone()
   DUMP_FUNC:  Exception __construct(string message, int code)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  int getCode()
   DUMP_FUNC:  string getFile()
   DUMP_FUNC:  int getLine()
   DUMP_FUNC:  string getMessage()
   DUMP_FUNC:  array getTrace()
   DUMP_FUNC:  string getTraceAsString()


DUMP_CLASS:  FilterIterator
   DUMP_FUNC:  FilterIterator __construct(Iterator it)
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  Iterator getInnerIterator()
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  bool valid()


DUMP_CLASS:  InfiniteIterator
   DUMP_FUNC:  InfiniteIterator __construct(Iterator it)
   DUMP_FUNC:  void next()


DUMP_CLASS: interface Iterator


DUMP_CLASS: interface IteratorAggregate


DUMP_CLASS:  IteratorIterator
   DUMP_FUNC:  IteratorIterator __construct(Traversable it)


DUMP_CLASS:  java
   DUMP_FUNC:  java java(string classname)


DUMP_CLASS:  JavaException
   DUMP_FUNC:  object getCause()


DUMP_CLASS:  LimitIterator
   DUMP_FUNC:  LimitIterator __construct(Iterator it, int[optional] offset, int count)
   DUMP_FUNC:  int getPosition()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  void seek(int position)
   DUMP_FUNC:  bool valid()


DUMP_CLASS:  mysqli
   DUMP_FUNC:  bool autocommit(object link, bool mode)
   DUMP_FUNC:  bool change_user(object link, string user, string password, string database)
   DUMP_FUNC:  string character_set_name(object link)
   DUMP_FUNC:  string client_encoding(object link)
   DUMP_FUNC:  bool close(object link)
   DUMP_FUNC:  bool commit(object link)
   DUMP_FUNC:  mysqli connect(string[optional] hostname, string[optional] username, string[optional] passwd, string[optional] dbname, int[optional] port, string[optional] socket)
   DUMP_FUNC:  bool debug(string debug)
   DUMP_FUNC:  bool disable_reads_from_master(object link)
   DUMP_FUNC:  bool disable_rpl_parse(object link)
   DUMP_FUNC:  bool dump_debug_info(object link)
   DUMP_FUNC:  bool enable_reads_from_master(object link)
   DUMP_FUNC:  bool enable_rpl_parse(object link)
   DUMP_FUNC:  string escape_string(object link, string escapestr)
   DUMP_FUNC:  object get_charset(object link)
   DUMP_FUNC:  string get_client_info()
   DUMP_FUNC:  string get_server_info(object link)
   DUMP_FUNC:  object get_warnings(object link)
   DUMP_FUNC:  mysqli init()
   DUMP_FUNC:  bool kill(object link, int processid)
   DUMP_FUNC:  bool master_query(object link, string query)
   DUMP_FUNC:  bool more_results(object link)
   DUMP_FUNC:  bool multi_query(object link, string query)
   DUMP_FUNC:  mysqli mysqli(string[optional] hostname, string[optional] username, string[optional] passwd, string[optional] dbname, int[optional] port, string[optional] socket)
   DUMP_FUNC:  bool next_result(object link)
   DUMP_FUNC:  bool options(object link, int flags, mixed values)
   DUMP_FUNC:  bool ping(object link)
   DUMP_FUNC:  mysqli_stmt prepare(object link, string query)
   DUMP_FUNC:  mixed query(object link, string query, int[optional] resultmode)
   DUMP_FUNC:  bool real_connect(object link, string[optional] hostname, string[optional] username, string[optional] passwd, string[optional] dbname, int[optional] port, string[optional] socket, int[optional] flags)
   DUMP_FUNC:  string real_escape_string(object link, string escapestr)
   DUMP_FUNC:  bool real_query(object link, string query)
   DUMP_FUNC:  bool rollback(object link)
   DUMP_FUNC:  int rpl_parse_enabled(object link)
   DUMP_FUNC:  bool rpl_probe(object link)
   DUMP_FUNC:  int rpl_query_type(string query)
   DUMP_FUNC:  bool select_db(object link, string dbname)
   DUMP_FUNC:  bool set_charset(object link, string csname)
   DUMP_FUNC:  void set_local_infile_default(object link)
   DUMP_FUNC:  bool set_local_infile_handler(object link, callback read_func)
   DUMP_FUNC:  bool set_opt(object link, int flags, mixed values)
   DUMP_FUNC:  bool slave_query(object link, string query)
   DUMP_FUNC:  bool ssl_set(object link, string key, string cert, string ca, string capath, string cipher)
   DUMP_FUNC:  string stat(object link)
   DUMP_FUNC:  mysqli_stmt stmt_init(object link)
   DUMP_FUNC:  mysqli_result store_result(object link)
   DUMP_FUNC:  bool thread_safe()
   DUMP_FUNC:  mysqli_result use_result(object link)


DUMP_CLASS:  mysqli_result
   DUMP_FUNC:  void close(object result)
   DUMP_FUNC:  bool data_seek(object result, int offset)
   DUMP_FUNC:  mixed fetch_array(object result, int[optional] resulttype)
   DUMP_FUNC:  array fetch_assoc(object result)
   DUMP_FUNC:  object fetch_field(object result)
   DUMP_FUNC:  object fetch_field_direct(object result, int offset)
   DUMP_FUNC:  array fetch_fields(object result)
   DUMP_FUNC:  object fetch_object(object result, string[optional] class_name, NULL|array[optional] ctor_params)
   DUMP_FUNC:  mixed fetch_row(object result)
   DUMP_FUNC:  int field_count(object link)
   DUMP_FUNC:  bool field_seek(object result, int fieldnr)
   DUMP_FUNC:  void free(object result)
   DUMP_FUNC:  void free_result(object result)


DUMP_CLASS:  mysqli_stmt
   DUMP_FUNC:  int attr_get(object stmt, long attr)
   DUMP_FUNC:  int attr_set(object stmt, long attr, long mode)
   DUMP_FUNC:  bool bind_param(object stmt, string types, mixed variable, unknown[optional] mixed)
   DUMP_FUNC:  bool bind_result(object stmt, mixed var, unknown[optional] mixed)
   DUMP_FUNC:  bool close(object stmt)
   DUMP_FUNC:  void data_seek(object stmt, int offset)
   DUMP_FUNC:  bool execute(object stmt)
   DUMP_FUNC:  bool fetch(object stmt)
   DUMP_FUNC:  void free_result(object stmt)
   DUMP_FUNC:  object get_warnings(object link)
   DUMP_FUNC:  int num_rows(object stmt)
   DUMP_FUNC:  bool prepare(object stmt, string query)
   DUMP_FUNC:  bool reset(object stmt)
   DUMP_FUNC:  mysqli_result result_metadata(object stmt)
   DUMP_FUNC:  bool send_long_data(object stmt, int param_nr, string data)
   DUMP_FUNC:  mysqli_stmt stmt(object link, string query)
   DUMP_FUNC:  bool store_result(unknown stmt)


DUMP_CLASS:  NoRewindIterator
   DUMP_FUNC:  NoRewindIterator __construct(Iterator it)
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  bool valid()


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


DUMP_CLASS:  OCI_Lob
   DUMP_FUNC:  bool append(object lob)
   DUMP_FUNC:  bool close()
   DUMP_FUNC:  bool eof()
   DUMP_FUNC:  int erase(int[optional] offset, int[optional] length)
   DUMP_FUNC:  bool export(string[optional] filename, int[optional] start, int[optional] length)
   DUMP_FUNC:  bool flush(int[optional] flag)
   DUMP_FUNC:  bool free()
   DUMP_FUNC:  bool getbuffering()
   DUMP_FUNC:  bool import(string filename)
   DUMP_FUNC:  string load()
   DUMP_FUNC:  string read(int length)
   DUMP_FUNC:  bool rewind()
   DUMP_FUNC:  bool save(string data, int[optional] offset)
   DUMP_FUNC:  bool savefile(string filename)
   DUMP_FUNC:  bool seek(int offset, int[optional] whence)
   DUMP_FUNC:  bool setbuffering(boolean flag)
   DUMP_FUNC:  int size()
   DUMP_FUNC:  int tell()
   DUMP_FUNC:  bool truncate(int[optional] length)
   DUMP_FUNC:  int write(string string, int[optional] length)
   DUMP_FUNC:  bool writetemporary(string var, int[optional] lob_type)
   DUMP_FUNC:  bool writetofile(string[optional] filename, int[optional] start, int[optional] length)


DUMP_CLASS: interface OuterIterator


DUMP_CLASS:  ParentIterator
   DUMP_FUNC:  ParentIterator __construct(RecursiveIterator it)
   DUMP_FUNC:  ParentIterator getChildren()
   DUMP_FUNC:  bool hasChildren()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()


DUMP_CLASS:  PDO
   DUMP_FUNC:  PDO __construct(string dsn, string username, string passwd, array[optional] options)
   DUMP_FUNC:  int __sleep()
   DUMP_FUNC:  int __wakeup()
   DUMP_FUNC:  bool beginTransaction()
   DUMP_FUNC:  bool commit()
   DUMP_FUNC:  string errorCode()
   DUMP_FUNC:  array errorInfo()
   DUMP_FUNC:  int exec(string query)
   DUMP_FUNC:  string exec(string command, array[optional] output, int[optional] return_value)
   DUMP_FUNC:  mixed getAttribute(long attribute)
   DUMP_FUNC:  string lastInsertId(string[optional] seqname)
   DUMP_FUNC:  string pgsqlLOBCreate()
   DUMP_FUNC:  resource pgsqlLOBOpen(string oid, string[optional] mode)
   DUMP_FUNC:  bool pgsqlLOBUnlink(string oid)
   DUMP_FUNC:  PDOStatement prepare(string statment, array[optional] options)
   DUMP_FUNC:  bool query(string sql, PDOStatement::setFetchMode()[optional] args)
   DUMP_FUNC:  string quote(string string, int[optional] paramtype)
   DUMP_FUNC:  bool rollBack()
   DUMP_FUNC:  bool setAttribute(long attribute, mixed value)


DUMP_CLASS:  PDOStatement
   DUMP_FUNC:  int __sleep()
   DUMP_FUNC:  int __wakeup()
   DUMP_FUNC:  bool bindColumn(mixed column, mixed param, int[optional] type, int[optional] maxlen, mixed[optional] driverdata)
   DUMP_FUNC:  bool bindParam(mixed paramno, mixed param, int[optional] type, int[optional] maxlen, mixed[optional] driverdata)
   DUMP_FUNC:  bool bindValue(mixed paramno, mixed param, int[optional] type)
   DUMP_FUNC:  bool closeCursor()
   DUMP_FUNC:  int columnCount()
   DUMP_FUNC:  void debugDumpParams()
   DUMP_FUNC:  string errorCode()
   DUMP_FUNC:  array errorInfo()
   DUMP_FUNC:  bool execute(array[optional] bound_input_params)
   DUMP_FUNC:  mixed fetch(int[optional] how, int[optional] orientation, int[optional] offset)
   DUMP_FUNC:  array fetchAll(int[optional] how, string[optional] class_name, NULL|array[optional] ctor_args)
   DUMP_FUNC:  string fetchColumn(int[optional] column_number)
   DUMP_FUNC:  mixed fetchObject(string class_name, NULL|array[optional] ctor_args)
   DUMP_FUNC:  mixed getAttribute(long attribute)
   DUMP_FUNC:  mixed getColumnMeta(int column)
   DUMP_FUNC:  bool nextRowset()
   DUMP_FUNC:  int rowCount()
   DUMP_FUNC:  bool setAttribute(long attribute, mixed value)
   DUMP_FUNC:  bool setFetchMode(int mode_)


DUMP_CLASS:  RecursiveArrayIterator
   DUMP_FUNC:  object getChildren()
   DUMP_FUNC:  bool hasChildren()


DUMP_CLASS:  RecursiveCachingIterator
   DUMP_FUNC:  RecursiveCachingIterator __construct(RecursiveIterator it, unknown[optional] flags)
   DUMP_FUNC:  RecursiveCachingIterator getChildren()
   DUMP_FUNC:  bool hasChildren()


DUMP_CLASS:  RecursiveDirectoryIterator
   DUMP_FUNC:  RecursiveDirectoryIterator __construct(string path, int[optional] flags)
   DUMP_FUNC:  string current()
   DUMP_FUNC:  void getSubPath()
   DUMP_FUNC:  void getSubPathname()
   DUMP_FUNC:  bool hasChildren(bool[optional] allow_links)
   DUMP_FUNC:  string key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()


DUMP_CLASS:  RecursiveFilterIterator
   DUMP_FUNC:  RecursiveFilterIterator __construct(RecursiveIterator it)
   DUMP_FUNC:  RecursiveFilterIterator getChildren()
   DUMP_FUNC:  bool hasChildren()


DUMP_CLASS: interface RecursiveIterator


DUMP_CLASS:  RecursiveIteratorIterator
   DUMP_FUNC:  RecursiveIteratorIterator __construct(RecursiveIterator|IteratorAggregate it, int[optional] mode, int[optional] flags)
   DUMP_FUNC:  void beginChildren()
   DUMP_FUNC:  RecursiveIterator beginIteration()
   DUMP_FUNC:  RecursiveIterator callGetChildren()
   DUMP_FUNC:  bool callHasChildren()
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  void endChildren()
   DUMP_FUNC:  RecursiveIterator endIteration()
   DUMP_FUNC:  int getDepth()
   DUMP_FUNC:  RecursiveIterator getInnerIterator()
   DUMP_FUNC:  int|false getMaxDepth()
   DUMP_FUNC:  RecursiveIterator getSubIterator(int[optional] level)
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void nextElement()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  void setMaxDepth(unknown[optional] max_depth)
   DUMP_FUNC:  bolean valid()


DUMP_CLASS:  RecursiveRegexIterator
   DUMP_FUNC:  RecursiveRegexIterator __construct(RecursiveIterator it, string regex, int[optional] mode, int[optional] flags, int[optional] preg_flags)
   DUMP_FUNC:  RecursiveRegexIterator getChildren()


DUMP_CLASS:  Reflection
   DUMP_FUNC:  mixed export(Reflector r, bool[optional] return)
   DUMP_FUNC:  array getModifierNames(int modifiers)


DUMP_CLASS:  ReflectionClass
   DUMP_FUNC:  ReflectionClass __construct(mixed argument)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  mixed export(mixed argument, bool[optional] return)
   DUMP_FUNC:  mixed getConstant(string name)
   DUMP_FUNC:  array getConstants()
   DUMP_FUNC:  ReflectionMethod getConstructor()
   DUMP_FUNC:  array getDefaultProperties()
   DUMP_FUNC:  string getDocComment()
   DUMP_FUNC:  int getEndLine()
   DUMP_FUNC:  ReflectionExtension|NULL getExtension()
   DUMP_FUNC:  string|false getExtensionName()
   DUMP_FUNC:  string getFileName()
   DUMP_FUNC:  String[] getInterfaceNames()
   DUMP_FUNC:  ReflectionClass[] getInterfaces()
   DUMP_FUNC:  ReflectionMethod getMethod(string name)
   DUMP_FUNC:  ReflectionMethod[] getMethods(long[optional] filter)
   DUMP_FUNC:  int getModifiers()
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  ReflectionClass getParentClass()
   DUMP_FUNC:  ReflectionProperty[] getProperties(long[optional] filter)
   DUMP_FUNC:  ReflectionProperty getProperty(string name)
   DUMP_FUNC:  int getStartLine()
   DUMP_FUNC:  array getStaticProperties()
   DUMP_FUNC:  mixed getStaticPropertyValue(string name, mixed[optional] default)
   DUMP_FUNC:  bool hasConstant(string name)
   DUMP_FUNC:  bool hasMethod(string name)
   DUMP_FUNC:  bool hasProperty(string name)
   DUMP_FUNC:  bool implementsInterface(string|ReflectionClass interface_name)
   DUMP_FUNC:  bool isAbstract()
   DUMP_FUNC:  bool isFinal()
   DUMP_FUNC:  bool isInstance(stdclass object)
   DUMP_FUNC:  bool isInstantiable()
   DUMP_FUNC:  bool isInterface()
   DUMP_FUNC:  bool isInternal()
   DUMP_FUNC:  bool isIterateable()
   DUMP_FUNC:  bool isSubclassOf(string|ReflectionClass class)
   DUMP_FUNC:  bool isUserDefined()
   DUMP_FUNC:  stdclass newInstance(mixed* args)
   DUMP_FUNC:  stdclass newInstanceArgs(array[optional] args)
   DUMP_FUNC:  void setStaticPropertyValue(unknown name, unknown value)


DUMP_CLASS:  ReflectionException EXTENDS Exception


DUMP_CLASS:  ReflectionExtension
   DUMP_FUNC:  ReflectionExtension __construct(string name)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  mixed export(string name, bool[optional] return)
   DUMP_FUNC:  ReflectionClass[] getClasses()
   DUMP_FUNC:  array getClassNames()
   DUMP_FUNC:  array getConstants()
   DUMP_FUNC:  array getDependencies()
   DUMP_FUNC:  ReflectionFunction[] getFunctions()
   DUMP_FUNC:  array getINIEntries()
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  string getVersion()


DUMP_CLASS:  ReflectionFunction
   DUMP_FUNC:  ReflectionFunction __construct(string name)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  mixed export(string name, bool[optional] return)
   DUMP_FUNC:  string getDocComment()
   DUMP_FUNC:  int getEndLine()
   DUMP_FUNC:  ReflectionExtension|NULL getExtension()
   DUMP_FUNC:  string|false getExtensionName()
   DUMP_FUNC:  string getFileName()
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  bool getNumberOfParameters()
   DUMP_FUNC:  bool getNumberOfRequiredParameters()
   DUMP_FUNC:  ReflectionParameter[] getParameters()
   DUMP_FUNC:  int getStartLine()
   DUMP_FUNC:  array getStaticVariables()
   DUMP_FUNC:  mixed invoke(mixed* args)
   DUMP_FUNC:  mixed invokeArgs(array args)
   DUMP_FUNC:  bool isDeprecated()
   DUMP_FUNC:  bool isDisabled()
   DUMP_FUNC:  bool isInternal()
   DUMP_FUNC:  bool isUserDefined()
   DUMP_FUNC:  bool returnsReference()


DUMP_CLASS:  ReflectionMethod EXTENDS ReflectionFunction
   DUMP_FUNC:  ReflectionMethod __construct(mixed class_or_method, string[optional] name)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  mixed export(mixed class, string name, bool[optional] return)
   DUMP_FUNC:  ReflectionClass getDeclaringClass()
   DUMP_FUNC:  int getModifiers()
   DUMP_FUNC:  ReflectionClass getPrototype()
   DUMP_FUNC:  mixed invoke(mixed object, mixed* args)
   DUMP_FUNC:  mixed invokeArgs(mixed object, array args)
   DUMP_FUNC:  bool isAbstract()
   DUMP_FUNC:  bool isConstructor()
   DUMP_FUNC:  bool isDestructor()
   DUMP_FUNC:  bool isFinal()
   DUMP_FUNC:  bool isPrivate()
   DUMP_FUNC:  bool isProtected()
   DUMP_FUNC:  bool isPublic()
   DUMP_FUNC:  bool isStatic()


DUMP_CLASS:  ReflectionObject EXTENDS ReflectionClass
   DUMP_FUNC:  ReflectionObject __construct(mixed argument)
   DUMP_FUNC:  mixed export(mixed argument, bool[optional] return)


DUMP_CLASS:  ReflectionParameter
   DUMP_FUNC:  ReflectionParameter __construct(mixed function, mixed parameter)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  bool allowsNull()
   DUMP_FUNC:  mixed export(mixed function, mixed parameter, bool[optional] return)
   DUMP_FUNC:  ReflectionClass|NULL getClass()
   DUMP_FUNC:  ReflectionClass|NULL getDeclaringClass()
   DUMP_FUNC:  ReflectionFunction getDeclaringFunction()
   DUMP_FUNC:  bool getDefaultValue()
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  bool getPosition()
   DUMP_FUNC:  bool isArray()
   DUMP_FUNC:  bool isDefaultValueAvailable()
   DUMP_FUNC:  bool isOptional()
   DUMP_FUNC:  bool isPassedByReference()


DUMP_CLASS:  ReflectionProperty
   DUMP_FUNC:  ReflectionProperty __construct(mixed class, string name)
   DUMP_FUNC:  string __toString()
   DUMP_FUNC:  mixed export(mixed class, string name, bool[optional] return)
   DUMP_FUNC:  ReflectionClass getDeclaringClass()
   DUMP_FUNC:  string getDocComment()
   DUMP_FUNC:  int getModifiers()
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  mixed getValue(stdclass[optional] object)
   DUMP_FUNC:  bool isDefault()
   DUMP_FUNC:  bool isPrivate()
   DUMP_FUNC:  bool isProtected()
   DUMP_FUNC:  bool isPublic()
   DUMP_FUNC:  bool isStatic()
   DUMP_FUNC:  void setValue(stdclass[optional] object, mixed value)


DUMP_CLASS:  RegexIterator
   DUMP_FUNC:  RegexIterator __construct(Iterator it, string regex, int[optional] mode, int[optional] flags, int[optional] preg_flags)
   DUMP_FUNC:  bool accept()
   DUMP_FUNC:  bool getFlags()
   DUMP_FUNC:  bool getMode()
   DUMP_FUNC:  bool setFlags(int new_flags)
   DUMP_FUNC:  bool setMode(int new_mode)
   DUMP_FUNC:  bool setPregFlags(int new_flags)


DUMP_CLASS: interface SeekableIterator


DUMP_CLASS: interface Serializable


DUMP_CLASS:  SimpleXMLElement
   DUMP_FUNC:  SimpleXMLElement __construct(string data, int[optional] options, bool[optional] data_is_url, string[optional] ns, bool[optional] is_prefix)
   DUMP_FUNC:  void addAttribute(string qName, string value, string[optional] ns)
   DUMP_FUNC:  SimpleXMLElement addChild(string qName, string[optional] value, string[optional] ns)
   DUMP_FUNC:  mixed asXML(string[optional] filename)
   DUMP_FUNC:  SimpleXMLElement attributes(string[optional] ns, bool[optional] is_prefix)
   DUMP_FUNC:  SimpleXMLElement children(string[optional] ns, bool[optional] is_prefix)
   DUMP_FUNC:  array getDocNamespaces(bool[optional] recursive)
   DUMP_FUNC:  string getName()
   DUMP_FUNC:  array getNamespaces(bool[optional] recursve)
   DUMP_FUNC:  bool registerXPathNamespace(string prefix, string ns)
   DUMP_FUNC:  array xpath(string path)


DUMP_CLASS:  SimpleXMLIterator
   DUMP_FUNC:  int count()
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  object getChildren()
   DUMP_FUNC:  bool hasChildren()
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  bool valid()


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 setObject(unknown object)
   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:  SplFileInfo
   DUMP_FUNC:  SplFileInfo __construct(string file_name)
   DUMP_FUNC:  int getATime()
   DUMP_FUNC:  int getCTime()
   DUMP_FUNC:  SplFileInfo getFileInfo(string[optional] class_name)
   DUMP_FUNC:  string getFilename()
   DUMP_FUNC:  int getGroup()
   DUMP_FUNC:  int getInode()
   DUMP_FUNC:  int getMTime()
   DUMP_FUNC:  int getOwner()
   DUMP_FUNC:  string getPath()
   DUMP_FUNC:  SplFileInfo getPathInfo(string[optional] class_name)
   DUMP_FUNC:  string getPathname()
   DUMP_FUNC:  int getPerms()
   DUMP_FUNC:  int getSize()
   DUMP_FUNC:  string getType()
   DUMP_FUNC:  bool isDir()
   DUMP_FUNC:  bool isExecutable()
   DUMP_FUNC:  bool isFile()
   DUMP_FUNC:  bool isLink()
   DUMP_FUNC:  bool isReadable()
   DUMP_FUNC:  bool isWritable()
   DUMP_FUNC:  SplFileObject openFile(string[optional] mode, bool[optional] use_include_path, resource[optional] context)
   DUMP_FUNC:  void setFileClass(string[optional] class_name)
   DUMP_FUNC:  void setInfoClass(string[optional] class_name)


DUMP_CLASS:  SplFileObject
   DUMP_FUNC:  SplFileObject __construct(string filename, string[optional] mode, bool[optional] use_include_path, resource[optional] context)
   DUMP_FUNC:  string current()
   DUMP_FUNC:  void eof()
   DUMP_FUNC:  bool fflush()
   DUMP_FUNC:  int fgetc()
   DUMP_FUNC:  array fgetcsv(string[optional] delimiter, string[optional] enclosure)
   DUMP_FUNC:  string fgets()
   DUMP_FUNC:  string fgetss(string[optional] allowable_tags)
   DUMP_FUNC:  bool flock(int operation, int[optional] wouldblock)
   DUMP_FUNC:  int fpassthru()
   DUMP_FUNC:  bool fscanf(string format)
   DUMP_FUNC:  int fseek(int pos, int[optional] whence)
   DUMP_FUNC:  bool fstat()
   DUMP_FUNC:  int ftell()
   DUMP_FUNC:  bool ftruncate(int size)
   DUMP_FUNC:  mixed fwrite(string str, int[optional] length)
   DUMP_FUNC:  bool getChildren()
   DUMP_FUNC:  array getCsvControl()
   DUMP_FUNC:  int getFlags()
   DUMP_FUNC:  int getMaxLineLen()
   DUMP_FUNC:  bool hasChildren()
   DUMP_FUNC:  int key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  void seek(int line_pos)
   DUMP_FUNC:  void setCsvControl(string[optional] delimiter, string[optional] enclosure)
   DUMP_FUNC:  void setFlags(int flags)
   DUMP_FUNC:  void setMaxLineLen(int max_len)
   DUMP_FUNC:  void valid()


DUMP_CLASS:  SplObjectStorage
   DUMP_FUNC:  void attach(unknown obj)
   DUMP_FUNC:  bool contains(unknown obj)
   DUMP_FUNC:  int count()
   DUMP_FUNC:  mixed current()
   DUMP_FUNC:  void detach(unknown obj)
   DUMP_FUNC:  mixed key()
   DUMP_FUNC:  void next()
   DUMP_FUNC:  void rewind()
   DUMP_FUNC:  bool valid()


DUMP_CLASS: interface SplObserver


DUMP_CLASS: interface SplSubject


DUMP_CLASS:  SplTempFileObject
   DUMP_FUNC:  SplTempFileObject __construct(int[optional] max_memory)


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:  swfaction
   DUMP_FUNC:  swfaction __construct(unknown string)


DUMP_CLASS:  swfbitmap
   DUMP_FUNC:  swfbitmap __construct(mixed file, mixed[optional] maskfile)
   DUMP_FUNC:  float getHeight()
   DUMP_FUNC:  float getWidth()


DUMP_CLASS:  swfbutton
   DUMP_FUNC:  swfbutton __construct()
   DUMP_FUNC:  void addAction(object SWFAction, int flags)
   DUMP_FUNC:  SWFSoundInstance addASound(SWFSound sound, 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 setMenu(int flag)
   DUMP_FUNC:  void setOver(object SWFCharacter)
   DUMP_FUNC:  void setUp(object SWFCharacter)


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 endMask()
   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 setMaskLevel(int level)
   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:  swffill __construct()
   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_CLASS:  swffont
   DUMP_FUNC:  swffont __construct(string filename)
   DUMP_FUNC:  void addChars(unknown string)
   DUMP_FUNC:  float getAscent()
   DUMP_FUNC:  float getDescent()
   DUMP_FUNC:  float getLeading()
   DUMP_FUNC:  string getShape(unknown code)
   DUMP_FUNC:  int getUTF8Width(unknown string)
   DUMP_FUNC:  int getWideWidth(unknown string)
   DUMP_FUNC:  float getWidth(string str)


DUMP_CLASS:  swffontcha
   DUMP_FUNC:  void raddChars(unknown string)


DUMP_CLASS:  swffontchar
   DUMP_FUNC:  void addChars(unknown string)


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


DUMP_CLASS:  swfmorph
   DUMP_FUNC:  swfmorph __construct()
   DUMP_FUNC:  object getShape1()
   DUMP_FUNC:  object getShape2()


DUMP_CLASS:  swfmovie
   DUMP_FUNC:  swfmovie __construct(int version)
   DUMP_FUNC:  void add(object SWFBlock)
   DUMP_FUNC:  void labelframe(object SWFBlock)
   DUMP_FUNC:  void nextframe()
   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:  int streamMP3(mixed file, float[optional] skip)


DUMP_CLASS:  swfshape
   DUMP_FUNC:  swfshape __construct()
   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:  int drawcurve(float adx, float ady, float bdx, float bdy, float[optional] cdx, float cdy)
   DUMP_FUNC:  int 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_CLASS:  swfsound
   DUMP_FUNC:  swfsound __construct(string filename, int flags)


DUMP_CLASS:  swfsprite
   DUMP_FUNC:  swfsprite __construct()
   DUMP_FUNC:  void 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_CLASS:  swftext
   DUMP_FUNC:  swftext __construct()
   DUMP_FUNC:  void addString(string text)
   DUMP_FUNC:  void addUTF8String(string text)
   DUMP_FUNC:  void addWideString(string text)
   DUMP_FUNC:  float getAscent()
   DUMP_FUNC:  float getDescent()
   DUMP_FUNC:  float getLeading()
   DUMP_FUNC:  double getUTF8Width(unknown string)
   DUMP_FUNC:  double getWideWidth(unknown string)
   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_CLASS:  swftextfield
   DUMP_FUNC:  swftextfield __construct(int[optional] flags)
   DUMP_FUNC:  void addChars(unknown string)
   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 setPadding(float padding)
   DUMP_FUNC:  void setRightMargin(float margin)


DUMP_CLASS:  tidy
   DUMP_FUNC:  tidyNode body(resource tidy)
   DUMP_FUNC:  bool cleanRepair()
   DUMP_FUNC:  bool diagnose()
   DUMP_FUNC:  array getConfig()
   DUMP_FUNC:  int getHtmlVer()
   DUMP_FUNC:  mixed getOpt(string option)
   DUMP_FUNC:  string getOptDoc(tidy resource, string optname)
   DUMP_FUNC:  string getRelease()
   DUMP_FUNC:  int getStatus()
   DUMP_FUNC:  tidyNode head()
   DUMP_FUNC:  tidyNode html()
   DUMP_FUNC:  bool isXhtml()
   DUMP_FUNC:  bool isXml()
   DUMP_FUNC:  string repairFile(string filename, mixed[optional] config_file, string[optional] encoding, bool[optional] use_include_path)
   DUMP_FUNC:  string repairString(string data, mixed[optional] config_file, string[optional] encoding)
   DUMP_FUNC:  tidyNode root()


DUMP_CLASS:  tidyNode
   DUMP_FUNC:  bool hasChildren()
   DUMP_FUNC:  bool hasSiblings()
   DUMP_FUNC:  bool isAsp()
   DUMP_FUNC:  bool isComment()
   DUMP_FUNC:  bool isHtml()
   DUMP_FUNC:  bool isJste()
   DUMP_FUNC:  bool isPhp()
   DUMP_FUNC:  bool isText()


DUMP_CLASS: interface Traversable


DUMP_CLASS:  XMLReader
   DUMP_FUNC:  bool close()
   DUMP_FUNC:  DOMNode expand()
   DUMP_FUNC:  string getAttribute(string name)
   DUMP_FUNC:  string getAttributeNo(int index)
   DUMP_FUNC:  string getAttributeNs(string name, string namespaceURI)
   DUMP_FUNC:  bool getParserProperty(int property)
   DUMP_FUNC:  bool isValid()
   DUMP_FUNC:  bool lookupNamespace(string prefix)
   DUMP_FUNC:  bool moveToAttribute(string name)
   DUMP_FUNC:  bool moveToAttributeNo(int index)
   DUMP_FUNC:  bool moveToAttributeNs(string name, string namespaceURI)
   DUMP_FUNC:  bool moveToElement()
   DUMP_FUNC:  bool moveToFirstAttribute()
   DUMP_FUNC:  bool moveToNextAttribute()
   DUMP_FUNC:  bool next(string[optional] localname)
   DUMP_FUNC:  mixed next(array array_arg)
   DUMP_FUNC:  bool open(string URI, string[optional] encoding, int[optional] options)
   DUMP_FUNC:  bool read()
   DUMP_FUNC:  boolean readInnerXml()
   DUMP_FUNC:  boolean readOuterXml()
   DUMP_FUNC:  boolean readString()
   DUMP_FUNC:  bool setParserProperty(int property, boolean value)
   DUMP_FUNC:  bool setRelaxNGSchema(string filename)
   DUMP_FUNC:  bool setRelaxNGSchemaSource(string source)
   DUMP_FUNC:  boolean setSchema(string filename)
   DUMP_FUNC:  boolean XML(string source, string[optional] encoding, int[optional] options)


DUMP_CLASS:  XMLWriter
   DUMP_FUNC:  bool endAttribute(resource xmlwriter)
   DUMP_FUNC:  bool endCdata(resource xmlwriter)
   DUMP_FUNC:  bool endComment(resource xmlwriter)
   DUMP_FUNC:  bool endDocument(resource xmlwriter)
   DUMP_FUNC:  bool endDtd(resource xmlwriter)
   DUMP_FUNC:  bool endDtdAttlist(resource xmlwriter)
   DUMP_FUNC:  bool endDtdElement(resource xmlwriter)
   DUMP_FUNC:  bool endElement(resource xmlwriter)
   DUMP_FUNC:  bool endPi(resource xmlwriter)
   DUMP_FUNC:  mixed flush(resource xmlwriter, bool[optional] empty)
   DUMP_FUNC:  bool fullEndElement(resource xmlwriter)
   DUMP_FUNC:  resource openMemory()
   DUMP_FUNC:  resource openUri(resource xmlwriter, string source)
   DUMP_FUNC:  string outputMemory(resource xmlwriter, bool[optional] flush)
   DUMP_FUNC:  bool setIndent(resource xmlwriter, bool indent)
   DUMP_FUNC:  bool setIndentString(resource xmlwriter, string indentString)
   DUMP_FUNC:  bool startAttribute(resource xmlwriter, string name)
   DUMP_FUNC:  bool startAttributeNs(resource xmlwriter, string prefix, string name, string uri)
   DUMP_FUNC:  bool startCdata(resource xmlwriter)
   DUMP_FUNC:  bool startComment(resource xmlwriter)
   DUMP_FUNC:  bool startDocument(resource xmlwriter, string version, string encoding, string standalone)
   DUMP_FUNC:  bool startDtd(resource xmlwriter, string name, string pubid, string sysid)
   DUMP_FUNC:  bool startDtdAttlist(resource xmlwriter, string name)
   DUMP_FUNC:  bool startDtdElement(resource xmlwriter, string name)
   DUMP_FUNC:  bool startElement(resource xmlwriter, string name)
   DUMP_FUNC:  bool startElementNs(resource xmlwriter, string prefix, string name, string uri)
   DUMP_FUNC:  bool startPi(resource xmlwriter, string target)
   DUMP_FUNC:  bool text(resource xmlwriter, string content)
   DUMP_FUNC:  bool writeAttribute(resource xmlwriter, string name, string content)
   DUMP_FUNC:  bool writeAttributeNs(resource xmlwriter, string prefix, string name, string uri, string content)
   DUMP_FUNC:  bool writeCdata(resource xmlwriter, string content)
   DUMP_FUNC:  bool writeComment(resource xmlwriter, string content)
   DUMP_FUNC:  bool writeDtd(resource xmlwriter, string name, string pubid, string sysid, string subset)
   DUMP_FUNC:  bool writeDtdAttlist(resource xmlwriter, string name, string content)
   DUMP_FUNC:  bool writeDtdElement(resource xmlwriter, string name, string content)
   DUMP_FUNC:  bool writeElement(resource xmlwriter, string name, string content)
   DUMP_FUNC:  bool writeElementNs(resource xmlwriter, string prefix, string name, string uri, string content)
   DUMP_FUNC:  bool writePi(resource xmlwriter, string target, string content)
   DUMP_FUNC:  bool writeRaw(resource xmlwriter, string content)


DUMP_CLASS:  XSLTProcessor
   DUMP_FUNC:  string getParameter(string namespace, string name)
   DUMP_FUNC:  bool hasExsltSupport()
   DUMP_FUNC:  void importStylesheet(domdocument doc)
   DUMP_FUNC:  void registerPHPFunctions()
   DUMP_FUNC:  bool removeParameter(string namespace, string name)
   DUMP_FUNC:  bool setParameter(string namespace, mixed name, string[optional] value)
   DUMP_FUNC:  domdocument transformToDoc(domnode doc)
   DUMP_FUNC:  int transformToUri(domdocument doc, string uri)
   DUMP_FUNC:  string transformToXml(domdocument doc)


DUMP_CLASS:  ZipArchive
   DUMP_FUNC:  bool addFile(string filepath, string entryname, int start, int[optional] length)
   DUMP_FUNC:  bool addFromString(string name, string content)
   DUMP_FUNC:  bool close()
   DUMP_FUNC:  bool deleteIndex(int index)
   DUMP_FUNC:  bool deleteName(string name)
   DUMP_FUNC:  string getArchiveComment()
   DUMP_FUNC:  string getCommentIndex(int index)
   DUMP_FUNC:  string getCommentName(string name)
   DUMP_FUNC:  string getFromIndex(string entryname, int len, int[optional] flags)
   DUMP_FUNC:  string getFromName(string entryname, int len, int[optional] flags)
   DUMP_FUNC:  string getNameIndex(int index, int[optional] flags)
   DUMP_FUNC:  resource getStream(string entryname)
   DUMP_FUNC:  int locateName(string filename, int flags)
   DUMP_FUNC:  mixed open(string source, int[optional] flags)
   DUMP_FUNC:  bool renameIndex(int index, string new_name)
   DUMP_FUNC:  bool renameName(string name, string new_name)
   DUMP_FUNC:  bool setArchiveComment(string name, string comment)
   DUMP_FUNC:  bool setCommentIndex(int index, string comment)
   DUMP_FUNC:  bool setCommentName(string name, string comment)
   DUMP_FUNC:  resource statIndex(int index, int flags)
   DUMP_FUNC:  array statName(string filename, int flags)
   DUMP_FUNC:  bool unchangeAll()
   DUMP_FUNC:  bool unchangeIndex(int index)
   DUMP_FUNC:  bool unchangeName(string name)

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:  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:  bool apache_reset_timeout()
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_combine(array keys, array values)
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_diff_key(array arr1, array arr2)
DUMP_FUNC:  array array_diff_uassoc(array arr1, array arr2, callback data_comp_func)
DUMP_FUNC:  array array_diff_ukey(array arr1, array arr2, callback key_comp_func)
DUMP_FUNC:  array array_fill(int start_key, int num, mixed val)
DUMP_FUNC:  array array_fill_keys(array keys, 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:  array array_intersect_key(array arr1, array arr2)
DUMP_FUNC:  array array_intersect_uassoc(array arr1, array arr2, callback key_compare_func)
DUMP_FUNC:  array array_intersect_ukey(array arr1, array arr2, callback key_compare_func)
DUMP_FUNC:  bool array_key_exists(mixed key, array search)
DUMP_FUNC:  array array_keys(array input, mixed[optional] search_value, bool strict)
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:  number array_product(array input)
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, bool[optional] preserve_keys)
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_udiff(array arr1, array arr2, callback data_comp_func)
DUMP_FUNC:  array array_udiff_assoc(array arr1, array arr2, callback key_comp_func)
DUMP_FUNC:  array array_udiff_uassoc(array arr1, array arr2, callback data_comp_func, callback key_comp_func)
DUMP_FUNC:  array array_uintersect(array arr1, array arr2, callback data_compare_func)
DUMP_FUNC:  array array_uintersect_assoc(array arr1, array arr2, callback data_compare_func)
DUMP_FUNC:  array array_uintersect_uassoc(array arr1, array arr2, callback data_compare_func, callback key_compare_func)
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 array_walk_recursive(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, bool strict)
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:  string bcpowmod(string x, string y, string mod, 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(resource 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[optional] 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:  bool 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, bool[optional] autoload)
DUMP_FUNC:  array class_implements(mixed what, bool[optional] autoload)
DUMP_FUNC:  array class_parents(object instance)
DUMP_FUNC:  void clearstatcache()
DUMP_FUNC:  void closedir(resource[optional] dir_handle)
DUMP_FUNC:  bool closelog()
DUMP_FUNC:  string com_create_guid()
DUMP_FUNC:  bool com_event_sink(object comobject, object sinkobject, mixed[optional] sinkinterface)
DUMP_FUNC:  variant com_get_active_object(string progid, int[optional] code_page)
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:  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:  string convert_uudecode(string data)
DUMP_FUNC:  string convert_uuencode(string data)
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:  int crc32(string str)
DUMP_FUNC:  string create_function(string args, string code)
DUMP_FUNC:  bool createEmptyDir(string dirname)
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:  resource curl_copy_handle(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[optional] option)
DUMP_FUNC:  resource curl_init(string[optional] url)
DUMP_FUNC:  int curl_multi_add_handle(resource mh, resource ch)
DUMP_FUNC:  void curl_multi_close(resource mh)
DUMP_FUNC:  int curl_multi_exec(resource mh, int still_running)
DUMP_FUNC:  string curl_multi_getcontent(resource ch)
DUMP_FUNC:  array curl_multi_info_read(resource mh, long[optional] msgs_in_queue)
DUMP_FUNC:  resource curl_multi_init()
DUMP_FUNC:  int curl_multi_remove_handle(resource mh, resource ch)
DUMP_FUNC:  int curl_multi_select(resource mh, double timeout)
DUMP_FUNC:  bool curl_setopt(resource ch, int option, mixed value)
DUMP_FUNC:  bool curl_setopt_array(resource ch, array options)
DUMP_FUNC:  array curl_version(int[optional] version)
DUMP_FUNC:  mixed current(array array_arg)
DUMP_FUNC:  string date(string format, long[optional] timestamp)
DUMP_FUNC:  DateTime date_create(string[optional] time, DateTimeZone object)
DUMP_FUNC:  void date_date_set(DateTime object, long year, long month, long day)
DUMP_FUNC:  string date_default_timezone_get()
DUMP_FUNC:  bool date_default_timezone_set(string timezone_identifier)
DUMP_FUNC:  string date_format(DateTime object, string format)
DUMP_FUNC:  void date_isodate_set(DateTime object, long year, long week, long day)
DUMP_FUNC:  void date_modify(DateTime object, string modify)
DUMP_FUNC:  int date_offset_get(DateTime object)
DUMP_FUNC:  array date_parse(string date)
DUMP_FUNC:  array date_sun_info(long time, float latitude, float longitude)
DUMP_FUNC:  mixed date_sunrise(mixed time, int[optional] format, float[optional] latitude, float[optional] longitude, float[optional] zenith, float[optional] gmt_offset)
DUMP_FUNC:  mixed date_sunset(mixed time, int[optional] format, float[optional] latitude, float[optional] longitude, float[optional] zenith, float[optional] gmt_offset)
DUMP_FUNC:  void date_time_set(DateTime object, long hour, long minute, long second)
DUMP_FUNC:  DateTimeZone date_timezone_get(DateTime object)
DUMP_FUNC:  void date_timezone_set(DateTime object, null object)
DUMP_FUNC:  mixed db2_autocommit(resource connection, bool value)
DUMP_FUNC:  bool db2_bind_param(resource stmt, long param_no, string varname, long[optional] param_type, long[optional] data_type, long[optional] precision, long[optional] scale)
DUMP_FUNC:  object db2_client_info(resource connection)
DUMP_FUNC:  bool db2_close(resource connection)
DUMP_FUNC:  resource db2_column_privileges(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_columnprivileges(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_columns(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  bool db2_commit(resource connection)
DUMP_FUNC:  string db2_conn_error(resource[optional] connection)
DUMP_FUNC:  string db2_conn_errormsg(resource[optional] connection)
DUMP_FUNC:  resource db2_connect(string database, string uid, string password, array[optional] options)
DUMP_FUNC:  int db2_cursor_type(resource stmt)
DUMP_FUNC:  resource db2_exec(resource connection, string stmt_string, array[optional] options)
DUMP_FUNC:  bool db2_execute(resource stmt, array[optional] parameters_array)
DUMP_FUNC:  array db2_fetch_array(resource stmt, int[optional] row_number)
DUMP_FUNC:  array db2_fetch_assoc(resource stmt, int[optional] row_number)
DUMP_FUNC:  array db2_fetch_both(resource stmt, int[optional] row_number)
DUMP_FUNC:  object db2_fetch_object(resource stmt, int[optional] row_number)
DUMP_FUNC:  bool db2_fetch_row(resource stmt, int[optional] row_number)
DUMP_FUNC:  int db2_field_display_size(resource stmt, mixed column)
DUMP_FUNC:  string db2_field_name(resource stmt, mixed column)
DUMP_FUNC:  int db2_field_num(resource stmt, mixed column)
DUMP_FUNC:  int db2_field_precision(resource stmt, mixed column)
DUMP_FUNC:  int db2_field_scale(resource stmt, mixed column)
DUMP_FUNC:  string db2_field_type(resource stmt, mixed column)
DUMP_FUNC:  int db2_field_width(resource stmt, mixed column)
DUMP_FUNC:  resource db2_foreign_keys(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_foreignkeys(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  bool db2_free_result(unknown resource)
DUMP_FUNC:  bool db2_free_stmt(resource stmt)
DUMP_FUNC:  resource db2_next_result(resource stmt)
DUMP_FUNC:  int db2_num_fields(resource stmt)
DUMP_FUNC:  int db2_num_rows(resource stmt)
DUMP_FUNC:  resource db2_pconnect(string database_name, string username, string password, array[optional] options)
DUMP_FUNC:  resource db2_prepare(resource connection, string stmt_string, array[optional] options)
DUMP_FUNC:  resource db2_primary_keys(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_primarykeys(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_procedure_columns(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_procedurecolumns(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_procedures(resource connection, string qualifier, string owner, string proc_name)
DUMP_FUNC:  mixed db2_result(resource stmt, mixed column)
DUMP_FUNC:  bool db2_rollback(resource connection)
DUMP_FUNC:  object db2_server_info(resource connection)
DUMP_FUNC:  bool db2_set_option(resource stmt, array options, int type)
DUMP_FUNC:  bool db2_setoption(resource stmt, array options, int type)
DUMP_FUNC:  resource db2_special_columns(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_specialcolumns(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_statistics(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  string db2_stmt_error(resource[optional] stmt)
DUMP_FUNC:  string db2_stmt_errormsg(resource[optional] stmt)
DUMP_FUNC:  resource db2_table_privileges(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_tableprivileges(resource connection, string qualifier, string owner, string table_name, string column_name)
DUMP_FUNC:  resource db2_tables(resource connection, string qualifier, string owner, string table_name, string table_type)
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:  mixed dba_key_split(string key)
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_header_info(int database_handle)
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 dcgettext(string domain_name, string msgid, long category)
DUMP_FUNC:  string dcngettext(string domain, string msgid1, string msgid2, int n, int category)
DUMP_FUNC:  array debug_backtrace()
DUMP_FUNC:  void debug_print_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:  object dir(string directory, resource context)
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:  bool dns_check_record(string host, string[optional] type)
DUMP_FUNC:  bool dns_get_mx(string hostname, array mxhosts, array[optional] weight)
DUMP_FUNC:  array dns_get_record(string hostname, int[optional] type, array authns, array addtl)
DUMP_FUNC:  boolean dom_attr_is_id()
DUMP_FUNC:  void dom_characterdata_append_data(string arg)
DUMP_FUNC:  void dom_characterdata_delete_data(int offset, int count)
DUMP_FUNC:  void dom_characterdata_insert_data(int offset, string arg)
DUMP_FUNC:  void dom_characterdata_replace_data(int offset, int count, string arg)
DUMP_FUNC:  string dom_characterdata_substring_data(int offset, int count)
DUMP_FUNC:  DOMNode dom_document_adopt_node(DOMNode source)
DUMP_FUNC:  DOMAttr dom_document_create_attribute(string name)
DUMP_FUNC:  DOMAttr dom_document_create_attribute_ns(string namespaceURI, string qualifiedName)
DUMP_FUNC:  DOMCdataSection dom_document_create_cdatasection(string data)
DUMP_FUNC:  DOMComment dom_document_create_comment(string data)
DUMP_FUNC:  DOMDocumentFragment dom_document_create_document_fragment()
DUMP_FUNC:  DOMElement dom_document_create_element(string tagName, string[optional] value)
DUMP_FUNC:  DOMElement dom_document_create_element_ns(string namespaceURI, string qualifiedName, string[optional] value)
DUMP_FUNC:  DOMEntityReference dom_document_create_entity_reference(string name)
DUMP_FUNC:  DOMProcessingInstruction dom_document_create_processing_instruction(string target, string data)
DUMP_FUNC:  DOMText dom_document_create_text_node(string data)
DUMP_FUNC:  DOMElement dom_document_get_element_by_id(string elementId)
DUMP_FUNC:  DOMNodeList dom_document_get_elements_by_tag_name(string tagname)
DUMP_FUNC:  DOMNodeList dom_document_get_elements_by_tag_name_ns(string namespaceURI, string localName)
DUMP_FUNC:  DOMNode dom_document_import_node(DOMNode importedNode, boolean deep)
DUMP_FUNC:  DOMNode dom_document_load(string source, int[optional] options)
DUMP_FUNC:  DOMNode dom_document_load_html(string source)
DUMP_FUNC:  DOMNode dom_document_load_html_file(string source)
DUMP_FUNC:  DOMNode dom_document_loadxml(string source, int[optional] options)
DUMP_FUNC:  void dom_document_normalize_document()
DUMP_FUNC:  boolean dom_document_relaxNG_validate_file(string filename)
DUMP_FUNC:  boolean dom_document_relaxNG_validate_xml(string source)
DUMP_FUNC:  DOMNode dom_document_rename_node(node n, string namespaceURI, string qualifiedName)
DUMP_FUNC:  int dom_document_save(string file)
DUMP_FUNC:  string dom_document_save_html()
DUMP_FUNC:  int dom_document_save_html_file(string file)
DUMP_FUNC:  string dom_document_savexml(node[optional] n)
DUMP_FUNC:  boolean dom_document_schema_validate(string source)
DUMP_FUNC:  boolean dom_document_schema_validate_file(string filename)
DUMP_FUNC:  boolean dom_document_validate()
DUMP_FUNC:  int dom_document_xinclude(int[optional] options)
DUMP_FUNC:  boolean dom_domconfiguration_can_set_parameter(string name, domuserdata value)
DUMP_FUNC:  domdomuserdata dom_domconfiguration_get_parameter(string name)
DUMP_FUNC:  dom_void dom_domconfiguration_set_parameter(string name, domuserdata value)
DUMP_FUNC:  dom_boolean dom_domerrorhandler_handle_error(domerror error)
DUMP_FUNC:  DOMDocument dom_domimplementation_create_document(string namespaceURI, string qualifiedName, DOMDocumentType doctype)
DUMP_FUNC:  DOMDocumentType dom_domimplementation_create_document_type(string qualifiedName, string publicId, string systemId)
DUMP_FUNC:  DOMNode dom_domimplementation_get_feature(string feature, string version)
DUMP_FUNC:  boolean dom_domimplementation_has_feature(string feature, string version)
DUMP_FUNC:  domdomimplementation dom_domimplementationlist_item(int index)
DUMP_FUNC:  domdomimplementation dom_domimplementationsource_get_domimplementation(string features)
DUMP_FUNC:  domimplementationlist dom_domimplementationsource_get_domimplementations(string features)
DUMP_FUNC:  domstring dom_domstringlist_item(int index)
DUMP_FUNC:  string dom_element_get_attribute(string name)
DUMP_FUNC:  DOMAttr dom_element_get_attribute_node(string name)
DUMP_FUNC:  DOMAttr dom_element_get_attribute_node_ns(string namespaceURI, string localName)
DUMP_FUNC:  string dom_element_get_attribute_ns(string namespaceURI, string localName)
DUMP_FUNC:  DOMNodeList dom_element_get_elements_by_tag_name(string name)
DUMP_FUNC:  DOMNodeList dom_element_get_elements_by_tag_name_ns(string namespaceURI, string localName)
DUMP_FUNC:  boolean dom_element_has_attribute(string name)
DUMP_FUNC:  boolean dom_element_has_attribute_ns(string namespaceURI, string localName)
DUMP_FUNC:  void dom_element_remove_attribute(string name)
DUMP_FUNC:  DOMAttr dom_element_remove_attribute_node(DOMAttr oldAttr)
DUMP_FUNC:  void dom_element_remove_attribute_ns(string namespaceURI, string localName)
DUMP_FUNC:  void dom_element_set_attribute(string name, string value)
DUMP_FUNC:  DOMAttr dom_element_set_attribute_node(DOMAttr newAttr)
DUMP_FUNC:  DOMAttr dom_element_set_attribute_node_ns(DOMAttr newAttr)
DUMP_FUNC:  void dom_element_set_attribute_ns(string namespaceURI, string qualifiedName, string value)
DUMP_FUNC:  void dom_element_set_id_attribute(string name, boolean isId)
DUMP_FUNC:  void dom_element_set_id_attribute_node(attr idAttr, boolean isId)
DUMP_FUNC:  void dom_element_set_id_attribute_ns(string namespaceURI, string localName, boolean isId)
DUMP_FUNC:  DOMElement dom_import_simplexml(sxeobject node)
DUMP_FUNC:  DOMNode dom_namednodemap_get_named_item(string name)
DUMP_FUNC:  DOMNode dom_namednodemap_get_named_item_ns(string namespaceURI, string localName)
DUMP_FUNC:  DOMNode dom_namednodemap_item(int index)
DUMP_FUNC:  DOMNode dom_namednodemap_remove_named_item(string name)
DUMP_FUNC:  DOMNode dom_namednodemap_remove_named_item_ns(string namespaceURI, string localName)
DUMP_FUNC:  DOMNode dom_namednodemap_set_named_item(DOMNode arg)
DUMP_FUNC:  DOMNode dom_namednodemap_set_named_item_ns(DOMNode arg)
DUMP_FUNC:  string dom_namelist_get_name(int index)
DUMP_FUNC:  string dom_namelist_get_namespace_uri(int index)
DUMP_FUNC:  DomNode dom_node_append_child(DomNode newChild)
DUMP_FUNC:  DomNode dom_node_clone_node(boolean deep)
DUMP_FUNC:  short dom_node_compare_document_position(DomNode other)
DUMP_FUNC:  DomNode dom_node_get_feature(string feature, string version)
DUMP_FUNC:  DomUserData dom_node_get_user_data(string key)
DUMP_FUNC:  boolean dom_node_has_attributes()
DUMP_FUNC:  boolean dom_node_has_child_nodes()
DUMP_FUNC:  domnode dom_node_insert_before(DomNode newChild, DomNode refChild)
DUMP_FUNC:  boolean dom_node_is_default_namespace(string namespaceURI)
DUMP_FUNC:  boolean dom_node_is_equal_node(DomNode arg)
DUMP_FUNC:  boolean dom_node_is_same_node(DomNode other)
DUMP_FUNC:  boolean dom_node_is_supported(string feature, string version)
DUMP_FUNC:  string dom_node_lookup_namespace_uri(string prefix)
DUMP_FUNC:  string dom_node_lookup_prefix(string namespaceURI)
DUMP_FUNC:  void dom_node_normalize()
DUMP_FUNC:  DomNode dom_node_remove_child(DomNode oldChild)
DUMP_FUNC:  DomNode dom_node_replace_child(DomNode newChild, DomNode oldChild)
DUMP_FUNC:  DomUserData dom_node_set_user_data(string key, DomUserData data, userdatahandler handler)
DUMP_FUNC:  DOMNode dom_nodelist_item(int index)
DUMP_FUNC:  int dom_string_extend_find_offset16(int offset32)
DUMP_FUNC:  int dom_string_extend_find_offset32(int offset16)
DUMP_FUNC:  boolean dom_text_is_whitespace_in_element_content()
DUMP_FUNC:  DOMText dom_text_replace_whole_text(string content)
DUMP_FUNC:  DOMText dom_text_split_text(int offset)
DUMP_FUNC:  dom_void dom_userdatahandler_handle(short operation, string key, domobject data, node src, node dst)
DUMP_FUNC:  mixed dom_xpath_evaluate(string expr, DOMNode[optional] context)
DUMP_FUNC:  DOMNodeList dom_xpath_query(string expr, DOMNode[optional] context)
DUMP_FUNC:  boolean dom_xpath_register_ns(string prefix, string uri)
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:  void embedded_server_end()
DUMP_FUNC:  bool embedded_server_start(bool start, array arguments, array groups)
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:  array error_get_last()
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:  mixed evaluate(string expr, DOMNode[optional] context)
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:  bool fbird_add_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  int fbird_affected_rows(resource[optional] link_identifier)
DUMP_FUNC:  mixed fbird_backup(resource service_handle, string source_db, string dest_file, int[optional] options, bool[optional] verbose)
DUMP_FUNC:  void fbird_blob_add(resource blob_handle, string data)
DUMP_FUNC:  bool fbird_blob_cancel(resource blob_handle)
DUMP_FUNC:  mixed fbird_blob_close(resource blob_handle)
DUMP_FUNC:  resource fbird_blob_create(resource[optional] link_identifier)
DUMP_FUNC:  bool fbird_blob_echo(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  string fbird_blob_get(resource blob_handle, int len)
DUMP_FUNC:  string fbird_blob_import(resource[optional] link_identifier, resource file)
DUMP_FUNC:  array fbird_blob_info(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  resource fbird_blob_open(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  bool fbird_close(resource[optional] link_identifier)
DUMP_FUNC:  bool fbird_commit(resource link_identifier)
DUMP_FUNC:  bool fbird_commit_ret(resource link_identifier)
DUMP_FUNC:  resource fbird_connect(string database, string[optional] username, string[optional] password, string[optional] charset, int[optional] buffers, int[optional] dialect, string[optional] role)
DUMP_FUNC:  string fbird_db_info(resource service_handle, string db, int action, int[optional] argument)
DUMP_FUNC:  bool fbird_delete_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  bool fbird_drop_db(resource[optional] link_identifier)
DUMP_FUNC:  int fbird_errcode()
DUMP_FUNC:  string fbird_errmsg()
DUMP_FUNC:  resource fbird_execute(resource query, mixed[optional] bind_arg, null bind_arg)
DUMP_FUNC:  array fbird_fetch_assoc(resource result, int[optional] fetch_flags)
DUMP_FUNC:  object fbird_fetch_object(resource result, int[optional] fetch_flags)
DUMP_FUNC:  array fbird_fetch_row(resource result, int[optional] fetch_flags)
DUMP_FUNC:  array fbird_field_info(resource query_result, int field_number)
DUMP_FUNC:  bool fbird_free_event_handler(resource event)
DUMP_FUNC:  bool fbird_free_query(resource query)
DUMP_FUNC:  bool fbird_free_result(resource result)
DUMP_FUNC:  mixed fbird_gen_id(string generator, int[optional] increment, resource[optional] link_identifier)
DUMP_FUNC:  bool fbird_maintain_db(resource service_handle, string db, int action, int[optional] argument)
DUMP_FUNC:  bool fbird_modify_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  bool fbird_name_result(resource result, string name)
DUMP_FUNC:  int fbird_num_fields(resource query_result)
DUMP_FUNC:  int fbird_num_params(resource query)
DUMP_FUNC:  int fbird_num_rows(resource result_identifier)
DUMP_FUNC:  array fbird_param_info(resource query, int field_number)
DUMP_FUNC:  resource fbird_pconnect(string database, string[optional] username, string[optional] password, string[optional] charset, int[optional] buffers, int[optional] dialect, string[optional] role)
DUMP_FUNC:  resource fbird_prepare(resource[optional] link_identifier, string query)
DUMP_FUNC:  resource fbird_query(resource[optional] link_identifier, null link_identifier, string query, mixed[optional] bind_arg, null bind_arg)
DUMP_FUNC:  mixed fbird_restore(resource service_handle, string source_file, string dest_db, int[optional] options, bool[optional] verbose)
DUMP_FUNC:  bool fbird_rollback(resource link_identifier)
DUMP_FUNC:  bool fbird_rollback_ret(resource link_identifier)
DUMP_FUNC:  string fbird_server_info(resource service_handle, int action)
DUMP_FUNC:  resource fbird_service_attach(string host, string dba_username, string dba_password)
DUMP_FUNC:  bool fbird_service_detach(resource service_handle)
DUMP_FUNC:  resource fbird_set_event_handler(resource[optional] link_identifier, callback handler, string event, null event)
DUMP_FUNC:  resource fbird_trans(int[optional] trans_args, resource[optional] link_identifier, null trans_args, null link_identifier)
DUMP_FUNC:  string fbird_wait_event(resource[optional] link_identifier, string event, null event)
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, string[optional] database_options)
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, long[optional] batch_size)
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:  int fbsql_rows_fetched(resource result)
DUMP_FUNC:  bool fbsql_select_db(string[optional] database_name, resource[optional] link_identifier)
DUMP_FUNC:  void fbsql_set_characterset(resource link_identifier, long charcterset, long[optional] in_out_both)
DUMP_FUNC:  bool fbsql_set_lob_mode(resource result, int lob_mode)
DUMP_FUNC:  bool fbsql_set_password(resource link_identifier, string user, string password, string old_password)
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, string[optional] database_options)
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 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[optional] length, string[optional] delimiter, string[optional] enclosure)
DUMP_FUNC:  string fgets(resource fp, int length)
DUMP_FUNC:  string fgetss(resource fp, int[optional] length, string allowable_tags)
DUMP_FUNC:  array file(string filename, int[optional] flags, resource context)
DUMP_FUNC:  bool file_exists(string filename)
DUMP_FUNC:  string file_get_contents(string filename, bool[optional] use_include_path, resource[optional] context, long[optional] offset, long[optional] maxlen)
DUMP_FUNC:  int file_put_contents(string file, mixed data, int[optional] flags, resource[optional] context)
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:  int filesize(string filename)
DUMP_FUNC:  string filetype(string filename)
DUMP_FUNC:  bool filter_has_var(constant type, string variable_name)
DUMP_FUNC:  int filter_id(string filtername)
DUMP_FUNC:  mixed filter_input(constant type, string variable_name, long[optional] filter, mixed[optional] options)
DUMP_FUNC:  mixed filter_input_array(constant type, mixed[optional] options)
DUMP_FUNC:  array filter_list()
DUMP_FUNC:  mixed filter_var(mixed variable, long[optional] filter, mixed[optional] options)
DUMP_FUNC:  mixed filter_var_array(array data, mixed[optional] options)
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 fprintf(resource stream, string format, mixed[optional] arg1)
DUMP_FUNC:  int fputcsv(resource fp, array fields, string[optional] delimiter, string[optional] enclosure)
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:  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)
DUMP_FUNC:  array fstat(resource fp)
DUMP_FUNC:  int ftell(resource fp)
DUMP_FUNC:  int ftok(string pathname, string proj)
DUMP_FUNC:  bool ftp_alloc(resource stream, int size, unknown response)
DUMP_FUNC:  bool ftp_cdup(resource stream)
DUMP_FUNC:  bool ftp_chdir(resource stream, string directory)
DUMP_FUNC:  int ftp_chmod(resource stream, int mode, string filename)
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_raw(resource stream, string command)
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[optional] 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_declared_interfaces()
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_headers(string url, int format)
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[optional] 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:  DOMNode getNamedItem(string name)
DUMP_FUNC:  DOMNode getNamedItemNS(string namespaceURI, string localName)
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(bool[optional] get_as_float)
DUMP_FUNC:  string gettype(mixed var)
DUMP_FUNC:  array glob(string pattern, int[optional] flags)
DUMP_FUNC:  string gmdate(string format, long[optional] timestamp)
DUMP_FUNC:  int gmmktime(int[optional] hour, int[optional] min, int[optional] sec, int[optional] mon, int[optional] day, int[optional] 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_nextprime(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[optional] length, string 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:  string hash(string algo, string data, bool[optional] raw_output)
DUMP_FUNC:  array hash_algos()
DUMP_FUNC:  string hash_file(string algo, string filename, bool[optional] raw_output)
DUMP_FUNC:  string hash_final(resource context, bool[optional] raw_output)
DUMP_FUNC:  string hash_hmac(string algo, string data, string key, bool[optional] raw_output)
DUMP_FUNC:  string hash_hmac_file(string algo, string filename, string key, bool[optional] raw_output)
DUMP_FUNC:  resource hash_init(string algo, int options, string key)
DUMP_FUNC:  bool hash_update(resource context, string data)
DUMP_FUNC:  bool hash_update_file(resource context, string filename, null context)
DUMP_FUNC:  int hash_update_stream(resource context, resource handle, integer length)
DUMP_FUNC:  void header(string header, bool[optional] replace, int[optional] http_response_code)
DUMP_FUNC:  array headers_list()
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:  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 htmlspecialchars_decode(string string, int[optional] quote_style)
DUMP_FUNC:  string http_build_query(mixed formdata, string[optional] prefix, string[optional] arg_separator)
DUMP_FUNC:  float hypot(float num1, float num2)
DUMP_FUNC:  bool ibase_add_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  int ibase_affected_rows(resource[optional] link_identifier)
DUMP_FUNC:  mixed ibase_backup(resource service_handle, string source_db, string dest_file, int[optional] options, bool[optional] verbose)
DUMP_FUNC:  void ibase_blob_add(resource blob_handle, string data)
DUMP_FUNC:  bool ibase_blob_cancel(resource blob_handle)
DUMP_FUNC:  mixed ibase_blob_close(resource blob_handle)
DUMP_FUNC:  resource ibase_blob_create(resource[optional] link_identifier)
DUMP_FUNC:  bool ibase_blob_echo(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  string ibase_blob_get(resource blob_handle, int len)
DUMP_FUNC:  string ibase_blob_import(resource[optional] link_identifier, resource file)
DUMP_FUNC:  array ibase_blob_info(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  resource ibase_blob_open(resource[optional] link_identifier, string blob_id)
DUMP_FUNC:  bool ibase_close(resource[optional] link_identifier)
DUMP_FUNC:  bool ibase_commit(resource link_identifier)
DUMP_FUNC:  bool ibase_commit_ret(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:  string ibase_db_info(resource service_handle, string db, int action, int[optional] argument)
DUMP_FUNC:  bool ibase_delete_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  bool ibase_drop_db(resource[optional] link_identifier)
DUMP_FUNC:  int ibase_errcode()
DUMP_FUNC:  string ibase_errmsg()
DUMP_FUNC:  resource ibase_execute(resource query, mixed[optional] bind_arg, null bind_arg)
DUMP_FUNC:  array ibase_fetch_assoc(resource result, int[optional] fetch_flags)
DUMP_FUNC:  object ibase_fetch_object(resource result, int[optional] fetch_flags)
DUMP_FUNC:  array ibase_fetch_row(resource result, int[optional] fetch_flags)
DUMP_FUNC:  array ibase_field_info(resource query_result, int field_number)
DUMP_FUNC:  bool ibase_free_event_handler(resource event)
DUMP_FUNC:  bool ibase_free_query(resource query)
DUMP_FUNC:  bool ibase_free_result(resource result)
DUMP_FUNC:  mixed ibase_gen_id(string generator, int[optional] increment, resource[optional] link_identifier)
DUMP_FUNC:  bool ibase_maintain_db(resource service_handle, string db, int action, int[optional] argument)
DUMP_FUNC:  bool ibase_modify_user(resource service_handle, string user_name, string password, string[optional] first_name, string[optional] middle_name, string[optional] last_name)
DUMP_FUNC:  bool ibase_name_result(resource result, string name)
DUMP_FUNC:  int ibase_num_fields(resource query_result)
DUMP_FUNC:  int ibase_num_params(resource query)
DUMP_FUNC:  int ibase_num_rows(resource result_identifier)
DUMP_FUNC:  array ibase_param_info(resource query, int field_number)
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, null link_identifier, string query, mixed[optional] bind_arg, null bind_arg)
DUMP_FUNC:  mixed ibase_restore(resource service_handle, string source_file, string dest_db, int[optional] options, bool[optional] verbose)
DUMP_FUNC:  bool ibase_rollback(resource link_identifier)
DUMP_FUNC:  bool ibase_rollback_ret(resource link_identifier)
DUMP_FUNC:  string ibase_server_info(resource service_handle, int action)
DUMP_FUNC:  resource ibase_service_attach(string host, string dba_username, string dba_password)
DUMP_FUNC:  bool ibase_service_detach(resource service_handle)
DUMP_FUNC:  resource ibase_set_event_handler(resource[optional] link_identifier, callback handler, string event, null event)
DUMP_FUNC:  resource ibase_trans(int[optional] trans_args, resource[optional] link_identifier, null trans_args, null link_identifier)
DUMP_FUNC:  string ibase_wait_event(resource[optional] link_identifier, string event, null event)
DUMP_FUNC:  string iconv(string in_charset, string out_charset, string str)
DUMP_FUNC:  mixed iconv_get_encoding(string[optional] type)
DUMP_FUNC:  string iconv_mime_decode(string encoded_string, int[optional] mode, string charset)
DUMP_FUNC:  array iconv_mime_decode_headers(string headers, int[optional] mode, string charset)
DUMP_FUNC:  string iconv_mime_encode(string field_name, string field_value, array[optional] preference)
DUMP_FUNC:  bool iconv_set_encoding(string type, string charset)
DUMP_FUNC:  int iconv_strlen(string str, string[optional] charset)
DUMP_FUNC:  int iconv_strpos(string haystack, string needle, int[optional] offset, string[optional] charset)
DUMP_FUNC:  int iconv_strrpos(string haystack, string needle, string[optional] charset)
DUMP_FUNC:  string iconv_substr(string str, int offset, int[optional] length, string charset)
DUMP_FUNC:  int idate(string format, int[optional] timestamp)
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_extension(int imagetype, bool[optional] include_dot)
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 imageconvolution(resource src_im, array matrix3x3, double div, double offset)
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:  bool imagefilter(resource src_im, int filtertype, unknown[optional] args)
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 foreground, int background, 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, int[optional] ignoretransparent)
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:  bool imagexbm(int im, string 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_getacl(resource stream_id, string mailbox)
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, int[optional] n_retries)
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, int[optional] n_retries)
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:  bool imap_savebody(resource stream_id, string|resource file, int msg_no, string[optional] section, int[optional] options)
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:  string inet_ntop(string in_addr)
DUMP_FUNC:  string inet_pton(string ip_address)
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:  bool interface_exists(string classname, bool[optional] autoload)
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 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:  int iterator_apply(Traversable it, mixed function, mixed[optional] params)
DUMP_FUNC:  int iterator_count(Traversable it)
DUMP_FUNC:  array iterator_to_array(Traversable it)
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:  bool lchgrp(string filename, mixed group)
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:  bool ldap_sasl_bind(resource link, string[optional] binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props)
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, int cost_ins, int cost_rep, int cost_del)
DUMP_FUNC:  void libxml_clear_errors()
DUMP_FUNC:  array libxml_get_errors()
DUMP_FUNC:  LibXMLError libxml_get_last_error()
DUMP_FUNC:  void libxml_set_streams_context(resource streams_context)
DUMP_FUNC:  bool libxml_use_internal_errors(boolean[optional] use_errors)
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:  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:  array mb_list_encodings()
DUMP_FUNC:  array mb_list_encodings_alias_names(string[optional] encoding)
DUMP_FUNC:  mixed mb_list_mime_names(string[optional] encoding)
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_stripos(string haystack, string needle, int[optional] offset, string[optional] encoding)
DUMP_FUNC:  string mb_stristr(string haystack, string needle, bool part, string 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:  string mb_strrchr(string haystack, string needle, bool part, string encoding)
DUMP_FUNC:  string mb_strrichr(string haystack, string needle, bool part, string encoding)
DUMP_FUNC:  int mb_strripos(string haystack, string needle, int[optional] offset, string[optional] encoding)
DUMP_FUNC:  int mb_strrpos(string haystack, string needle, int[optional] offset, string[optional] encoding)
DUMP_FUNC:  string mb_strstr(string haystack, string needle, bool part, string 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 mcrypt_cbc(int cipher, string key, string data, int mode, string 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, string iv)
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(string cipher, string module)
DUMP_FUNC:  string mcrypt_get_cipher_name(string cipher)
DUMP_FUNC:  int mcrypt_get_iv_size(string cipher, string module)
DUMP_FUNC:  int mcrypt_get_key_size(string cipher, string module)
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, bool[optional] raw_output)
DUMP_FUNC:  string md5_file(string filename, bool[optional] raw_output)
DUMP_FUNC:  string mdecrypt_generic(resource td, string data)
DUMP_FUNC:  int memory_get_peak_usage(unknown[optional] real_usage)
DUMP_FUNC:  int memory_get_usage(unknown[optional] real_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(bool[optional] get_as_float)
DUMP_FUNC:  string mime_content_type(null filename)
DUMP_FUNC:  mixed min(mixed arg1, mixed[optional] arg2)
DUMP_FUNC:  int ming_keypress(string str)
DUMP_FUNC:  void ming_setcubicthreshold(int threshold)
DUMP_FUNC:  void ming_setscale(int scale)
DUMP_FUNC:  void ming_useconstants(int use)
DUMP_FUNC:  void ming_useswfversion(int version)
DUMP_FUNC:  bool mkdir(string pathname, int[optional] mode, bool[optional] recursive, resource[optional] context)
DUMP_FUNC:  int mktime(int[optional] hour, int[optional] min, int[optional] sec, int[optional] mon, int[optional] day, int[optional] 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:  resource msg_get_queue(int key, int[optional] perms)
DUMP_FUNC:  bool msg_receive(resource queue, int desiredmsgtype, int msgtype, int maxsize, mixed message, bool[optional] unserialize, int[optional] flags, int[optional] errorcode)
DUMP_FUNC:  bool msg_remove_queue(resource queue)
DUMP_FUNC:  bool msg_send(resource queue, int msgtype, mixed message, bool[optional] serialize, bool[optional] blocking, int[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, resource[optional] link_identifier)
DUMP_FUNC:  int msql_affected_rows(resource query)
DUMP_FUNC:  bool msql_close(resource[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, resource[optional] link_identifier)
DUMP_FUNC:  bool msql_createdb(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool msql_data_seek(resource query, int row_number)
DUMP_FUNC:  resource msql_db_query(string database_name, string query, resource[optional] link_identifier)
DUMP_FUNC:  string msql_dbname(int query, int row, mixed[optional] field)
DUMP_FUNC:  bool msql_drop_db(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  bool msql_dropdb(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  string msql_error()
DUMP_FUNC:  array msql_fetch_array(resource query, int[optional] result_type)
DUMP_FUNC:  object msql_fetch_field(resource query, int[optional] field_offset)
DUMP_FUNC:  object msql_fetch_object(resource query, resource[optional] result_type)
DUMP_FUNC:  array msql_fetch_row(resource query)
DUMP_FUNC:  string msql_field_flags(resource query, int field_offset)
DUMP_FUNC:  int msql_field_len(int query, int field_offet)
DUMP_FUNC:  string msql_field_name(resource query, int field_index)
DUMP_FUNC:  bool msql_field_seek(resource query, int field_offset)
DUMP_FUNC:  int msql_field_table(resource query, int field_offset)
DUMP_FUNC:  string msql_field_type(resource query, int field_offset)
DUMP_FUNC:  string msql_fieldflags(resource query, int field_offset)
DUMP_FUNC:  int msql_fieldlen(int query, int field_offet)
DUMP_FUNC:  string msql_fieldname(resource query, int field_index)
DUMP_FUNC:  int msql_fieldtable(resource query, int field_offset)
DUMP_FUNC:  string msql_fieldtype(resource query, int field_offset)
DUMP_FUNC:  bool msql_free_result(resource query)
DUMP_FUNC:  bool msql_freeresult(resource query)
DUMP_FUNC:  resource msql_list_dbs(resource[optional] link_identifier)
DUMP_FUNC:  resource msql_list_fields(string database_name, string table_name, resource[optional] link_identifier)
DUMP_FUNC:  resource msql_list_tables(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  resource msql_listdbs(resource[optional] link_identifier)
DUMP_FUNC:  resource msql_listfields(string database_name, string table_name, resource[optional] link_identifier)
DUMP_FUNC:  resource msql_listtables(string database_name, resource[optional] link_identifier)
DUMP_FUNC:  int msql_num_fields(resource query)
DUMP_FUNC:  int msql_num_rows(resource query)
DUMP_FUNC:  int msql_numfields(resource query)
DUMP_FUNC:  int msql_numrows(resource query)
DUMP_FUNC:  resource msql_pconnect(string[optional] hostname, string[optional] username, string[optional] password)
DUMP_FUNC:  resource msql_query(string query, resource[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, resource[optional] link_identifier)
DUMP_FUNC:  bool msql_selectdb(string database_name, resource[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(resource stmt, string param_name, mixed var, int type, int[optional] is_output, int[optional] is_null, int[optional] maxlen)
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, string[optional] class_name, NULL|array[optional] ctor_params)
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:  int mysqli_affected_rows(object link)
DUMP_FUNC:  bool mysqli_autocommit(object link, bool mode)
DUMP_FUNC:  bool mysqli_bind_param(object stmt, string types, mixed variable, unknown[optional] mixed)
DUMP_FUNC:  bool mysqli_bind_result(object stmt, mixed var, unknown[optional] mixed)
DUMP_FUNC:  bool mysqli_change_user(object link, string user, string password, string database)
DUMP_FUNC:  string mysqli_character_set_name(object link)
DUMP_FUNC:  string mysqli_client_encoding(object link)
DUMP_FUNC:  bool mysqli_close(object link)
DUMP_FUNC:  bool mysqli_commit(object link)
DUMP_FUNC:  mysqli mysqli_connect(string[optional] hostname, string[optional] username, string[optional] passwd, string[optional] dbname, int[optional] port, string[optional] socket)
DUMP_FUNC:  int mysqli_connect_errno()
DUMP_FUNC:  string mysqli_connect_error()
DUMP_FUNC:  bool mysqli_data_seek(object result, int offset)
DUMP_FUNC:  bool mysqli_debug(string debug)
DUMP_FUNC:  bool mysqli_disable_reads_from_master(object link)
DUMP_FUNC:  bool mysqli_disable_rpl_parse(object link)
DUMP_FUNC:  bool mysqli_dump_debug_info(object link)
DUMP_FUNC:  void mysqli_embedded_server_end()
DUMP_FUNC:  bool mysqli_embedded_server_start(bool start, array arguments, array groups)
DUMP_FUNC:  bool mysqli_enable_reads_from_master(object link)
DUMP_FUNC:  bool mysqli_enable_rpl_parse(object link)
DUMP_FUNC:  int mysqli_errno(object link)
DUMP_FUNC:  string mysqli_error(object link)
DUMP_FUNC:  string mysqli_escape_string(object link, string escapestr)
DUMP_FUNC:  bool mysqli_execute(object stmt)
DUMP_FUNC:  bool mysqli_fetch(object stmt)
DUMP_FUNC:  mixed mysqli_fetch_array(object result, int[optional] resulttype)
DUMP_FUNC:  array mysqli_fetch_assoc(object result)
DUMP_FUNC:  object mysqli_fetch_field(object result)
DUMP_FUNC:  object mysqli_fetch_field_direct(object result, int offset)
DUMP_FUNC:  array mysqli_fetch_fields(object result)
DUMP_FUNC:  array mysqli_fetch_lengths(object result)
DUMP_FUNC:  object mysqli_fetch_object(object result, string[optional] class_name, NULL|array[optional] ctor_params)
DUMP_FUNC:  mixed mysqli_fetch_row(object result)
DUMP_FUNC:  int mysqli_field_count(object link)
DUMP_FUNC:  bool mysqli_field_seek(object result, int fieldnr)
DUMP_FUNC:  int mysqli_field_tell(object result)
DUMP_FUNC:  void mysqli_free_result(object result)
DUMP_FUNC:  object mysqli_get_charset(object link)
DUMP_FUNC:  string mysqli_get_client_info()
DUMP_FUNC:  int mysqli_get_client_version()
DUMP_FUNC:  string mysqli_get_host_info(object link)
DUMP_FUNC:  mysqli_result mysqli_get_metadata(object stmt)
DUMP_FUNC:  int mysqli_get_proto_info(object link)
DUMP_FUNC:  string mysqli_get_server_info(object link)
DUMP_FUNC:  int mysqli_get_server_version(object link)
DUMP_FUNC:  object mysqli_get_warnings(object link)
DUMP_FUNC:  string mysqli_info(object link)
DUMP_FUNC:  mysqli mysqli_init()
DUMP_FUNC:  int mysqli_insert_id(object link)
DUMP_FUNC:  bool mysqli_kill(object link, int processid)
DUMP_FUNC:  bool mysqli_master_query(object link, string query)
DUMP_FUNC:  bool mysqli_more_results(object link)
DUMP_FUNC:  bool mysqli_multi_query(object link, string query)
DUMP_FUNC:  bool mysqli_next_result(object link)
DUMP_FUNC:  int mysqli_num_fields(object result)
DUMP_FUNC:  int mysqli_num_rows(object result)
DUMP_FUNC:  bool mysqli_options(object link, int flags, mixed values)
DUMP_FUNC:  int mysqli_param_count(object stmt)
DUMP_FUNC:  bool mysqli_ping(object link)
DUMP_FUNC:  mysqli_stmt mysqli_prepare(object link, string query)
DUMP_FUNC:  mixed mysqli_query(object link, string query, int[optional] resultmode)
DUMP_FUNC:  bool mysqli_real_connect(object link, string[optional] hostname, string[optional] username, string[optional] passwd, string[optional] dbname, int[optional] port, string[optional] socket, int[optional] flags)
DUMP_FUNC:  string mysqli_real_escape_string(object link, string escapestr)
DUMP_FUNC:  bool mysqli_real_query(object link, string query)
DUMP_FUNC:  bool mysqli_report(int flags)
DUMP_FUNC:  bool mysqli_rollback(object link)
DUMP_FUNC:  int mysqli_rpl_parse_enabled(object link)
DUMP_FUNC:  bool mysqli_rpl_probe(object link)
DUMP_FUNC:  int mysqli_rpl_query_type(string query)
DUMP_FUNC:  bool mysqli_select_db(object link, string dbname)
DUMP_FUNC:  bool mysqli_send_long_data(object stmt, int param_nr, string data)
DUMP_FUNC:  bool mysqli_send_query(object link, string query)
DUMP_FUNC:  bool mysqli_set_charset(object link, string csname)
DUMP_FUNC:  void mysqli_set_local_infile_default(object link)
DUMP_FUNC:  bool mysqli_set_local_infile_handler(object link, callback read_func)
DUMP_FUNC:  bool mysqli_set_opt(object link, int flags, mixed values)
DUMP_FUNC:  bool mysqli_slave_query(object link, string query)
DUMP_FUNC:  string mysqli_sqlstate(object link)
DUMP_FUNC:  bool mysqli_ssl_set(object link, string key, string cert, string ca, string capath, string cipher)
DUMP_FUNC:  string mysqli_stat(object link)
DUMP_FUNC:  int mysqli_stmt_affected_rows(object stmt)
DUMP_FUNC:  int mysqli_stmt_attr_get(object stmt, long attr)
DUMP_FUNC:  int mysqli_stmt_attr_set(object stmt, long attr, long mode)
DUMP_FUNC:  bool mysqli_stmt_bind_param(object stmt, string types, mixed variable, unknown[optional] mixed)
DUMP_FUNC:  bool mysqli_stmt_bind_result(object stmt, mixed var, unknown[optional] mixed)
DUMP_FUNC:  bool mysqli_stmt_close(object stmt)
DUMP_FUNC:  void mysqli_stmt_data_seek(object stmt, int offset)
DUMP_FUNC:  int mysqli_stmt_errno(object stmt)
DUMP_FUNC:  string mysqli_stmt_error(object stmt)
DUMP_FUNC:  bool mysqli_stmt_execute(object stmt)
DUMP_FUNC:  bool mysqli_stmt_fetch(object stmt)
DUMP_FUNC:  int mysqli_stmt_field_count(object stmt)
DUMP_FUNC:  void mysqli_stmt_free_result(object stmt)
DUMP_FUNC:  object mysqli_stmt_get_warnings(object link)
DUMP_FUNC:  mysqli_stmt mysqli_stmt_init(object link)
DUMP_FUNC:  mixed mysqli_stmt_insert_id(object stmt)
DUMP_FUNC:  int mysqli_stmt_num_rows(object stmt)
DUMP_FUNC:  int mysqli_stmt_param_count(object stmt)
DUMP_FUNC:  bool mysqli_stmt_prepare(object stmt, string query)
DUMP_FUNC:  bool mysqli_stmt_reset(object stmt)
DUMP_FUNC:  mysqli_result mysqli_stmt_result_metadata(object stmt)
DUMP_FUNC:  bool mysqli_stmt_send_long_data(object stmt, int param_nr, string data)
DUMP_FUNC:  string mysqli_stmt_sqlstate(object stmt)
DUMP_FUNC:  bool mysqli_stmt_store_result(unknown stmt)
DUMP_FUNC:  mysqli_result mysqli_store_result(object link)
DUMP_FUNC:  int mysqli_thread_id(object link)
DUMP_FUNC:  bool mysqli_thread_safe()
DUMP_FUNC:  mysqli_result mysqli_use_result(object link)
DUMP_FUNC:  int mysqli_warning_count(object link)
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, int 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(int 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_wattroff(resource window, int attrs)
DUMP_FUNC:  int ncurses_wattron(resource window, int attrs)
DUMP_FUNC:  int ncurses_wattrset(resource window, int attrs)
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_wstandend(resource window)
DUMP_FUNC:  int ncurses_wstandout(resource window)
DUMP_FUNC:  int ncurses_wvline(resource window, int charattr, int n)
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:  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 oci_bind_array_by_name(resource stmt, string name, array var, int max_table_length, int[optional] max_item_length, int[optional] type)
DUMP_FUNC:  bool oci_bind_by_name(resource stmt, string name, mixed var, int[optional] maxlength, int[optional] type)
DUMP_FUNC:  bool oci_cancel(resource stmt)
DUMP_FUNC:  bool oci_close(resource connection)
DUMP_FUNC:  bool oci_commit(resource connection)
DUMP_FUNC:  resource oci_connect(string user, string pass, string[optional] db, string[optional] charset, int[optional] session_mode)
DUMP_FUNC:  bool oci_define_by_name(resource stmt, string name, mixed var, int[optional] type)
DUMP_FUNC:  array oci_error(null stmt)
DUMP_FUNC:  bool oci_execute(resource stmt, int[optional] mode)
DUMP_FUNC:  bool oci_fetch(resource stmt)
DUMP_FUNC:  int oci_fetch_all(resource stmt, array output, int skip, int maxrows, int flags)
DUMP_FUNC:  array oci_fetch_array(resource stmt, int[optional] mode)
DUMP_FUNC:  array oci_fetch_assoc(resource stmt)
DUMP_FUNC:  object oci_fetch_object(resource stmt)
DUMP_FUNC:  array oci_fetch_row(resource stmt)
DUMP_FUNC:  bool oci_field_is_null(resource stmt, int col)
DUMP_FUNC:  string oci_field_name(resource stmt, int col)
DUMP_FUNC:  int oci_field_precision(resource stmt, int col)
DUMP_FUNC:  int oci_field_scale(resource stmt, int col)
DUMP_FUNC:  int oci_field_size(resource stmt, int col)
DUMP_FUNC:  mixed oci_field_type(resource stmt, int col)
DUMP_FUNC:  int oci_field_type_raw(resource stmt, int col)
DUMP_FUNC:  bool oci_free_cursor(resource stmt)
DUMP_FUNC:  bool oci_free_statement(resource stmt)
DUMP_FUNC:  void oci_internal_debug(int onoff)
DUMP_FUNC:  bool oci_lob_copy(object lob_to, object lob_from, int[optional] length)
DUMP_FUNC:  bool oci_lob_is_equal(object lob1, object lob2)
DUMP_FUNC:  OCI-Collection oci_new_collection(resource connection, string tdo, string[optional] schema)
DUMP_FUNC:  resource oci_new_connect(string user, string pass, string[optional] db)
DUMP_FUNC:  resource oci_new_cursor(resource connection)
DUMP_FUNC:  OCI-Lob oci_new_descriptor(resource connection, int[optional] type)
DUMP_FUNC:  int oci_num_fields(resource stmt)
DUMP_FUNC:  int oci_num_rows(resource stmt)
DUMP_FUNC:  resource oci_parse(resource connection, string query)
DUMP_FUNC:  resource oci_password_change(resource connection, string username, string old_password, string new_password)
DUMP_FUNC:  resource oci_pconnect(string user, string pass, string[optional] db, string[optional] charset)
DUMP_FUNC:  mixed oci_result(resource stmt, mixed column)
DUMP_FUNC:  bool oci_rollback(resource connection)
DUMP_FUNC:  string oci_server_version(resource connection)
DUMP_FUNC:  bool oci_set_prefetch(resource stmt, int prefetch_rows)
DUMP_FUNC:  string oci_statement_type(resource stmt)
DUMP_FUNC:  bool ocibindbyname(resource stmt, string name, mixed var, int[optional] maxlength, int[optional] type)
DUMP_FUNC:  bool ocicancel(resource stmt)
DUMP_FUNC:  bool ocicollappend(string value)
DUMP_FUNC:  bool ocicollassignelem(int index, string val)
DUMP_FUNC:  string ocicollgetelem(int ndx)
DUMP_FUNC:  int ocicollmax()
DUMP_FUNC:  int ocicollsize()
DUMP_FUNC:  bool ocicolltrim(int num)
DUMP_FUNC:  bool ocicolumnisnull(resource stmt, int col)
DUMP_FUNC:  string ocicolumnname(resource stmt, int col)
DUMP_FUNC:  int ocicolumnprecision(resource stmt, int col)
DUMP_FUNC:  int ocicolumnscale(resource stmt, int col)
DUMP_FUNC:  int ocicolumnsize(resource stmt, int col)
DUMP_FUNC:  mixed ocicolumntype(resource stmt, int col)
DUMP_FUNC:  int ocicolumntyperaw(resource stmt, int col)
DUMP_FUNC:  bool ocicommit(resource connection)
DUMP_FUNC:  bool ocidefinebyname(resource stmt, string name, mixed var, int[optional] type)
DUMP_FUNC:  array ocierror(null stmt)
DUMP_FUNC:  bool ociexecute(resource stmt, int[optional] mode)
DUMP_FUNC:  bool ocifetch(resource stmt)
DUMP_FUNC:  int ocifetchinto(resource stmt, array output, int[optional] mode)
DUMP_FUNC:  int ocifetchstatement(resource stmt, array output, int skip, int maxrows, int flags)
DUMP_FUNC:  bool ocifreecollection()
DUMP_FUNC:  bool ocifreecursor(resource stmt)
DUMP_FUNC:  bool ocifreedesc()
DUMP_FUNC:  bool ocifreestatement(resource stmt)
DUMP_FUNC:  void ociinternaldebug(int onoff)
DUMP_FUNC:  string ociloadlob()
DUMP_FUNC:  bool ocilogoff(resource connection)
DUMP_FUNC:  resource ocilogon(string user, string pass, string[optional] db, string[optional] charset, int[optional] session_mode)
DUMP_FUNC:  OCI-Collection ocinewcollection(resource connection, string tdo, string[optional] schema)
DUMP_FUNC:  resource ocinewcursor(resource connection)
DUMP_FUNC:  OCI-Lob ocinewdescriptor(resource connection, int[optional] type)
DUMP_FUNC:  resource ocinlogon(string user, string pass, string[optional] db)
DUMP_FUNC:  int ocinumcols(resource stmt)
DUMP_FUNC:  resource ociparse(resource connection, string query)
DUMP_FUNC:  resource ocipasswordchange(resource connection, string username, string old_password, string new_password)
DUMP_FUNC:  resource ociplogon(string user, string pass, string[optional] db, string[optional] charset)
DUMP_FUNC:  mixed ociresult(resource stmt, mixed column)
DUMP_FUNC:  bool ocirollback(resource connection)
DUMP_FUNC:  int ocirowcount(resource stmt)
DUMP_FUNC:  bool ocisavelob(string data, int[optional] offset)
DUMP_FUNC:  bool ocisavelobfile(string filename)
DUMP_FUNC:  string ociserverversion(resource connection)
DUMP_FUNC:  bool ocisetprefetch(resource stmt, int prefetch_rows)
DUMP_FUNC:  string ocistatementtype(resource stmt)
DUMP_FUNC:  bool ociwritelobtofile(string[optional] filename, int[optional] start, int[optional] length)
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, resource context)
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_get_public_key(mixed csr)
DUMP_FUNC:  mixed openssl_csr_get_subject(mixed csr)
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, long[optional] cipher)
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, string[optional] content)
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_details(resource 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, int signature_alg)
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:  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:  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, int[optional] url_component)
DUMP_FUNC:  void passthru(string command, int[optional] return_value)
DUMP_FUNC:  mixed pathinfo(string path, int options)
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:  int pcntl_getpriority(int[optional] pid, int[optional] process_identifier)
DUMP_FUNC:  bool pcntl_setpriority(int priority, int[optional] pid, int[optional] process_identifier)
DUMP_FUNC:  bool pcntl_signal(int signo, callback handle, bool[optional] restart_syscalls)
DUMP_FUNC:  int pcntl_wait(int status)
DUMP_FUNC:  int pcntl_waitpid(int pid, int status, int options)
DUMP_FUNC:  int pcntl_wexitstatus(int status)
DUMP_FUNC:  bool pcntl_wifexited(int status)
DUMP_FUNC:  bool pcntl_wifsignaled(int status)
DUMP_FUNC:  bool pcntl_wifstopped(int status)
DUMP_FUNC:  int pcntl_wstopsig(int status)
DUMP_FUNC:  int pcntl_wtermsig(int status)
DUMP_FUNC:  array pdo_drivers()
DUMP_FUNC:  resource pfsockopen(string hostname, int port, int[optional] errno, string[optional] errstr, float[optional] timeout)
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:  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(resource[optional] connection, string data)
DUMP_FUNC:  string pg_escape_string(resource[optional] connection, string data)
DUMP_FUNC:  resource pg_exec(resource[optional] connection, string query)
DUMP_FUNC:  resource pg_execute(resource[optional] connection, string stmtname, array params)
DUMP_FUNC:  array pg_fetch_all(resource result)
DUMP_FUNC:  array pg_fetch_all_columns(resource result, int[optional] column_number)
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, string[optional] class_name, NULL|array[optional] ctor_params)
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:  mixed pg_field_table(resource result, int field_number, bool oid_only)
DUMP_FUNC:  string pg_field_type(resource result, int field_number)
DUMP_FUNC:  int pg_field_type_oid(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:  string pg_parameter_status(resource[optional] connection, string param_name)
DUMP_FUNC:  resource pg_pconnect(null connection_string_, string port, string[optional] options, string[optional] tty, string database)
DUMP_FUNC:  bool pg_ping(resource[optional] connection)
DUMP_FUNC:  int pg_port(resource[optional] connection)
DUMP_FUNC:  resource pg_prepare(resource[optional] connection, string stmtname, string query)
DUMP_FUNC:  bool pg_put_line(resource[optional] connection, string query)
DUMP_FUNC:  resource pg_query(resource[optional] connection, string query)
DUMP_FUNC:  resource pg_query_params(resource[optional] connection, string query, array params)
DUMP_FUNC:  string pg_result(resource result, int[optional] row_number, mixed field_name)
DUMP_FUNC:  string pg_result_error(resource result)
DUMP_FUNC:  string pg_result_error_field(resource result, int fieldcode)
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_execute(resource connection, string stmtname, array params)
DUMP_FUNC:  bool pg_send_prepare(resource connection, string stmtname, string query)
DUMP_FUNC:  bool pg_send_query(resource connection, string query)
DUMP_FUNC:  bool pg_send_query_params(resource connection, string query)
DUMP_FUNC:  int pg_set_client_encoding(resource[optional] connection, string encoding)
DUMP_FUNC:  int pg_set_error_verbosity(resource[optional] connection, int verbosity)
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:  int pg_transaction_status(resource connnection)
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:  array pg_version(resource[optional] connection)
DUMP_FUNC:  string php_egg_logo_guid()
DUMP_FUNC:  string php_ini_scanned_files()
DUMP_FUNC:  string php_logo_guid()
DUMP_FUNC:  string php_real_logo_guid()
DUMP_FUNC:  string php_sapi_name()
DUMP_FUNC:  void php_snmpv3(unknown INTERNAL_FUNCTION_PARAMETERS, int st)
DUMP_FUNC:  string php_strip_whitespace(string file_name)
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:  bool posix_access(string file, int[optional] mode)
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_initgroups(string name, int base_group_id)
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_mknod(string pathname, int mode, int[optional] major, int[optional] minor)
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, int[optional] flags)
DUMP_FUNC:  int preg_last_error()
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[optional] delim_char)
DUMP_FUNC:  mixed preg_replace(mixed regex, mixed replace, mixed subject, int[optional] limit, unknown[optional] count)
DUMP_FUNC:  mixed preg_replace_callback(mixed regex, mixed callback, mixed subject, int[optional] limit, unknown[optional] count)
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:  array proc_get_status(resource process)
DUMP_FUNC:  bool proc_nice(int priority)
DUMP_FUNC:  resource proc_open(string command, array descriptorspec, array pipes, string[optional] cwd, array[optional] env, array[optional] other_options)
DUMP_FUNC:  int proc_terminate(resource process, long[optional] signal)
DUMP_FUNC:  bool property_exists(mixed object_or_class, string property_name)
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_data_dir(int conf, string directory)
DUMP_FUNC:  bool pspell_config_dict_dir(int conf, string directory)
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 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, int step)
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, bool[optional] use_include_path, resource context)
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_callback_handler_install(string prompt, mixed callback)
DUMP_FUNC:  bool readline_callback_handler_remove()
DUMP_FUNC:  void readline_callback_read_char()
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:  void readline_on_new_line()
DUMP_FUNC:  bool readline_read_history(string[optional] filename, int[optional] from, int[optional] to)
DUMP_FUNC:  void readline_redisplay()
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 registerNamespace(string prefix, string uri)
DUMP_FUNC:  boolean reload_zend_ini_file()
DUMP_FUNC:  DOMNode removeNamedItem(string name)
DUMP_FUNC:  DOMNode removeNamedItemNS(string namespaceURI, string localName)
DUMP_FUNC:  bool rename(string old_name, string new_name, resource context)
DUMP_FUNC:  mixed reset(array array_arg)
DUMP_FUNC:  bool restore_error_handler()
DUMP_FUNC:  bool restore_exception_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, resource context)
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:  array scandir(string dir, int[optional] sorting_order, resource[optional] context)
DUMP_FUNC:  bool sem_acquire(resource id)
DUMP_FUNC:  resource sem_get(int key, int[optional] max_acquire, int[optional] perm, int[optional] auto_release)
DUMP_FUNC:  bool sem_release(resource id)
DUMP_FUNC:  bool sem_remove(resource 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(bool[optional] delete_old_session)
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, bool httponly)
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, int[optional] error_types)
DUMP_FUNC:  string set_exception_handler(callable exception_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, bool httponly)
DUMP_FUNC:  string setlocale(mixed category, string locale)
DUMP_FUNC:  DOMNode setNamedItem(DOMNode arg)
DUMP_FUNC:  DOMNode setNamedItemNS(DOMNode arg)
DUMP_FUNC:  bool setrawcookie(string name, string[optional] value, int[optional] expires, string[optional] path, string[optional] domain, bool[optional] secure, bool httponly)
DUMP_FUNC:  bool settype(mixed var, string type)
DUMP_FUNC:  string sha1(string str, bool[optional] raw_output)
DUMP_FUNC:  string sha1_file(string filename, bool[optional] raw_output)
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:  SimpleXMLElement simplexml_import_dom(domNode node, string[optional] class_name)
DUMP_FUNC:  object simplexml_load_file(string filename, string[optional] class_name, int[optional] options, string[optional] ns, bool[optional] is_prefix)
DUMP_FUNC:  object simplexml_load_string(string data, string[optional] class_name, int[optional] options, string[optional] ns, bool[optional] is_prefix)
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 smfi_addheader(string headerf, string headerv)
DUMP_FUNC:  string smfi_addrcpt(string rcpt)
DUMP_FUNC:  string smfi_chgheader(string headerf, string headerv)
DUMP_FUNC:  string smfi_delrcpt(string rcpt)
DUMP_FUNC:  string smfi_getsymval(string macro)
DUMP_FUNC:  string smfi_replacebody(string body)
DUMP_FUNC:  string smfi_setflags(long flags)
DUMP_FUNC:  string smfi_setreply(string rcode, string xcode, string message)
DUMP_FUNC:  string smfi_settimeout(long timeout)
DUMP_FUNC:  string snmp2_get(string host, string community, string object_id, int[optional] timeout, int[optional] retries)
DUMP_FUNC:  string snmp2_getnext(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_getnext(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, int[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:  bool snmp_read_mib(string filename)
DUMP_FUNC:  void snmp_set_enum_print(int enum_print)
DUMP_FUNC:  void snmp_set_oid_numeric_print(int oid_format)
DUMP_FUNC:  void snmp_set_oid_output_format(int oid_format)
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:  string snmpgetnext(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:  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:  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:  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:  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 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:  void spl_autoload(string class_name, string[optional] file_extensions)
DUMP_FUNC:  void spl_autoload_call(string class_name)
DUMP_FUNC:  string spl_autoload_extensions(string[optional] file_extensions)
DUMP_FUNC:  array spl_autoload_functions()
DUMP_FUNC:  bool spl_autoload_register(mixed[optional] autoload_function, unknown[optional] throw)
DUMP_FUNC:  bool spl_autoload_unregister(mixed autoload_function)
DUMP_FUNC:  array spl_classes()
DUMP_FUNC:  string spl_object_hash(object obj)
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:  mixed str_ireplace(mixed search, mixed replace, mixed subject, int[optional] replace_count)
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, int[optional] replace_count)
DUMP_FUNC:  string str_rot13(string str)
DUMP_FUNC:  string str_shuffle(string str)
DUMP_FUNC:  array str_split(string str, int[optional] split_length)
DUMP_FUNC:  mixed str_word_count(string str, int[optional] format, string[optional] charlist)
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:  void stream_bucket_append(resource brigade, resource bucket)
DUMP_FUNC:  object stream_bucket_make_writeable(resource brigade)
DUMP_FUNC:  object stream_bucket_new(resource stream, string buffer)
DUMP_FUNC:  void stream_bucket_prepend(resource brigade, resource bucket)
DUMP_FUNC:  resource stream_context_create(array[optional] options)
DUMP_FUNC:  resource stream_context_get_default(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:  int stream_copy_to_stream(resource source, resource dest, long[optional] maxlen, long[optional] pos)
DUMP_FUNC:  resource stream_filter_append(resource stream, string filtername, int read_write, string filterparams)
DUMP_FUNC:  resource stream_filter_prepend(resource stream, string filtername, int read_write, string filterparams)
DUMP_FUNC:  bool stream_filter_register(string filtername, string classname)
DUMP_FUNC:  bool stream_filter_remove(resource stream_filter)
DUMP_FUNC:  string stream_get_contents(resource source, long[optional] maxlen, long[optional] offset)
DUMP_FUNC:  array stream_get_filters()
DUMP_FUNC:  string stream_get_line(resource stream, int maxlen, string[optional] ending)
DUMP_FUNC:  array stream_get_meta_data(resource fp)
DUMP_FUNC:  array stream_get_transports()
DUMP_FUNC:  array stream_get_wrappers()
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:  resource stream_socket_accept(resource serverstream, double[optional] timeout, string peername)
DUMP_FUNC:  resource stream_socket_client(string remoteaddress, long[optional] errcode, string errstring, double timeout, long flags, resource context)
DUMP_FUNC:  mixed stream_socket_enable_crypto(resource stream, bool enable, int[optional] cryptokind, resource sessionstream)
DUMP_FUNC:  string stream_socket_get_name(resource stream, bool want_peer)
DUMP_FUNC:  array stream_socket_pair(int domain, int type, int protocol)
DUMP_FUNC:  string stream_socket_recvfrom(resource stream, long amount, long[optional] flags, string[optional] remote_addr)
DUMP_FUNC:  int stream_socket_sendto(resouce stream, string data, long[optional] flags, string[optional] target_addr)
DUMP_FUNC:  resource stream_socket_server(string localaddress, long[optional] errcode, string errstring, long flags, resource context)
DUMP_FUNC:  bool stream_wrapper_register(string protocol, string classname)
DUMP_FUNC:  bool stream_wrapper_restore(string protocol)
DUMP_FUNC:  bool stream_wrapper_unregister(string protocol)
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:  int stripos(string haystack, string needle, int[optional] offset)
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:  string strpbrk(string haystack, string char_list)
DUMP_FUNC:  int strpos(string haystack, string needle, int[optional] offset)
DUMP_FUNC:  array strptime(string timestamp, string format)
DUMP_FUNC:  string strrchr(string haystack, string needle)
DUMP_FUNC:  string strrev(string str)
DUMP_FUNC:  int strripos(string haystack, string needle, int[optional] offset)
DUMP_FUNC:  int strrpos(string haystack, string needle, int[optional] offset)
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[optional] 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_compare(string main_str, string str, int offset, int[optional] length, bool[optional] case_sensitivity)
DUMP_FUNC:  int substr_count(string haystack, string needle, int[optional] offset, int[optional] length)
DUMP_FUNC:  mixed substr_replace(mixed str, mixed repl, mixed start, mixed[optional] length)
DUMP_FUNC:  class swfprebuiltclip_init(unknown[optional] file)
DUMP_FUNC:  class swfvideostream_init(unknown[optional] file)
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:  array sys_getloadavg()
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 tidy_access_count()
DUMP_FUNC:  bool tidy_clean_repair()
DUMP_FUNC:  int tidy_config_count()
DUMP_FUNC:  bool tidy_diagnose()
DUMP_FUNC:  int tidy_error_count()
DUMP_FUNC:  tidyNode tidy_get_body(resource tidy)
DUMP_FUNC:  array tidy_get_config()
DUMP_FUNC:  string tidy_get_error_buffer(boolean[optional] detailed)
DUMP_FUNC:  tidyNode tidy_get_head()
DUMP_FUNC:  tidyNode tidy_get_html()
DUMP_FUNC:  int tidy_get_html_ver()
DUMP_FUNC:  string tidy_get_opt_doc(tidy resource, string optname)
DUMP_FUNC:  string tidy_get_output()
DUMP_FUNC:  string tidy_get_release()
DUMP_FUNC:  tidyNode tidy_get_root()
DUMP_FUNC:  int tidy_get_status()
DUMP_FUNC:  mixed tidy_getopt(string option)
DUMP_FUNC:  bool tidy_is_xhtml()
DUMP_FUNC:  bool tidy_is_xml()
DUMP_FUNC:  tidy tidy_parse_file(string file, mixed[optional] config_options, string[optional] encoding, bool[optional] use_include_path)
DUMP_FUNC:  tidy tidy_parse_string(string input, mixed[optional] config_options, string[optional] encoding)
DUMP_FUNC:  string tidy_repair_file(string filename, mixed[optional] config_file, string[optional] encoding, bool[optional] use_include_path)
DUMP_FUNC:  string tidy_repair_string(string data, mixed[optional] config_file, string[optional] encoding)
DUMP_FUNC:  int tidy_warning_count()
DUMP_FUNC:  int time()
DUMP_FUNC:  mixed time_nanosleep(long seconds, long nanoseconds)
DUMP_FUNC:  bool time_sleep_until(float timestamp)
DUMP_FUNC:  array timezone_abbreviations_list()
DUMP_FUNC:  array timezone_identifiers_list()
DUMP_FUNC:  string timezone_name_from_abbr(string abbr, long gmtOffset, long isdst)
DUMP_FUNC:  string timezone_name_get(DateTimeZone object)
DUMP_FUNC:  int timezone_offset_get(DateTimeZone object, null object)
DUMP_FUNC:  DateTimeZone timezone_open(string timezone)
DUMP_FUNC:  array timezone_transitions_get(DateTimeZone object)
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 uksort(array array_arg, string cmp_function)
DUMP_FUNC:  int umask(int[optional] mask)
DUMP_FUNC:  string uniqid(string[optional] prefix, bool more_entropy)
DUMP_FUNC:  int unixtojd(int[optional] timestamp)
DUMP_FUNC:  bool unlink(string filename, context context)
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:  mixed variant_abs(mixed left)
DUMP_FUNC:  mixed variant_add(mixed left, mixed right)
DUMP_FUNC:  mixed variant_and(mixed left, mixed right)
DUMP_FUNC:  variant variant_cast(object variant, int type)
DUMP_FUNC:  mixed variant_cat(mixed left, mixed right)
DUMP_FUNC:  int variant_cmp(mixed left, mixed right, int[optional] lcid, int[optional] flags)
DUMP_FUNC:  variant variant_date_from_timestamp(int timestamp)
DUMP_FUNC:  int variant_date_to_timestamp(object variant)
DUMP_FUNC:  mixed variant_div(mixed left, mixed right)
DUMP_FUNC:  mixed variant_eqv(mixed left, mixed right)
DUMP_FUNC:  mixed variant_fix(mixed left)
DUMP_FUNC:  int variant_get_type(object variant)
DUMP_FUNC:  mixed variant_idiv(mixed left, mixed right)
DUMP_FUNC:  mixed variant_imp(mixed left, mixed right)
DUMP_FUNC:  mixed variant_int(mixed left)
DUMP_FUNC:  mixed variant_mod(mixed left, mixed right)
DUMP_FUNC:  mixed variant_mul(mixed left, mixed right)
DUMP_FUNC:  mixed variant_neg(mixed left)
DUMP_FUNC:  mixed variant_not(mixed left)
DUMP_FUNC:  mixed variant_or(mixed left, mixed right)
DUMP_FUNC:  mixed variant_pow(mixed left, mixed right)
DUMP_FUNC:  mixed variant_round(mixed left, int decimals)
DUMP_FUNC:  void variant_set(object variant, mixed value)
DUMP_FUNC:  void variant_set_type(object variant, int type)
DUMP_FUNC:  mixed variant_sub(mixed left, mixed right)
DUMP_FUNC:  mixed variant_xor(mixed left, mixed right)
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:  int vfprintf(resource stream, string format, array args)
DUMP_FUNC:  bool virtual(string uri)
DUMP_FUNC:  int vprintf(string format, array args)
DUMP_FUNC:  string vsprintf(string format, array args)
DUMP_FUNC:  bool wddx_add_vars(int packet_id, mixed var_names)
DUMP_FUNC:  mixed wddx_deserialize(mixed 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, boolean[optional] cut)
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:  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(resource server, array desc)
DUMP_FUNC:  string xmlrpc_server_call_method(resource server, string xml, mixed user_data, array[optional] output_options)
DUMP_FUNC:  resource xmlrpc_server_create()
DUMP_FUNC:  int xmlrpc_server_destroy(resource server)
DUMP_FUNC:  bool xmlrpc_server_register_introspection_callback(resource server, string function)
DUMP_FUNC:  bool xmlrpc_server_register_method(resource server, string method_name, string function)
DUMP_FUNC:  bool xmlrpc_set_type(string value, string type)
DUMP_FUNC:  bool xmlwriter_end_attribute(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_cdata(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_comment(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_document(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_dtd(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_dtd_attlist(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_dtd_element(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_dtd_entity(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_element(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_end_pi(resource xmlwriter)
DUMP_FUNC:  mixed xmlwriter_flush(resource xmlwriter, bool[optional] empty)
DUMP_FUNC:  bool xmlwriter_full_end_element(resource xmlwriter)
DUMP_FUNC:  resource xmlwriter_open_memory()
DUMP_FUNC:  resource xmlwriter_open_uri(resource xmlwriter, string source)
DUMP_FUNC:  string xmlwriter_output_memory(resource xmlwriter, bool[optional] flush)
DUMP_FUNC:  bool xmlwriter_set_indent(resource xmlwriter, bool indent)
DUMP_FUNC:  bool xmlwriter_set_indent_string(resource xmlwriter, string indentString)
DUMP_FUNC:  bool xmlwriter_start_attribute(resource xmlwriter, string name)
DUMP_FUNC:  bool xmlwriter_start_attribute_ns(resource xmlwriter, string prefix, string name, string uri)
DUMP_FUNC:  bool xmlwriter_start_cdata(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_start_comment(resource xmlwriter)
DUMP_FUNC:  bool xmlwriter_start_document(resource xmlwriter, string version, string encoding, string standalone)
DUMP_FUNC:  bool xmlwriter_start_dtd(resource xmlwriter, string name, string pubid, string sysid)
DUMP_FUNC:  bool xmlwriter_start_dtd_attlist(resource xmlwriter, string name)
DUMP_FUNC:  bool xmlwriter_start_dtd_element(resource xmlwriter, string name)
DUMP_FUNC:  bool xmlwriter_start_dtd_entity(resource xmlwriter, string name, bool isparam)
DUMP_FUNC:  bool xmlwriter_start_element(resource xmlwriter, string name)
DUMP_FUNC:  bool xmlwriter_start_element_ns(resource xmlwriter, string prefix, string name, string uri)
DUMP_FUNC:  bool xmlwriter_start_pi(resource xmlwriter, string target)
DUMP_FUNC:  bool xmlwriter_text(resource xmlwriter, string content)
DUMP_FUNC:  bool xmlwriter_write_attribute(resource xmlwriter, string name, string content)
DUMP_FUNC:  bool xmlwriter_write_attribute_ns(resource xmlwriter, string prefix, string name, string uri, string content)
DUMP_FUNC:  bool xmlwriter_write_cdata(resource xmlwriter, string content)
DUMP_FUNC:  bool xmlwriter_write_comment(resource xmlwriter, string content)
DUMP_FUNC:  bool xmlwriter_write_dtd(resource xmlwriter, string name, string pubid, string sysid, string subset)
DUMP_FUNC:  bool xmlwriter_write_dtd_attlist(resource xmlwriter, string name, string content)
DUMP_FUNC:  bool xmlwriter_write_dtd_element(resource xmlwriter, string name, string content)
DUMP_FUNC:  bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content)
DUMP_FUNC:  bool xmlwriter_write_element(resource xmlwriter, string name, string content)
DUMP_FUNC:  bool xmlwriter_write_element_ns(resource xmlwriter, string prefix, string name, string uri, string content)
DUMP_FUNC:  bool xmlwriter_write_pi(resource xmlwriter, string target, string content)
DUMP_FUNC:  bool xmlwriter_write_raw(resource xmlwriter, string content)
DUMP_FUNC:  string xsl_xsltprocessor_get_parameter(string namespace, string name)
DUMP_FUNC:  bool xsl_xsltprocessor_has_exslt_support()
DUMP_FUNC:  void xsl_xsltprocessor_import_stylesheet(domdocument doc)
DUMP_FUNC:  void xsl_xsltprocessor_register_php_functions()
DUMP_FUNC:  bool xsl_xsltprocessor_remove_parameter(string namespace, string name)
DUMP_FUNC:  bool xsl_xsltprocessor_set_parameter(string namespace, mixed name, string[optional] value)
DUMP_FUNC:  domdocument xsl_xsltprocessor_transform_to_doc(domnode doc)
DUMP_FUNC:  int xsl_xsltprocessor_transform_to_uri(domdocument doc, string uri)
DUMP_FUNC:  string xsl_xsltprocessor_transform_to_xml(domdocument doc)
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[optional] mode)
DUMP_FUNC:  string zip_entry_read(resource zip_entry, int[optional] len)
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: __COMPILER_HALT_OFFSET__ 0

DUMP_CONSTANT: __FILE__ 0

DUMP_CONSTANT: __FUNCTION__ 0

DUMP_CONSTANT: __LINE__ 0

DUMP_CONSTANT: __METHOD__ 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_INET6 0

DUMP_CONSTANT: AF_UNIX 0

DUMP_CONSTANT: ALL_MATCHES 0

DUMP_CONSTANT: ALT_DIGITS 0

DUMP_CONSTANT: AM_STR 0

DUMP_CONSTANT: APLOG_ALERT 0

DUMP_CONSTANT: APLOG_CRIT 0

DUMP_CONSTANT: APLOG_DEBUG 0

DUMP_CONSTANT: APLOG_EMERG 0

DUMP_CONSTANT: APLOG_ERR 0

DUMP_CONSTANT: APLOG_INFO 0

DUMP_CONSTANT: APLOG_NOTICE 0

DUMP_CONSTANT: APLOG_WARNING 0

DUMP_CONSTANT: ARRAY_AS_PROPS 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: ATOM 0

DUMP_CONSTANT: ATTR_AUTOCOMMIT 0

DUMP_CONSTANT: ATTR_CASE 0

DUMP_CONSTANT: ATTR_CLIENT_VERSION 0

DUMP_CONSTANT: ATTR_CONNECTION_STATUS 0

DUMP_CONSTANT: ATTR_CURSOR 0

DUMP_CONSTANT: ATTR_CURSOR_NAME 0

DUMP_CONSTANT: ATTR_DEFAULT_FETCH_MODE 0

DUMP_CONSTANT: ATTR_DRIVER_NAME 0

DUMP_CONSTANT: ATTR_EMULATE_PREPARES 0

DUMP_CONSTANT: ATTR_ERRMODE 0

DUMP_CONSTANT: ATTR_FETCH_CATALOG_NAMES 0

DUMP_CONSTANT: ATTR_FETCH_TABLE_NAMES 0

DUMP_CONSTANT: ATTR_MAX_COLUMN_LEN 0

DUMP_CONSTANT: ATTR_ORACLE_NULLS 0

DUMP_CONSTANT: ATTR_PERSISTENT 0

DUMP_CONSTANT: ATTR_PREFETCH 0

DUMP_CONSTANT: ATTR_SERVER_INFO 0

DUMP_CONSTANT: ATTR_SERVER_VERSION 0

DUMP_CONSTANT: ATTR_STATEMENT_CLASS 0

DUMP_CONSTANT: ATTR_STRINGIFY_FETCHES 0

DUMP_CONSTANT: ATTR_TIMEOUT 0

DUMP_CONSTANT: ATTRIBUTE 0

DUMP_CONSTANT: AUTH_REQUIRED 0

DUMP_CONSTANT: BAD_REQUEST 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: CALL_TOSTRING 0

DUMP_CONSTANT: CASE_LOWER 0

DUMP_CONSTANT: CASE_NATURAL 0

DUMP_CONSTANT: CASE_UPPER 0

DUMP_CONSTANT: CATCH_GET_CHILD 0

DUMP_CONSTANT: CDATA 0

DUMP_CONSTANT: CHAR_MAX 0

DUMP_CONSTANT: CHECKCONS 0

DUMP_CONSTANT: CHILD_FIRST 0

DUMP_CONSTANT: CL_EXPUNGE 0

DUMP_CONSTANT: CM_DEFAULT 0

DUMP_CONSTANT: CM_DEFLATE 0

DUMP_CONSTANT: CM_DEFLATE64 0

DUMP_CONSTANT: CM_IMPLODE 0

DUMP_CONSTANT: CM_PKWARE_IMPLODE 0

DUMP_CONSTANT: CM_REDUCE_1 0

DUMP_CONSTANT: CM_REDUCE_2 0

DUMP_CONSTANT: CM_REDUCE_3 0

DUMP_CONSTANT: CM_REDUCE_4 0

DUMP_CONSTANT: CM_SHRINK 0

DUMP_CONSTANT: CM_STORE 0

DUMP_CONSTANT: CODESET 0

DUMP_CONSTANT: COMMENT 0

DUMP_CONSTANT: CONNECTION_ABORTED 0

DUMP_CONSTANT: CONNECTION_NORMAL 0

DUMP_CONSTANT: CONNECTION_TIMEOUT 0

DUMP_CONSTANT: COOKIE 0

DUMP_CONSTANT: COUNT_NORMAL 0

DUMP_CONSTANT: COUNT_RECURSIVE 0

DUMP_CONSTANT: CP_MOVE 0

DUMP_CONSTANT: CP_UID 0

DUMP_CONSTANT: CREATE 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: CURL_VERSION_IPV6 0

DUMP_CONSTANT: CURL_VERSION_KERBEROS4 0

DUMP_CONSTANT: CURL_VERSION_LIBZ 0

DUMP_CONSTANT: CURL_VERSION_SSL 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: CURLFTPAUTH_DEFAULT 0

DUMP_CONSTANT: CURLFTPAUTH_SSL 0

DUMP_CONSTANT: CURLFTPAUTH_TLS 0

DUMP_CONSTANT: CURLFTPSSL_ALL 0

DUMP_CONSTANT: CURLFTPSSL_CONTROL 0

DUMP_CONSTANT: CURLFTPSSL_NONE 0

DUMP_CONSTANT: CURLFTPSSL_TRY 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_OUT 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: CURLM_BAD_EASY_HANDLE 0

DUMP_CONSTANT: CURLM_BAD_HANDLE 0

DUMP_CONSTANT: CURLM_CALL_MULTI_PERFORM 0

DUMP_CONSTANT: CURLM_INTERNAL_ERROR 0

DUMP_CONSTANT: CURLM_OK 0

DUMP_CONSTANT: CURLM_OUT_OF_MEMORY 0

DUMP_CONSTANT: CURLMSG_DONE 0

DUMP_CONSTANT: CURLOPT_AUTOREFERER 0

DUMP_CONSTANT: CURLOPT_BINARYTRANSFER 0

DUMP_CONSTANT: CURLOPT_BUFFERSIZE 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_COOKIESESSION 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_SSL 0

DUMP_CONSTANT: CURLOPT_FTP_USE_EPRT 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_FTPSSLAUTH 0

DUMP_CONSTANT: CURLOPT_HEADER 0

DUMP_CONSTANT: CURLOPT_HEADERFUNCTION 0

DUMP_CONSTANT: CURLOPT_HTTP200ALIASES 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_NOSIGNAL 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_PROXYPORT 0

DUMP_CONSTANT: CURLOPT_PROXYTYPE 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_READDATA 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_SSLCERTTYPE 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_UNRESTRICTED_AUTH 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: CURLPROXY_HTTP 0

DUMP_CONSTANT: CURLPROXY_SOCKS5 0

DUMP_CONSTANT: CURLVERSION_NOW 0

DUMP_CONSTANT: CURRENCY_SYMBOL 0

DUMP_CONSTANT: CURRENT_AS_FILEINFO 0

DUMP_CONSTANT: CURRENT_AS_PATHNAME 0

DUMP_CONSTANT: CURRENT_AS_SELF 0

DUMP_CONSTANT: CURRENT_MODE_MASK 0

DUMP_CONSTANT: CURSOR_FWDONLY 0

DUMP_CONSTANT: CURSOR_SCROLL 0

DUMP_CONSTANT: D_FMT 0

DUMP_CONSTANT: D_T_FMT 0

DUMP_CONSTANT: DATE_ATOM 0

DUMP_CONSTANT: DATE_COOKIE 0

DUMP_CONSTANT: DATE_ISO8601 0

DUMP_CONSTANT: DATE_RFC1036 0

DUMP_CONSTANT: DATE_RFC1123 0

DUMP_CONSTANT: DATE_RFC2822 0

DUMP_CONSTANT: DATE_RFC3339 0

DUMP_CONSTANT: DATE_RFC822 0

DUMP_CONSTANT: DATE_RFC850 0

DUMP_CONSTANT: DATE_RSS 0

DUMP_CONSTANT: DATE_W3C 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: DB2_AUTOCOMMIT_OFF 0

DUMP_CONSTANT: DB2_AUTOCOMMIT_ON 0

DUMP_CONSTANT: DB2_BINARY 0

DUMP_CONSTANT: DB2_CASE_LOWER 0

DUMP_CONSTANT: DB2_CASE_NATURAL 0

DUMP_CONSTANT: DB2_CASE_UPPER 0

DUMP_CONSTANT: DB2_CHAR 0

DUMP_CONSTANT: DB2_CONVERT 0

DUMP_CONSTANT: DB2_DOUBLE 0

DUMP_CONSTANT: DB2_FORWARD_ONLY 0

DUMP_CONSTANT: DB2_LONG 0

DUMP_CONSTANT: DB2_PARAM_FILE 0

DUMP_CONSTANT: DB2_PARAM_IN 0

DUMP_CONSTANT: DB2_PARAM_INOUT 0

DUMP_CONSTANT: DB2_PARAM_OUT 0

DUMP_CONSTANT: DB2_PASSTHRU 0

DUMP_CONSTANT: DB2_SCROLLABLE 0

DUMP_CONSTANT: DB2_XML 0

DUMP_CONSTANT: DEBUGGER_VERSION 0

DUMP_CONSTANT: DECIMAL_POINT 0

DUMP_CONSTANT: DECLINED 0

DUMP_CONSTANT: DEFAULT_INCLUDE_PATH 0

DUMP_CONSTANT: DEFAULTATTRS 0

DUMP_CONSTANT: DIRECTORY_SEPARATOR 0

DUMP_CONSTANT: DNS_A 0

DUMP_CONSTANT: DNS_A6 0

DUMP_CONSTANT: DNS_AAAA 0

DUMP_CONSTANT: DNS_ALL 0

DUMP_CONSTANT: DNS_ANY 0

DUMP_CONSTANT: DNS_CNAME 0

DUMP_CONSTANT: DNS_HINFO 0

DUMP_CONSTANT: DNS_MX 0

DUMP_CONSTANT: DNS_NAPTR 0

DUMP_CONSTANT: DNS_NS 0

DUMP_CONSTANT: DNS_PTR 0

DUMP_CONSTANT: DNS_SOA 0

DUMP_CONSTANT: DNS_SRV 0

DUMP_CONSTANT: DNS_TXT 0

DUMP_CONSTANT: DOC 0

DUMP_CONSTANT: DOC_FRAGMENT 0

DUMP_CONSTANT: DOC_TYPE 0

DUMP_CONSTANT: DOM_HIERARCHY_REQUEST_ERR 0

DUMP_CONSTANT: DOM_INDEX_SIZE_ERR 0

DUMP_CONSTANT: DOM_INUSE_ATTRIBUTE_ERR 0

DUMP_CONSTANT: DOM_INVALID_ACCESS_ERR 0

DUMP_CONSTANT: DOM_INVALID_CHARACTER_ERR 0

DUMP_CONSTANT: DOM_INVALID_MODIFICATION_ERR 0

DUMP_CONSTANT: DOM_INVALID_STATE_ERR 0

DUMP_CONSTANT: DOM_NAMESPACE_ERR 0

DUMP_CONSTANT: DOM_NO_DATA_ALLOWED_ERR 0

DUMP_CONSTANT: DOM_NO_MODIFICATION_ALLOWED_ERR 0

DUMP_CONSTANT: DOM_NOT_FOUND_ERR 0

DUMP_CONSTANT: DOM_NOT_SUPPORTED_ERR 0

DUMP_CONSTANT: DOM_PHP_ERR 0

DUMP_CONSTANT: DOM_SYNTAX_ERR 0

DUMP_CONSTANT: DOM_VALIDATION_ERR 0

DUMP_CONSTANT: DOM_WRONG_DOCUMENT_ERR 0

DUMP_CONSTANT: DOMSTRING_SIZE_ERR 0

DUMP_CONSTANT: DONE 0

DUMP_CONSTANT: DROP_NEW_LINE 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_RECOVERABLE_ERROR 0

DUMP_CONSTANT: E_STRICT 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: ELEMENT 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: END_ELEMENT 0

DUMP_CONSTANT: END_ENTITY 0

DUMP_CONSTANT: ENT_COMPAT 0

DUMP_CONSTANT: ENT_NOQUOTES 0

DUMP_CONSTANT: ENT_QUOTES 0

DUMP_CONSTANT: ENTITY 0

DUMP_CONSTANT: ENTITY_REF 0

DUMP_CONSTANT: ER_CHANGED 0

DUMP_CONSTANT: ER_CLOSE 0

DUMP_CONSTANT: ER_COMPNOTSUPP 0

DUMP_CONSTANT: ER_CRC 0

DUMP_CONSTANT: ER_DELETED 0

DUMP_CONSTANT: ER_EOF 0

DUMP_CONSTANT: ER_EXISTS 0

DUMP_CONSTANT: ER_INCONS 0

DUMP_CONSTANT: ER_INTERNAL 0

DUMP_CONSTANT: ER_INVAL 0

DUMP_CONSTANT: ER_MEMORY 0

DUMP_CONSTANT: ER_MULTIDISK 0

DUMP_CONSTANT: ER_NOENT 0

DUMP_CONSTANT: ER_NOZIP 0

DUMP_CONSTANT: ER_OK 0

DUMP_CONSTANT: ER_OPEN 0

DUMP_CONSTANT: ER_READ 0

DUMP_CONSTANT: ER_REMOVE 0

DUMP_CONSTANT: ER_RENAME 0

DUMP_CONSTANT: ER_SEEK 0

DUMP_CONSTANT: ER_TMPOPEN 0

DUMP_CONSTANT: ER_WRITE 0

DUMP_CONSTANT: ER_ZIPCLOSED 0

DUMP_CONSTANT: ER_ZLIB 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: ERR_ALREADY_EXISTS 0

DUMP_CONSTANT: ERR_CANT_MAP 0

DUMP_CONSTANT: ERR_CONSTRAINT 0

DUMP_CONSTANT: ERR_DISCONNECTED 0

DUMP_CONSTANT: ERR_MISMATCH 0

DUMP_CONSTANT: ERR_NO_PERM 0

DUMP_CONSTANT: ERR_NONE 0

DUMP_CONSTANT: ERR_NOT_FOUND 0

DUMP_CONSTANT: ERR_NOT_IMPLEMENTED 0

DUMP_CONSTANT: ERR_SYNTAX 0

DUMP_CONSTANT: ERR_TRUNCATED 0

DUMP_CONSTANT: ERRMODE_EXCEPTION 0

DUMP_CONSTANT: ERRMODE_SILENT 0

DUMP_CONSTANT: ERRMODE_WARNING 0

DUMP_CONSTANT: ERROR 0

DUMP_CONSTANT: EXCL 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_ISO8859_1 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: FBSQL_UTF8 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: FETCH_ASSOC 0

DUMP_CONSTANT: FETCH_BOTH 0

DUMP_CONSTANT: FETCH_BOUND 0

DUMP_CONSTANT: FETCH_CLASS 0

DUMP_CONSTANT: FETCH_CLASSTYPE 0

DUMP_CONSTANT: FETCH_COLUMN 0

DUMP_CONSTANT: FETCH_FUNC 0

DUMP_CONSTANT: FETCH_GROUP 0

DUMP_CONSTANT: FETCH_INTO 0

DUMP_CONSTANT: FETCH_LAZY 0

DUMP_CONSTANT: FETCH_NAMED 0

DUMP_CONSTANT: FETCH_NUM 0

DUMP_CONSTANT: FETCH_OBJ 0

DUMP_CONSTANT: FETCH_ORI_ABS 0

DUMP_CONSTANT: FETCH_ORI_FIRST 0

DUMP_CONSTANT: FETCH_ORI_LAST 0

DUMP_CONSTANT: FETCH_ORI_NEXT 0

DUMP_CONSTANT: FETCH_ORI_PRIOR 0

DUMP_CONSTANT: FETCH_ORI_REL 0

DUMP_CONSTANT: FETCH_PROPS_LATE 0

DUMP_CONSTANT: FETCH_SERIALIZE 0

DUMP_CONSTANT: FETCH_UNIQUE 0

DUMP_CONSTANT: FILE_APPEND 0

DUMP_CONSTANT: FILE_IGNORE_NEW_LINES 0

DUMP_CONSTANT: FILE_NO_DEFAULT_CONTEXT 0

DUMP_CONSTANT: FILE_SKIP_EMPTY_LINES 0

DUMP_CONSTANT: FILE_USE_INCLUDE_PATH 0

DUMP_CONSTANT: FILTER_CALLBACK 0

DUMP_CONSTANT: FILTER_DEFAULT 0

DUMP_CONSTANT: FILTER_FLAG_ALLOW_FRACTION 0

DUMP_CONSTANT: FILTER_FLAG_ALLOW_HEX 0

DUMP_CONSTANT: FILTER_FLAG_ALLOW_OCTAL 0

DUMP_CONSTANT: FILTER_FLAG_ALLOW_SCIENTIFIC 0

DUMP_CONSTANT: FILTER_FLAG_ALLOW_THOUSAND 0

DUMP_CONSTANT: FILTER_FLAG_EMPTY_STRING_NULL 0

DUMP_CONSTANT: FILTER_FLAG_ENCODE_AMP 0

DUMP_CONSTANT: FILTER_FLAG_ENCODE_HIGH 0

DUMP_CONSTANT: FILTER_FLAG_ENCODE_LOW 0

DUMP_CONSTANT: FILTER_FLAG_HOST_REQUIRED 0

DUMP_CONSTANT: FILTER_FLAG_IPV4 0

DUMP_CONSTANT: FILTER_FLAG_IPV6 0

DUMP_CONSTANT: FILTER_FLAG_NO_ENCODE_QUOTES 0

DUMP_CONSTANT: FILTER_FLAG_NO_PRIV_RANGE 0

DUMP_CONSTANT: FILTER_FLAG_NO_RES_RANGE 0

DUMP_CONSTANT: FILTER_FLAG_NONE 0

DUMP_CONSTANT: FILTER_FLAG_PATH_REQUIRED 0

DUMP_CONSTANT: FILTER_FLAG_QUERY_REQUIRED 0

DUMP_CONSTANT: FILTER_FLAG_SCHEME_REQUIRED 0

DUMP_CONSTANT: FILTER_FLAG_STRIP_HIGH 0

DUMP_CONSTANT: FILTER_FLAG_STRIP_LOW 0

DUMP_CONSTANT: FILTER_FORCE_ARRAY 0

DUMP_CONSTANT: FILTER_NULL_ON_FAILURE 0

DUMP_CONSTANT: FILTER_REQUIRE_ARRAY 0

DUMP_CONSTANT: FILTER_REQUIRE_SCALAR 0

DUMP_CONSTANT: FILTER_SANITIZE_EMAIL 0

DUMP_CONSTANT: FILTER_SANITIZE_ENCODED 0

DUMP_CONSTANT: FILTER_SANITIZE_MAGIC_QUOTES 0

DUMP_CONSTANT: FILTER_SANITIZE_NUMBER_FLOAT 0

DUMP_CONSTANT: FILTER_SANITIZE_NUMBER_INT 0

DUMP_CONSTANT: FILTER_SANITIZE_SPECIAL_CHARS 0

DUMP_CONSTANT: FILTER_SANITIZE_STRING 0

DUMP_CONSTANT: FILTER_SANITIZE_STRIPPED 0

DUMP_CONSTANT: FILTER_SANITIZE_URL 0

DUMP_CONSTANT: FILTER_UNSAFE_RAW 0

DUMP_CONSTANT: FILTER_VALIDATE_BOOLEAN 0

DUMP_CONSTANT: FILTER_VALIDATE_EMAIL 0

DUMP_CONSTANT: FILTER_VALIDATE_FLOAT 0

DUMP_CONSTANT: FILTER_VALIDATE_INT 0

DUMP_CONSTANT: FILTER_VALIDATE_IP 0

DUMP_CONSTANT: FILTER_VALIDATE_REGEXP 0

DUMP_CONSTANT: FILTER_VALIDATE_URL 0

DUMP_CONSTANT: FL_COMPRESSED 0

DUMP_CONSTANT: FL_NOCASE 0

DUMP_CONSTANT: FL_NODIR 0

DUMP_CONSTANT: FL_UNCHANGED 0

DUMP_CONSTANT: FNM_CASEFOLD 0

DUMP_CONSTANT: FNM_NOESCAPE 0

DUMP_CONSTANT: FNM_PATHNAME 0

DUMP_CONSTANT: FNM_PERIOD 0

DUMP_CONSTANT: FORBIDDEN 0

DUMP_CONSTANT: FORCE_DEFLATE 0

DUMP_CONSTANT: FORCE_GZIP 0

DUMP_CONSTANT: FRAC_DIGITS 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: FULL_CACHE 0

DUMP_CONSTANT: GD_BUNDLED 0

DUMP_CONSTANT: GET_MATCH 0

DUMP_CONSTANT: GLOB_BRACE 0

DUMP_CONSTANT: GLOB_ERR 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: HASH_HMAC 0

DUMP_CONSTANT: HTML_ENTITIES 0

DUMP_CONSTANT: HTML_SPECIALCHARS 0

DUMP_CONSTANT: HTTP_ACCEPTED 0

DUMP_CONSTANT: HTTP_BAD_GATEWAY 0

DUMP_CONSTANT: HTTP_BAD_REQUEST 0

DUMP_CONSTANT: HTTP_CONFLICT 0

DUMP_CONSTANT: HTTP_CONTINUE 0

DUMP_CONSTANT: HTTP_CREATED 0

DUMP_CONSTANT: HTTP_EXPECTATION_FAILED 0

DUMP_CONSTANT: HTTP_FAILED_DEPENDENCY 0

DUMP_CONSTANT: HTTP_FORBIDDEN 0

DUMP_CONSTANT: HTTP_GATEWAY_TIME_OUT 0

DUMP_CONSTANT: HTTP_GONE 0

DUMP_CONSTANT: HTTP_INSUFFICIENT_STORAGE 0

DUMP_CONSTANT: HTTP_INTERNAL_SERVER_ERROR 0

DUMP_CONSTANT: HTTP_LOCKED 0

DUMP_CONSTANT: HTTP_METHOD_NOT_ALLOWED 0

DUMP_CONSTANT: HTTP_MOVED_PERMANENTLY 0

DUMP_CONSTANT: HTTP_MOVED_TEMPORARILY 0

DUMP_CONSTANT: HTTP_MULTI_STATUS 0

DUMP_CONSTANT: HTTP_MULTIPLE_CHOICES 0

DUMP_CONSTANT: HTTP_NO_CONTENT 0

DUMP_CONSTANT: HTTP_NON_AUTHORITATIVE 0

DUMP_CONSTANT: HTTP_NOT_ACCEPTABLE 0

DUMP_CONSTANT: HTTP_NOT_EXTENDED 0

DUMP_CONSTANT: HTTP_NOT_FOUND 0

DUMP_CONSTANT: HTTP_NOT_IMPLEMENTED 0

DUMP_CONSTANT: HTTP_NOT_MODIFIED 0

DUMP_CONSTANT: HTTP_OK 0

DUMP_CONSTANT: HTTP_PARTIAL_CONTENT 0

DUMP_CONSTANT: HTTP_PAYMENT_REQUIRED 0

DUMP_CONSTANT: HTTP_PRECONDITION_FAILED 0

DUMP_CONSTANT: HTTP_PROCESSING 0

DUMP_CONSTANT: HTTP_PROXY_AUTHENTICATION_REQUIRED 0

DUMP_CONSTANT: HTTP_RANGE_NOT_SATISFIABLE 0

DUMP_CONSTANT: HTTP_REQUEST_ENTITY_TOO_LARGE 0

DUMP_CONSTANT: HTTP_REQUEST_TIME_OUT 0

DUMP_CONSTANT: HTTP_REQUEST_URI_TOO_LARGE 0

DUMP_CONSTANT: HTTP_RESET_CONTENT 0

DUMP_CONSTANT: HTTP_SEE_OTHER 0

DUMP_CONSTANT: HTTP_SERVICE_UNAVAILABLE 0

DUMP_CONSTANT: HTTP_SWITCHING_PROTOCOLS 0

DUMP_CONSTANT: HTTP_TEMPORARY_REDIRECT 0

DUMP_CONSTANT: HTTP_UNAUTHORIZED 0

DUMP_CONSTANT: HTTP_UNPROCESSABLE_ENTITY 0

DUMP_CONSTANT: HTTP_UNSUPPORTED_MEDIA_TYPE 0

DUMP_CONSTANT: HTTP_USE_PROXY 0

DUMP_CONSTANT: HTTP_VARIANT_ALSO_VARIES 0

DUMP_CONSTANT: HTTP_VERSION_NOT_SUPPORTED 0

DUMP_CONSTANT: IBASE_BKP_CONVERT 0

DUMP_CONSTANT: IBASE_BKP_IGNORE_CHECKSUMS 0

DUMP_CONSTANT: IBASE_BKP_IGNORE_LIMBO 0

DUMP_CONSTANT: IBASE_BKP_METADATA_ONLY 0

DUMP_CONSTANT: IBASE_BKP_NO_GARBAGE_COLLECT 0

DUMP_CONSTANT: IBASE_BKP_NON_TRANSPORTABLE 0

DUMP_CONSTANT: IBASE_BKP_OLD_DESCRIPTIONS 0

DUMP_CONSTANT: IBASE_COMMITTED 0

DUMP_CONSTANT: IBASE_CONCURRENCY 0

DUMP_CONSTANT: IBASE_CONSISTENCY 0

DUMP_CONSTANT: IBASE_CREATE 0

DUMP_CONSTANT: IBASE_DEFAULT 0

DUMP_CONSTANT: IBASE_FETCH_ARRAYS 0

DUMP_CONSTANT: IBASE_FETCH_BLOBS 0

DUMP_CONSTANT: IBASE_NOWAIT 0

DUMP_CONSTANT: IBASE_PRP_ACCESS_MODE 0

DUMP_CONSTANT: IBASE_PRP_ACTIVATE 0

DUMP_CONSTANT: IBASE_PRP_AM_READONLY 0

DUMP_CONSTANT: IBASE_PRP_AM_READWRITE 0

DUMP_CONSTANT: IBASE_PRP_DB_ONLINE 0

DUMP_CONSTANT: IBASE_PRP_DENY_NEW_ATTACHMENTS 0

DUMP_CONSTANT: IBASE_PRP_DENY_NEW_TRANSACTIONS 0

DUMP_CONSTANT: IBASE_PRP_PAGE_BUFFERS 0

DUMP_CONSTANT: IBASE_PRP_RES 0

DUMP_CONSTANT: IBASE_PRP_RES_USE_FULL 0

DUMP_CONSTANT: IBASE_PRP_RESERVE_SPACE 0

DUMP_CONSTANT: IBASE_PRP_SET_SQL_DIALECT 0

DUMP_CONSTANT: IBASE_PRP_SHUTDOWN_DB 0

DUMP_CONSTANT: IBASE_PRP_SWEEP_INTERVAL 0

DUMP_CONSTANT: IBASE_PRP_WM_ASYNC 0

DUMP_CONSTANT: IBASE_PRP_WM_SYNC 0

DUMP_CONSTANT: IBASE_PRP_WRITE_MODE 0

DUMP_CONSTANT: IBASE_READ 0

DUMP_CONSTANT: IBASE_REC_NO_VERSION 0

DUMP_CONSTANT: IBASE_REC_VERSION 0

DUMP_CONSTANT: IBASE_RES_CREATE 0

DUMP_CONSTANT: IBASE_RES_DEACTIVATE_IDX 0

DUMP_CONSTANT: IBASE_RES_NO_SHADOW 0

DUMP_CONSTANT: IBASE_RES_NO_VALIDITY 0

DUMP_CONSTANT: IBASE_RES_ONE_AT_A_TIME 0

DUMP_CONSTANT: IBASE_RES_REPLACE 0

DUMP_CONSTANT: IBASE_RES_USE_ALL_SPACE 0

DUMP_CONSTANT: IBASE_RPR_CHECK_DB 0

DUMP_CONSTANT: IBASE_RPR_FULL 0

DUMP_CONSTANT: IBASE_RPR_IGNORE_CHECKSUM 0

DUMP_CONSTANT: IBASE_RPR_KILL_SHADOWS 0

DUMP_CONSTANT: IBASE_RPR_MEND_DB 0

DUMP_CONSTANT: IBASE_RPR_SWEEP_DB 0

DUMP_CONSTANT: IBASE_RPR_VALIDATE_DB 0

DUMP_CONSTANT: IBASE_STS_DATA_PAGES 0

DUMP_CONSTANT: IBASE_STS_DB_LOG 0

DUMP_CONSTANT: IBASE_STS_HDR_PAGES 0

DUMP_CONSTANT: IBASE_STS_IDX_PAGES 0

DUMP_CONSTANT: IBASE_STS_SYS_RELATIONS 0

DUMP_CONSTANT: IBASE_SVC_GET_ENV 0

DUMP_CONSTANT: IBASE_SVC_GET_ENV_LOCK 0

DUMP_CONSTANT: IBASE_SVC_GET_ENV_MSG 0

DUMP_CONSTANT: IBASE_SVC_GET_USERS 0

DUMP_CONSTANT: IBASE_SVC_IMPLEMENTATION 0

DUMP_CONSTANT: IBASE_SVC_SERVER_VERSION 0

DUMP_CONSTANT: IBASE_SVC_SVR_DB_INFO 0

DUMP_CONSTANT: IBASE_SVC_USER_DBPATH 0

DUMP_CONSTANT: IBASE_TEXT 0

DUMP_CONSTANT: IBASE_UNIXTIME 0

DUMP_CONSTANT: IBASE_WAIT 0

DUMP_CONSTANT: IBASE_WRITE 0

DUMP_CONSTANT: ICONV_IMPL 0

DUMP_CONSTANT: ICONV_MIME_DECODE_CONTINUE_ON_ERROR 0

DUMP_CONSTANT: ICONV_MIME_DECODE_STRICT 0

DUMP_CONSTANT: ICONV_VERSION 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_FILTER_BRIGHTNESS 0

DUMP_CONSTANT: IMG_FILTER_COLORIZE 0

DUMP_CONSTANT: IMG_FILTER_CONTRAST 0

DUMP_CONSTANT: IMG_FILTER_EDGEDETECT 0

DUMP_CONSTANT: IMG_FILTER_EMBOSS 0

DUMP_CONSTANT: IMG_FILTER_GAUSSIAN_BLUR 0

DUMP_CONSTANT: IMG_FILTER_GRAYSCALE 0

DUMP_CONSTANT: IMG_FILTER_MEAN_REMOVAL 0

DUMP_CONSTANT: IMG_FILTER_NEGATE 0

DUMP_CONSTANT: IMG_FILTER_SELECTIVE_BLUR 0

DUMP_CONSTANT: IMG_FILTER_SMOOTH 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: INI_ALL 0

DUMP_CONSTANT: INI_PERDIR 0

DUMP_CONSTANT: INI_SYSTEM 0

DUMP_CONSTANT: INI_USER 0

DUMP_CONSTANT: INPUT_COOKIE 0

DUMP_CONSTANT: INPUT_ENV 0

DUMP_CONSTANT: INPUT_GET 0

DUMP_CONSTANT: INPUT_POST 0

DUMP_CONSTANT: INPUT_REQUEST 0

DUMP_CONSTANT: INPUT_SERVER 0

DUMP_CONSTANT: INPUT_SESSION 0

DUMP_CONSTANT: INT_CURR_SYMBOL 0

DUMP_CONSTANT: INT_FRAC_DIGITS 0

DUMP_CONSTANT: IS_ABSTRACT 0

DUMP_CONSTANT: IS_DEPRECATED 0

DUMP_CONSTANT: IS_EXPLICIT_ABSTRACT 0

DUMP_CONSTANT: IS_FINAL 0

DUMP_CONSTANT: IS_IMPLICIT_ABSTRACT 0

DUMP_CONSTANT: IS_PRIVATE 0

DUMP_CONSTANT: IS_PROTECTED 0

DUMP_CONSTANT: IS_PUBLIC 0

DUMP_CONSTANT: IS_STATIC 0

DUMP_CONSTANT: ISO8601 0

DUMP_CONSTANT: KEY_AS_FILENAME 0

DUMP_CONSTANT: KEY_AS_PATHNAME 0

DUMP_CONSTANT: KEY_MODE_MASK 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: LDAP_OPT_X_SASL_AUTHCID 0

DUMP_CONSTANT: LDAP_OPT_X_SASL_AUTHZID 0

DUMP_CONSTANT: LDAP_OPT_X_SASL_MECH 0

DUMP_CONSTANT: LDAP_OPT_X_SASL_REALM 0

DUMP_CONSTANT: LEAVES_ONLY 0

DUMP_CONSTANT: LIBEXSLT_DOTTED_VERSION 0

DUMP_CONSTANT: LIBEXSLT_VERSION 0

DUMP_CONSTANT: LIBXML_COMPACT 0

DUMP_CONSTANT: LIBXML_DOTTED_VERSION 0

DUMP_CONSTANT: LIBXML_DTDATTR 0

DUMP_CONSTANT: LIBXML_DTDLOAD 0

DUMP_CONSTANT: LIBXML_DTDVALID 0

DUMP_CONSTANT: LIBXML_ERR_ERROR 0

DUMP_CONSTANT: LIBXML_ERR_FATAL 0

DUMP_CONSTANT: LIBXML_ERR_NONE 0

DUMP_CONSTANT: LIBXML_ERR_WARNING 0

DUMP_CONSTANT: LIBXML_NOBLANKS 0

DUMP_CONSTANT: LIBXML_NOCDATA 0

DUMP_CONSTANT: LIBXML_NOEMPTYTAG 0

DUMP_CONSTANT: LIBXML_NOENT 0

DUMP_CONSTANT: LIBXML_NOERROR 0

DUMP_CONSTANT: LIBXML_NONET 0

DUMP_CONSTANT: LIBXML_NOWARNING 0

DUMP_CONSTANT: LIBXML_NOXMLDECL 0

DUMP_CONSTANT: LIBXML_NSCLEAN 0

DUMP_CONSTANT: LIBXML_VERSION 0

DUMP_CONSTANT: LIBXML_XINCLUDE 0

DUMP_CONSTANT: LIBXSLT_DOTTED_VERSION 0

DUMP_CONSTANT: LIBXSLT_VERSION 0

DUMP_CONSTANT: LOADDTD 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_CONNECT 0

DUMP_CONSTANT: M_COPY 0

DUMP_CONSTANT: M_DELETE 0

DUMP_CONSTANT: M_E 0

DUMP_CONSTANT: M_EULER 0

DUMP_CONSTANT: M_GET 0

DUMP_CONSTANT: M_INVALID 0

DUMP_CONSTANT: M_LN10 0

DUMP_CONSTANT: M_LN2 0

DUMP_CONSTANT: M_LNPI 0

DUMP_CONSTANT: M_LOCK 0

DUMP_CONSTANT: M_LOG10E 0

DUMP_CONSTANT: M_LOG2E 0

DUMP_CONSTANT: M_MKCOL 0

DUMP_CONSTANT: M_MOVE 0

DUMP_CONSTANT: M_OPTIONS 0

DUMP_CONSTANT: M_PATCH 0

DUMP_CONSTANT: M_PI 0

DUMP_CONSTANT: M_PI_2 0

DUMP_CONSTANT: M_PI_4 0

DUMP_CONSTANT: M_POST 0

DUMP_CONSTANT: M_PROPFIND 0

DUMP_CONSTANT: M_PROPPATCH 0

DUMP_CONSTANT: M_PUT 0

DUMP_CONSTANT: M_SQRT1_2 0

DUMP_CONSTANT: M_SQRT2 0

DUMP_CONSTANT: M_SQRT3 0

DUMP_CONSTANT: M_SQRTPI 0

DUMP_CONSTANT: M_TRACE 0

DUMP_CONSTANT: M_UNLOCK 0

DUMP_CONSTANT: MATCH 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: 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: 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_EAGAIN 0

DUMP_CONSTANT: MSG_ENOMSG 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_ATTR_DIRECT_QUERY 0

DUMP_CONSTANT: MYSQL_ATTR_INIT_COMMAND 0

DUMP_CONSTANT: MYSQL_ATTR_LOCAL_INFILE 0

DUMP_CONSTANT: MYSQL_ATTR_MAX_BUFFER_SIZE 0

DUMP_CONSTANT: MYSQL_ATTR_READ_DEFAULT_FILE 0

DUMP_CONSTANT: MYSQL_ATTR_READ_DEFAULT_GROUP 0

DUMP_CONSTANT: MYSQL_ATTR_USE_BUFFERED_QUERY 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: MYSQLI_ASSOC 0

DUMP_CONSTANT: MYSQLI_AUTO_INCREMENT_FLAG 0

DUMP_CONSTANT: MYSQLI_BLOB_FLAG 0

DUMP_CONSTANT: MYSQLI_BOTH 0

DUMP_CONSTANT: MYSQLI_CLIENT_COMPRESS 0

DUMP_CONSTANT: MYSQLI_CLIENT_FOUND_ROWS 0

DUMP_CONSTANT: MYSQLI_CLIENT_IGNORE_SPACE 0

DUMP_CONSTANT: MYSQLI_CLIENT_INTERACTIVE 0

DUMP_CONSTANT: MYSQLI_CLIENT_NO_SCHEMA 0

DUMP_CONSTANT: MYSQLI_CLIENT_SSL 0

DUMP_CONSTANT: MYSQLI_CURSOR_TYPE_FOR_UPDATE 0

DUMP_CONSTANT: MYSQLI_CURSOR_TYPE_NO_CURSOR 0

DUMP_CONSTANT: MYSQLI_CURSOR_TYPE_READ_ONLY 0

DUMP_CONSTANT: MYSQLI_CURSOR_TYPE_SCROLLABLE 0

DUMP_CONSTANT: MYSQLI_DATA_TRUNCATED 0

DUMP_CONSTANT: MYSQLI_GROUP_FLAG 0

DUMP_CONSTANT: MYSQLI_INIT_COMMAND 0

DUMP_CONSTANT: MYSQLI_MULTIPLE_KEY_FLAG 0

DUMP_CONSTANT: MYSQLI_NO_DATA 0

DUMP_CONSTANT: MYSQLI_NOT_NULL_FLAG 0

DUMP_CONSTANT: MYSQLI_NUM 0

DUMP_CONSTANT: MYSQLI_NUM_FLAG 0

DUMP_CONSTANT: MYSQLI_OPT_CONNECT_TIMEOUT 0

DUMP_CONSTANT: MYSQLI_OPT_LOCAL_INFILE 0

DUMP_CONSTANT: MYSQLI_PART_KEY_FLAG 0

DUMP_CONSTANT: MYSQLI_PRI_KEY_FLAG 0

DUMP_CONSTANT: MYSQLI_READ_DEFAULT_FILE 0

DUMP_CONSTANT: MYSQLI_READ_DEFAULT_GROUP 0

DUMP_CONSTANT: MYSQLI_REPORT_ALL 0

DUMP_CONSTANT: MYSQLI_REPORT_ERROR 0

DUMP_CONSTANT: MYSQLI_REPORT_INDEX 0

DUMP_CONSTANT: MYSQLI_REPORT_OFF 0

DUMP_CONSTANT: MYSQLI_REPORT_STRICT 0

DUMP_CONSTANT: MYSQLI_RPL_ADMIN 0

DUMP_CONSTANT: MYSQLI_RPL_MASTER 0

DUMP_CONSTANT: MYSQLI_RPL_SLAVE 0

DUMP_CONSTANT: MYSQLI_SET_FLAG 0

DUMP_CONSTANT: MYSQLI_STMT_ATTR_CURSOR_TYPE 0

DUMP_CONSTANT: MYSQLI_STMT_ATTR_PREFETCH_ROWS 0

DUMP_CONSTANT: MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH 0

DUMP_CONSTANT: MYSQLI_STORE_RESULT 0

DUMP_CONSTANT: MYSQLI_TIMESTAMP_FLAG 0

DUMP_CONSTANT: MYSQLI_TYPE_BIT 0

DUMP_CONSTANT: MYSQLI_TYPE_BLOB 0

DUMP_CONSTANT: MYSQLI_TYPE_CHAR 0

DUMP_CONSTANT: MYSQLI_TYPE_DATE 0

DUMP_CONSTANT: MYSQLI_TYPE_DATETIME 0

DUMP_CONSTANT: MYSQLI_TYPE_DECIMAL 0

DUMP_CONSTANT: MYSQLI_TYPE_DOUBLE 0

DUMP_CONSTANT: MYSQLI_TYPE_ENUM 0

DUMP_CONSTANT: MYSQLI_TYPE_FLOAT 0

DUMP_CONSTANT: MYSQLI_TYPE_GEOMETRY 0

DUMP_CONSTANT: MYSQLI_TYPE_INT24 0

DUMP_CONSTANT: MYSQLI_TYPE_INTERVAL 0

DUMP_CONSTANT: MYSQLI_TYPE_LONG 0

DUMP_CONSTANT: MYSQLI_TYPE_LONG_BLOB 0

DUMP_CONSTANT: MYSQLI_TYPE_LONGLONG 0

DUMP_CONSTANT: MYSQLI_TYPE_MEDIUM_BLOB 0

DUMP_CONSTANT: MYSQLI_TYPE_NEWDATE 0

DUMP_CONSTANT: MYSQLI_TYPE_NEWDECIMAL 0

DUMP_CONSTANT: MYSQLI_TYPE_NULL 0

DUMP_CONSTANT: MYSQLI_TYPE_SET 0

DUMP_CONSTANT: MYSQLI_TYPE_SHORT 0

DUMP_CONSTANT: MYSQLI_TYPE_STRING 0

DUMP_CONSTANT: MYSQLI_TYPE_TIME 0

DUMP_CONSTANT: MYSQLI_TYPE_TIMESTAMP 0

DUMP_CONSTANT: MYSQLI_TYPE_TINY 0

DUMP_CONSTANT: MYSQLI_TYPE_TINY_BLOB 0

DUMP_CONSTANT: MYSQLI_TYPE_VAR_STRING 0

DUMP_CONSTANT: MYSQLI_TYPE_YEAR 0

DUMP_CONSTANT: MYSQLI_UNIQUE_KEY_FLAG 0

DUMP_CONSTANT: MYSQLI_UNSIGNED_FLAG 0

DUMP_CONSTANT: MYSQLI_USE_RESULT 0

DUMP_CONSTANT: MYSQLI_ZEROFILL_FLAG 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: NEW_CURRENT_AND_KEY 0

DUMP_CONSTANT: NIL 0

DUMP_CONSTANT: NOEXPR 0

DUMP_CONSTANT: NONE 0

DUMP_CONSTANT: NOSTR 0

DUMP_CONSTANT: NOT_FOUND 0

DUMP_CONSTANT: NOTATION 0

DUMP_CONSTANT: NULL_EMPTY_STRING 0

DUMP_CONSTANT: NULL_NATURAL 0

DUMP_CONSTANT: NULL_TO_STRING 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_INT 0

DUMP_CONSTANT: OCI_B_NTY 0

DUMP_CONSTANT: OCI_B_NUM 0

DUMP_CONSTANT: OCI_B_ROWID 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_LOB_BUFFER_FREE 0

DUMP_CONSTANT: OCI_NUM 0

DUMP_CONSTANT: OCI_RETURN_LOBS 0

DUMP_CONSTANT: OCI_RETURN_NULLS 0

DUMP_CONSTANT: OCI_SEEK_CUR 0

DUMP_CONSTANT: OCI_SEEK_END 0

DUMP_CONSTANT: OCI_SEEK_SET 0

DUMP_CONSTANT: OCI_SYSDATE 0

DUMP_CONSTANT: OCI_SYSDBA 0

DUMP_CONSTANT: OCI_SYSOPER 0

DUMP_CONSTANT: OCI_TEMP_BLOB 0

DUMP_CONSTANT: OCI_TEMP_CLOB 0

DUMP_CONSTANT: ODBC_ATTR_USE_CURSOR_LIBRARY 0

DUMP_CONSTANT: ODBC_BINMODE_CONVERT 0

DUMP_CONSTANT: ODBC_BINMODE_PASSTHRU 0

DUMP_CONSTANT: ODBC_BINMODE_RETURN 0

DUMP_CONSTANT: ODBC_SQL_USE_DRIVER 0

DUMP_CONSTANT: ODBC_SQL_USE_IF_NEEDED 0

DUMP_CONSTANT: ODBC_SQL_USE_ODBC 0

DUMP_CONSTANT: ODBC_TYPE 0

DUMP_CONSTANT: OK 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_ALGO_MD2 0

DUMP_CONSTANT: OPENSSL_ALGO_MD4 0

DUMP_CONSTANT: OPENSSL_ALGO_MD5 0

DUMP_CONSTANT: OPENSSL_ALGO_SHA1 0

DUMP_CONSTANT: OPENSSL_CIPHER_3DES 0

DUMP_CONSTANT: OPENSSL_CIPHER_DES 0

DUMP_CONSTANT: OPENSSL_CIPHER_RC2_128 0

DUMP_CONSTANT: OPENSSL_CIPHER_RC2_40 0

DUMP_CONSTANT: OPENSSL_CIPHER_RC2_64 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_DH 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_DSA 0

DUMP_CONSTANT: OPENSSL_KEYTYPE_EC 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: OPENSSL_VERSION_NUMBER 0

DUMP_CONSTANT: OPENSSL_VERSION_TEXT 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: OVERWRITE 0

DUMP_CONSTANT: P_CS_PRECEDES 0

DUMP_CONSTANT: P_SEP_BY_SPACE 0

DUMP_CONSTANT: P_SIGN_POSN 0

DUMP_CONSTANT: PARAM_BOOL 0

DUMP_CONSTANT: PARAM_EVT_ALLOC 0

DUMP_CONSTANT: PARAM_EVT_EXEC_POST 0

DUMP_CONSTANT: PARAM_EVT_EXEC_PRE 0

DUMP_CONSTANT: PARAM_EVT_FETCH_POST 0

DUMP_CONSTANT: PARAM_EVT_FETCH_PRE 0

DUMP_CONSTANT: PARAM_EVT_FREE 0

DUMP_CONSTANT: PARAM_EVT_NORMALIZE 0

DUMP_CONSTANT: PARAM_INPUT_OUTPUT 0

DUMP_CONSTANT: PARAM_INT 0

DUMP_CONSTANT: PARAM_LOB 0

DUMP_CONSTANT: PARAM_NULL 0

DUMP_CONSTANT: PARAM_STMT 0

DUMP_CONSTANT: PARAM_STR 0

DUMP_CONSTANT: PATH_SEPARATOR 0

DUMP_CONSTANT: PATHINFO_BASENAME 0

DUMP_CONSTANT: PATHINFO_DIRNAME 0

DUMP_CONSTANT: PATHINFO_EXTENSION 0

DUMP_CONSTANT: PATHINFO_FILENAME 0

DUMP_CONSTANT: PEAR_EXTENSION_DIR 0

DUMP_CONSTANT: PEAR_INSTALL_DIR 0

DUMP_CONSTANT: PGSQL_ASSOC 0

DUMP_CONSTANT: PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT 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_DIAG_CONTEXT 0

DUMP_CONSTANT: PGSQL_DIAG_INTERNAL_POSITION 0

DUMP_CONSTANT: PGSQL_DIAG_INTERNAL_QUERY 0

DUMP_CONSTANT: PGSQL_DIAG_MESSAGE_DETAIL 0

DUMP_CONSTANT: PGSQL_DIAG_MESSAGE_HINT 0

DUMP_CONSTANT: PGSQL_DIAG_MESSAGE_PRIMARY 0

DUMP_CONSTANT: PGSQL_DIAG_SEVERITY 0

DUMP_CONSTANT: PGSQL_DIAG_SOURCE_FILE 0

DUMP_CONSTANT: PGSQL_DIAG_SOURCE_FUNCTION 0

DUMP_CONSTANT: PGSQL_DIAG_SOURCE_LINE 0

DUMP_CONSTANT: PGSQL_DIAG_SQLSTATE 0

DUMP_CONSTANT: PGSQL_DIAG_STATEMENT_POSITION 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_ERRORS_DEFAULT 0

DUMP_CONSTANT: PGSQL_ERRORS_TERSE 0

DUMP_CONSTANT: PGSQL_ERRORS_VERBOSE 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_TRANSACTION_ACTIVE 0

DUMP_CONSTANT: PGSQL_TRANSACTION_IDLE 0

DUMP_CONSTANT: PGSQL_TRANSACTION_INERROR 0

DUMP_CONSTANT: PGSQL_TRANSACTION_INTRANS 0

DUMP_CONSTANT: PGSQL_TRANSACTION_UNKNOWN 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_URL_FRAGMENT 0

DUMP_CONSTANT: PHP_URL_HOST 0

DUMP_CONSTANT: PHP_URL_PASS 0

DUMP_CONSTANT: PHP_URL_PATH 0

DUMP_CONSTANT: PHP_URL_PORT 0

DUMP_CONSTANT: PHP_URL_QUERY 0

DUMP_CONSTANT: PHP_URL_SCHEME 0

DUMP_CONSTANT: PHP_URL_USER 0

DUMP_CONSTANT: PHP_VERSION 0

DUMP_CONSTANT: PI 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: PNG_ALL_FILTERS 0

DUMP_CONSTANT: PNG_FILTER_AVG 0

DUMP_CONSTANT: PNG_FILTER_NONE 0

DUMP_CONSTANT: PNG_FILTER_PAETH 0

DUMP_CONSTANT: PNG_FILTER_SUB 0

DUMP_CONSTANT: PNG_FILTER_UP 0

DUMP_CONSTANT: PNG_NO_FILTER 0

DUMP_CONSTANT: POSITIVE_SIGN 0

DUMP_CONSTANT: POSIX_F_OK 0

DUMP_CONSTANT: POSIX_R_OK 0

DUMP_CONSTANT: POSIX_S_IFBLK 0

DUMP_CONSTANT: POSIX_S_IFCHR 0

DUMP_CONSTANT: POSIX_S_IFIFO 0

DUMP_CONSTANT: POSIX_S_IFREG 0

DUMP_CONSTANT: POSIX_S_IFSOCK 0

DUMP_CONSTANT: POSIX_W_OK 0

DUMP_CONSTANT: POSIX_X_OK 0

DUMP_CONSTANT: PREG_BACKTRACK_LIMIT_ERROR 0

DUMP_CONSTANT: PREG_BAD_UTF8_ERROR 0

DUMP_CONSTANT: PREG_GREP_INVERT 0

DUMP_CONSTANT: PREG_INTERNAL_ERROR 0

DUMP_CONSTANT: PREG_NO_ERROR 0

DUMP_CONSTANT: PREG_OFFSET_CAPTURE 0

DUMP_CONSTANT: PREG_PATTERN_ORDER 0

DUMP_CONSTANT: PREG_RECURSION_LIMIT_ERROR 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: PRIO_PGRP 0

DUMP_CONSTANT: PRIO_PROCESS 0

DUMP_CONSTANT: PRIO_USER 0

DUMP_CONSTANT: PSFS_ERR_FATAL 0

DUMP_CONSTANT: PSFS_FEED_ME 0

DUMP_CONSTANT: PSFS_FLAG_FLUSH_CLOSE 0

DUMP_CONSTANT: PSFS_FLAG_FLUSH_INC 0

DUMP_CONSTANT: PSFS_FLAG_NORMAL 0

DUMP_CONSTANT: PSFS_PASS_ON 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: READ_AHEAD 0

DUMP_CONSTANT: READ_CSV 0

DUMP_CONSTANT: REDIRECT 0

DUMP_CONSTANT: REMOTE_DOUBLE_REV 0

DUMP_CONSTANT: REMOTE_HOST 0

DUMP_CONSTANT: REMOTE_NAME 0

DUMP_CONSTANT: REMOTE_NOLOOKUP 0

DUMP_CONSTANT: REPLACE 0

DUMP_CONSTANT: REQUEST_CHUNKED_DECHUNK 0

DUMP_CONSTANT: REQUEST_CHUNKED_ERROR 0

DUMP_CONSTANT: REQUEST_CHUNKED_PASS 0

DUMP_CONSTANT: REQUEST_NO_BODY 0

DUMP_CONSTANT: RFC1036 0

DUMP_CONSTANT: RFC1123 0

DUMP_CONSTANT: RFC2822 0

DUMP_CONSTANT: RFC3339 0

DUMP_CONSTANT: RFC822 0

DUMP_CONSTANT: RFC850 0

DUMP_CONSTANT: RSS 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: SELF_FIRST 0

DUMP_CONSTANT: SERVER_ERROR 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: SIGNIFICANT_WHITESPACE 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: SKIP_EMPTY 0

DUMP_CONSTANT: SMFIF_ADDHDRS 0

DUMP_CONSTANT: SMFIF_ADDRCPT 0

DUMP_CONSTANT: SMFIF_CHGBODY 0

DUMP_CONSTANT: SMFIF_CHGHDRS 0

DUMP_CONSTANT: SMFIF_DELRCPT 0

DUMP_CONSTANT: SMFIS_ACCEPT 0

DUMP_CONSTANT: SMFIS_CONTINUE 0

DUMP_CONSTANT: SMFIS_DISCARD 0

DUMP_CONSTANT: SMFIS_REJECT 0

DUMP_CONSTANT: SMFIS_TEMPFAIL 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_OID_OUTPUT_FULL 0

DUMP_CONSTANT: SNMP_OID_OUTPUT_NUMERIC 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: SPLIT 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_AFC 0

DUMP_CONSTANT: SQLT_AVC 0

DUMP_CONSTANT: SQLT_BDOUBLE 0

DUMP_CONSTANT: SQLT_BFILEE 0

DUMP_CONSTANT: SQLT_BFLOAT 0

DUMP_CONSTANT: SQLT_BIN 0

DUMP_CONSTANT: SQLT_BLOB 0

DUMP_CONSTANT: SQLT_CFILEE 0

DUMP_CONSTANT: SQLT_CHR 0

DUMP_CONSTANT: SQLT_CLOB 0

DUMP_CONSTANT: SQLT_FLT 0

DUMP_CONSTANT: SQLT_INT 0

DUMP_CONSTANT: SQLT_LBI 0

DUMP_CONSTANT: SQLT_LNG 0

DUMP_CONSTANT: SQLT_LVC 0

DUMP_CONSTANT: SQLT_NTY 0

DUMP_CONSTANT: SQLT_NUM 0

DUMP_CONSTANT: SQLT_ODT 0

DUMP_CONSTANT: SQLT_RDD 0

DUMP_CONSTANT: SQLT_RSET 0

DUMP_CONSTANT: SQLT_STR 0

DUMP_CONSTANT: SQLT_UIN 0

DUMP_CONSTANT: SQLT_VCS 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: STD_PROP_LIST 0

DUMP_CONSTANT: STR_PAD_BOTH 0

DUMP_CONSTANT: STR_PAD_LEFT 0

DUMP_CONSTANT: STR_PAD_RIGHT 0

DUMP_CONSTANT: STREAM_CLIENT_ASYNC_CONNECT 0

DUMP_CONSTANT: STREAM_CLIENT_CONNECT 0

DUMP_CONSTANT: STREAM_CLIENT_PERSISTENT 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv23_CLIENT 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv23_SERVER 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv2_CLIENT 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv2_SERVER 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv3_CLIENT 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_SSLv3_SERVER 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_TLS_CLIENT 0

DUMP_CONSTANT: STREAM_CRYPTO_METHOD_TLS_SERVER 0

DUMP_CONSTANT: STREAM_ENFORCE_SAFE_MODE 0

DUMP_CONSTANT: STREAM_FILTER_ALL 0

DUMP_CONSTANT: STREAM_FILTER_READ 0

DUMP_CONSTANT: STREAM_FILTER_WRITE 0

DUMP_CONSTANT: STREAM_IGNORE_URL 0

DUMP_CONSTANT: STREAM_IPPROTO_ICMP 0

DUMP_CONSTANT: STREAM_IPPROTO_IP 0

DUMP_CONSTANT: STREAM_IPPROTO_RAW 0

DUMP_CONSTANT: STREAM_IPPROTO_TCP 0

DUMP_CONSTANT: STREAM_IPPROTO_UDP 0

DUMP_CONSTANT: STREAM_MKDIR_RECURSIVE 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_COMPLETED 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_RESOLVE 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_OOB 0

DUMP_CONSTANT: STREAM_PEEK 0

DUMP_CONSTANT: STREAM_PF_INET 0

DUMP_CONSTANT: STREAM_PF_INET6 0

DUMP_CONSTANT: STREAM_PF_UNIX 0

DUMP_CONSTANT: STREAM_REPORT_ERRORS 0

DUMP_CONSTANT: STREAM_SERVER_BIND 0

DUMP_CONSTANT: STREAM_SERVER_LISTEN 0

DUMP_CONSTANT: STREAM_SOCK_DGRAM 0

DUMP_CONSTANT: STREAM_SOCK_RAW 0

DUMP_CONSTANT: STREAM_SOCK_RDM 0

DUMP_CONSTANT: STREAM_SOCK_SEQPACKET 0

DUMP_CONSTANT: STREAM_SOCK_STREAM 0

DUMP_CONSTANT: STREAM_URL_STAT_LINK 0

DUMP_CONSTANT: STREAM_URL_STAT_QUIET 0

DUMP_CONSTANT: STREAM_USE_PATH 0

DUMP_CONSTANT: SUBST_ENTITIES 0

DUMP_CONSTANT: SUNFUNCS_RET_DOUBLE 0

DUMP_CONSTANT: SUNFUNCS_RET_STRING 0

DUMP_CONSTANT: SUNFUNCS_RET_TIMESTAMP 0

DUMP_CONSTANT: T_ABSTRACT 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_CATCH 0

DUMP_CONSTANT: T_CHARACTER 0

DUMP_CONSTANT: T_CLASS 0

DUMP_CONSTANT: T_CLASS_C 0

DUMP_CONSTANT: T_CLONE 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_DOC_COMMENT 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_FINAL 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_HALT_COMPILER 0

DUMP_CONSTANT: T_IF 0

DUMP_CONSTANT: T_IMPLEMENTS 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_INSTANCEOF 0

DUMP_CONSTANT: T_INT_CAST 0

DUMP_CONSTANT: T_INTERFACE 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_METHOD_C 0

DUMP_CONSTANT: T_MINUS_EQUAL 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_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_PRIVATE 0

DUMP_CONSTANT: T_PROTECTED 0

DUMP_CONSTANT: T_PUBLIC 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_THROW 0

DUMP_CONSTANT: T_TRY 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: TEXT 0

DUMP_CONSTANT: THOUSANDS_SEP 0

DUMP_CONSTANT: THOUSEP 0

DUMP_CONSTANT: TOSTRING_USE_CURRENT 0

DUMP_CONSTANT: TOSTRING_USE_INNER 0

DUMP_CONSTANT: TOSTRING_USE_KEY 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: UNKNOWN_TYPE 0

DUMP_CONSTANT: UPLOAD_ERR_CANT_WRITE 0

DUMP_CONSTANT: UPLOAD_ERR_EXTENSION 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: USE_KEY 0

DUMP_CONSTANT: VALIDATE 0

DUMP_CONSTANT: VALIDITY_ERROR 0

DUMP_CONSTANT: VALIDITY_WARNING 0

DUMP_CONSTANT: W3C 0

DUMP_CONSTANT: WARNING 0

DUMP_CONSTANT: WHITESPACE 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_DECLARATION 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_SAX_IMPL 0

DUMP_CONSTANT: XML_TEXT_NODE 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: XSL_CLONE_ALWAYS 0

DUMP_CONSTANT: XSL_CLONE_AUTO 0

DUMP_CONSTANT: XSL_CLONE_NEVER 0

DUMP_CONSTANT: YESEXPR 0

DUMP_CONSTANT: YESSTR 0

DUMP_CONSTANT: ZPS_VERSION 0
