Home
last modified time | relevance | path

Searched refs:namespaceURI (Results 1 – 25 of 30) sorted by relevance

12

/PHP-8.3/ext/dom/tests/
H A Dgh12870_b.phpt30 Attr namespaceURI: string(38) "http://www.w3.org/XML/1998/namespaceqx"
32 root namespaceURI: NULL
39 Attr namespaceURI: string(36) "http://www.w3.org/XML/1998/namespace"
41 root namespaceURI: NULL
48 Attr namespaceURI: string(36) "http://www.w3.org/XML/1998/namespace"
50 root namespaceURI: NULL
57 Attr namespaceURI: NULL
59 root namespaceURI: NULL
66 Attr namespaceURI: string(37) "http://www.w3.org/XML/1998/namespacea"
68 root namespaceURI: NULL
H A Dgh12870.inc13 echo "Attr namespaceURI: ";
14 var_dump($attr->namespaceURI);
17 echo "root namespaceURI: ";
18 var_dump($d->documentElement->namespaceURI);
H A Dgh11500.phpt22 var_dump($root->namespaceURI);
23 var_dump($a1->namespaceURI);
24 var_dump($b1->namespaceURI);
25 var_dump($a2->namespaceURI);
26 var_dump($b2->namespaceURI);
53 var_dump($a1->namespaceURI);
54 var_dump($b1->namespaceURI);
55 var_dump($c1->namespaceURI);
56 var_dump($a2->namespaceURI);
57 var_dump($b2->namespaceURI);
[all …]
H A Dbug54382.phpt21 echo 'namespace node namespaceURI=' . $ns2->namespaceURI . "\n";
26 namespace node namespaceURI=http://ns2
H A Dgh12870_a.phpt30 Attr namespaceURI: string(31) "http://www.w3.org/2000/xmlns/qx"
32 root namespaceURI: NULL
39 Attr namespaceURI: string(29) "http://www.w3.org/2000/xmlns/"
41 root namespaceURI: NULL
48 Attr namespaceURI: string(29) "http://www.w3.org/2000/xmlns/"
50 root namespaceURI: NULL
H A Ddom_create_element.phpt213 /* the qualifiedName has a prefix and the namespaceURI is null */
224 /* the qualifiedName has a prefix that is "xml" and the namespaceURI
230 $dom->createElementNS('http://wrong.namespaceURI.com', 'xml:valid');
238 $element = new DomElement('xml:valid', '', 'http://wrong.namespaceURI.com');
260 /* the qualifiedName or its prefix is "xmlns" and the namespaceURI is
266 $dom->createElementNS('http://wrong.namespaceURI.com', 'xmlns:valid');
297 /* the namespaceURI is "http://www.w3.org/2000/xmlns/" and neither the
371 26 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xml:valid')
373 27 DOMElement::__construct('xml:valid', '', 'http://wrong.namespaceURI.com')
377 30 DOMDocument::createElementNS('http://wrong.namespaceURI.com', 'xmlns:valid')
[all …]
H A Dgh12616_3.phpt72 ["namespaceURI"]=>
95 ["namespaceURI"]=>
117 ["namespaceURI"]=>
140 ["namespaceURI"]=>
162 ["namespaceURI"]=>
H A Dbug80927.phpt16 var_dump($a->namespaceURI);
42 var_dump($a->namespaceURI);
57 var_dump($foobar2->namespaceURI);
H A Dbug69846.phpt73 ["namespaceURI"]=>
134 ["namespaceURI"]=>
189 ["namespaceURI"]=>
H A DDOMEntityReference_predefined_free.phpt36 ["namespaceURI"]=>
H A Dbug70359.phpt59 [namespaceURI] => http://www.sitemaps.org/schemas/sitemap/0.9
77 [namespaceURI] => fooooooooooooooooooooo
H A Dbug80602_3.phpt71 ["namespaceURI"]=>
128 ["namespaceURI"]=>
H A Dbug78577.phpt27 ["namespaceURI"]=>
H A DDOMDocument_adoptNode_attribute_references.phpt17 var_dump($attr->namespaceURI, $attr->prefix, $attr->localName, $attr->nodeValue);
H A Dxpath_domnamespacenode.phpt31 ["namespaceURI"]=>
H A DDOMElement_toggleAttribute.phpt72 var_dump($dom->documentElement->getAttributeNode('test:test')->namespaceURI);
74 var_dump($dom->documentElement->firstElementChild->getAttributeNode('foo:test')->namespaceURI);
76 …ump($dom->documentElement->firstElementChild->getAttributeNode('doesnotexist:test')->namespaceURI);
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_definition_crash_in_attribute.phpt26 var_dump($child_attr1->namespaceURI);
27 var_dump($child_attr2->namespaceURI);
29 var_dump($attr3->namespaceURI);
35 var_dump($attr3->namespaceURI);
H A Dgh9628_1.phpt22 var_dump($inner_span->namespaceURI);
28 var_dump($inner_span->namespaceURI);
36 var_dump($inner_span->namespaceURI);
H A Dnamespace_xmlns_declaration.phpt15 var_dump($el->namespaceURI);
H A Dnamespace_definition_crash.phpt18 var_dump($child_child->namespaceURI);
/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttributeNS_with_prefix.phpt11 …nt->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'foo:hello'))?->namespaceURI);
13 …nt->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'foo:hello'))?->namespaceURI);
15 …nt->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'foo:hello'))?->namespaceURI);
17 …nt->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'foo:hello'))?->namespaceURI);
H A DsetAttributeNS_without_prefix.phpt11 …lement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'hello'))?->namespaceURI);
13 …lement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'hello'))?->namespaceURI);
15 …lement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'hello'))?->namespaceURI);
17 …lement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'hello'))?->namespaceURI);
H A DsetAttribute_with_prefix.phpt11 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo:hello'))?->namespaceURI);
13 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'foo:hello'))?->namespaceURI);
15 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'foo:hello'))?->namespaceURI);
17 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'foo:hello'))?->namespaceURI);
H A DsetAttribute_without_prefix.phpt11 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hello'))?->namespaceURI);
13 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'hello'))?->namespaceURI);
15 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'hello'))?->namespaceURI);
17 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'hello'))?->namespaceURI);
H A DsetAttribute_mixed_prefix.phpt11 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo:hello'))?->namespaceURI);
12 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hello'))?->namespaceURI);

Completed in 22 milliseconds

12