dom_domimplementationlist_prop_handlers   81 ext/dom/php_dom.c static HashTable dom_domimplementationlist_prop_handlers;
dom_domimplementationlist_prop_handlers  697 ext/dom/php_dom.c 	zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, NULL, 1);
dom_domimplementationlist_prop_handlers  698 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementationlist_length_read, NULL TSRMLS_CC);
dom_domimplementationlist_prop_handlers  699 ext/dom/php_dom.c 	zend_hash_add(&classes, ce.name, ce.name_length + 1, &dom_domimplementationlist_prop_handlers, sizeof(dom_domimplementationlist_prop_handlers), NULL);
dom_domimplementationlist_prop_handlers  998 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domimplementationlist_prop_handlers);