Searched refs:dom_html_document_encoding_write (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/dom/ |
H A D | dom_properties.h | 65 zend_result dom_html_document_encoding_write(dom_object *obj, zval *retval);
|
H A D | php_dom.c | 922 …ument_prop_handlers, "characterSet", dom_document_encoding_read, dom_html_document_encoding_write); in PHP_MINIT_FUNCTION() 923 …e_document_prop_handlers, "charset", dom_document_encoding_read, dom_html_document_encoding_write); in PHP_MINIT_FUNCTION() 924 …ment_prop_handlers, "inputEncoding", dom_document_encoding_read, dom_html_document_encoding_write); in PHP_MINIT_FUNCTION()
|
H A D | html_document.c | 1450 zend_result dom_html_document_encoding_write(dom_object *obj, zval *newval) in dom_html_document_encoding_write() function
|
Completed in 25 milliseconds