Searched refs:namespaces (Results 1 – 25 of 28) sorted by relevance
12
/PHP-5.6/ext/simplexml/tests/ |
H A D | bug41861.phpt | 17 $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 D | bug41947.phpt | 2 Bug #41947 (addChild incorrectly registers empty strings as namespaces)
|
H A D | profile10.phpt | 2 SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces
|
H A D | bug24392.phpt | 2 Bug #24392 (empty namespaces causing confusion)
|
H A D | profile11.phpt | 2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
|
H A D | 025.phpt | 2 SimpleXML: getting namespaces
|
/PHP-5.6/Zend/tests/ |
H A D | bug54804.phpt | 2 Bug #54804 (__halt_compiler and imported namespaces)
|
H A D | ns_079.phpt | 2 079: nested namespaces
|
H A D | ns_080.phpt | 2 080: bracketed namespaces and __HALT_COMPILER();
|
H A D | bug60099.phpt | 2 Bug #60099 (__halt_compiler() works in braced namespaces)
|
H A D | ns_055.phpt | 2 055: typehints in namespaces
|
H A D | class_alias_020.phpt | 2 Testing class alias in multiple namespaces
|
H A D | ns_060.phpt | 2 060: multiple namespaces per file
|
H A D | ns_034.phpt | 2 034: Support for namespaces in compile-time constant reference
|
H A D | ns_056.phpt | 2 056: type-hint compatibility in namespaces
|
/PHP-5.6/ext/reflection/tests/ |
H A D | bug49092.phpt | 2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
|
/PHP-5.6/Zend/RFCs/ |
H A D | 002.txt | 45 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.6/ext/dom/tests/ |
H A D | bug47848.phpt | 2 Bug #47848 (importNode doesn't preserve attribute namespaces)
|
H A D | canonicalization.phpt | 44 'namespaces'=>array('a'=>'http://www.example.com/ns/foo')),
|
/PHP-5.6/ext/xml/tests/ |
H A D | bug25666.phpt | 2 Bug #25666 (XML namespaces broken in libxml-based SAX interface)
|
H A D | xml009.phpt | 2 XML parser test, default namespaces
|
/PHP-5.6/ext/xml/ |
H A D | compat.c | 90 …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.6/ext/imap/tests/ |
H A D | README | 20 ## Mailbox locations and namespaces
|
/PHP-5.6/ |
H A D | README.namespaces | 160 - calls to internal functions in namespaces are slower, because PHP first 173 * Rename namespaces to packages?
|
/PHP-5.6/ext/dom/ |
H A D | xpath.c | 444 ctxp->namespaces = ns; in php_xpath_eval() 452 ctxp->namespaces = NULL; in php_xpath_eval()
|
Completed in 33 milliseconds
12