Home
last modified time | relevance | path

Searched refs:asXML (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/simplexml/tests/
H A Dbug35785.phpt10 echo $xml->asXML();
14 echo $xml->asXML();
17 echo $xml->asXML();
H A Dbug76712.phpt9 echo $sxe->asXML();
14 echo $sxe->asXML();
H A Dbug39662.phpt2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
17 var_dump($clone->asXML());
H A Dbug63575.phpt15 echo $o1->asXML(), PHP_EOL, $o2->asXML();
H A Dbug37386.phpt13 print $sx1->asXML()."\n";
17 print $sx1->asXML();
H A DSimpleXMLElement_asXML_fragment_filename.phpt2 SimpleXMLElement::asXML() with a fragment and a filename
16 $sxe->container2->asXML(__DIR__."/SimpleXMLElement_asXML_fragment_filename_output.tmp");
H A D012.phpt23 echo $sxe->asXML();
27 echo $sxe->asXML();
H A Dbug79971_1.phpt20 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 Dbug37076.phpt10 print $xml->asXML();
H A Dbug41175.phpt11 echo $xml->asXML();
H A Dbug37076_1.phpt16 print $xml->asXML();
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt18 echo $a->asXML();
H A Dbug38424.phpt22 echo $xml->asXML();
H A Dbug38354.phpt15 var_dump($element->asXML());
H A Dbug44478.phpt17 print $xml_element->asXML();
H A Dbug12170.phpt25 var_dump($comment->asXML());
H A D031.phpt44 echo $sxe->asXML();
/php-src/ext/simplexml/
H A Dsimplexml.stub.php21 public function asXML(?string $filename = null): string|bool {} function in SimpleXMLElement
H A Dsimplexml_arginfo.h108 ZEND_METHOD(SimpleXMLElement, asXML);
137 ZEND_ME(SimpleXMLElement, asXML, arginfo_class_SimpleXMLElement_asXML, ZEND_ACC_PUBLIC)
H A Dsimplexml.c1341 PHP_METHOD(SimpleXMLElement, asXML) in PHP_METHOD() argument
/php-src/ext/soap/tests/bugs/
H A Dbug30045.phpt26 ….xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->param1->asXML(),"\n";

Completed in 29 milliseconds