Searched refs:startDocument (Results 1 – 20 of 20) sorted by relevance
/php-src/ext/xmlwriter/tests/ |
H A D | bug41326.phpt | 10 $xml->startDocument(); 25 $xw->startDocument();
|
H A D | xmlwriter_toStream_encoding_utf8.phpt | 11 $writer->startDocument(encoding: "UTF-8");
|
H A D | xmlwriter_toStream_encoding_shiftjis.phpt | 11 $writer->startDocument(encoding: "SHIFT_JIS");
|
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_011.phpt | 15 $xw->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_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-src/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 254 …public function startDocument(?string $version = "1.0", ?string $encoding = null, ?string $standal… function in XMLWriter
|
/php-src/ext/libxml/ |
H A D | php_libxml2.def | 146 startDocument
|
Completed in 25 milliseconds