Home
last modified time | relevance | path

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

/php-ast/
H A Dast.c50 #define ast_declare_property(ce, name, value) \ macro
1572 ast_declare_property(ast_node_ce, AST_STR(str_kind), &zv_null); in PHP_MINIT_FUNCTION()
1573 ast_declare_property(ast_node_ce, AST_STR(str_flags), &zv_null); in PHP_MINIT_FUNCTION()
1574 ast_declare_property(ast_node_ce, AST_STR(str_lineno), &zv_null); in PHP_MINIT_FUNCTION()
1575 ast_declare_property(ast_node_ce, AST_STR(str_children), &zv_null); in PHP_MINIT_FUNCTION()
1583 ast_declare_property(ast_metadata_ce, AST_STR(str_kind), &zv_null); in PHP_MINIT_FUNCTION()
1584 ast_declare_property(ast_metadata_ce, AST_STR(str_name), &zv_null); in PHP_MINIT_FUNCTION()
1585 ast_declare_property(ast_metadata_ce, AST_STR(str_flags), &zv_null); in PHP_MINIT_FUNCTION()
1586 ast_declare_property(ast_metadata_ce, AST_STR(str_flagsCombinable), &zv_null); in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds