Searched refs:simplexml (Results 1 – 25 of 134) sorted by relevance
123456
/PHP-7.0/ext/simplexml/ |
H A D | config.w32 | 4 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 D | config.m4 | 2 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 D | php_simplexml.h | 46 PHP_MINIT_FUNCTION(simplexml); 47 PHP_MSHUTDOWN_FUNCTION(simplexml); 49 PHP_RINIT_FUNCTION(simplexml); 51 PHP_MINFO_FUNCTION(simplexml);
|
/PHP-7.0/ext/simplexml/tests/ |
H A D | bug69491.phpt | 2 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 D | bug26976.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug39662.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug72957.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug42369.phpt | 4 <?php if (!extension_loaded('simplexml')) echo 'skip simplexml extension is not loaded'; ?>
|
H A D | bug37386.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug72971.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug39760.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug24392.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug72971_2.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug66084_1.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml not available"; ?>
|
H A D | bug66084_0.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml not available"; ?>
|
H A D | bug37565.phpt | 2 Bug #37565 (Using reflection::export with simplexml causing a crash) 4 <?php if (!extension_loaded("simplexml") || !extension_loaded('reflection')) print "skip"; ?>
|
H A D | profile01.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | profile03.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | SimpleXMLElement_addAttribute_basic.phpt | 4 <?php if (!extension_loaded("simplexml")) die("skip"); ?>
|
H A D | bug37076.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | 013.phpt | 5 if (!extension_loaded('simplexml')) print 'skip';
|
H A D | bug46048.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
/PHP-7.0/ext/dom/tests/ |
H A D | dom_import_simplexml.phpt | 5 <?php if (!extension_loaded('simplexml')) die('skip simplexml extension not available');?>
|
/PHP-7.0/ext/xsl/tests/ |
H A D | bug70535.phpt | 6 if (!extension_loaded("simplexml")) die("skip simplexml extension is not loaded");
|
/PHP-7.0/ext/libxml/tests/ |
H A D | bug54440.phpt | 4 <?php if (!extension_loaded('simplexml')) die('skip simplexml required for this test'); ?>
|
Completed in 24 milliseconds
123456