Searched refs:dom_document_encoding_read (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/dom/ |
| H A D | document.c | 327 int dom_document_encoding_read(dom_object *obj, zval **retval TSRMLS_DC) function
|
| H A D | dom_properties.h | 43 int dom_document_encoding_read(dom_object *obj, zval **retval TSRMLS_DC);
|
| H A D | php_dom.c | 741 dom_register_prop_handler(&dom_document_prop_handlers, "actualEncoding", dom_document_encoding_read, NULL TSRMLS_CC); 742 dom_register_prop_handler(&dom_document_prop_handlers, "encoding", dom_document_encoding_read, dom_document_encoding_write TSRMLS_CC); 743 dom_register_prop_handler(&dom_document_prop_handlers, "xmlEncoding", dom_document_encoding_read, NULL TSRMLS_CC);
|
Completed in 8 milliseconds