1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Include the actual stub name in generated arginfo headers (#20993)

This commit is contained in:
Arnaud Le Blanc
2026-01-21 20:57:00 +01:00
committed by GitHub
parent 645e62bdde
commit 65b4073922
134 changed files with 134 additions and 134 deletions

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_attributes.stub.php instead.
* Stub hash: b868cb33f41d9442f42d0cec84e33fcc09f5d88c */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Attribute___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_builtin_functions.stub.php instead.
* Stub hash: 9b49f527064695c812cd204d9efc63c13681d942 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_clone, 0, 1, IS_OBJECT, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_closures.stub.php instead.
* Stub hash: e0626e52adb2d38dad1140c1a28cc7774cc84500 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_constants.stub.php instead.
* Stub hash: 569ccba4e0a93a9ce49c81c76955413188df390e */
static void register_zend_constants_symbols(int module_number)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_enum.stub.php instead.
* Stub hash: 7092f1d4ba651f077cff37050899f090f00abf22 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_UnitEnum_cases, 0, 0, IS_ARRAY, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_exceptions.stub.php instead.
* Stub hash: ba1562ca8fe2fe48c40bc52d10545aa989afd86c */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Throwable_getMessage, 0, 0, IS_STRING, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_fibers.stub.php instead.
* Stub hash: e82bbc8e81fe98873a9a5697a4b38e63a24379da */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Fiber___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_generators.stub.php instead.
* Stub hash: d376e984db0db6ccd9356f632f9d7e1382b2afb7 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Generator_rewind, 0, 0, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_interfaces.stub.php instead.
* Stub hash: a9c915c11e5989d8c7cf2d704ada09ca765670c3 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IteratorAggregate_getIterator, 0, 0, Traversable, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit zend_weakrefs.stub.php instead.
* Stub hash: d91889851d9732d41e43fffddb6235d033c67534 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_WeakReference___construct, 0, 0, 0)

View File

@@ -5157,7 +5157,7 @@ function generateArgInfoCode(
array $allConstInfos,
string $stubHash
): string {
$code = "/* This is a generated file, edit the .stub.php file instead.\n"
$code = "/* This is a generated file, edit {$stubFilenameWithoutExtension}.stub.php instead.\n"
. " * Stub hash: $stubHash */\n";
$generatedFuncInfos = [];

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit bcmath.stub.php instead.
* Stub hash: 687d6fb392a9b0c1329152cc0f62341a73e427f4 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_bcadd, 0, 2, IS_STRING, 0)

2
ext/bz2/bz2_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit bz2.stub.php instead.
* Stub hash: c2c8e0fe1e3244c8cadafe60b65b7235c105b3c9 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_bzopen, 0, 0, 2)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit calendar.stub.php instead.
* Stub hash: f45116785b01842f56ff923a54f65ab839b3dd61 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_cal_days_in_month, 0, 3, IS_LONG, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit com_extension.stub.php instead.
* Stub hash: 9b2eea541946c291eb002ee98997f3dcad8bdfce */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_variant_set, 0, 2, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit com_persist.stub.php instead.
* Stub hash: d14d30fb232f08da37ba0df0b9186eb8bac5e1a4 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_COMPersistHelper___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit ctype.stub.php instead.
* Stub hash: 155783e1858a7f24dbc1c3e810d5cffee5468bf7 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ctype_alnum, 0, 1, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit curl.stub.php instead.
* Stub hash: 10ebdc94560ed19ecd6b61a11b3dab5d32989d66 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_curl_close, 0, 1, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit curl_file.stub.php instead.
* Stub hash: 0d09bd2f3b0a155cef25ca343319ecf470424d71 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_CURLFile___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_date.stub.php instead.
* Stub hash: 8556e1b5f05ae9f78200f05f01d9f8e815cba49d */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_strtotime, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)

2
ext/dba/dba_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit dba.stub.php instead.
* Stub hash: d7ff53b73d3921c41ffd8279ea724bcd3a6d8542 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_dba_popen, 0, 2, Dba\\Connection, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit dl_test.stub.php instead.
* Stub hash: 3c47a0da41b4548eb68c4124bd54cbac22f60c01 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_dl_test_test1, 0, 0, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_dom.stub.php instead.
* Stub hash: e3495cb89e4466d9102abb10bf6461989b7c8ba9 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_dom_import_simplexml, 0, 1, DOMAttr|DOMElement, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit enchant.stub.php instead.
* Stub hash: 31974eb901477da53ede7476953d461d32f772ba */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_enchant_broker_init, 0, 0, EnchantBroker, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit exif.stub.php instead.
* Stub hash: 633b2db018fa1453845a854a6361f11f107f4653 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_exif_tagname, 0, 1, MAY_BE_STRING|MAY_BE_FALSE)

2
ext/ffi/ffi_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit ffi.stub.php instead.
* Stub hash: d3626f5d39317876fc7d4f240b0758f17f3472c8 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_FFI_cdef, 0, 0, FFI, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit fileinfo.stub.php instead.
* Stub hash: 311d1049e32af017b44e260a00f13830714b1e96 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_finfo_open, 0, 0, finfo, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit filter.stub.php instead.
* Stub hash: c3eb55dfec619af1e46be206f51a2b0893ed399f */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_filter_has_var, 0, 2, _IS_BOOL, 0)

2
ext/ftp/ftp_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit ftp.stub.php instead.
* Stub hash: 29606d7114a0698b8ae231173a624b17c196ffec */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_ftp_connect, 0, 1, FTP\\Connection, MAY_BE_FALSE)

2
ext/gd/gd_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit gd.stub.php instead.
* Stub hash: 2cdc0b485d9b62bb9021973d3c8cce0169b21ac0 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gd_info, 0, 0, IS_ARRAY, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit gettext.stub.php instead.
* Stub hash: c675dc9492943bbac106c5906b75c31436964423 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_textdomain, 0, 0, IS_STRING, 0)

2
ext/gmp/gmp_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit gmp.stub.php instead.
* Stub hash: 3aabd5a5d2db0df15b249a425465ae718c13ab6b */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_gmp_init, 0, 1, GMP, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit hash.stub.php instead.
* Stub hash: b0fe91da9b0469b44a9647b774b9b00498592e30 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_hash, 0, 2, IS_STRING, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit iconv.stub.php instead.
* Stub hash: 4367fa431d3e4814e42d9aa514c10cae1d842d8f */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_iconv_strlen, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit breakiterator.stub.php instead.
* Stub hash: 08122a53702dd08727cc88144419dcc4eb9299af */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlBreakIterator_createCharacterInstance, 0, 0, IntlBreakIterator, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit breakiterator_iterators.stub.php instead.
* Stub hash: 5dc9ab2cc5862b2082fb9cd5cec909298921b115 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_IntlPartsIterator_getBreakIterator, 0, 0, IntlBreakIterator, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit calendar.stub.php instead.
* Stub hash: 2fc12d1fde65efbec4305f4934a3f4b25282a552 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlCalendar___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit collator.stub.php instead.
* Stub hash: cbe3c5f4c35d93f90c3e7164bdfc4e2fefc88c83 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Collator___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit common.stub.php instead.
* Stub hash: 9ed8bfc955a557c02171ec12b4634c60c6fb513e */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_IntlIterator_current, 0, 0, IS_MIXED, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit converter.stub.php instead.
* Stub hash: f351fbf3afd9753fb16c87903c3dbd5e4621c024 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_UConverter___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit dateformat.stub.php instead.
* Stub hash: 160d05ec65c45b66b13eaecbef20b3c59bfb33d1 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDateFormatter___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit datepatterngenerator.stub.php instead.
* Stub hash: 4456b13f7ed59847bbf129cd45b0d1f63ce70108 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlDatePatternGenerator___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit formatter.stub.php instead.
* Stub hash: d886941aa76837aed1da08845dbaff9442107203 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_NumberFormatter___construct, 0, 0, 2)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit listformatter.stub.php instead.
* Stub hash: cdbbdb55d1e53f422c5854460c3c6cc3d01360d7 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlListFormatter___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit locale.stub.php instead.
* Stub hash: ff1f75bd34a52f57210734e2f5e29efb87566137 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_Locale_getDefault, 0, 0, IS_STRING, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit msgformat.stub.php instead.
* Stub hash: d595f5c582996ebb96ab39df8cb56c4cf6c8dfcf */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_MessageFormatter___construct, 0, 0, 2)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit normalizer.stub.php instead.
* Stub hash: 908a9587edd132a41100be09c9908e088f3fa055 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_MASK_EX(arginfo_class_Normalizer_normalize, 0, 1, MAY_BE_STRING|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_intl.stub.php instead.
* Stub hash: d9e331c3a1ae46f8eae07ef0d39cb9990e74a0d1 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_intlcal_create_instance, 0, 0, IntlCalendar, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit rangeformatter.stub.php instead.
* Stub hash: 7029642524e32984e893e1e050a5e0bbf275c416 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlNumberRangeFormatter___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit resourcebundle.stub.php instead.
* Stub hash: e302e5ca1abcb9b52e3c14abbd38b9e8f1461390 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle___construct, 0, 0, 2)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spoofchecker.stub.php instead.
* Stub hash: 4834be57a3f0cb74dbc4422e609846139f09f6cb */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Spoofchecker___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit timezone.stub.php instead.
* Stub hash: 22e652c6a05ade0a6fd3119e4742cd260ba27146 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlTimeZone___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit transliterator.stub.php instead.
* Stub hash: 300bcc64e5ddaf469bfe4a12e65a6677bf2aea88 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Transliterator___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit uchar.stub.php instead.
* Stub hash: 58fb5f326ee08cca73977720d3b055b0118d78bb */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_IntlChar_hasBinaryProperty, 0, 2, _IS_BOOL, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit json.stub.php instead.
* Stub hash: 0ceb50047401c4b9e878c09cc518eacc274f7fff */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_json_encode, 0, 1, MAY_BE_STRING|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit ldap.stub.php instead.
* Stub hash: 9e47a0d85336f0e149abbdf56468513c5d31780f */
#if defined(HAVE_ORALDAP)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit libxml.stub.php instead.
* Stub hash: 6dceb619736a3de55b84609a9e3aeb13405bbfde */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_libxml_set_streams_context, 0, 1, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit mbstring.stub.php instead.
* Stub hash: 03c07f68bea7d7b96e6dc11f180f45663b859ed3 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mb_language, 0, 0, MAY_BE_STRING|MAY_BE_BOOL)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit mysqli.stub.php instead.
* Stub hash: c0af8c627a063fbd2c8b76c63b5e70c8ddd1e4f9 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_affected_rows, 0, 1, MAY_BE_LONG|MAY_BE_STRING)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit odbc.stub.php instead.
* Stub hash: f9ba28767b256dbcea087a65aa4bb5f5b509d6f3 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_odbc_close_all, 0, 0, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit opcache.stub.php instead.
* Stub hash: a8de025fa96a78db3a26d53a18bb2b365d094eca */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_opcache_reset, 0, 0, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit openssl.stub.php instead.
* Stub hash: 8233a8abc8ab7145d905d0fa51478edfe1e55a06 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_openssl_x509_export_to_file, 0, 2, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit openssl_pwhash.stub.php instead.
* Stub hash: 23ee957ba4945be3a21db58051e548729c3ff44e */
static void register_openssl_pwhash_symbols(int module_number)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pcntl.stub.php instead.
* Stub hash: 5e4b066d70fa264c7de3ba4b2113369c34c33e43 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pcntl_fork, 0, 0, IS_LONG, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_pcre.stub.php instead.
* Stub hash: 63de1d37ab303e1d6af7c96eaeeba09d7f35d116 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_preg_match, 0, 2, MAY_BE_LONG|MAY_BE_FALSE)

2
ext/pdo/pdo_arginfo.h generated
View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo.stub.php instead.
* Stub hash: dc41dddeea1ae117c6f2f3447afb29bf6623b757 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pdo_drivers, 0, 0, IS_ARRAY, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_dbh.stub.php instead.
* Stub hash: 006be61b2c519e7d9ca997a7f12135eb3e0f3500 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDO___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_stmt.stub.php instead.
* Stub hash: 6a5b332ba4bfeceaca6aad734d38dabb66d82c97 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_PDOStatement_bindColumn, 0, 2, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_dblib.stub.php instead.
* Stub hash: 95f297028aee0675523d6984c03a518e4fc431df */
static zend_class_entry *register_class_Pdo_Dblib(zend_class_entry *class_entry_PDO)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_firebird.stub.php instead.
* Stub hash: d36b2055abc48ae91c3442dda68fa2a28eb6d25b */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Pdo_Firebird_getApiVersion, 0, 0, IS_LONG, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_mysql.stub.php instead.
* Stub hash: 9d2c0327499693f1ca2825a9ad42ad769f44a24a */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Pdo_Mysql_getWarningCount, 0, 0, IS_LONG, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_odbc.stub.php instead.
* Stub hash: 9136c911494c9e3462c49b3e58f4bcc15ebb2a9c */
static void register_pdo_odbc_symbols(int module_number)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_pgsql.stub.php instead.
* Stub hash: 0ea21010467d661416f0858f2bda095583ea3a36 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Pdo_Pgsql_escapeIdentifier, 0, 1, IS_STRING, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pgsql_driver.stub.php instead.
* Stub hash: 30c01b4d2e7f836b81a31dc0c1a115883eb41568 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_PDO_PGSql_Ext_pgsqlCopyFromArray, 0, 2, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pdo_sqlite.stub.php instead.
* Stub hash: 721c46905fa8fb1e18d7196ed85c37f56049ea33 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Pdo_Sqlite_createAggregate, 0, 3, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit sqlite_driver.stub.php instead.
* Stub hash: dc901bd60d17c1a2cdb40a118e2c6cd6eb0396e3 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_PDO_SQLite_Ext_sqliteCreateFunction, 0, 2, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit pgsql.stub.php instead.
* Stub hash: 7c5c32d94c0ac05313d8b19915c6318b0678b75b */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_pg_connect, 0, 1, PgSql\\Connection, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit phar_object.stub.php instead.
* Stub hash: 031dc8f07d2d9bac4a5f82f4ac2c5b3da5995405 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Phar___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit posix.stub.php instead.
* Stub hash: 25e0aa769d72988ebca07fff96c8ed1fcb6b7d5e */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_posix_kill, 0, 2, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit random.stub.php instead.
* Stub hash: 416be19494555016195600e488d79f0dd35f2620 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_lcg_value, 0, 0, IS_DOUBLE, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit readline.stub.php instead.
* Stub hash: 7a314f75d9a89a9ea4d525515bb6bacdf7be6746 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_readline, 0, 0, MAY_BE_STRING|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_reflection.stub.php instead.
* Stub hash: fd645a0b0db39d94ca25b39ffe64d7f05bad6bea */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_Reflection_getModifierNames, 0, 1, IS_ARRAY, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit session.stub.php instead.
* Stub hash: 6bbbdc8c4a33d1ff9984b3d81e4f5c9b76efcb14 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_session_name, 0, 0, MAY_BE_STRING|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit shmop.stub.php instead.
* Stub hash: e7f250077b6721539caee96afe4ed392396018f9 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_shmop_open, 0, 4, Shmop, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit simplexml.stub.php instead.
* Stub hash: cee51320f0f09f14962fb72125ef8ff6073a642a */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_TYPE_MASK_EX(arginfo_simplexml_load_file, 0, 1, SimpleXMLElement, MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit skeleton.stub.php instead.
* Stub hash: 54b0ffc3af871b189435266df516f7575c1b9675 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test1, 0, 0, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit snmp.stub.php instead.
* Stub hash: e2451ac3ea0fa5eb1158e8b7252e61c6794d514f */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_snmpget, 0, 3, IS_MIXED, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit soap.stub.php instead.
* Stub hash: 24e266bf0933d5622f2a341db5b694ecb1740f13 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_use_soap_error_handler, 0, 0, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit sockets.stub.php instead.
* Stub hash: 5e71ef16f2121bd6c75794673d0e0a394759ff8b */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_socket_select, 0, 4, MAY_BE_LONG|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit libsodium.stub.php instead.
* Stub hash: 89cbb449ee6146dc8d50ba4bb1e76f83444a2db2 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_sodium_crypto_aead_aes256gcm_is_available, 0, 0, _IS_BOOL, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit sodium_pwhash.stub.php instead.
* Stub hash: d1e804ceea5e18fc5a4eca50b318d98387b2a470 */
static void register_sodium_pwhash_symbols(int module_number)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit php_spl.stub.php instead.
* Stub hash: 21ec2dcca99c85c90afcd319da76016a9f678dc2 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_class_implements, 0, 1, MAY_BE_ARRAY|MAY_BE_FALSE)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_array.stub.php instead.
* Stub hash: c52e89992bd3c04877daab47f4328af0b6ce619e */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ArrayObject___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_directory.stub.php instead.
* Stub hash: 802429d736404c2d66601f640942c827b6e6e94b */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_SplFileInfo___construct, 0, 0, 1)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_dllist.stub.php instead.
* Stub hash: 45e42d3a0589031651daee5653900d5a4fb61c3d */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_SplDoublyLinkedList_add, 0, 2, IS_VOID, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_exceptions.stub.php instead.
* Stub hash: 07475caecc81ab3b38a04905f874615af1126289 */
static zend_class_entry *register_class_LogicException(zend_class_entry *class_entry_Exception)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_fixedarray.stub.php instead.
* Stub hash: 0c838fed60b29671fe04e63315ab662d8cb16f0c */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_SplFixedArray___construct, 0, 0, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_heap.stub.php instead.
* Stub hash: 3256398ed9e798f141fd3cb73370c0d8b2dbd0f1 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_SplPriorityQueue_compare, 0, 2, IS_LONG, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_iterators.stub.php instead.
* Stub hash: ab66d2fff7ac7556d4244582a2bd3e83a3f95243 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_EmptyIterator_current, 0, 0, IS_NEVER, 0)

View File

@@ -1,4 +1,4 @@
/* This is a generated file, edit the .stub.php file instead.
/* This is a generated file, edit spl_observer.stub.php instead.
* Stub hash: 9dfd8bcf8946cbee550c9a46da07c424c3505408 */
ZEND_BEGIN_ARG_WITH_TENTATIVE_RETURN_TYPE_INFO_EX(arginfo_class_SplObserver_update, 0, 1, IS_VOID, 0)

Some files were not shown because too many files have changed in this diff Show More