Searched refs:asXML (Results 1 – 21 of 21) sorted by relevance
/PHP-8.3/ext/simplexml/tests/ |
H A D | bug35785.phpt | 10 echo $xml->asXML(); 14 echo $xml->asXML(); 17 echo $xml->asXML();
|
H A D | bug76712.phpt | 9 echo $sxe->asXML(); 14 echo $sxe->asXML();
|
H A D | bug39662.phpt | 2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement) 17 var_dump($clone->asXML());
|
H A D | bug63575.phpt | 15 echo $o1->asXML(), PHP_EOL, $o2->asXML();
|
H A D | bug37386.phpt | 13 print $sx1->asXML()."\n"; 17 print $sx1->asXML();
|
H A D | SimpleXMLElement_asXML_fragment_filename.phpt | 2 SimpleXMLElement::asXML() with a fragment and a filename 16 $sxe->container2->asXML(__DIR__."/SimpleXMLElement_asXML_fragment_filename_output.tmp");
|
H A D | 012.phpt | 23 echo $sxe->asXML(); 27 echo $sxe->asXML();
|
H A D | bug79971_1.phpt | 20 var_dump($sxe->asXML("$uri.out%00foo")); 28 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
|
H A D | bug37076.phpt | 10 print $xml->asXML();
|
H A D | bug41175.phpt | 11 echo $xml->asXML();
|
H A D | bug37076_1.phpt | 16 print $xml->asXML();
|
H A D | SimpleXMLElement_addAttribute_required_attribute_name.phpt | 18 echo $a->asXML();
|
H A D | bug38424.phpt | 22 echo $xml->asXML();
|
H A D | bug38354.phpt | 15 var_dump($element->asXML());
|
H A D | bug12170.phpt | 25 var_dump($comment->asXML());
|
H A D | bug44478.phpt | 17 print $xml_element->asXML();
|
H A D | 031.phpt | 44 echo $sxe->asXML();
|
/PHP-8.3/ext/simplexml/ |
H A D | simplexml_arginfo.h | 109 ZEND_METHOD(SimpleXMLElement, asXML); 140 ZEND_ME(SimpleXMLElement, asXML, arginfo_class_SimpleXMLElement_asXML, ZEND_ACC_PUBLIC) 141 …ZEND_MALIAS(SimpleXMLElement, saveXML, asXML, arginfo_class_SimpleXMLElement_saveXML, ZEND_ACC_PUB…
|
H A D | simplexml.stub.php | 21 public function asXML(?string $filename = null): string|bool {} function in SimpleXMLElement
|
H A D | simplexml.c | 1372 PHP_METHOD(SimpleXMLElement, asXML) in PHP_METHOD() argument
|
/PHP-8.3/ext/soap/tests/bugs/ |
H A D | bug30045.phpt | 26 ….xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->param1->asXML(),"\n";
|
Completed in 40 milliseconds