Searched refs:startElement (Results 1 – 25 of 26) sorted by relevance
12
/PHP-8.3/ext/xmlwriter/tests/ |
H A D | OO_009.phpt | 14 $xw->startElement('root'); 16 $xw->startElement('elem1'); 19 $xw->startElement('pi'); 22 $xw->startElement('cdata');
|
H A D | OO_012.phpt | 15 $xmlWriter->startElement('myDocumentRoot'); 16 $xmlWriter->startElement('myElement'); 18 $xmlWriter->startElement('cdataElement');
|
H A D | OO_003.phpt | 11 $xw->startElement("tag1"); 22 $res = $xw->startElement('tag2');
|
H A D | OO_013.phpt | 15 $xmlWriter->startElement('myDocumentRoot'); 16 $xmlWriter->startElement('myElement');
|
H A D | OO_011.phpt | 16 $xw->startElement('root'); 21 $xw->startElement('empty');
|
H A D | bug41326.phpt | 11 $xml->startElement('test'); 15 $xml->startElement('bar');
|
H A D | bug71536.phpt | 14 $xml->startElement('response');
|
H A D | OO_002.phpt | 11 $xw->startElement("tag1");
|
H A D | bug79344.phpt | 10 $writer->startElement('foo');
|
H A D | OO_001.phpt | 12 $xw->startElement("tag1");
|
H A D | OO_005.phpt | 12 $xw->startElement("tag1");
|
H A D | OO_006.phpt | 13 $xw->startElement('foo');
|
H A D | OO_004.phpt | 12 $xw->startElement("tag1");
|
H A D | OO_010.phpt | 16 $xw->startElement('root');
|
H A D | bug39504.phpt | 24 $xw->startElement("root");
|
H A D | OO_007.phpt | 13 $xw->startElement('root');
|
/PHP-8.3/ext/phar/tests/files/ |
H A D | pear2coverage.phar | 196 $output->startElement('p'); 197 $output->startElement('a'); 202 $output->startElement('p'); 203 $output->startElement('a'); 208 $output->startElement('ul'); 261 $output->startElement('p'); 262 $output->startElement('a'); 352 $output->startElement('p'); 353 $output->startElement('a'); 403 $output->startElement('p'); [all …]
|
/PHP-8.3/ext/xml/tests/ |
H A D | bug72714.phpt | 11 function startElement($parser, $name, $attribs) { 21 xml_set_element_handler($xml_parser, 'startElement', 'endElement');
|
H A D | bug50576.phpt | 26 function startElement($parser, $name, $attribs) { echo $name . PHP_EOL; } 29 xml_set_element_handler($xml_parser, 'startElement', 'endElement');
|
H A D | bug26614.inc | 47 function startElement($parser, $name, $attrs) { 68 xml_set_element_handler($xml_parser, "startElement", "endElement");
|
H A D | xml001.phpt | 15 xml_set_element_handler($xml_parser, "startElement", "endElement"); 35 function startElement($parser, $name, $attribs)
|
H A D | xml003.phpt | 15 function startElement($parser, $name, $attribs) 56 xml_set_element_handler($xml_parser, "startElement", "endElement");
|
H A D | xml002.phpt | 15 function startElement($parser, $name, $attribs) 55 xml_set_element_handler($xml_parser, array($obj,"startElement"),
|
/PHP-8.3/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 163 public function startElement(string $name): bool {} function in XMLWriter
|
H A D | php_xmlwriter_arginfo.h | 434 …ZEND_ME_MAPPING(startElement, xmlwriter_start_element, arginfo_class_XMLWriter_startElement, ZEND_…
|
Completed in 31 milliseconds
12