Home
last modified time | relevance | path

Searched refs:writeElement (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/xmlwriter/tests/
H A Dbug41326.phpt12 $xml->writeElement('foo', null);
13 $xml->writeElement('foo2', "");
14 $xml->writeElement('foo3');
H A DOO_010.phpt19 $xw->writeElement('chars', "special characters: <>\"'&");
H A DOO_011.phpt19 $xw->writeElement('chars', "special characters: <>\"'&");
H A DOO_007.phpt22 $xw->writeElement('chars', "special characters: <>\"'&");
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar115 $output->writeElement('title', 'Enter a path to the database');
118 $output->writeElement('h2', 'Please enter the path to a coverage database');
187 $output->writeElement('title', 'Tests covering line ' . $line . ' of ' . $name);
195 $output->writeElement('h2', 'Tests covering line ' . $line . ' of ' . $name);
256 $output->writeElement('h2', 'Code Coverage for ' . $source->shortName());
321 $output->writeElement('title', 'Code Coverage Summary [' . $istest . ']');
323 $output->writeElement('title', 'Code Coverage Summary');
333 $output->writeElement('h2', 'Code Coverage Files for test ' . $istest);
335 $output->writeElement('h2', 'Code Coverage Files');
394 $output->writeElement('title', 'Test Summary');
[all …]
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.stub.php187 public function writeElement(string $name, ?string $content = null): bool {} function in XMLWriter

Completed in 14 milliseconds