diff options
Diffstat (limited to 'ext/mysqli/mysqli_warning_arginfo.h')
| -rw-r--r-- | ext/mysqli/mysqli_warning_arginfo.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_warning_arginfo.h b/ext/mysqli/mysqli_warning_arginfo.h new file mode 100644 index 0000000000..ea98da480e --- /dev/null +++ b/ext/mysqli/mysqli_warning_arginfo.h @@ -0,0 +1,8 @@ +/* This is a generated file, edit the .stub.php file instead. */ + +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_mysqli_warning___construct, 0, 0, 1) + ZEND_ARG_TYPE_INFO(0, mysqli_link, IS_OBJECT, 0) +ZEND_END_ARG_INFO() + +ZEND_BEGIN_ARG_INFO_EX(arginfo_class_mysqli_warning_next, 0, 0, 0) +ZEND_END_ARG_INFO() |
