Searched refs:zv_null (Results 1 – 1 of 1) sorted by relevance
/php-ast/ |
H A D | ast.c | 1447 zval zv_null; in PHP_MINIT_FUNCTION() local 1448 ZVAL_NULL(&zv_null); in PHP_MINIT_FUNCTION() 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