Home
last modified time | relevance | path

Searched refs:dom_node_class_entry (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dom/
H A Ddom_ce.h21 extern PHP_DOM_EXPORT zend_class_entry *dom_node_class_entry;
H A Dxml_common.h54 PHP_DOM_EXPORT extern zend_class_entry *dom_node_class_entry;
H A Dphp_dom.c39 PHP_DOM_EXPORT zend_class_entry *dom_node_class_entry; variable
748 dom_node_class_entry = register_class_DOMNode(); in PHP_MINIT_FUNCTION()
749 dom_node_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
750 dom_node_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
771 zend_hash_add_new_ptr(&classes, dom_node_class_entry->name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
969 dom_attr_class_entry = register_class_DOMAttr(dom_node_class_entry); in PHP_MINIT_FUNCTION()
1075 dom_documenttype_class_entry = register_class_DOMDocumentType(dom_node_class_entry); in PHP_MINIT_FUNCTION()
1103 dom_notation_class_entry = register_class_DOMNotation(dom_node_class_entry); in PHP_MINIT_FUNCTION()
1123 dom_entity_class_entry = register_class_DOMEntity(dom_node_class_entry); in PHP_MINIT_FUNCTION()
1148 dom_entityreference_class_entry = register_class_DOMEntityReference(dom_node_class_entry); in PHP_MINIT_FUNCTION()
[all …]
H A Dnode.c1257 dom_node_remove_child(INTERNAL_FUNCTION_PARAM_PASSTHRU, dom_node_class_entry); in PHP_METHOD()
1383 Z_PARAM_OBJECT_OF_CLASS(node, dom_node_class_entry) in PHP_METHOD()
1576 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &node, dom_node_class_entry) != SUCCESS) { in PHP_METHOD()
2346 …if (UNEXPECTED(!instanceof_function(Z_OBJCE_P(other), dom_node_class_entry) && !instanceof_functio… in PHP_METHOD()
2570 dom_node_compare_document_position(INTERNAL_FUNCTION_PARAM_PASSTHRU, dom_node_class_entry); in PHP_METHOD()
H A Ddocument.c759 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|b", &node, dom_node_class_entry, &recursive) == FAIL… in PHP_METHOD()
838 dom_modern_document_import_node(INTERNAL_FUNCTION_PARAM_PASSTHRU, dom_node_class_entry); in PHP_METHOD()
1693 dom_document_save_xml(INTERNAL_FUNCTION_PARAM_PASSTHRU, dom_node_class_entry); in PHP_METHOD()
2160 "|O!", &nodep, dom_node_class_entry) in PHP_METHOD()
H A Dxpath.c250 …expr, &expr_len, &context, modern ? dom_modern_node_class_entry : dom_node_class_entry, &register_… in php_xpath_eval()
H A Dxpath_callbacks.c428 …back_retval) == IS_OBJECT && instanceof_function(Z_OBJCE(callback_retval), dom_node_class_entry)) { in php_dom_xpath_callback_dispatch()
H A Delement.c749 dom_element_remove_attribute_node(INTERNAL_FUNCTION_PARAM_PASSTHRU, dom_node_class_entry); in PHP_METHOD()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1077 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|O!", &basenode, dom_node_class_entry) == FAILURE) { in PHP_METHOD()

Completed in 45 milliseconds