Home
last modified time | relevance | path

Searched refs:dom_domimplementationlist_prop_handlers (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/dom/
H A Dphp_dom.c80 static HashTable dom_domimplementationlist_prop_handlers; variable
692 zend_hash_init(&dom_domimplementationlist_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
693 …dom_register_prop_handler(&dom_domimplementationlist_prop_handlers, "length", dom_domimplementatio… in PHP_MINIT_FUNCTION()
694 …s, ce.name, ce.name_length + 1, &dom_domimplementationlist_prop_handlers, sizeof(dom_domimplementa… in PHP_MINIT_FUNCTION()
993 zend_hash_destroy(&dom_domimplementationlist_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 10 milliseconds