diff options
Diffstat (limited to 'ext/imap/php_imap_arginfo.h')
-rw-r--r-- | ext/imap/php_imap_arginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/php_imap_arginfo.h b/ext/imap/php_imap_arginfo.h index 409b11894c..b1ff14da91 100644 --- a/ext/imap/php_imap_arginfo.h +++ b/ext/imap/php_imap_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: c230b35425ab6b707f22158f2e6176c81d4137e9 */ + * Stub hash: 326cb0410034aecc702e9397cd88ef91adaa254c */ ZEND_BEGIN_ARG_INFO_EX(arginfo_imap_open, 0, 0, 3) ZEND_ARG_TYPE_INFO(0, mailbox, IS_STRING, 0) @@ -207,7 +207,7 @@ ZEND_END_ARG_INFO() ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_imap_sort, 0, 3, MAY_BE_ARRAY|MAY_BE_FALSE) ZEND_ARG_INFO(0, imap) ZEND_ARG_TYPE_INFO(0, criteria, IS_LONG, 0) - ZEND_ARG_TYPE_INFO(0, reverse, IS_LONG, 0) + ZEND_ARG_TYPE_INFO(0, reverse, _IS_BOOL, 0) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, flags, IS_LONG, 0, "0") ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, search_criteria, IS_STRING, 1, "null") ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, charset, IS_STRING, 1, "null") |