Skip to content

Commit 42c82f6

Browse files
committed
fix error
1 parent c927500 commit 42c82f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

3/zend_class.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ void zend_compile_prop_decl(zend_ast *ast)
446446
zend_class_entry *ce = CG(active_class_entry);
447447
uint32_t i, children = list->children;
448448
449-
//也不清楚这里为啥用循环,测试的情况child只有一个
450449
for (i = 0; i < children; ++i) {
451450
zend_ast *prop_ast = list->child[i]; //这个节点类型为:ZEND_AST_PROP_ELEM
452451
zend_ast *name_ast = prop_ast->child[0]; //属性名节点

0 commit comments

Comments
 (0)