|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: f5566ec4bffa9878e1c5eaba0c2ceeff4435c8d3 */ |
| 2 | + * Stub hash: 7326163f8ce5340c12e74af72d47a8926eb39786 */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_test_array_return, 0, 0, IS_ARRAY, 0) |
5 | 5 | ZEND_END_ARG_INFO() |
@@ -57,6 +57,17 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_iterable, 0, 1, IS_VOID, 0) |
57 | 57 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, arg2, IS_ITERABLE, 1, "null") |
58 | 58 | ZEND_END_ARG_INFO() |
59 | 59 |
|
| 60 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_weakmap_attach, 0, 2, _IS_BOOL, 0) |
| 61 | + ZEND_ARG_TYPE_INFO(0, object, IS_OBJECT, 0) |
| 62 | + ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0) |
| 63 | +ZEND_END_ARG_INFO() |
| 64 | + |
| 65 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_weakmap_remove, 0, 1, _IS_BOOL, 0) |
| 66 | + ZEND_ARG_TYPE_INFO(0, object, IS_OBJECT, 0) |
| 67 | +ZEND_END_ARG_INFO() |
| 68 | + |
| 69 | +#define arginfo_zend_weakmap_dump arginfo_zend_test_array_return |
| 70 | + |
60 | 71 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_zend_get_unit_enum, 0, 0, ZendTestUnitEnum, 0) |
61 | 72 | ZEND_END_ARG_INFO() |
62 | 73 |
|
@@ -101,6 +112,9 @@ static ZEND_FUNCTION(zend_string_or_object_or_null); |
101 | 112 | static ZEND_FUNCTION(zend_string_or_stdclass); |
102 | 113 | static ZEND_FUNCTION(zend_string_or_stdclass_or_null); |
103 | 114 | static ZEND_FUNCTION(zend_iterable); |
| 115 | +static ZEND_FUNCTION(zend_weakmap_attach); |
| 116 | +static ZEND_FUNCTION(zend_weakmap_remove); |
| 117 | +static ZEND_FUNCTION(zend_weakmap_dump); |
104 | 118 | static ZEND_FUNCTION(zend_get_unit_enum); |
105 | 119 | static ZEND_FUNCTION(namespaced_func); |
106 | 120 | static ZEND_METHOD(_ZendTestClass, is_object); |
@@ -129,6 +143,9 @@ static const zend_function_entry ext_functions[] = { |
129 | 143 | ZEND_FE(zend_string_or_stdclass, arginfo_zend_string_or_stdclass) |
130 | 144 | ZEND_FE(zend_string_or_stdclass_or_null, arginfo_zend_string_or_stdclass_or_null) |
131 | 145 | ZEND_FE(zend_iterable, arginfo_zend_iterable) |
| 146 | + ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach) |
| 147 | + ZEND_FE(zend_weakmap_remove, arginfo_zend_weakmap_remove) |
| 148 | + ZEND_FE(zend_weakmap_dump, arginfo_zend_weakmap_dump) |
132 | 149 | ZEND_FE(zend_get_unit_enum, arginfo_zend_get_unit_enum) |
133 | 150 | ZEND_NS_FE("ZendTestNS2\\ZendSubNS", namespaced_func, arginfo_ZendTestNS2_ZendSubNS_namespaced_func) |
134 | 151 | ZEND_FE_END |
|
0 commit comments