Home
last modified time | relevance | path

Searched refs:xml (Results 476 – 500 of 951) sorted by relevance

1...<<11121314151617181920>>...39

/PHP-5.5/ext/soap/tests/
H A Dserver020.phpt12 <?xml version="1.0" encoding="ISO-8859-1"?>
35 <?xml version="1.0" encoding="UTF-8"?>
H A Dserver021.phpt21 <?xml version="1.0" encoding="ISO-8859-1"?>
38 <?xml version="1.0" encoding="UTF-8"?>
H A Dserver028.phpt22 <?xml version="1.0" encoding="ISO-8859-1"?>
39 <?xml version="1.0" encoding="UTF-8"?>
H A Dtypemap011.phpt12 <?xml version="1.0" encoding="UTF-8"?>
29 function book_from_xml($xml) {
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_basic.phpt13 $doc->load(dirname(__FILE__)."/book.xml");
H A DDOMDocument_strictErrorChecking_basic.phpt12 $doc->load(dirname(__FILE__)."/book.xml");
H A Dbug50661.phpt15 <?xml version="1.0"?>
H A DDOMDocument_createEntityReference_basic.phpt18 <?xml version="1.0"?>
H A Dbug37456.phpt10 $doc->load(dirname(__FILE__)."/dom.xml");
H A DDOMDocument_createAttribute_basic.phpt24 <?xml version="1.0"?>
H A DDOMComment_appendData_basic.phpt20 <?xml version="1.0"?>
H A DDOMComment_insertData_basic.phpt20 <?xml version="1.0"?>
H A DDOMDocument_preserveWhiteSpace_basic.phpt12 $doc->load(dirname(__FILE__)."/book.xml");
/PHP-5.5/ext/simplexml/tests/
H A Dprofile02.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile04.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile05.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile08.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile09.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile06.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dsimplexml_load_file.phpt7 $simple = simplexml_load_file(dirname(__FILE__)."/book.xml");
/PHP-5.5/ext/mbstring/tests/
H A Dmb_output_handler_pattern-09.phpt11 header("Content-Type: application/xhtml+xml");
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt26 $xml = simplexml_load_string($request);
27 …echo $xml->children("http://schemas.xmlsoap.org/soap/envelope/")->Body->children("http://test-uri"…
28 unset($xml);
H A Dbug31422-win.phpt24 <?xml version="1.0" encoding="ISO-8859-1"?>
44 <?xml version="1.0" encoding="UTF-8"?>
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt11 <?xml version="1.0" encoding="UTF-8" ?>
24 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-5.5/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string(b'<?xml version="1.0"?>

Completed in 39 milliseconds

1...<<11121314151617181920>>...39