Skip to content

Commit bed458c

Browse files
committed
Update arginfo.
1 parent 4eaf2cf commit bed458c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

ext/pdo/pdo_stmt_arginfo.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
<<<<<<< HEAD
3-
* Stub hash: c12bc1c5d1e3dbd8cce67e50c974b20ec5564e67 */
4-
=======
5-
* Stub hash: c9ad501fee826e75bb1101edd6fee762958e6e03 */
6-
>>>>>>> 8218779939... Fix PDO parameters.
2+
* Stub hash: b3338fc077eab1280da093f059fac14dd7f19678 */
73

84
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_bindColumn, 0, 0, 2)
95
ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)
@@ -49,13 +45,8 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_fetch, 0, 0, 0)
4945
ZEND_END_ARG_INFO()
5046

5147
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_fetchAll, 0, 0, 0)
52-
<<<<<<< HEAD
53-
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, fetch_style, IS_LONG, 0, "PDO::FETCH_BOTH")
54-
ZEND_ARG_VARIADIC_TYPE_INFO(0, fetch_mode_args, IS_MIXED, 0)
55-
=======
5648
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, mode, IS_LONG, 0, "PDO::FETCH_BOTH")
5749
ZEND_ARG_VARIADIC_TYPE_INFO(0, args, IS_MIXED, 0)
58-
>>>>>>> 8218779939... Fix PDO parameters.
5950
ZEND_END_ARG_INFO()
6051

6152
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_fetchColumn, 0, 0, 0)

0 commit comments

Comments
 (0)