Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/tests/
H A Dbug35785.phpt10 echo $xml->asXML();
14 echo $xml->asXML();
17 echo $xml->asXML();
H A Dbug39662.phpt2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
17 var_dump($clone->asXML());
H A Dbug76712.phpt11 echo $sxe->asXML();
16 echo $sxe->asXML();
H A Dbug37386.phpt13 print $sx1->asXML()."\n";
17 print $sx1->asXML();
H A D012.phpt21 echo $sxe->asXML();
25 echo $sxe->asXML();
H A Dbug79971_1.phpt18 var_dump($sxe->asXML("$uri.out%00foo"));
26 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.phpt9 print $xml->asXML();
H A DSimpleXMLElement_addAttribute_required_attribute_name.phpt12 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 D031.phpt44 echo $sxe->asXML();
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug30045.phpt27 ….xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->param1->asXML(),"\n";
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1415 SXE_METHOD(asXML) in SXE_METHOD() argument
2680 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2681 SXE_MALIAS(saveXML, asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)

Completed in 39 milliseconds