There was an error while loading. Please reload this page.
1 parent 9a4d814 commit ee2e98fCopy full SHA for ee2e98f
7/func.md
@@ -67,7 +67,7 @@ const zend_function_entry mytest_functions[] = {
67
#define ZEND_FENTRY(zend_name, name, arg_info, flags) { #zend_name, name, arg_info, (uint32_t) (sizeof(arg_info)/sizeof(struct _zend_internal_arg_info)-1), flags },
68
#define ZEND_FN(name) zif_##name
69
```
70
-最后将`zend_module_entry->functions`设置为`timeout_functions`即可:
+最后将`zend_module_entry->functions`设置为`mytest_functions`即可:
71
```c
72
zend_module_entry mytest_module_entry = {
73
STANDARD_MODULE_HEADER,
0 commit comments