Home
last modified time | relevance | path

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

/php-src/scripts/gdb/
H A Dphp_gdb.py169 def is_special(self): member in ZendAstPrettyPrinter
175 return self.is_special() and int(self.val['kind']) >= enum_value('ZEND_AST_FUNC_DECL')
201 if self.is_special():
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_body.c491 bool is_special; in lxb_html_tree_insertion_mode_in_body_li() local
521 is_special = lxb_html_tag_is_category(node->local_name, node->ns, in lxb_html_tree_insertion_mode_in_body_li()
523 if (is_special in lxb_html_tree_insertion_mode_in_body_li()
555 bool is_special; in lxb_html_tree_insertion_mode_in_body_dd_dt() local
601 is_special = lxb_html_tag_is_category(node->local_name, node->ns, in lxb_html_tree_insertion_mode_in_body_dd_dt()
603 if (is_special in lxb_html_tree_insertion_mode_in_body_dd_dt()

Completed in 9 milliseconds