Home
last modified time | relevance | path

Searched refs:simplexml (Results 1 – 25 of 175) sorted by path

1234567

/php-src/.github/
H A DCODEOWNERS40 /ext/simplexml @nielsdos
H A Dlabeler.yml258 "Extension: simplexml":
261 - ext/simplexml/**/*
/php-src/.github/workflows/
H A Dnightly.yml655 --disable-simplexml \
/php-src/
H A DEXTENSIONS178 EXTENSION: simplexml
/php-src/Zend/tests/
H A Dbug34199.phpt4 simplexml
H A Dbug43918.phpt4 simplexml
H A Dbug79919.phpt6 simplexml
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_simplexml.phpt5 simplexml
H A Ddom_import_simplexml.phpt5 simplexml
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt5 simplexml
/php-src/ext/libxml/tests/
H A D002.phpt4 simplexml
H A D003.phpt4 simplexml
H A Dbug51903.phpt4 simplexml
H A Dbug54440.phpt4 simplexml
H A Dlibxml_entity_loading_disabled_by_default.phpt7 simplexml
H A Dlibxml_set_streams_context_overwrite.phpt4 simplexml
/php-src/ext/pdo/tests/
H A Dbug_36428.phpt5 simplexml
/php-src/ext/reflection/tests/
H A DReflectionClass_isCloneable_001.phpt4 simplexml
/php-src/ext/simplexml/
H A Dconfig.m41 PHP_ARG_ENABLE([simplexml],
3 [AS_HELP_STRING([--disable-simplexml],
15 PHP_NEW_EXTENSION(simplexml, simplexml.c, $ext_shared)
16 PHP_INSTALL_HEADERS([ext/simplexml], [php_simplexml.h php_simplexml_exports.h])
19 PHP_ADD_EXTENSION_DEP(simplexml, libxml)
20 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
H A Dconfig.w323 ARG_WITH("simplexml", "Simple XML support", "yes");
7 ADD_EXTENSION_DEP('simplexml', 'libxml') &&
10 EXTENSION("simplexml", "simplexml.c");
15 if (!CHECK_LIB("libxml2.lib", "simplexml")) {
16 WARNING("simplexml support can't be enabled, libxml is not found")
20 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
21 MESSAGE("\tSPL support in simplexml disabled");
24 PHP_INSTALL_HEADERS("ext/simplexml", "php_simplexml.h php_simplexml_exports.h");
27 WARNING("simplexml not enabled; libraries and headers not found");
H A Dphp_simplexml.h42 PHP_MINIT_FUNCTION(simplexml);
43 PHP_MSHUTDOWN_FUNCTION(simplexml);
44 PHP_MINFO_FUNCTION(simplexml);
H A Dsimplexml.c2640 PHP_MINIT(simplexml),
2641 PHP_MSHUTDOWN(simplexml),
2644 PHP_MINFO(simplexml),
2651 ZEND_GET_MODULE(simplexml)
2655 PHP_MINIT_FUNCTION(simplexml) in PHP_MINIT_FUNCTION() argument
2692 PHP_MSHUTDOWN_FUNCTION(simplexml) in PHP_MSHUTDOWN_FUNCTION() argument
2700 PHP_MINFO_FUNCTION(simplexml) in PHP_MINFO_FUNCTION() argument
/php-src/ext/simplexml/tests/
H A D000.phpt4 simplexml
H A D001-mb.phpt4 simplexml
H A D001.phpt4 simplexml

Completed in 31 milliseconds

1234567