Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 25 of 951) sorted by path

12345678910>>...39

/PHP-5.5/
H A D.gitattributes163 /ext/xml/tests/bug32001b.phpt -crlf
H A D.gitignore216 ext/reflection/xml
219 ext/simplexml/examples/security.new.xml
H A DEXTENSIONS277 EXTENSION: xml
H A DNEWS4268 . Added xml format to the status page. (fat)
5855 common non-text types such as "application/xhtml+xml" to be converted
7004 - Fixed bug #43364 (recursive xincludes don't remove internal xml nodes properly). (Rob, patch from…
9380 - Fixed bug #34453 (parsing http://www.w3.org/2001/xml.xsd exception). (Dmitry)
9547 - Fixed bug #33059 (crash when moving xml attribute set in dtd). (Ilia)
9641 - Fixed bug #32245 (xml_parser_free() in a function assigned to the xml
9759 - Fixed bug #27908 (xml default_handlers not being called). (Rob)
9982 - Fixed bug #30832 ("!" stripped off comments in xml parser). (Rob)
10085 - Fixed bug #29839 (incorrect convert (xml:lang to lang)). (Dmitry)
10096 - Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
H A DREADME.EXT_SKEL37 against package.xml
122 --xml[=file]
124 Creates the basics for phpdoc .xml file.
126 --full-xml
130 option enables it on the created xml file.
H A DREADME.RELEASE_PROCESS50 - create the package.xml, commit
227 instead of the release xml.
304 4. Commit all the changes (``include/version.inc``, ``archive/archive.xml``,
305 ``archive/entries/YYYY-MM-DD-N.xml``)
H A DREADME.SELF-CONTAINED-EXTENSIONS162 1. Add LICENSE or COPYING to the package.xml
H A DUPGRADING90 files with extensions .xml, .xsl, .xsd the Content-Type header
91 application/xml is now sent automatically.
H A Dconfigure.in1095 … PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
/PHP-5.5/Zend/tests/
H A Dbug34199.phpt7 $xml = "<root></root>";
8 $xml = simplexml_load_string($xml);
9 $kids = $xml->children();
H A Dbug34617.phpt4 <?php if (!extension_loaded("xml")) print "skip the xml extension not available"; ?>
H A Dbug43918.phpt8 <?xml version='1.0' standalone='yes'?>
37 $Array[] = $xml = new SimpleXMLElement($xmlstr);
/PHP-5.5/ext/dom/examples/
H A Ddom1.inc2 $xmlstr = "<?xml version='1.0' standalone='yes'?>
/PHP-5.5/ext/dom/tests/
H A DDOMCharacterData_appendData_basic.phpt36 <?xml version="1.0"?>
H A DDOMCharacterData_data_basic_002.phpt24 <?xml version="1.0"?>
27 <?xml version="1.0"?>
H A DDOMComment_appendData_basic.phpt20 <?xml version="1.0"?>
H A DDOMComment_appendData_basic_Sullivan.phpt36 <?xml version="1.0"?>
H A DDOMComment_construct_basic_001.phpt18 <?xml version="1.0" encoding="UTF-8"?>
H A DDOMComment_insertData_basic.phpt20 <?xml version="1.0"?>
H A DDOMComment_replaceData_basic.phpt26 <?xml version="1.0"?>
28 <?xml version="1.0"?>
H A DDOMDocumentFragment_appendXML_basic_001.phpt21 <?xml version="1.0"?>
H A DDOMDocumentType_basic_001.phpt11 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
13 $xml .= '<chapter>1</chapter>';
15 $doc->loadXML($xml);
24 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
25 $xml .= '<!DOCTYPE img [';
26 $xml .= ' <!ELEMENT img EMPTY>';
27 $xml .= ' <!ATTLIST img src ENTITY #REQUIRED>';
29 $xml .= ' <!NOTATION gif PUBLIC "gif viewer">';
30 $xml .= ']>';
31 $xml .= '<img src="logo"/>';
[all …]
H A DDOMDocumentType_publicId_basic_001.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
11 $xml .= '<!DOCTYPE chapter SYSTEM "http://www.xmlwriter.net/logo.gif">';
12 $xml .= '<chapter>1</chapter>';
14 $doc->loadXML($xml);
H A DDOMDocumentType_systemId_basic_001.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
11 $xml .= '<!DOCTYPE chapter>';
12 $xml .= '<chapter>1</chapter>';
14 $doc->loadXML($xml);
H A DDOMDocument_createAttribute_basic.phpt24 <?xml version="1.0"?>

Completed in 74 milliseconds

12345678910>>...39