|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 27df6a7b48574b5c6c9a54c618fce300c7a8bd13 */ |
| 2 | + * Stub hash: 1eca5b01969498e67501a59dc69ba4c01263c4d9 */ |
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()
|
@@ -79,12 +79,14 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_call_method, 0, 2, IS_MIXED
|
79 | 79 | ZEND_ARG_TYPE_INFO(0, arg2, IS_MIXED, 0)
|
80 | 80 | ZEND_END_ARG_INFO()
|
81 | 81 |
|
82 |
| -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ZendTestNS2_ZendSubNS_namespaced_func, 0, 0, _IS_BOOL, 0) |
| 82 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_get_map_ptr_last, 0, 0, IS_LONG, 0) |
83 | 83 | ZEND_END_ARG_INFO()
|
84 | 84 |
|
85 |
| -ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class__ZendTestClass_is_object, 0, 0, IS_LONG, 0) |
| 85 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ZendTestNS2_ZendSubNS_namespaced_func, 0, 0, _IS_BOOL, 0) |
86 | 86 | ZEND_END_ARG_INFO()
|
87 | 87 |
|
| 88 | +#define arginfo_class__ZendTestClass_is_object arginfo_zend_get_map_ptr_last |
| 89 | + |
88 | 90 | ZEND_BEGIN_ARG_INFO_EX(arginfo_class__ZendTestClass___toString, 0, 0, 0)
|
89 | 91 | ZEND_END_ARG_INFO()
|
90 | 92 |
|
@@ -136,6 +138,7 @@ static ZEND_FUNCTION(zend_get_unit_enum);
|
136 | 138 | static ZEND_FUNCTION(zend_test_parameter_with_attribute);
|
137 | 139 | static ZEND_FUNCTION(zend_get_current_func_name);
|
138 | 140 | static ZEND_FUNCTION(zend_call_method);
|
| 141 | +static ZEND_FUNCTION(zend_get_map_ptr_last); |
139 | 142 | static ZEND_FUNCTION(namespaced_func);
|
140 | 143 | static ZEND_METHOD(_ZendTestClass, is_object);
|
141 | 144 | static ZEND_METHOD(_ZendTestClass, __toString);
|
@@ -173,6 +176,7 @@ static const zend_function_entry ext_functions[] = {
|
173 | 176 | ZEND_FE(zend_test_parameter_with_attribute, arginfo_zend_test_parameter_with_attribute)
|
174 | 177 | ZEND_FE(zend_get_current_func_name, arginfo_zend_get_current_func_name)
|
175 | 178 | ZEND_FE(zend_call_method, arginfo_zend_call_method)
|
| 179 | + ZEND_FE(zend_get_map_ptr_last, arginfo_zend_get_map_ptr_last) |
176 | 180 | ZEND_NS_FE("ZendTestNS2\\ZendSubNS", namespaced_func, arginfo_ZendTestNS2_ZendSubNS_namespaced_func)
|
177 | 181 | ZEND_FE_END
|
178 | 182 | };
|
|
0 commit comments