Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt7 $xw = xmlwriter_open_memory();
22 $xw = xmlwriter_open_memory();
H A Dxmlwriter_write_dtd_error_001.phpt7 $xmlwriter = xmlwriter_open_memory();
H A D002.phpt10 $xw = xmlwriter_open_memory($doc_dest);
H A Dxmlwriter_write_dtd_basic_001.phpt8 $xmlwriter = xmlwriter_open_memory();
H A Dxmlwriter_write_attribute_ns_basic_001.phpt7 $xw = xmlwriter_open_memory();
H A D003.phpt10 $xw = xmlwriter_open_memory($doc_dest);
H A D011.phpt15 $xw = xmlwriter_open_memory();
H A D012.phpt15 $xw = xmlwriter_open_memory();
H A Dbug39504.phpt10 $xw = xmlwriter_open_memory();
H A D008.phpt11 $xw = xmlwriter_open_memory();
H A D009.phpt14 $xw = xmlwriter_open_memory();
H A D007.phpt12 $xw = xmlwriter_open_memory();
H A Dbug41287.phpt10 $xw = xmlwriter_open_memory();
/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_mem_ns.php4 $xw = xmlwriter_open_memory();
H A Dxmlwriter_mem.php4 $xw = xmlwriter_open_memory();
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c80 static PHP_FUNCTION(xmlwriter_open_memory);
480 PHP_FE(xmlwriter_open_memory, arginfo_xmlwriter_void)
537 PHP_ME_MAPPING(openMemory, xmlwriter_open_memory, arginfo_xmlwriter_void, 0)
1831 static PHP_FUNCTION(xmlwriter_open_memory) in PHP_FUNCTION() argument

Completed in 20 milliseconds