summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_arginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/pdo_arginfo.h')
-rw-r--r--ext/pdo/pdo_arginfo.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ext/pdo/pdo_arginfo.h b/ext/pdo/pdo_arginfo.h
index 1dda2fd42a..fc9e52de9e 100644
--- a/ext/pdo/pdo_arginfo.h
+++ b/ext/pdo/pdo_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 5f8d0ae7732bdca8c60638021c4368f55d62826f */
+ * Stub hash: 68f2e4abc1071fdf8046695264de5768a8c10719 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pdo_drivers, 0, 0, IS_ARRAY, 0)
ZEND_END_ARG_INFO()
@@ -12,3 +12,8 @@ static const zend_function_entry ext_functions[] = {
ZEND_FE(pdo_drivers, arginfo_pdo_drivers)
ZEND_FE_END
};
+
+
+static const zend_function_entry class_PDOException_methods[] = {
+ ZEND_FE_END
+};