Searched defs:modern (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/dom/ |
H A D | internal_helpers.h | 33 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 D | php_dom.c | 1616 void php_dom_create_iterator(zval *return_value, dom_iterator_type iterator_type, bool modern) /* {… in php_dom_create_iterator() 1637 static zend_always_inline zend_class_entry *dom_get_element_ce(const xmlNode *node, bool modern) in dom_get_element_ce() 1669 bool modern = domobj && php_dom_follow_spec_intern(domobj); in php_dom_create_object() local 1778 void php_dom_create_implementation(zval *retval, bool modern) { in php_dom_create_implementation()
|
H A D | node.c | 1041 static void dom_node_insert_before(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_insert_before() 1162 static void dom_node_replace_child(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_replace_child() 1765 static void dom_node_is_equal_node_common(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_is_equal_node_common() 1836 static void dom_node_lookup_prefix(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_node_lookup_prefix()
|
H A D | xpath.c | 245 static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type, bool modern) /* {{{ */ in php_xpath_eval()
|
H A D | document.c | 627 static void dom_document_create_processing_instruction(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_create_processing_instruction() 1184 static void dom_document_adopt_node(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_adopt_node() 2264 static void dom_document_register_node_class(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_document_register_node_class()
|
H A D | element.c | 681 … void dom_element_set_attribute_node_common(INTERNAL_FUNCTION_PARAMETERS, bool use_ns, bool modern) in dom_element_set_attribute_node_common() 812 static void dom_element_get_elements_by_tag_name(INTERNAL_FUNCTION_PARAMETERS, bool modern) in dom_element_get_elements_by_tag_name() 1240 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 42 milliseconds