Searched refs:writeElement (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/xmlwriter/tests/ |
H A D | bug41326.phpt | 14 $xml->writeElement('foo', null); 15 $xml->writeElement('foo2', ""); 16 $xml->writeElement('foo3');
|
H A D | OO_010.phpt | 21 $xw->writeElement('chars', "special characters: <>\"'&");
|
H A D | OO_011.phpt | 21 $xw->writeElement('chars', "special characters: <>\"'&");
|
H A D | OO_007.phpt | 24 $xw->writeElement('chars', "special characters: <>\"'&");
|
/PHP-8.0/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 115 $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-8.0/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 187 public function writeElement(string $name, ?string $content = null) {} function in XMLWriter
|
H A D | php_xmlwriter_arginfo.h | 438 …ZEND_ME_MAPPING(writeElement, xmlwriter_write_element, arginfo_class_XMLWriter_writeElement, ZEND_…
|
Completed in 15 milliseconds