|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: 0a2826d081b33a542c1b2fc9a5812954fcc059f9 */ |
| 2 | + * Stub hash: 7b0abebae0b0eeea0f45dccb04759fceec1096e3 */ |
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() |
@@ -69,6 +69,9 @@ ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_test_parameter_with_attribu |
69 | 69 | ZEND_ARG_TYPE_INFO(0, parameter, IS_STRING, 0) |
70 | 70 | ZEND_END_ARG_INFO() |
71 | 71 |
|
| 72 | +ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_zend_get_current_func_name, 0, 0, IS_STRING, 0) |
| 73 | +ZEND_END_ARG_INFO() |
| 74 | + |
72 | 75 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_ZendTestNS2_ZendSubNS_namespaced_func, 0, 0, _IS_BOOL, 0) |
73 | 76 | ZEND_END_ARG_INFO() |
74 | 77 |
|
@@ -124,6 +127,7 @@ static ZEND_FUNCTION(zend_weakmap_remove); |
124 | 127 | static ZEND_FUNCTION(zend_weakmap_dump); |
125 | 128 | static ZEND_FUNCTION(zend_get_unit_enum); |
126 | 129 | static ZEND_FUNCTION(zend_test_parameter_with_attribute); |
| 130 | +static ZEND_FUNCTION(zend_get_current_func_name); |
127 | 131 | static ZEND_FUNCTION(namespaced_func); |
128 | 132 | static ZEND_METHOD(_ZendTestClass, is_object); |
129 | 133 | static ZEND_METHOD(_ZendTestClass, __toString); |
@@ -159,6 +163,7 @@ static const zend_function_entry ext_functions[] = { |
159 | 163 | ZEND_FE(zend_weakmap_dump, arginfo_zend_weakmap_dump) |
160 | 164 | ZEND_FE(zend_get_unit_enum, arginfo_zend_get_unit_enum) |
161 | 165 | ZEND_FE(zend_test_parameter_with_attribute, arginfo_zend_test_parameter_with_attribute) |
| 166 | + ZEND_FE(zend_get_current_func_name, arginfo_zend_get_current_func_name) |
162 | 167 | ZEND_NS_FE("ZendTestNS2\\ZendSubNS", namespaced_func, arginfo_ZendTestNS2_ZendSubNS_namespaced_func) |
163 | 168 | ZEND_FE_END |
164 | 169 | }; |
|
0 commit comments