From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/libxml.txt | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 reflection/libxml.txt (limited to 'reflection/libxml.txt') diff --git a/reflection/libxml.txt b/reflection/libxml.txt new file mode 100644 index 0000000..24644e0 --- /dev/null +++ b/reflection/libxml.txt @@ -0,0 +1,93 @@ +Extension [ extension #4 libxml version ] { + + - Constants [25] { + Constant [ integer LIBXML_VERSION ] { 20708 } + Constant [ string LIBXML_DOTTED_VERSION ] { 2.7.8 } + Constant [ string LIBXML_LOADED_VERSION ] { 20708 } + Constant [ integer LIBXML_NOENT ] { 2 } + Constant [ integer LIBXML_DTDLOAD ] { 4 } + Constant [ integer LIBXML_DTDATTR ] { 8 } + Constant [ integer LIBXML_DTDVALID ] { 16 } + Constant [ integer LIBXML_NOERROR ] { 32 } + Constant [ integer LIBXML_NOWARNING ] { 64 } + Constant [ integer LIBXML_NOBLANKS ] { 256 } + Constant [ integer LIBXML_XINCLUDE ] { 1024 } + Constant [ integer LIBXML_NSCLEAN ] { 8192 } + Constant [ integer LIBXML_NOCDATA ] { 16384 } + Constant [ integer LIBXML_NONET ] { 2048 } + Constant [ integer LIBXML_PEDANTIC ] { 128 } + Constant [ integer LIBXML_COMPACT ] { 65536 } + Constant [ integer LIBXML_NOXMLDECL ] { 2 } + Constant [ integer LIBXML_PARSEHUGE ] { 524288 } + Constant [ integer LIBXML_NOEMPTYTAG ] { 4 } + Constant [ integer LIBXML_HTML_NOIMPLIED ] { 8192 } + Constant [ integer LIBXML_HTML_NODEFDTD ] { 4 } + Constant [ integer LIBXML_ERR_NONE ] { 0 } + Constant [ integer LIBXML_ERR_WARNING ] { 1 } + Constant [ integer LIBXML_ERR_ERROR ] { 2 } + Constant [ integer LIBXML_ERR_FATAL ] { 3 } + } + + - Functions { + Function [ function libxml_set_streams_context ] { + + - Parameters [1] { + Parameter #0 [ $context ] + } + } + Function [ function libxml_use_internal_errors ] { + + - Parameters [1] { + Parameter #0 [ $use_errors ] + } + } + Function [ function libxml_get_last_error ] { + + - Parameters [0] { + } + } + Function [ function libxml_clear_errors ] { + + - Parameters [0] { + } + } + Function [ function libxml_get_errors ] { + + - Parameters [0] { + } + } + Function [ function libxml_disable_entity_loader ] { + + - Parameters [1] { + Parameter #0 [ $disable ] + } + } + Function [ function libxml_set_external_entity_loader ] { + + - Parameters [1] { + Parameter #0 [ $resolver_function ] + } + } + } + + - Classes [1] { + Class [ class LibXMLError ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit