Home
last modified time | relevance | path

Searched refs:writeComment (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A Dxmlwriter_toMemory_normal_usage.phpt11 $writer->writeComment("hello");
H A Dxmlwriter_toStream_encoding_utf8.phpt12 $writer->writeComment('ééé');
H A Dxmlwriter_toStream_encoding_shiftjis.phpt12 $writer->writeComment("\u{3041}\u{3041}\u{3041}");
H A DOO_005.phpt16 $xw->writeComment("comment #2");
H A Dxmlwriter_toStream_normal_usage.phpt13 $writer->writeComment("hello");
H A DOO_009.phpt18 $xw->writeComment('start PI');
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php266 public function writeComment(string $content): bool {} function in XMLWriter

Completed in 10 milliseconds