Home
last modified time | relevance | path

Searched refs:writeAttribute (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar121 $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-8.3/ext/xmlwriter/tests/
H A DOO_009.phpt15 $xw->writeAttribute('id', 'elem1');
17 $xw->writeAttribute('attr1', 'first');
H A DOO_007.phpt18 $xw->writeAttribute('att2', "double\" single'");
/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php145 public function writeAttribute(string $name, string $value): bool {} function in XMLWriter
H A Dphp_xmlwriter_arginfo.h431 …ZEND_ME_MAPPING(writeAttribute, xmlwriter_write_attribute, arginfo_class_XMLWriter_writeAttribute,…

Completed in 10 milliseconds