diff options
Diffstat (limited to 'ext/pcre/php_pcre_arginfo.h')
-rw-r--r-- | ext/pcre/php_pcre_arginfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre_arginfo.h b/ext/pcre/php_pcre_arginfo.h index c53f35559e..c92c1681ff 100644 --- a/ext/pcre/php_pcre_arginfo.h +++ b/ext/pcre/php_pcre_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 2e5a9edc9635edd4f5a00e9d888fb34c1746a5b8 */ + * Stub hash: 861429ae51cfa064e85c0c1c1972707c28869f56 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_preg_match, 0, 2, MAY_BE_LONG|MAY_BE_FALSE) ZEND_ARG_TYPE_INFO(0, pattern, IS_STRING, 0) @@ -96,3 +96,4 @@ static const zend_function_entry ext_functions[] = { ZEND_FE(preg_last_error_msg, arginfo_preg_last_error_msg) ZEND_FE_END }; + |