Searched refs:dom_document_document_uri_write (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/dom/ |
H A D | dom_properties.h | 49 zend_result dom_document_document_uri_write(dom_object *obj, zval *newval);
|
H A D | php_dom.c | 920 …se_document_prop_handlers, "URL", dom_document_document_uri_read, dom_document_document_uri_write); in PHP_MINIT_FUNCTION() 921 …ent_prop_handlers, "documentURI", dom_document_document_uri_read, dom_document_document_uri_write); in PHP_MINIT_FUNCTION() 951 …ent_prop_handlers, "documentURI", dom_document_document_uri_read, dom_document_document_uri_write); in PHP_MINIT_FUNCTION()
|
H A D | document.c | 393 zend_result dom_document_document_uri_write(dom_object *obj, zval *newval) in dom_document_document_uri_write() function
|
Completed in 42 milliseconds