Searched refs:dom_xpath_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/ |
H A D | php_dom.c | 142 static HashTable dom_xpath_prop_handlers; variable 1296 zend_hash_init(&dom_xpath_prop_handlers, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION() 1297 DOM_REGISTER_PROP_HANDLER(&dom_xpath_prop_handlers, "document", dom_xpath_document_read, NULL); in PHP_MINIT_FUNCTION() 1298 …DOM_REGISTER_PROP_HANDLER(&dom_xpath_prop_handlers, "registerNodeNamespaces", dom_xpath_register_n… in PHP_MINIT_FUNCTION() 1299 zend_hash_add_new_ptr(&classes, dom_xpath_class_entry->name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION() 1305 zend_hash_add_new_ptr(&classes, dom_modern_xpath_class_entry->name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION() 1385 zend_hash_destroy(&dom_xpath_prop_handlers); in PHP_MSHUTDOWN_FUNCTION() 1553 intern->dom.prop_handler = &dom_xpath_prop_handlers; in dom_xpath_objects_new()
|
Completed in 11 milliseconds