There was an error while loading. Please reload this page.
1 parent c927500 commit 42c82f6Copy full SHA for 42c82f6
3/zend_class.md
@@ -446,7 +446,6 @@ void zend_compile_prop_decl(zend_ast *ast)
446
zend_class_entry *ce = CG(active_class_entry);
447
uint32_t i, children = list->children;
448
449
- //也不清楚这里为啥用循环,测试的情况child只有一个
450
for (i = 0; i < children; ++i) {
451
zend_ast *prop_ast = list->child[i]; //这个节点类型为:ZEND_AST_PROP_ELEM
452
zend_ast *name_ast = prop_ast->child[0]; //属性名节点
0 commit comments