Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_encoding_basic.phpt2 DOMDocument::$encoding - read/write tests (dom_document_encoding_read/dom_document_encoding_write)
/PHP-5.5/ext/dom/
H A Ddom_properties.h43 int dom_document_encoding_read(dom_object *obj, zval **retval TSRMLS_DC);
H A Dphp_dom.c741 …er_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL TS… in PHP_MINIT_FUNCTION()
742 …dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom… in PHP_MINIT_FUNCTION()
743 …dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, … in PHP_MINIT_FUNCTION()
H A Ddocument.c327 int dom_document_encoding_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_document_encoding_read() function

Completed in 22 milliseconds