Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 1 of 1) sorted by relevance

/php-ast/
H A Dast.c626 zend_ast_decl *decl = (zend_ast_decl *) ast; in ast_get_children() local
630 *count = decl->kind == ZEND_AST_CLASS ? 4 : 5; in ast_get_children()
632 *count = decl->kind == ZEND_AST_CLASS ? 3 : 4; in ast_get_children()
634 return decl->child; in ast_get_children()
1064 zend_ast_decl *decl = (zend_ast_decl *) ast; in ast_to_zval() local
1065 uint32_t flags = decl->flags; in ast_to_zval()
1075 ast_update_property_long(zv, AST_STR(str_endLineno), decl->end_lineno); in ast_to_zval()
1084 } else if (decl->name) { in ast_to_zval()
1085 ZVAL_STR(&tmp_zv, decl->name); in ast_to_zval()
1094 if (decl->doc_comment) { in ast_to_zval()
[all …]

Completed in 7 milliseconds