Searched refs:dom_document_standalone_write (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/dom/ |
H A D | dom_properties.h | 43 zend_result dom_document_standalone_write(dom_object *obj, zval *newval);
|
H A D | php_dom.c | 946 …document_prop_handlers, "standalone", dom_document_standalone_read, dom_document_standalone_write); in PHP_MINIT_FUNCTION() 947 …ument_prop_handlers, "xmlStandalone", dom_document_standalone_read, dom_document_standalone_write); in PHP_MINIT_FUNCTION() 974 …ument_prop_handlers, "xmlStandalone", dom_document_standalone_read, dom_document_standalone_write); in PHP_MINIT_FUNCTION()
|
H A D | document.c | 161 zend_result dom_document_standalone_write(dom_object *obj, zval *newval) in dom_document_standalone_write() function
|
Completed in 18 milliseconds