summaryrefslogtreecommitdiff
path: root/Zend/zend_closures_arginfo.h
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-07-12 12:40:37 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-07-21 14:47:03 +0200
commit5770b6672228dff9a5f320ce9938e7b196bb03e8 (patch)
tree7cf29f64f85ccf3ed56fd41c1a2a3dffd349acb7 /Zend/zend_closures_arginfo.h
parent42226fcf0369c7d410f47f45e0249b3dcf01c78a (diff)
downloadphp-git-5770b6672228dff9a5f320ce9938e7b196bb03e8.tar.gz
Cleanup argument handling of Zend functions and methods
Closes GH-5847
Diffstat (limited to 'Zend/zend_closures_arginfo.h')
-rw-r--r--Zend/zend_closures_arginfo.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/Zend/zend_closures_arginfo.h b/Zend/zend_closures_arginfo.h
index 14c2627731..9e7e64708c 100644
--- a/Zend/zend_closures_arginfo.h
+++ b/Zend/zend_closures_arginfo.h
@@ -1,27 +1,27 @@
/* This is a generated file, edit the .stub.php file instead.
- * Stub hash: 3352191f3a07009ef853829816a3209156afb0bc */
+ * Stub hash: 57771cb65a3193bd683be75efd04f7daff0f8585 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_Closure___construct, 0, 0, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_Closure_bind, 0, 2, Closure, 1)
ZEND_ARG_OBJ_INFO(0, closure, Closure, 0)
- ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 1)
- ZEND_ARG_INFO(0, newscope)
+ ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 1)
+ ZEND_ARG_INFO(0, newScope)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_Closure_bindTo, 0, 1, Closure, 1)
- ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 1)
- ZEND_ARG_INFO(0, newscope)
+ ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 1)
+ ZEND_ARG_INFO(0, newScope)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Closure_call, 0, 1, IS_MIXED, 0)
- ZEND_ARG_TYPE_INFO(0, newthis, IS_OBJECT, 0)
- ZEND_ARG_VARIADIC_TYPE_INFO(0, parameters, IS_MIXED, 0)
+ ZEND_ARG_TYPE_INFO(0, newThis, IS_OBJECT, 0)
+ ZEND_ARG_VARIADIC_TYPE_INFO(0, arguments, IS_MIXED, 0)
ZEND_END_ARG_INFO()
ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_Closure_fromCallable, 0, 1, Closure, 0)
- ZEND_ARG_INFO(0, callable)
+ ZEND_ARG_INFO(0, callback)
ZEND_END_ARG_INFO()