Searched refs:writeAttribute (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 121 $output->writeAttribute('method', 'POST'); 124 $output->writeAttribute('type', 'text'); 128 $output->writeAttribute('type', 'submit'); 189 $output->writeAttribute('href', 'cover.css'); 190 $output->writeAttribute('rel', 'stylesheet'); 191 $output->writeAttribute('type', 'text/css'); 244 $output->writeAttribute('href', 'cover.css'); 245 $output->writeAttribute('rel', 'stylesheet'); 246 $output->writeAttribute('type', 'text/css'); 272 $output->writeAttribute('class', 'ln'); [all …]
|
/php-src/ext/xmlwriter/tests/ |
H A D | OO_009.phpt | 15 $xw->writeAttribute('id', 'elem1'); 17 $xw->writeAttribute('attr1', 'first');
|
H A D | xmlwriter_toMemory_normal_usage.phpt | 10 $writer->writeAttribute("align", "left");
|
H A D | xmlwriter_toStream_invalidate_stream.phpt | 13 $writer->writeAttribute("align", "left");
|
H A D | xmlwriter_toStream_normal_usage.phpt | 12 $writer->writeAttribute("align", "left");
|
H A D | OO_007.phpt | 18 $xw->writeAttribute('att2', "double\" single'");
|
/php-src/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 152 public function writeAttribute(string $name, string $value): bool {} function in XMLWriter
|
Completed in 18 milliseconds