Searched refs:simplexml (Results 1 – 25 of 131) sorted by relevance
123456
/PHP-5.5/ext/simplexml/ |
H A D | config.w32 | 4 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 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) 25 PHP_ADD_EXTENSION_DEP(simplexml, libxml) 26 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
|
H A D | php_simplexml.h | 43 PHP_MINIT_FUNCTION(simplexml); 44 PHP_MSHUTDOWN_FUNCTION(simplexml); 46 PHP_RINIT_FUNCTION(simplexml); 48 PHP_MINFO_FUNCTION(simplexml);
|
H A D | simplexml.dsp | 1 # 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.5/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 | bug39662.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip simplexml extension is not loaded"; ?>
|
H A D | bug26976.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 | 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 | 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 | 013.phpt | 5 if (!extension_loaded('simplexml')) print 'skip';
|
H A D | bug37076.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | bug46048.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | bug41867.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | bug62328.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
H A D | 021.phpt | 4 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
|
/PHP-5.5/ext/dom/tests/ |
H A D | dom_import_simplexml.phpt | 5 <?php if (!extension_loaded('simplexml')) die('skip simplexml extension not available');?>
|
/PHP-5.5/ext/libxml/tests/ |
H A D | bug54440.phpt | 4 <?php if (!extension_loaded('simplexml')) die('skip simplexml required for this test'); ?>
|
Completed in 21 milliseconds
123456