Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dphp_dom.c103 static zend_object_handlers dom_modern_domimplementation_object_handlers; variable
767 …memcpy(&dom_modern_domimplementation_object_handlers, &dom_object_handlers, sizeof(zend_object_han… in PHP_MINIT_FUNCTION()
770 dom_modern_domimplementation_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()
825 …mplementation_class_entry->default_object_handlers = &dom_modern_domimplementation_object_handlers; in PHP_MINIT_FUNCTION()

Completed in 22 milliseconds