diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-14 12:00:03 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2021-02-14 23:19:21 +0100 |
commit | af56982a5ecd28291d18d2e091515ad25de1050e (patch) | |
tree | d035c514092d320ea86c34b0e670c72253603a41 /ext/pcre/php_pcre_arginfo.h | |
parent | 6ce70447ac1b83ffa64c98ddcab76f56dfb6695f (diff) | |
download | php-git-af56982a5ecd28291d18d2e091515ad25de1050e.tar.gz |
Generate class entries from stubs for oci8, odbc, openssl, pcntl, pdo, pgsql
Closes GH-6691
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 }; + |