dom_node_child_nodes_read  123 ext/dom/dom_properties.h int dom_node_child_nodes_read(dom_object *obj, zval *retval);
dom_node_child_nodes_read  650 ext/dom/php_dom.c 	dom_register_prop_handler(&dom_node_prop_handlers, "childNodes", dom_node_child_nodes_read, NULL);