Searched refs:namespaces (Results 1 – 25 of 35) sorted by relevance
12
/PHP-8.2/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"; 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 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
|
/PHP-8.2/Zend/tests/ |
H A D | bug54804.phpt | 2 Bug #54804 (__halt_compiler and imported namespaces)
|
H A D | bug60099.phpt | 2 Bug #60099 (__halt_compiler() works in braced 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 | gh11152.phpt | 2 GH-11152: Allow aliasing namespaces containing reserved class names
|
H A D | ns_055.phpt | 2 055: types in namespaces
|
H A D | ns_091.phpt | 2 Group use statements with compound namespaces
|
H A D | ns_056.phpt | 2 056: type-hint compatibility in namespaces
|
H A D | ns_060.phpt | 2 060: multiple namespaces per file
|
H A D | class_alias_020.phpt | 2 Testing class alias in multiple namespaces
|
H A D | ns_034.phpt | 2 034: Support for namespaces in compile-time constant reference
|
/PHP-8.2/Zend/tests/anon/ |
H A D | 006.phpt | 2 testing anon classes inside namespaces
|
H A D | 007.phpt | 2 testing anon classes in functions outside of classes in namespaces
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMNode_C14N_references.phpt | 27 'namespaces' => ['a' => 'http://www.example.com/ns/foo'], 31 foreach ($xpath['namespaces'] as $k => &$v);
|
H A D | bug47848.phpt | 2 Bug #47848 (importNode doesn't preserve attribute namespaces)
|
H A D | bug55294.phpt | 2 Bug #55294 (DOMDocument::importNode shifts namespaces when "default" namespace exists)
|
/PHP-8.2/ext/reflection/tests/ |
H A D | bug49092.phpt | 2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
|
/PHP-8.2/Zend/tests/enum/ |
H A D | keyword-no-bc-break.phpt | 2 Enum keyword can still be used in classes, namespaces, functions and constants
|
/PHP-8.2/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
|
Completed in 28 milliseconds
12