Home
last modified time | relevance | path

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

/php-ast/
H A Dast.c1402 zval zv_null; in PHP_MINIT_FUNCTION() local
1403 ZVAL_NULL(&zv_null); in PHP_MINIT_FUNCTION()
1527 ast_declare_property(ast_node_ce, AST_STR(str_kind), &zv_null); in PHP_MINIT_FUNCTION()
1528 ast_declare_property(ast_node_ce, AST_STR(str_flags), &zv_null); in PHP_MINIT_FUNCTION()
1529 ast_declare_property(ast_node_ce, AST_STR(str_lineno), &zv_null); in PHP_MINIT_FUNCTION()
1530 ast_declare_property(ast_node_ce, AST_STR(str_children), &zv_null); in PHP_MINIT_FUNCTION()
1538 ast_declare_property(ast_metadata_ce, AST_STR(str_kind), &zv_null); in PHP_MINIT_FUNCTION()
1539 ast_declare_property(ast_metadata_ce, AST_STR(str_name), &zv_null); in PHP_MINIT_FUNCTION()
1540 ast_declare_property(ast_metadata_ce, AST_STR(str_flags), &zv_null); in PHP_MINIT_FUNCTION()
1541 ast_declare_property(ast_metadata_ce, AST_STR(str_flagsCombinable), &zv_null); in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds