dom_xpath_prop_handlers  102 ext/dom/php_dom.c static HashTable dom_xpath_prop_handlers;
dom_xpath_prop_handlers  850 ext/dom/php_dom.c 	zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_xpath_prop_handlers  851 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL);
dom_xpath_prop_handlers  852 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_xpath_prop_handlers);
dom_xpath_prop_handlers  958 ext/dom/php_dom.c 	zend_hash_destroy(&dom_xpath_prop_handlers);
dom_xpath_prop_handlers 1111 ext/dom/php_dom.c 	intern->dom.prop_handler = &dom_xpath_prop_handlers;