Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/simplexml/examples/
H A Dsecurity.php5 $s->asXML('security.new.xml');
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt27 ….xmlsoap.org/soap/envelope/")->Body->children("http://test-uri")->children()->param1->asXML(),"\n";
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c1360 SXE_METHOD(asXML) in SXE_METHOD() argument
2602 SXE_ME(asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
2603 SXE_MALIAS(saveXML, asXML, arginfo_simplexmlelement_asxml, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS6643 - Fixed simplexml asXML() not to lose encoding when dumping entire
7952 - Fixed bug #39662 (Segfault when calling asXML() of a cloned
8156 - Added SimpleXMLElement::saveXML() as an alias for SimpleXMLElement::asXML().

Completed in 42 milliseconds