dom_domerror_prop_handlers   91 ext/dom/php_dom.c static HashTable dom_domerror_prop_handlers;
dom_domerror_prop_handlers  833 ext/dom/php_dom.c 	zend_hash_init(&dom_domerror_prop_handlers, 0, NULL, NULL, 1);
dom_domerror_prop_handlers  834 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "severity", dom_domerror_severity_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  835 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "message", dom_domerror_message_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  836 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "type", dom_domerror_type_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  837 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "relatedException", dom_domerror_related_exception_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  838 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "related_data", dom_domerror_related_data_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  839 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domerror_prop_handlers, "location", dom_domerror_location_read, NULL TSRMLS_CC);
dom_domerror_prop_handlers  840 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domerror_prop_handlers, sizeof(dom_domerror_prop_handlers), NULL);
dom_domerror_prop_handlers 1009 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domerror_prop_handlers);