Searched refs:simplexml (Results 1 – 25 of 184) sorted by relevance
12345678
/php-src/ext/simplexml/ |
H A D | config.w32 | 3 ARG_WITH("simplexml", "Simple XML support", "yes"); 7 ADD_EXTENSION_DEP('simplexml', 'libxml') && 8 ADD_EXTENSION_DEP('simplexml', 'spl') && 11 EXTENSION("simplexml", "simplexml.c"); 12 AC_DEFINE("HAVE_SIMPLEXML", 1, "Define to 1 if the PHP extension 'simplexml' is available."); 16 if (!CHECK_LIB("libxml2.lib", "simplexml")) { 17 WARNING("simplexml support can't be enabled, libxml is not found") 22 PHP_INSTALL_HEADERS("ext/simplexml", "php_simplexml.h php_simplexml_exports.h"); 25 WARNING("simplexml not enabled; libraries and headers not found");
|
H A D | config.m4 | 1 PHP_ARG_ENABLE([simplexml], 3 [AS_HELP_STRING([--disable-simplexml], 10 [Define to 1 if the PHP extension 'simplexml' is available.]) 11 PHP_NEW_EXTENSION([simplexml], [simplexml.c], [$ext_shared]) 12 PHP_ADD_EXTENSION_DEP(simplexml, libxml) 13 PHP_ADD_EXTENSION_DEP(simplexml, spl) 14 PHP_INSTALL_HEADERS([ext/simplexml], m4_normalize([
|
H A D | php_simplexml.h | 42 PHP_MINIT_FUNCTION(simplexml); 43 PHP_MSHUTDOWN_FUNCTION(simplexml); 44 PHP_MINFO_FUNCTION(simplexml);
|
/php-src/ext/simplexml/tests/ |
H A D | gh10983.phpt | 4 simplexml 12 $simplexml = simplexml_load_string($xml); 14 var_dump($simplexml['name']); 15 $reflector = new ReflectionObject($simplexml['name']);
|
H A D | bug69491.phpt | 2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node) 4 simplexml
|
H A D | gh15837.phpt | 2 GH-15837 (Segmentation fault in ext/simplexml/simplexml.c)
|
H A D | bug79971_1.phpt | 4 simplexml 7 if (str_contains(getcwd(), ' ')) die('skip simplexml already escapes the path with spaces so this t…
|
H A D | SimpleXMLElement_getDocNamespaces.phpt | 4 simplexml
|
H A D | 037.phpt | 4 simplexml
|
H A D | 038.phpt | 4 simplexml
|
H A D | gh16808.phpt | 4 simplexml
|
H A D | 013.phpt | 4 simplexml
|
H A D | profile03.phpt | 4 simplexml
|
H A D | SimpleXMLElement_addAttribute_basic.phpt | 4 simplexml
|
H A D | bug37076.phpt | 4 simplexml
|
H A D | profile01.phpt | 4 simplexml
|
H A D | bug75245.phpt | 4 simplexml
|
H A D | bug81325.phpt | 4 simplexml
|
H A D | bug46048.phpt | 4 simplexml
|
H A D | bug41867.phpt | 4 simplexml
|
/php-src/ext/reflection/tests/ |
H A D | gh16187.phpt | 4 simplexml 8 $simplexml = simplexml_load_string($xml); 9 $reflector = new ReflectionObject($simplexml['name']);
|
/php-src/Zend/tests/ |
H A D | bug79919.phpt | 6 simplexml
|
/php-src/ext/spl/tests/ |
H A D | bug81587.phpt | 4 simplexml
|
H A D | iterator_006.phpt | 4 simplexml
|
/php-src/ext/dom/tests/ |
H A D | gh16473.phpt | 5 simplexml
|
Completed in 16 milliseconds
12345678