Searched refs:dom_modern_notation_class_entry (Results 1 – 2 of 2) sorted by relevance
57 extern PHP_DOM_EXPORT zend_class_entry *dom_modern_notation_class_entry;
78 PHP_DOM_EXPORT zend_class_entry *dom_modern_notation_class_entry; variable1206 dom_modern_notation_class_entry = register_class_Dom_Notation(dom_modern_node_class_entry); in PHP_MINIT_FUNCTION()1207 dom_modern_notation_class_entry->create_object = dom_objects_new; in PHP_MINIT_FUNCTION()1208 dom_modern_notation_class_entry->default_object_handlers = &dom_object_handlers; in PHP_MINIT_FUNCTION()1214 …zend_hash_add_new_ptr(&classes, dom_modern_notation_class_entry->name, &dom_modern_node_prop_handl… in PHP_MINIT_FUNCTION()
Completed in 19 milliseconds