dom_domimplementationlist_prop_handlers   84 ext/dom/php_dom.c static HashTable dom_domimplementationlist_prop_handlers;
dom_domimplementationlist_prop_handlers  636 ext/dom/php_dom.c 	zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1);
dom_domimplementationlist_prop_handlers  637 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementationlist_length_read, NULL);
dom_domimplementationlist_prop_handlers  638 ext/dom/php_dom.c 	zend_hash_add_ptr(&classes, ce.name, &dom_domimplementationlist_prop_handlers);
dom_domimplementationlist_prop_handlers  940 ext/dom/php_dom.c 	zend_hash_destroy(&dom_domimplementationlist_prop_handlers);