Home
last modified time | relevance | path

Searched refs:simplexml (Results 1 – 25 of 175) sorted by last modified time

1234567

/php-src/
H A DEXTENSIONS178 EXTENSION: simplexml
/php-src/.github/
H A DCODEOWNERS40 /ext/simplexml @nielsdos
H A Dlabeler.yml258 "Extension: simplexml":
261 - ext/simplexml/**/*
/php-src/ext/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
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");
/php-src/ext/simplexml/tests/
H A DgetDocNamespaces_no_internal_declaration.phpt4 simplexml
H A Dsimplexml_import_new_dom.phpt4 simplexml
H A Dsimplexml_import_old_dom.phpt4 simplexml
H A Dxml_parsing_LIBXML_RECOVER.phpt4 simplexml
H A Dlibxml_global_state_entity_loader_bypass.phpt5 simplexml
H A Dget_prop_address_not_initialized.phpt4 simplexml
H A Dgh12929.phpt4 simplexml
H A Dgh12167.phpt4 simplexml
H A Dgh12169.phpt4 simplexml
H A Dbug55098.phpt4 simplexml
H A Dbug62639.phpt4 simplexml
/php-src/.github/workflows/
H A Dnightly.yml655 --disable-simplexml \
/php-src/ext/dom/tests/modern/xml/
H A Dsimplexml_interop.phpt5 simplexml
/php-src/ext/dom/tests/
H A Ddom_import_simplexml.phpt5 simplexml
/php-src/ext/libxml/tests/
H A Dlibxml_set_streams_context_overwrite.phpt4 simplexml
H A Dlibxml_entity_loading_disabled_by_default.phpt7 simplexml
/php-src/ext/pdo/tests/
H A Dbug_36428.phpt5 simplexml
/php-src/ext/xsl/tests/
H A DtransformToDoc_class_exceptions.phpt5 simplexml
H A DtransformToDoc_sxe_type_error.phpt5 simplexml

Completed in 24 milliseconds

1234567