Home
last modified time | relevance | path

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

1234567

/php-src/ext/simplexml/
H A Dconfig.w323 ARG_WITH("simplexml", "Simple XML support", "yes");
7 ADD_EXTENSION_DEP('simplexml', 'libxml') &&
10 EXTENSION("simplexml", "simplexml.c");
15 if (!CHECK_LIB("libxml2.lib", "simplexml")) {
16 WARNING("simplexml support can't be enabled, libxml is not found")
20 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
21 MESSAGE("\tSPL support in simplexml disabled");
24 PHP_INSTALL_HEADERS("ext/simplexml", "php_simplexml.h php_simplexml_exports.h");
27 WARNING("simplexml not enabled; libraries and headers not found");
H A Dconfig.m41 PHP_ARG_ENABLE([simplexml],
3 [AS_HELP_STRING([--disable-simplexml],
15 PHP_NEW_EXTENSION(simplexml, simplexml.c, $ext_shared)
16 PHP_INSTALL_HEADERS([ext/simplexml], [php_simplexml.h php_simplexml_exports.h])
19 PHP_ADD_EXTENSION_DEP(simplexml, libxml)
20 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
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 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 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
H A Dbug54973.phpt4 simplexml
H A D021.phpt4 simplexml
H A Dbug62328.phpt4 simplexml
H A Dbug41175.phpt4 simplexml
/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

Completed in 25 milliseconds

1234567