Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dphp_dom.c74 zend_object_handlers dom_object_handlers; variable
630 return &dom_object_handlers; in dom_get_obj_handlers()
663 memcpy(&dom_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
664 dom_object_handlers.read_property = dom_read_property; in PHP_MINIT_FUNCTION()
665 dom_object_handlers.write_property = dom_write_property; in PHP_MINIT_FUNCTION()
666 dom_object_handlers.get_property_ptr_ptr = dom_get_property_ptr_ptr; in PHP_MINIT_FUNCTION()
667 dom_object_handlers.clone_obj = dom_objects_store_clone_obj; in PHP_MINIT_FUNCTION()
668 dom_object_handlers.has_property = dom_property_exists; in PHP_MINIT_FUNCTION()
669 dom_object_handlers.get_debug_info = dom_get_debug_info; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds