diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-13 10:17:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-13 10:17:19 +0200 |
commit | 041b8a73ab31498e92f78a73c855deae647ebe36 (patch) | |
tree | 970cad859ec6cb9651a6c4d3b751991c73b32a20 | |
parent | ef4627a6a618b460cbbea109e3e0522c891be72c (diff) |
refresh
-rw-r--r-- | xpass.stub.php | 1 | ||||
-rw-r--r-- | xpass_arginfo.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xpass.stub.php b/xpass.stub.php index 4038b41..d8f43d1 100644 --- a/xpass.stub.php +++ b/xpass.stub.php @@ -2,6 +2,7 @@ /** @generate-class-entries */ + /* use XPASS prefix to avoid conflicts with standard constants */ /** @var string */ diff --git a/xpass_arginfo.h b/xpass_arginfo.h index dcd9a50..b730bc0 100644 --- a/xpass_arginfo.h +++ b/xpass_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 6a2b53f488db292839749c125a6d81f89316e9c9 */ + * Stub hash: db002b549531b275130c17883ff9810fb13017b1 */ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_crypt_gensalt, 0, 0, IS_STRING, 1) ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, salt, IS_STRING, 1, "null") |