Home
last modified time | relevance | path

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

12345

/PHP-5.4/ext/simplexml/
H A Dconfig.w324 ARG_WITH("simplexml", "Simple XML support", "yes");
8 && ADD_EXTENSION_DEP('simplexml', 'libxml')) {
9 EXTENSION("simplexml", "simplexml.c sxe.c");
15 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
16 MESSAGE("\tSPL support in simplexml disabled");
21 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)
25 PHP_ADD_EXTENSION_DEP(simplexml, libxml)
26 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
H A Dphp_simplexml.h43 PHP_MINIT_FUNCTION(simplexml);
44 PHP_MSHUTDOWN_FUNCTION(simplexml);
46 PHP_RINIT_FUNCTION(simplexml);
48 PHP_MINFO_FUNCTION(simplexml);
H A Dsimplexml.dsp1 # Microsoft Developer Studio Project File - Name="simplexml" - Package Owner=<4>
7 CFG=simplexml - Win32 Debug_TS
11 !MESSAGE NMAKE /f "simplexml.mak".
16 !MESSAGE NMAKE /f "simplexml.mak" CFG="simplexml - Win32 Debug_TS"
20 !MESSAGE "simplexml - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
21 !MESSAGE "simplexml - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
32 !IF "$(CFG)" == "simplexml - Win32 Debug_TS"
58 !ELSEIF "$(CFG)" == "simplexml - Win32 Release_TS"
88 # Name "simplexml - Win32 Debug_TS"
89 # Name "simplexml - Win32 Release_TS"
[all …]
/PHP-5.4/ext/simplexml/tests/
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 Dbug39760.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 Dprofile01.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dprofile03.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A DSimpleXMLElement_addAttribute_basic.phpt4 <?php if (!extension_loaded("simplexml")) die("skip"); ?>
H A D013.phpt5 if (!extension_loaded('simplexml')) print 'skip';
H A Dbug37076.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dbug46048.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dbug41867.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dbug62328.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dbug41175.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
H A Dprofile02.phpt4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
/PHP-5.4/ext/dom/tests/
H A Ddom_import_simplexml.phpt5 <?php if (!extension_loaded('simplexml')) die('skip simplexml extension not available');?>
/PHP-5.4/ext/libxml/tests/
H A Dbug54440.phpt4 <?php if (!extension_loaded('simplexml')) die('skip simplexml required for this test'); ?>

Completed in 34 milliseconds

12345