Home
last modified time | relevance | path

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

123

/php-src/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)
/php-src/ext/dom/
H A Dxpath_callbacks.c50 registry->namespaces = NULL; in php_dom_xpath_callbacks_ctor()
81 if (registry->namespaces) { in php_dom_xpath_callbacks_dtor()
83 ZEND_HASH_MAP_FOREACH_PTR(registry->namespaces, ns) { in php_dom_xpath_callbacks_dtor()
88 zend_hash_destroy(registry->namespaces); in php_dom_xpath_callbacks_dtor()
89 FREE_HASHTABLE(registry->namespaces); in php_dom_xpath_callbacks_dtor()
107 if (registry->namespaces) { in php_dom_xpath_callbacks_get_gc()
117 if (registry->php_ns || registry->namespaces) { in php_dom_xpath_callbacks_get_gc_for_whole_object()
168 if (registry->namespaces) { in php_dom_xpath_callbacks_delayed_lib_registration()
271 if (!registry->namespaces) { in php_dom_xpath_callbacks_ensure_ns()
273 registry->namespaces = zend_new_array(1); in php_dom_xpath_callbacks_ensure_ns()
[all …]
/php-src/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 Dclosure_068.phpt2 …ionFunction::getShortName() returns the short name for first class callables defined in namespaces.
H A Dgh11152.phpt2 GH-11152: Allow aliasing namespaces containing reserved class names
H A Dclosure_067.phpt2 ReflectionFunction::getShortName() returns the full name for closures defined in namespaces.
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 Dns_034.phpt2 034: Support for namespaces in compile-time constant reference
H A Dclass_alias_020.phpt2 Testing class alias in multiple namespaces
/php-src/ext/dom/tests/
H A DDOMNode_C14N_references.phpt27 'namespaces' => ['a' => 'http://www.example.com/ns/foo'],
31 foreach ($xpath['namespaces'] as $k => &$v);
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
/php-src/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-src/ext/reflection/tests/
H A Dbug49092.phpt2 Bug #49092 (ReflectionFunction fails to work with functions in fully qualified namespaces)
/php-src/Zend/tests/enum/
H A Dkeyword-no-bc-break.phpt2 Enum keyword can still be used in classes, namespaces, functions and constants
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh47_bis.phpt2 DOM-Parsing GH-47 bis (XML null namespaces need to be preserved)

Completed in 29 milliseconds

123