Searched refs:startDocument (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/xmlwriter/tests/ |
H A D | bug41326.phpt | 10 $xml->startDocument(); 25 $xw->startDocument();
|
H A D | bug71536.phpt | 13 $xml->startDocument('1.0', 'UTF-8');
|
H A D | OO_002.phpt | 10 $xw->startDocument('1.0', 'UTF-8', 'standalone');
|
H A D | OO_001.phpt | 11 $xw->startDocument('1.0', 'UTF-8', 'standalonearg');
|
H A D | OO_005.phpt | 11 $xw->startDocument('1.0', 'UTF-8');
|
H A D | OO_004.phpt | 11 $xw->startDocument('1.0', 'UTF-8');
|
H A D | OO_003.phpt | 10 $xw->startDocument('1.0', 'UTF-8');
|
H A D | OO_008.phpt | 11 $xw->startDocument(NULL, "UTF-8");
|
H A D | OO_010.phpt | 15 $xw->startDocument('1.0', "UTF-8");
|
H A D | OO_013.phpt | 14 $xmlWriter->startDocument('1.0', 'UTF-8');
|
H A D | OO_012.phpt | 14 $xmlWriter->startDocument('1.0', 'UTF-8');
|
H A D | bug39504.phpt | 20 $xw->startDocument(NULL, "UTF-8");
|
H A D | OO_011.phpt | 15 $xw->startDocument('1.0', "UTF-8");
|
H A D | OO_009.phpt | 13 $xw->startDocument("1.0", "UTF-8");
|
H A D | OO_007.phpt | 12 $xw->startDocument('1.0', "UTF-8");
|
H A D | bug41287.phpt | 23 $xw->startDocument();
|
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 247 …public function startDocument(?string $version = "1.0", ?string $encoding = null, ?string $standal… function in XMLWriter
|
H A D | php_xmlwriter_arginfo.h | 448 …ZEND_ME_MAPPING(startDocument, xmlwriter_start_document, arginfo_class_XMLWriter_startDocument, ZE…
|
/PHP-8.3/ext/libxml/ |
H A D | php_libxml2.def | 146 startDocument
|
Completed in 17 milliseconds