Home
last modified time | relevance | path

Searched defs:modern (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dom/
H A Dinternal_helpers.h33 static zend_always_inline zend_class_entry *dom_get_html_document_ce(bool modern) in dom_get_html_document_ce()
38 static zend_always_inline zend_class_entry *dom_get_xml_document_ce(bool modern) in dom_get_xml_document_ce()
43 static zend_always_inline zend_class_entry *dom_get_dtd_namednodemap_ce(bool modern) in dom_get_dtd_namednodemap_ce()
H A Dnode.c969 static void dom_node_insert_before(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_insert_before()
1090 static void dom_node_replace_child(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_replace_child()
1714 static void dom_node_is_equal_node_common(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_is_equal_node_common()
1785 static void dom_node_lookup_prefix(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_lookup_prefix()
H A Dphp_dom.c1624 void php_dom_create_iterator(zval *return_value, dom_iterator_type iterator_type, bool modern) /* {… in php_dom_create_iterator()
1645 static zend_always_inline zend_class_entry *dom_get_element_ce(const xmlNode *node, bool modern) in dom_get_element_ce()
1677 bool modern = domobj && php_dom_follow_spec_intern(domobj); in php_dom_create_object() local
1786 void php_dom_create_implementation(zval *retval, bool modern) { in php_dom_create_implementation()
H A Dxpath.c240 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type, bool modern) /* {{{ */ in php_xpath_eval()
H A Ddocument.c627 static void dom_document_create_processing_instruction(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_create_processing_instruction()
1180 static void dom_document_adopt_node(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_adopt_node()
2265 static void dom_document_register_node_class(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_register_node_class()
H A Delement.c677 … void dom_element_set_attribute_node_common(INTERNAL_FUNCTION_PARAMETERS, bool use_ns, bool modern) in dom_element_set_attribute_node_common()
809 static void dom_element_get_elements_by_tag_name(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_element_get_elements_by_tag_name()
1232 static void dom_element_get_elements_by_tag_name_ns(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_element_get_elements_by_tag_name_ns()

Completed in 59 milliseconds