Searched refs:dom_domlocator_prop_handlers (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | php_dom.c | 95 static HashTable dom_domlocator_prop_handlers; variable 784 zend_hash_init(&dom_domlocator_prop_handlers, 0, NULL, dom_dtor_prop_handler, 1); in PHP_MINIT_FUNCTION() 785 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "lineNumber", dom_domlocator_line_number_… in PHP_MINIT_FUNCTION() 786 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "columnNumber", dom_domlocator_column_num… in PHP_MINIT_FUNCTION() 787 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "offset", dom_domlocator_offset_read, NUL… in PHP_MINIT_FUNCTION() 788 …dom_register_prop_handler(&dom_domlocator_prop_handlers, "relatedNode", dom_domlocator_related_nod… in PHP_MINIT_FUNCTION() 789 dom_register_prop_handler(&dom_domlocator_prop_handlers, "uri", dom_domlocator_uri_read, NULL); in PHP_MINIT_FUNCTION() 790 zend_hash_add_ptr(&classes, ce.name, &dom_domlocator_prop_handlers); in PHP_MINIT_FUNCTION() 952 zend_hash_destroy(&dom_domlocator_prop_handlers); in PHP_MSHUTDOWN_FUNCTION()
|
Completed in 14 milliseconds