Home
last modified time | relevance | path

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

12345678

/php-src/ext/simplexml/
H A Dconfig.w323 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 Dconfig.m41 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 Dphp_simplexml.h42 PHP_MINIT_FUNCTION(simplexml);
43 PHP_MSHUTDOWN_FUNCTION(simplexml);
44 PHP_MINFO_FUNCTION(simplexml);
/php-src/ext/simplexml/tests/
H A Dgh10983.phpt4 simplexml
12 $simplexml = simplexml_load_string($xml);
14 var_dump($simplexml['name']);
15 $reflector = new ReflectionObject($simplexml['name']);
H A Dbug69491.phpt2 Bug #69491 (simplexml doesn't correctly parse empty nodes on same line as another node)
4 simplexml
H A Dgh15837.phpt2 GH-15837 (Segmentation fault in ext/simplexml/simplexml.c)
H A Dbug79971_1.phpt4 simplexml
7 if (str_contains(getcwd(), ' ')) die('skip simplexml already escapes the path with spaces so this t…
H A DSimpleXMLElement_getDocNamespaces.phpt4 simplexml
H A D037.phpt4 simplexml
H A D038.phpt4 simplexml
H A Dgh16808.phpt4 simplexml
H A D013.phpt4 simplexml
H A Dprofile03.phpt4 simplexml
H A DSimpleXMLElement_addAttribute_basic.phpt4 simplexml
H A Dbug37076.phpt4 simplexml
H A Dprofile01.phpt4 simplexml
H A Dbug75245.phpt4 simplexml
H A Dbug81325.phpt4 simplexml
H A Dbug46048.phpt4 simplexml
H A Dbug41867.phpt4 simplexml
/php-src/ext/reflection/tests/
H A Dgh16187.phpt4 simplexml
8 $simplexml = simplexml_load_string($xml);
9 $reflector = new ReflectionObject($simplexml['name']);
/php-src/Zend/tests/
H A Dbug79919.phpt6 simplexml
/php-src/ext/spl/tests/
H A Dbug81587.phpt4 simplexml
H A Diterator_006.phpt4 simplexml
/php-src/ext/dom/tests/
H A Dgh16473.phpt5 simplexml

Completed in 16 milliseconds

12345678