Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/
H A D.editorconfig16 [*.{dtd,html,inc,php,phpt,rng,wsdl,xml,xsd,xsl}]
H A D.gitignore252 /gcovr.xml
H A DEXTENSIONS199 EXTENSION: xml
H A DNEWS101 . Fixed bug #79971 (special character is breaking the path in xml function).
931 . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
H A DUPGRADING.INTERNALS36 a. ext/xml
321 a. ext/xml
322 - The public (internal) API of the ext/xml extension has been removed. All
H A Dconfigure.ac1145 … PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
/PHP-7.4/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);
H A Dbug79919.phpt10 $b = simplexml_load_string('<xml/>', null, $b);
/PHP-7.4/appveyor/
H A Dtest_task.bat100 set TEST_PHP_JUNIT=c:\junit.out.xml
/PHP-7.4/azure/
H A Dcoverage_job.yml39 make gcovr-xml
40 mv gcovr.xml coverage.xml
46 summaryFileLocation: coverage.xml
H A Dmsan_job.yml30 --disable-xml \
H A Dtest.yml12 export TEST_PHP_JUNIT=junit.xml
16 rm -rf junit.xml | true
30 testResultsFiles: junit.xml
/PHP-7.4/azure/i386/
H A Dtest.yml12 export TEST_PHP_JUNIT=junit.xml
15 rm -rf junit.xml | true
29 testResultsFiles: junit.xml
/PHP-7.4/azure/macos/
H A Dtest.yml7 export TEST_PHP_JUNIT=junit.xml
11 rm -rf junit.xml | true
25 testResultsFiles: junit.xml
/PHP-7.4/build/
H A DMakefile.gcov59 gcovr-xml:
61 @rm -f gcovr.xml
62 gcovr -sr . -o gcovr.xml --xml \
/PHP-7.4/docs/
H A Drelease-process.md68 * Create the package.xml, commit
291 instead of the release xml.
363 4. Commit all the changes (`include/version.inc`, `archive/archive.xml`,
364 `archive/entries/YYYY-MM-DD-N.xml`).
H A Dself-contained-extensions.md164 1. Add `LICENSE` or `COPYING` to the `package.xml`
/PHP-7.4/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"?>

Completed in 39 milliseconds

12345678910>>...39