Home
last modified time | relevance | path

Searched refs:XMLWriter (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php5 function xmlwriter_open_uri(string $uri): XMLWriter|false {}
7 function xmlwriter_open_memory(): XMLWriter|false {}
13 function xmlwriter_start_comment(XMLWriter $writer): bool {}
15 function xmlwriter_end_comment(XMLWriter $writer): bool {}
19 function xmlwriter_end_attribute(XMLWriter $writer): bool {}
29 function xmlwriter_end_element(XMLWriter $writer): bool {}
41 function xmlwriter_end_pi(XMLWriter $writer): bool {}
45 function xmlwriter_start_cdata(XMLWriter $writer): bool {}
47 function xmlwriter_end_cdata(XMLWriter $writer): bool {}
63 function xmlwriter_end_dtd(XMLWriter $writer): bool {}
[all …]
H A Dconfig.m42 [whether to enable XMLWriter support],
4 [Disable XMLWriter support])],
10 AC_MSG_ERROR([XMLWriter extension requires LIBXML extension, add --with-libxml])
H A Dphp_xmlwriter_arginfo.h12 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
17 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
22 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
28 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
35 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
41 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
48 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
64 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
70 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
78 ZEND_ARG_OBJ_INFO(0, writer, XMLWriter, 0)
[all …]
H A Dconfig.w323 ARG_ENABLE("xmlwriter", "XMLWriter support", "yes");
8 AC_DEFINE("HAVE_XMLWRITER", 1, "XMLWriter support");
H A DCREDITS1 XMLWriter
/PHP-8.0/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt4 …'simplexml') || !extension_loaded('xmlwriter')) die("skip SimpleXML and XMLWriter is required for …
46 print "Internal class - XMLWriter\n";
49 $obj = new ReflectionObject(new XMLWriter);
67 Internal class - XMLWriter
71 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class XMLWriter in %s:%d
/PHP-8.0/ext/xmlwriter/tests/
H A Dbug79029.phpt2 #79029 (Use After Free's in XMLReader / XMLWriter)
10 $x = array( new XMLWriter() );
14 $y = new XMLWriter();
H A DOO_002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
8 $xw = new XMLWriter();
H A DOO_001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
9 $xw = new XMLWriter();
H A DOO_005.phpt2 XMLWriter: libxml2 XML Writer, comments
12 $xw = new XMLWriter();
H A DOO_006.phpt2 XMLWriter: libxml2 XML Writer, startDTD/writeElementNS
11 $xw = new XMLWriter();
H A DOO_004.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
9 $xw = new XMLWriter();
H A DOO_003.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush, text, attribute
8 $xw = new XMLWriter();
H A DOO_008.phpt2 XMLWriter: libxml2 XML Writer DTD Element & Attlist
10 $xw = new XMLWriter();
H A DOO_010.phpt2 XMLWriter: libxml2 XML Writer, writeAttributeNS method
13 $xw = new XMLWriter();
H A DOO_011.phpt2 XMLWriter: libxml2 XML Writer, fullEndElement method
13 $xw = new XMLWriter();
H A DOO_007.phpt2 XMLWriter: libxml2 XML Writer, Elements & Attributes
10 $xw = new XMLWriter();
H A DOO_009.phpt2 XMLWriter: PI, Comment, CDATA
12 $xw = new XMLWriter();
H A D002.phpt2 XMLWriter: libxml2 XML Writer, membuffer, flush
H A Dbug71536.phpt12 $xml = new \XMLWriter();
H A D001.phpt2 XMLWriter: libxml2 XML Writer, file buffer, flush
H A Dbug79344.phpt9 $writer = new XMLWriter;
H A D005-mb.phpt2 XMLWriter: libxml2 XML Writer, comments
H A D005.phpt2 XMLWriter: libxml2 XML Writer, comments
H A D006.phpt2 XMLWriter: libxml2 XML Writer, startDTD/writeElementNS

Completed in 62 milliseconds

12