Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_mem.php27 $out = xmlwriter_output_memory($xw, 0);
33 $out = xmlwriter_output_memory($xw, 1);
37 $out = xmlwriter_output_memory($xw);
H A Dxmlwriter_mem_ns.php27 $out = xmlwriter_output_memory($xw, 0);
/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt24 print xmlwriter_output_memory($xw);
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c81 static PHP_FUNCTION(xmlwriter_output_memory);
527 PHP_FE(xmlwriter_output_memory, arginfo_xmlwriter_output_memory)
584 PHP_ME_MAPPING(outputMemory, xmlwriter_output_memory, arginfo_xmlwriter_method_output_memory, 0)
1935 static PHP_FUNCTION(xmlwriter_output_memory) in PHP_FUNCTION() argument

Completed in 13 milliseconds