Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/tests/
H A Dbug35785.phpt10 echo $xml->asXML();
15 echo $xml->asXML();
18 echo $xml->asXML();
H A Dbug39662.phpt2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
17 var_dump($clone->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 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.1/ext/simplexml/examples/
H A Dsecurity.php5 $s->asXML('security.new.xml');
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug30045.phpt27 ….xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->param1->asXML(),"\n";
/PHP-7.1/ext/simplexml/
H A Dsimplexml.c1422 SXE_METHOD(asXML) in SXE_METHOD() argument
2707 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2708 SXE_MALIAS(saveXML, asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
/PHP-7.1/
H A DNEWS2002 . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).
2341 . Fixed bug #73293 (NULL pointer dereference in SimpleXMLElement::asXML()).

Completed in 36 milliseconds