Home
last modified time | relevance | path

Searched refs:simplexml (Results 1 – 25 of 135) sorted by relevance

123456

/PHP-7.1/ext/simplexml/
H A Dconfig.w324 ARG_WITH("simplexml", "Simple XML support", "yes");
8 ADD_EXTENSION_DEP('simplexml', 'libxml') &&
11 EXTENSION("simplexml", "simplexml.c sxe.c");
16 if (!CHECK_LIB("libxml2.lib", "simplexml")) {
17 WARNING("simplexml support can't be enabled, libxml is not found")
21 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
22 MESSAGE("\tSPL support in simplexml disabled");
25 PHP_INSTALL_HEADERS("ext/simplexml/", "php_simplexml.h php_simplexml_exports.h");
28 WARNING("simplexml not enabled; libraries and headers not found");
H A Dconfig.m42 dnl config.m4 for extension simplexml
4 PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
5 [ --disable-simplexml Disable SimpleXML support], yes)
20 PHP_NEW_EXTENSION(simplexml, simplexml.c sxe.c, $ext_shared)
21 PHP_INSTALL_HEADERS([ext/simplexml/php_simplexml.h ext/simplexml/php_simplexml_exports.h])
26 PHP_ADD_EXTENSION_DEP(simplexml, libxml)
27 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
H A Dphp_simplexml.h46 PHP_MINIT_FUNCTION(simplexml);
47 PHP_MSHUTDOWN_FUNCTION(simplexml);
48 PHP_MINFO_FUNCTION(simplexml);
/PHP-7.1/ext/simplexml/tests/
H A Dbug69491.phpt2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
5 if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
H A Dbug72957.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug26976.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug39662.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug42369.phpt4 <?php if (!extension_loaded('simplexml')) echo 'skip simplexml extension is not loaded'; ?>
H A Dbug37386.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug72971.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug39760.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug72971_2.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug24392.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
H A Dbug66084_1.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml not available"; ?>
H A Dbug66084_0.phpt4 <?php if (!extension_loaded("simplexml")) print "skip simplexml not available"; ?>
H A Dbug37565.phpt2 Bug #37565 (Using reflection::export with simplexml causing a crash)
4 <?php if (!extension_loaded("simplexml") || !extension_loaded('reflection')) print "skip"; ?>
H A Dprofile03.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dprofile01.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A DSimpleXMLElement_addAttribute_basic.phpt4 <?php if (!extension_loaded("simplexml")) die("skip"); ?>
H A Dbug37076.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A D013.phpt5 if (!extension_loaded('simplexml')) print 'skip';
H A Dbug46048.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
/PHP-7.1/ext/dom/tests/
H A Ddom_import_simplexml.phpt5 <?php if (!extension_loaded('simplexml')) die('skip simplexml extension not available');?>
/PHP-7.1/ext/xsl/tests/
H A Dbug70535.phpt6 if (!extension_loaded("simplexml")) die("skip simplexml extension is not loaded");
/PHP-7.1/ext/libxml/tests/
H A Dbug54440.phpt4 <?php if (!extension_loaded('simplexml')) die('skip simplexml required for this test'); ?>

Completed in 63 milliseconds

123456