Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddom_ce.h56 extern PHP_DOM_EXPORT zend_class_entry *dom_notation_class_entry;
H A Dphp_dom.c77 PHP_DOM_EXPORT zend_class_entry *dom_notation_class_entry; variable
1196 dom_notation_class_entry = register_class_DOMNotation(dom_node_class_entry); in PHP_MINIT_FUNCTION()
1197 dom_notation_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()
1198 dom_notation_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()
1204 zend_hash_add_new_ptr(&classes, dom_notation_class_entry->name, &dom_notation_prop_handlers); in PHP_MINIT_FUNCTION()

Completed in 12 milliseconds