|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: 53832c784e59195e8ef41710c1e4e778f396c99b */ |
| 2 | + * Stub hash: ccdf8346a4df871bf8ed0acb4fe11d2b3c933bd7 */ |
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() |
@@ -51,6 +51,17 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_iterable, 0, 1, IS_VOID, 0) |
51 | 51 | ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, arg2, IS_ITERABLE, 1, "null") |
52 | 52 | ZEND_END_ARG_INFO() |
53 | 53 |
|
| 54 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_weakmap_attach, 0, 2, _IS_BOOL, 0) |
| 55 | + ZEND_ARG_TYPE_INFO(0, object, IS_OBJECT, 0) |
| 56 | + ZEND_ARG_TYPE_INFO(0, value, IS_MIXED, 0) |
| 57 | +ZEND_END_ARG_INFO() |
| 58 | + |
| 59 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_weakmap_remove, 0, 1, _IS_BOOL, 0) |
| 60 | + ZEND_ARG_TYPE_INFO(0, object, IS_OBJECT, 0) |
| 61 | +ZEND_END_ARG_INFO() |
| 62 | + |
| 63 | +#define arginfo_zend_weakmap_dump arginfo_zend_test_array_return |
| 64 | + |
54 | 65 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_zend_get_unit_enum, 0, 0, ZendTestUnitEnum, 0) |
55 | 66 | ZEND_END_ARG_INFO() |
56 | 67 |
|
@@ -94,6 +105,9 @@ static ZEND_FUNCTION(zend_string_or_object_or_null); |
94 | 105 | static ZEND_FUNCTION(zend_string_or_stdclass); |
95 | 106 | static ZEND_FUNCTION(zend_string_or_stdclass_or_null); |
96 | 107 | static ZEND_FUNCTION(zend_iterable); |
| 108 | +static ZEND_FUNCTION(zend_weakmap_attach); |
| 109 | +static ZEND_FUNCTION(zend_weakmap_remove); |
| 110 | +static ZEND_FUNCTION(zend_weakmap_dump); |
97 | 111 | static ZEND_FUNCTION(zend_get_unit_enum); |
98 | 112 | static ZEND_FUNCTION(namespaced_func); |
99 | 113 | static ZEND_METHOD(_ZendTestClass, is_object); |
@@ -121,6 +135,9 @@ static const zend_function_entry ext_functions[] = { |
121 | 135 | ZEND_FE(zend_string_or_stdclass, arginfo_zend_string_or_stdclass) |
122 | 136 | ZEND_FE(zend_string_or_stdclass_or_null, arginfo_zend_string_or_stdclass_or_null) |
123 | 137 | ZEND_FE(zend_iterable, arginfo_zend_iterable) |
| 138 | + ZEND_FE(zend_weakmap_attach, arginfo_zend_weakmap_attach) |
| 139 | + ZEND_FE(zend_weakmap_remove, arginfo_zend_weakmap_remove) |
| 140 | + ZEND_FE(zend_weakmap_dump, arginfo_zend_weakmap_dump) |
124 | 141 | ZEND_FE(zend_get_unit_enum, arginfo_zend_get_unit_enum) |
125 | 142 | ZEND_NS_FE("ZendTestNS2\\ZendSubNS", namespaced_func, arginfo_ZendTestNS2_ZendSubNS_namespaced_func) |
126 | 143 | ZEND_FE_END |
|
0 commit comments