Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Dxml_document.c256 static int php_new_dom_write_smart_str(void *context, const char *buffer, int len) in php_new_dom_write_smart_str() function
274 …xmlSaveCtxtPtr ctxt = xmlSaveToIO(php_new_dom_write_smart_str, NULL, &str, encoding, XML_SAVE_AS_X… in php_new_dom_dump_node_to_str_ex()
277 …xmlOutputBufferPtr out = xmlOutputBufferCreateIO(php_new_dom_write_smart_str, NULL, &str, handler); in php_new_dom_dump_node_to_str_ex()

Completed in 5 milliseconds