summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml_arginfo.h
diff options
context:
space:
mode:
authorCraig Duncan <git@duncanc.co.uk>2019-09-22 15:21:51 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-09-29 10:40:37 +0200
commit676f455f74fbee757568c772b5a4e3bc18b963be (patch)
treed30f9145ae8670acbf346b357ea0cfda50dbf967 /ext/libxml/libxml_arginfo.h
parent1593f79ecd2f718b5de7d9028084205595c6e509 (diff)
downloadphp-git-676f455f74fbee757568c772b5a4e3bc18b963be.tar.gz
Convert libxml arginfo to php stubs
Diffstat (limited to 'ext/libxml/libxml_arginfo.h')
-rw-r--r--ext/libxml/libxml_arginfo.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/ext/libxml/libxml_arginfo.h b/ext/libxml/libxml_arginfo.h
new file mode 100644
index 0000000000..de111273d8
--- /dev/null
+++ b/ext/libxml/libxml_arginfo.h
@@ -0,0 +1,26 @@
+/* This is a generated file, edit the .stub.php file instead. */
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_set_streams_context, 0, 1, IS_VOID, 0)
+ ZEND_ARG_INFO(0, context)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_use_internal_errors, 0, 0, _IS_BOOL, 0)
+ ZEND_ARG_TYPE_INFO(0, use_errors, _IS_BOOL, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_libxml_get_last_error, 0, 0, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_get_errors, 0, 0, IS_ARRAY, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_clear_errors, 0, 0, IS_VOID, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_disable_entity_loader, 0, 0, _IS_BOOL, 0)
+ ZEND_ARG_TYPE_INFO(0, disable, _IS_BOOL, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_set_external_entity_loader, 0, 1, _IS_BOOL, 0)
+ ZEND_ARG_TYPE_INFO(0, resolver_function, IS_CALLABLE, 1)
+ZEND_END_ARG_INFO()