Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.0/ext/simplexml/tests/
H A Dbug41861.phpt17 $namespaces = $xml->getNamespaces(True);
18 echo "root(recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
19 $namespaces = $xml->getNamespaces(False);
20 echo "root(non-recursive): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
29 echo "children($ns): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
35 root(non-recursive): 'root' -- namespaces:
36 children(): 'first_node_no_ns' -- namespaces:
37 children(): 'last_node_no_ns' -- namespaces:
38 children(#ns1): 'node1' -- namespaces: #ns1
39 children(#ns2): 'node2' -- namespaces: #ns2
[all …]
H A Dbug41947.phpt2 Bug #41947 (addChild incorrectly registers empty strings as namespaces)
H A Dprofile10.phpt2 SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces
H A Dbug24392.phpt2 Bug #24392 (empty namespaces causing confusion)
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
H A D025.phpt2 SimpleXML: getting namespaces
/PHP-8.0/Zend/tests/
H A Dbug54804.phpt2 Bug #54804 (__halt_compiler and imported namespaces)
H A Dbug60099.phpt2 Bug #60099 (__halt_compiler() works in braced namespaces)
H A Dns_079.phpt2 079: nested namespaces
H A Dns_080.phpt2 080: bracketed namespaces and __HALT_COMPILER();
H A Dns_055.phpt2 055: types in namespaces
H A Dns_091.phpt2 Group use statements with compound namespaces
H A Dns_056.phpt2 056: type-hint compatibility in namespaces
H A Dns_060.phpt2 060: multiple namespaces per file
H A Dclass_alias_020.phpt2 Testing class alias in multiple namespaces
H A Dns_034.phpt2 034: Support for namespaces in compile-time constant reference
H A Dns_095.phpt2 Absolute namespaces should be allowed
/PHP-8.0/Zend/tests/anon/
H A D006.phpt2 testing anon classes inside namespaces
H A D007.phpt2 testing anon classes in functions outside of classes in namespaces
/PHP-8.0/ext/reflection/tests/
H A Dbug49092.phpt2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
/PHP-8.0/ext/dom/tests/
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
/PHP-8.0/ext/xml/tests/
H A Dbug25666.phpt2 Bug #25666 (XML namespaces broken in libxml-based SAX interface)
H A Dxml009.phpt2 XML parser test, default namespaces
/PHP-8.0/ext/xml/
H A Dcompat.c89 …lChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attribut… in _start_element_handler_ns() argument
100 …parser->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y… in _start_element_handler_ns()
117 if (namespaces) { in _start_element_handler_ns()
123 ns_prefix = (char *) namespaces[i++]; in _start_element_handler_ns()
124 ns_url = (char *) namespaces[i++]; in _start_element_handler_ns()
/PHP-8.0/ext/dom/
H A Dxpath.c386 ctxp->namespaces = ns; in php_xpath_eval()
394 ctxp->namespaces = NULL; in php_xpath_eval()

Completed in 56 milliseconds

12