Home
last modified time | relevance | path

Searched refs:xml (Results 1 – 25 of 951) sorted by last modified time

12345678910>>...39

/PHP-5.5/win32/
H A Dphp5dll.dsp858 SOURCE=..\ext\xml\compat.c
863 SOURCE=..\ext\xml\xml.c
871 SOURCE=..\ext\xml\php_xml.h
H A Dphp5dllts.dsp691 SOURCE=..\ext\xml\compat.c
707 SOURCE=..\ext\xml\xml.c
723 SOURCE=..\ext\xml\php_xml.h
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1064 -xml text/xml
1065 -dtd text/xml
1218 +xhtml application/xhtml+xml
1219 +xht application/xhtml+xml
1288 +xml text/xml
1289 +xsl text/xml
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in295 ; 'html', 'xml' or 'json' in the query string will return the corresponding
300 ; http://www.foo.bar/status?xml
308 ; http://www.foo.bar/status?xml&full
/PHP-5.5/sapi/cli/tests/
H A Dbug61977.phpt49 foo.svg => Content-Type: image/svg+xml
/PHP-5.5/
H A Drun-tests.php2648 $xml = '<?xml version="1.0" encoding="UTF-8"?>'. PHP_EOL .
2650 $xml .= junit_get_suite_xml();
2651 $xml .= '</testsuites>';
2652 fwrite($JUNIT['fp'], $xml);
H A Dphp.ini-development1749 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
H A Dphp.ini-production1749 ; Default: mbstring.http_output_conv_mimetype=^(text/|application/xhtml\+xml)
H A Dphp5.spec.in33 --with-xml=shared \
42 test rpm -q expat >&/dev/null && OPTIONS="$OPTIONS --with-xml=shared"
H A Dmakerpm73 --enable-xml \
91 --enable-xml \
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt13 "Configurations2/accelerator/current.xml",
20 "content.xml",
21 "styles.xml",
22 "meta.xml",
24 "settings.xml",
25 "META-INF/manifest.xml",
37 $zip->deleteName('content.xml');
38 $zip->addFile($dirname . "bug7658.xml","content.xml");
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
42 $xmldoc->loadXML($xml);
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
42 $xmldoc->loadXML($xml);
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
42 $xmldoc->loadXML($xml);
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt9 $xml = <<<EOB
20 <?xml version="1.0" encoding="UTF-8"?>
42 $xmldoc->loadXML($xml);
H A Dbug53965.phpt12 $xml = new DOMDocument();
13 $xml->load($base . DIRECTORY_SEPARATOR . 'collection.xml');
21 echo $proc->transformToXML($xml);
H A Dxslt001.phpt17 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt003.phpt18 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt004.phpt24 <?xml version="1.0" encoding="utf-8"?>
H A Dxslt005.phpt24 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt006.phpt18 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt007.phpt11 $doc = $proc->transformToUri($dom, "file://".dirname(__FILE__)."/out.xml");
12 print file_get_contents(dirname(__FILE__)."/out.xml");
13 unlink(dirname(__FILE__)."/out.xml");
19 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt008.phpt26 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt009.phpt27 <?xml version="1.0" encoding="iso-8859-1"?>
H A Dxslt010.phpt19 $xml = new DomDocument();
20 $xml->load(dirname(__FILE__)."/exslt.xml");
22 print $proc->transformToXml($xml);

Completed in 58 milliseconds

12345678910>>...39