Skip to content

Commit 43af2f3

Browse files
committed
update
1 parent ea143bc commit 43af2f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

7/var.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,7 @@ zend_string常用的宏:
109109

110110
### 7.7.4 数组操作
111111

112+
```c
113+
ZVAL_NEW_ARR(array);
114+
zend_hash_init(Z_ARRVAL_P(array), size, NULL, ZVAL_PTR_DTOR, 0);
115+
```

0 commit comments

Comments
 (0)