Home
last modified time | relevance | path

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

12

/PHP-5.4/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";
27 $namespaces = $child->getNamespaces(false);
29 echo "children($ns): '$name' -- namespaces: ", implode(', ', $namespaces), "\n";
36 root(non-recursive): 'root' -- namespaces:
38 children(): 'last_node_no_ns' -- namespaces:
39 children(#ns1): 'node1' -- namespaces: #ns1
40 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-5.4/Zend/tests/
H A Dbug54804.phpt2 Bug #54804 (__halt_compiler and imported namespaces)
H A Dns_079.phpt2 079: nested namespaces
H A Dns_080.phpt2 080: bracketed namespaces and __HALT_COMPILER();
H A Dbug60099.phpt2 Bug #60099 (__halt_compiler() works in braced namespaces)
H A Dns_055.phpt2 055: typehints in namespaces
H A Dclass_alias_020.phpt2 Testing class alias in multiple namespaces
H A Dns_060.phpt2 060: multiple namespaces per file
H A Dns_034.phpt2 034: Support for namespaces in compile-time constant reference
H A Dns_056.phpt2 056: type-hint compatibility in namespaces
/PHP-5.4/ext/reflection/tests/
H A Dbug49092.phpt2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
/PHP-5.4/Zend/RFCs/
H A D002.txt45 namespaces than the current one:
111 as just "Form". Code executed from within other namespaces has to
152 Old code that does not take advantage of namespaces will run without
167 initial ZE2 namespaces proposal
/PHP-5.4/ext/dom/tests/
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
H A Dcanonicalization.phpt44 'namespaces'=>array('a'=>'http://www.example.com/ns/foo')),
/PHP-5.4/ext/xml/tests/
H A Dxml009.phpt2 XML parser test, default namespaces
H A Dbug25666.phpt2 Bug #25666 (XML namespaces broken in libxml-based SAX interface)
/PHP-5.4/ext/xml/
H A Dcompat.c90 …lChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attribut… in _start_element_handler_ns() argument
101 …parser->h_start_ns(parser->user, (const XML_Char *) namespaces[y], (const XML_Char *) namespaces[y… in _start_element_handler_ns()
118 if (namespaces) { in _start_element_handler_ns()
124 ns_prefix = (char *) namespaces[i++]; in _start_element_handler_ns()
125 ns_url = (char *) namespaces[i++]; in _start_element_handler_ns()
/PHP-5.4/ext/imap/tests/
H A DREADME20 ## Mailbox locations and namespaces
/PHP-5.4/
H A DREADME.namespaces160 - calls to internal functions in namespaces are slower, because PHP first
173 * Rename namespaces to packages?
/PHP-5.4/ext/dom/
H A Dxpath.c444 ctxp->namespaces = ns; in php_xpath_eval()
452 ctxp->namespaces = NULL; in php_xpath_eval()

Completed in 58 milliseconds

12