summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-06-30 16:02:11 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-06-30 16:02:11 +0200
commit30067894fc6cb50b1243d3592b40fc077f0b0cf9 (patch)
tree401d725568f57fe4592b1107d149d70336a2734a
parent917e28d77e51dbce244f508baeccd7028c928225 (diff)
downloadphp-git-30067894fc6cb50b1243d3592b40fc077f0b0cf9.tar.gz
Update outdated arginfo hashes
-rw-r--r--Zend/zend_builtin_functions_arginfo.h2
-rw-r--r--Zend/zend_interfaces_arginfo.h2
-rw-r--r--Zend/zend_weakrefs_arginfo.h2
-rw-r--r--ext/date/php_date_arginfo.h2
-rw-r--r--ext/dom/php_dom_arginfo.h2
-rw-r--r--ext/hash/hash_arginfo.h2
-rw-r--r--ext/intl/breakiterator/breakiterator_arginfo.h2
-rw-r--r--ext/intl/resourcebundle/resourcebundle_arginfo.h2
-rw-r--r--ext/mysqli/mysqli_arginfo.h2
-rw-r--r--ext/pdo/pdo_stmt_arginfo.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/Zend/zend_builtin_functions_arginfo.h b/Zend/zend_builtin_functions_arginfo.h
index c464a540a1..be297c299e 100644
--- a/Zend/zend_builtin_functions_arginfo.h
+++ b/Zend/zend_builtin_functions_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: dbaaf894f10b6f3c880d08e138dead309f6ed5a4 */
+ * Stub hash: 3ce3eab15ec8df2006633735f53f12cff142260c */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_version, 0, 0, IS_STRING, 0)
ZEND_END_ARG_INFO()
diff --git a/Zend/zend_interfaces_arginfo.h b/Zend/zend_interfaces_arginfo.h
index ff8f0be9f6..0598a5cabd 100644
--- a/Zend/zend_interfaces_arginfo.h
+++ b/Zend/zend_interfaces_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 6ec9a1d6d8035af94bdd4953e47bb18164ee2b59 */
+ * Stub hash: c3b97b8a9c7522fc5b58e63fbf9cd6a801f4bbc2 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IteratorAggregate_getIterator, 0, 0, 0)
ZEND_END_ARG_INFO()
diff --git a/Zend/zend_weakrefs_arginfo.h b/Zend/zend_weakrefs_arginfo.h
index 1f077dea2d..581c4f479b 100644
--- a/Zend/zend_weakrefs_arginfo.h
+++ b/Zend/zend_weakrefs_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 7ce222b1a257fc3d524dc5cd123ac102a0dca2bc */
+ * Stub hash: 408450a31ebee65311c075810dd36004e49135c3 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_WeakReference___construct, 0, 0, 0)
ZEND_END_ARG_INFO()
diff --git a/ext/date/php_date_arginfo.h b/ext/date/php_date_arginfo.h
index 9c1e58926b..376d0b1453 100644
--- a/ext/date/php_date_arginfo.h
+++ b/ext/date/php_date_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 51ffecfc0b15a2368719d5a76fa6788b3a36887e */
+ * Stub hash: 656ce4aafb67dd9fc53d53081bb1a73c7a8b42d6 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_strtotime, 0, 1, MAY_BE_LONG|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, time, IS_STRING, 0)
diff --git a/ext/dom/php_dom_arginfo.h b/ext/dom/php_dom_arginfo.h
index 265782b50a..de2ea0d73a 100644
--- a/ext/dom/php_dom_arginfo.h
+++ b/ext/dom/php_dom_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: b5bb577aa2608cc62fa56852ab2433ec03c7fc26 */
+ * Stub hash: ce4644d8cb6fdf0f3b9f5d1cbac773b406884ad9 */
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_dom_import_simplexml, 0, 1, DOMElement, 1)
ZEND_ARG_TYPE_INFO(0, node, IS_OBJECT, 0)
diff --git a/ext/hash/hash_arginfo.h b/ext/hash/hash_arginfo.h
index 7ba3fca9d7..c877c88e5c 100644
--- a/ext/hash/hash_arginfo.h
+++ b/ext/hash/hash_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 2972dfa9fbf8c83557614063a68c2f1500fa5955 */
+ * Stub hash: d4caa0bf70c25a8436049197e822a6c85e4e4643 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_hash, 0, 2, MAY_BE_STRING|MAY_BE_FALSE)
ZEND_ARG_TYPE_INFO(0, algo, IS_STRING, 0)
diff --git a/ext/intl/breakiterator/breakiterator_arginfo.h b/ext/intl/breakiterator/breakiterator_arginfo.h
index 0f9b57e8c7..98a22a4dde 100644
--- a/ext/intl/breakiterator/breakiterator_arginfo.h
+++ b/ext/intl/breakiterator/breakiterator_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 3e28f27c89a4f03e9d67d78f4103e16128673e27 */
+ * Stub hash: 7180c7b167edb3aa8580ae4a600627f28636ac38 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_IntlBreakIterator_createCharacterInstance, 0, 0, 0)
ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, locale, IS_STRING, 1, "null")
diff --git a/ext/intl/resourcebundle/resourcebundle_arginfo.h b/ext/intl/resourcebundle/resourcebundle_arginfo.h
index 44238d2a1d..066dca2d88 100644
--- a/ext/intl/resourcebundle/resourcebundle_arginfo.h
+++ b/ext/intl/resourcebundle/resourcebundle_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 4bc15bffefcb91a7462dc8c66508f8d16b1c6c49 */
+ * Stub hash: 9f811912b4a466a87477883abed02f998380481a */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_ResourceBundle___construct, 0, 0, 2)
ZEND_ARG_TYPE_INFO(0, locale, IS_STRING, 1)
diff --git a/ext/mysqli/mysqli_arginfo.h b/ext/mysqli/mysqli_arginfo.h
index 3d1fb92aee..cacc5d1d81 100644
--- a/ext/mysqli/mysqli_arginfo.h
+++ b/ext/mysqli/mysqli_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 1d194e0ef5dbdbf6ab0fb5512ee42dfad08ea5a0 */
+ * Stub hash: 49567a0e831c0a484aaf2c2d213ad24109f2639b */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_MASK_EX(arginfo_mysqli_affected_rows, 0, 1, MAY_BE_LONG|MAY_BE_STRING)
ZEND_ARG_OBJ_INFO(0, mysql_link, mysqli, 0)
diff --git a/ext/pdo/pdo_stmt_arginfo.h b/ext/pdo/pdo_stmt_arginfo.h
index fc97fca039..101970e94e 100644
--- a/ext/pdo/pdo_stmt_arginfo.h
+++ b/ext/pdo/pdo_stmt_arginfo.h
@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 30b801be462ed1e60e34f937e6dd746184866028 */
+ * Stub hash: 77e61065025ff7394466ef6d683d37b4a1c793e7 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_bindColumn, 0, 0, 2)
ZEND_ARG_TYPE_MASK(0, column, MAY_BE_LONG|MAY_BE_STRING, NULL)