Skip to content

Commit ee2e98f

Browse files
authored
Update func.md
fix error
1 parent 9a4d814 commit ee2e98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7/func.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const zend_function_entry mytest_functions[] = {
6767
#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 },
6868
#define ZEND_FN(name) zif_##name
6969
```
70-
最后将`zend_module_entry->functions`设置为`timeout_functions`即可:
70+
最后将`zend_module_entry->functions`设置为`mytest_functions`即可:
7171
```c
7272
zend_module_entry mytest_module_entry = {
7373
STANDARD_MODULE_HEADER,

0 commit comments

Comments
 (0)