|
1 | 1 | /* This is a generated file, edit the .stub.php file instead.
|
2 |
| - * Stub hash: 614310958c6e2acde46c9b7932ba894caf72d6df */ |
| 2 | + * Stub hash: 47eb58d644268f4fdce7a6b5007f7755ebfcb197 */ |
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()
|
@@ -82,6 +82,10 @@ ZEND_END_ARG_INFO()
|
82 | 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_zend_test_crash, 0, 0, IS_VOID, 0) |
| 86 | + ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, message, IS_STRING, 1, "null") |
| 87 | +ZEND_END_ARG_INFO() |
| 88 | + |
85 | 89 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ZendTestNS2_ZendSubNS_namespaced_func, 0, 0, _IS_BOOL, 0)
|
86 | 90 | ZEND_END_ARG_INFO()
|
87 | 91 |
|
@@ -143,6 +147,7 @@ static ZEND_FUNCTION(zend_test_parameter_with_attribute);
|
143 | 147 | static ZEND_FUNCTION(zend_get_current_func_name);
|
144 | 148 | static ZEND_FUNCTION(zend_call_method);
|
145 | 149 | static ZEND_FUNCTION(zend_get_map_ptr_last);
|
| 150 | +static ZEND_FUNCTION(zend_test_crash); |
146 | 151 | static ZEND_FUNCTION(namespaced_func);
|
147 | 152 | static ZEND_METHOD(_ZendTestClass, is_object);
|
148 | 153 | static ZEND_METHOD(_ZendTestClass, __toString);
|
@@ -182,6 +187,7 @@ static const zend_function_entry ext_functions[] = {
|
182 | 187 | ZEND_FE(zend_get_current_func_name, arginfo_zend_get_current_func_name)
|
183 | 188 | ZEND_FE(zend_call_method, arginfo_zend_call_method)
|
184 | 189 | ZEND_FE(zend_get_map_ptr_last, arginfo_zend_get_map_ptr_last)
|
| 190 | + ZEND_FE(zend_test_crash, arginfo_zend_test_crash) |
185 | 191 | ZEND_NS_FE("ZendTestNS2\\ZendSubNS", namespaced_func, arginfo_ZendTestNS2_ZendSubNS_namespaced_func)
|
186 | 192 | ZEND_FE_END
|
187 | 193 | };
|
|
0 commit comments