Lines Matching refs:AST_STR
866 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
867 zend_hash_add_new(ht, AST_STR(str_docComment), &tmp); in ast_fill_children_ht()
872 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
883 zend_hash_add_new(ht, AST_STR(str_hooks), &tmp); in ast_fill_children_ht()
895 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
904 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
913 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
919 zend_hash_add_new(ht, AST_STR(str___declId), &id_zval); in ast_fill_children_ht()
1009 ZVAL_STR_COPY(&const_zval, AST_STR(str_class)); in ast_to_zval()
1028 if (zend_string_equals_ci(AST_STR(str_class), str)) { in ast_to_zval()
1075 ast_update_property_long(zv, AST_STR(str_endLineno), decl->end_lineno); in ast_to_zval()
1079 ZVAL_STR(&tmp_zv, AST_STR(str_bracketed_closure)); in ast_to_zval()
1091 zend_hash_add_new(children, AST_STR(str_name), &tmp_zv); in ast_to_zval()
1101 zend_hash_add_new(children, AST_STR(str_docComment), &tmp_zv); in ast_to_zval()
1451 AST_STR(str_ ## str) = zend_new_interned_string( \ 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()
1592 #define X(str, value) zend_string_release(AST_STR(str_ ## str)); in PHP_MSHUTDOWN_FUNCTION()