dom_document_encoding_read 43 ext/dom/dom_properties.h int dom_document_encoding_read(dom_object *obj, zval **retval TSRMLS_DC); dom_document_encoding_read 741 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL TSRMLS_CC); dom_document_encoding_read 742 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom_document_encoding_write TSRMLS_CC); dom_document_encoding_read 743 ext/dom/php_dom.c dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, NULL TSRMLS_CC);