Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddom_ce.h65 extern PHP_DOM_EXPORT zend_class_entry *dom_xpath_class_entry;
H A Dphp_dom.c83 PHP_DOM_EXPORT zend_class_entry *dom_xpath_class_entry; variable
1199 dom_xpath_class_entry = register_class_DOMXPath(); in PHP_MINIT_FUNCTION()
1200 dom_xpath_class_entry->create_object = dom_xpath_objects_new; in PHP_MINIT_FUNCTION()
1201 dom_xpath_class_entry->default_object_handlers = &dom_xpath_object_handlers; in PHP_MINIT_FUNCTION()
1206 zend_hash_add_new_ptr(&classes, dom_xpath_class_entry->name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION()

Completed in 13 milliseconds