diff options
Diffstat (limited to 'ext/dom/cdatasection_arginfo.h')
-rw-r--r-- | ext/dom/cdatasection_arginfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/dom/cdatasection_arginfo.h b/ext/dom/cdatasection_arginfo.h new file mode 100644 index 0000000000..33417e5426 --- /dev/null +++ b/ext/dom/cdatasection_arginfo.h @@ -0,0 +1,5 @@ +/* This is a generated file, edit the .stub.php file instead. */ + +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_DOMCdataSection___construct, 0, 0, 1) + ZEND_ARG_TYPE_INFO(0, value, IS_STRING, 0) +ZEND_END_ARG_INFO() |