Arquivos
hhvm/hphp/system/xmlreader.inc
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00

11 linhas
6.9 KiB
SQL

// @generated by "php idl.php inc {input.idl.php} {output.inc}"
#if EXT_TYPE == 0
#elif EXT_TYPE == 1
#elif EXT_TYPE == 2
"XMLReader", "", NULL, "__construct", T(Void), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.construct.php )\n *\n *\n */", S(16384),"open", T(Boolean), S(0), "uri", T(String), NULL, S(0), NULL, S(0), "encoding", T(String), "N;", S(2), "null", S(0), "options", T(Int64), "i:0;", S(4), "0", S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.open.php )\n *\n *\n * @uri string\n * @encoding string\n * @options int\n *\n * @return bool\n */", S(16384),"XML", T(Boolean), S(0), "source", T(String), NULL, S(0), NULL, S(0), "encoding", T(String), "N;", S(2), "null", S(0), "options", T(Int64), "i:0;", S(4), "0", S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.xml.php )\n *\n *\n * @source string\n * @encoding string\n * @options int\n *\n * @return bool\n */", S(16384),"close", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.close.php )\n *\n *\n * @return bool\n */", S(16384),"read", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.read.php )\n *\n *\n * @return bool\n */", S(16384),"next", T(Boolean), S(0), "localname", T(String), "N;", S(2), "null", S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.next.php )\n *\n *\n * @localname string\n *\n * @return bool\n */", S(16384),"readString", T(String), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.readstring.php )\n *\n *\n * @return string\n */", S(16384),"readInnerXML", T(String), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.readinnerxml.php )\n *\n *\n * @return string\n */", S(16384),"readOuterXML", T(String), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.readouterxml.php )\n *\n *\n * @return string\n */", S(16384),"moveToNextAttribute", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from\n * http://php.net/manual/en/xmlreader.movetonextattribute.php )\n *\n *\n * @return bool\n */", S(16384),"getAttribute", T(Variant), S(0), "name", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.getattribute.php )\n *\n *\n * @name string\n *\n * @return mixed\n */", S(16384),"getAttributeNo", T(Variant), S(0), "index", T(Int64), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.getattributeno.php )\n *\n *\n * @index int\n *\n * @return mixed\n */", S(16384),"getAttributeNs", T(Variant), S(0), "name", T(String), NULL, S(0), NULL, S(0), "namespaceURI", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.getattributens.php )\n *\n *\n * @name string\n * @namespaceURI\n * string\n *\n * @return mixed\n */", S(16384),"moveToAttribute", T(Boolean), S(0), "name", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.movetoattribute.php )\n *\n *\n * @name string\n *\n * @return bool\n */", S(16384),"moveToAttributeNo", T(Boolean), S(0), "index", T(Int64), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.movetoattributeno.php\n * )\n *\n *\n * @index int\n *\n * @return bool\n */", S(16384),"moveToAttributeNs", T(Boolean), S(0), "name", T(String), NULL, S(0), NULL, S(0), "namespaceURI", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.movetoattributens.php\n * )\n *\n *\n * @name string\n * @namespaceURI\n * string\n *\n * @return bool\n */", S(16384),"moveToElement", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.movetoelement.php )\n *\n *\n * @return bool\n */", S(16384),"moveToFirstAttribute", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from\n * http://php.net/manual/en/xmlreader.movetofirstattribute.php )\n *\n *\n * @return bool\n */", S(16384),"isValid", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.isvalid.php )\n *\n *\n * @return bool\n */", S(16384),"expand", T(Boolean), S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.expand.php )\n *\n *\n * @return bool\n */", S(16384),"__get", T(Variant), S(0), "name", T(Variant), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.get.php )\n *\n *\n * @name mixed\n *\n * @return mixed\n */", S(16384),"getParserProperty", T(Boolean), S(0), "property", T(Int64), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.getparserproperty.php\n * )\n *\n *\n * @property int\n *\n * @return bool\n */", S(16384),"lookupNamespace", T(Variant), S(0), "prefix", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.lookupnamespace.php )\n *\n *\n * @prefix string\n *\n * @return mixed\n */", S(16384),"setSchema", T(Boolean), S(0), "source", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.setschema.php )\n *\n *\n * @source string\n *\n * @return bool\n */", S(16384),"setParserProperty", T(Boolean), S(0), "property", T(Int64), NULL, S(0), NULL, S(0), "value", T(Boolean), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.setparserproperty.php\n * )\n *\n *\n * @property int\n * @value bool\n *\n * @return bool\n */", S(16384),"setRelaxNGSchema", T(Boolean), S(0), "filename", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from http://php.net/manual/en/xmlreader.setrelaxngschema.php )\n *\n *\n * @filename string\n *\n * @return bool\n */", S(16384),"setRelaxNGSchemaSource", T(Boolean), S(0), "source", T(String), NULL, S(0), NULL, S(0), NULL, S(16384), "/**\n * ( excerpt from\n * http://php.net/manual/en/xmlreader.setrelaxngschemasource.php )\n *\n *\n * @source string\n *\n * @return bool\n */", S(16384),NULL,NULL,"NONE", T(Int64),"ELEMENT", T(Int64),"ATTRIBUTE", T(Int64),"TEXT", T(Int64),"CDATA", T(Int64),"ENTITY_REF", T(Int64),"ENTITY", T(Int64),"PI", T(Int64),"COMMENT", T(Int64),"DOC", T(Int64),"DOC_TYPE", T(Int64),"DOC_FRAGMENT", T(Int64),"NOTATION", T(Int64),"WHITESPACE", T(Int64),"SIGNIFICANT_WHITESPACE", T(Int64),"END_ELEMENT", T(Int64),"END_ENTITY", T(Int64),"XML_DECLARATION", T(Int64),"LOADDTD", T(Int64),"DEFAULTATTRS", T(Int64),"VALIDATE", T(Int64),"SUBST_ENTITIES", T(Int64),NULL,
S(16384), "/**\n * ( excerpt from http://php.net/manual/en/class.xmlreader.php )\n *\n *\n */",
#endif