Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c78 static HashTable dom_domstringlist_prop_handlers; variable
680 zend_hash_init(&dom_domstringlist_prop_handlers, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
681 …dom_register_prop_handler(&dom_domstringlist_prop_handlers, "length", dom_domstringlist_length_rea… in PHP_MINIT_FUNCTION()
682 …(&classes, ce.name, ce.name_length + 1, &dom_domstringlist_prop_handlers, sizeof(dom_domstringlist… in PHP_MINIT_FUNCTION()
991 zend_hash_destroy(&dom_domstringlist_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 7 milliseconds