Searched refs:namespaceURI (Results 1 – 25 of 30) sorted by relevance
12
/PHP-8.3/ext/dom/tests/ |
H A D | gh12870_b.phpt | 30 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 D | gh12870.inc | 13 echo "Attr namespaceURI: "; 14 var_dump($attr->namespaceURI); 17 echo "root namespaceURI: "; 18 var_dump($d->documentElement->namespaceURI);
|
H A D | gh11500.phpt | 22 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 D | bug54382.phpt | 21 echo 'namespace node namespaceURI=' . $ns2->namespaceURI . "\n"; 26 namespace node namespaceURI=http://ns2
|
H A D | gh12870_a.phpt | 30 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 D | dom_create_element.phpt | 213 /* 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 D | gh12616_3.phpt | 72 ["namespaceURI"]=> 95 ["namespaceURI"]=> 117 ["namespaceURI"]=> 140 ["namespaceURI"]=> 162 ["namespaceURI"]=>
|
H A D | bug80927.phpt | 16 var_dump($a->namespaceURI); 42 var_dump($a->namespaceURI); 57 var_dump($foobar2->namespaceURI);
|
H A D | bug69846.phpt | 73 ["namespaceURI"]=> 134 ["namespaceURI"]=> 189 ["namespaceURI"]=>
|
H A D | DOMEntityReference_predefined_free.phpt | 36 ["namespaceURI"]=>
|
H A D | bug70359.phpt | 59 [namespaceURI] => http://www.sitemaps.org/schemas/sitemap/0.9 77 [namespaceURI] => fooooooooooooooooooooo
|
H A D | bug80602_3.phpt | 71 ["namespaceURI"]=> 128 ["namespaceURI"]=>
|
H A D | bug78577.phpt | 27 ["namespaceURI"]=>
|
H A D | DOMDocument_adoptNode_attribute_references.phpt | 17 var_dump($attr->namespaceURI, $attr->prefix, $attr->localName, $attr->nodeValue);
|
H A D | xpath_domnamespacenode.phpt | 31 ["namespaceURI"]=>
|
H A D | DOMElement_toggleAttribute.phpt | 72 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 D | namespace_definition_crash_in_attribute.phpt | 26 var_dump($child_attr1->namespaceURI); 27 var_dump($child_attr2->namespaceURI); 29 var_dump($attr3->namespaceURI); 35 var_dump($attr3->namespaceURI);
|
H A D | gh9628_1.phpt | 22 var_dump($inner_span->namespaceURI); 28 var_dump($inner_span->namespaceURI); 36 var_dump($inner_span->namespaceURI);
|
H A D | namespace_xmlns_declaration.phpt | 15 var_dump($el->namespaceURI);
|
H A D | namespace_definition_crash.phpt | 18 var_dump($child_child->namespaceURI);
|
/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/ |
H A D | setAttributeNS_with_prefix.phpt | 11 …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 D | setAttributeNS_without_prefix.phpt | 11 …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 D | setAttribute_with_prefix.phpt | 11 …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 D | setAttribute_without_prefix.phpt | 11 …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 D | setAttribute_mixed_prefix.phpt | 11 …ment->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo:hello'))?->namespaceURI); 12 …tElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hello'))?->namespaceURI);
|
Completed in 23 milliseconds
12