Home
last modified time | relevance | path

Searched refs:dom_typeinfo_prop_handlers (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/dom/
H A Dphp_dom.c93 static HashTable dom_typeinfo_prop_handlers; variable
763 zend_hash_init(&dom_typeinfo_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION()
764 …dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeName", sizeof("typeName")-1, dom_typei… in PHP_MINIT_FUNCTION()
765 …dom_register_prop_handler(&dom_typeinfo_prop_handlers, "typeNamespace", sizeof("typeNamespace")-1,… in PHP_MINIT_FUNCTION()
766 zend_hash_add_ptr(&classes, ce.name, &dom_typeinfo_prop_handlers); in PHP_MINIT_FUNCTION()
949 zend_hash_destroy(&dom_typeinfo_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()

Completed in 13 milliseconds