summaryrefslogtreecommitdiff
path: root/ext/dom/text_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dom/text_arginfo.h')
-rw-r--r--ext/dom/text_arginfo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/dom/text_arginfo.h b/ext/dom/text_arginfo.h
new file mode 100644
index 0000000000..2de2464843
--- /dev/null
+++ b/ext/dom/text_arginfo.h
@@ -0,0 +1,14 @@
+/* This is a generated file, edit the .stub.php file instead. */
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMText___construct, 0, 0, 0)
+ ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0)
+ZEND_END_ARG_INFO()
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMText_isWhitespaceInElementContent, 0, 0, 0)
+ZEND_END_ARG_INFO()
+
+#define arginfo_class_DOMText_isElementContentWhitespace arginfo_class_DOMText_isWhitespaceInElementContent
+
+ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMText_splitText, 0, 0, 1)
+ ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
+ZEND_END_ARG_INFO()