Searched refs:writeAttribute (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/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-8.2/ext/xmlwriter/tests/ |
H A D | OO_009.phpt | 15 $xw->writeAttribute('id', 'elem1'); 17 $xw->writeAttribute('attr1', 'first');
|
H A D | OO_007.phpt | 18 $xw->writeAttribute('att2', "double\" single'");
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 145 public function writeAttribute(string $name, string $value): bool {} function in XMLWriter
|
H A D | php_xmlwriter_arginfo.h | 431 …ZEND_ME_MAPPING(writeAttribute, xmlwriter_write_attribute, arginfo_class_XMLWriter_writeAttribute,…
|
Completed in 20 milliseconds