dom_domerror_prop_handlers   94 ext/dom/php_dom.c static HashTable dom_domerror_prop_handlers;
dom_domerror_prop_handlers  772 ext/dom/php_dom.c 	zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_domerror_prop_handlers  773 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NULL);
dom_domerror_prop_handlers  774 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL);
dom_domerror_prop_handlers  775 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL);
dom_domerror_prop_handlers  776 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_exception_read, NULL);
dom_domerror_prop_handlers  777 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_read, NULL);
dom_domerror_prop_handlers  778 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NULL);
dom_domerror_prop_handlers  779 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_domerror_prop_handlers);
dom_domerror_prop_handlers  951 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domerror_prop_handlers);