Home
last modified time | relevance | path

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

/php-ast/
H A Dast.c619 zend_ast_decl *decl = (zend_ast_decl *) ast; in ast_get_children() local
623 *count = decl->kind == ZEND_AST_CLASS ? 4 : 5; in ast_get_children()
625 *count = decl->kind == ZEND_AST_CLASS ? 3 : 4; in ast_get_children()
627 return decl->child; in ast_get_children()
1027 zend_ast_decl *decl = (zend_ast_decl *) ast; in ast_to_zval() local
1028 uint32_t flags = decl->flags; in ast_to_zval()
1038 ast_update_property_long(zv, AST_STR(str_endLineno), decl->end_lineno); in ast_to_zval()
1040 if (decl->name) { in ast_to_zval()
1041 ZVAL_STR(&tmp_zv, decl->name); in ast_to_zval()
1049 if (decl->doc_comment) { in ast_to_zval()
[all …]

Completed in 14 milliseconds