/PHP-8.4/ext/dom/tests/ |
H A D | gh12870_a.phpt | 12 test('http://www.w3.org/2000/xmlns/qx', 'foo:xmlns'); 13 test('http://www.w3.org/2000/xmlns/', 'xmlns'); 14 test('http://www.w3.org/2000/xmlns/', 'xmlns:xmlns'); 18 test('http://www.w3.org/2000/xmlns/', 'bar:xmlns'); 19 test('http://www.w3.org/2000/xmlns/a', 'xmlns'); 20 test('http://www.w3.org/2000/xmlns/a', 'xmlns:bar'); 35 <root xmlns:foo="http://www.w3.org/2000/xmlns/qx" foo:xmlns=""/> 37 --- Testing "http://www.w3.org/2000/xmlns/", "xmlns" --- 46 --- Testing "http://www.w3.org/2000/xmlns/", "xmlns:xmlns" --- 53 <root xmlns:xmlns="http://www.w3.org/2000/xmlns/" xmlns:xmlns=""/> [all …]
|
H A D | gh13012_ns.phpt | 9 $dom->loadXML("<root><x/><x xmlns:a=\"urn:a\" xmlns:b=\"urn:b\"/><x xmlns:b=\"urn:b\" xmlns:a=\"urn… 22 Comparing <x/> with <x xmlns:a="urn:a" xmlns:b="urn:b"/> 24 Comparing <x/> with <x xmlns:b="urn:b" xmlns:a="urn:a"/> 26 Comparing <x xmlns:a="urn:a" xmlns:b="urn:b"/> with <x/> 28 Comparing <x xmlns:a="urn:a" xmlns:b="urn:b"/> with <x xmlns:a="urn:a" xmlns:b="urn:b"/> 30 Comparing <x xmlns:a="urn:a" xmlns:b="urn:b"/> with <x xmlns:b="urn:b" xmlns:a="urn:a"/> 32 Comparing <x xmlns:b="urn:b" xmlns:a="urn:a"/> with <x/> 34 Comparing <x xmlns:b="urn:b" xmlns:a="urn:a"/> with <x xmlns:a="urn:a" xmlns:b="urn:b"/> 36 Comparing <x xmlns:b="urn:b" xmlns:a="urn:a"/> with <x xmlns:b="urn:b" xmlns:a="urn:a"/>
|
H A D | bug47530.phpt | 20 $doc->loadXML('<html xmlns=""><element xmlns:foo="https://php.net/bar"/></html>'); 36 <feed xmlns="http://www.w3.org/2005/Atom"> 37 <div xmlns="http://www.w3.org/1999/xhtml"> 56 <feed xmlns="http://www.w3.org/1999/xhtml" xmlns:test="https://php.net/test" xmlns:example="https:/… 121 <html xmlns="https://php.net/something" xmlns:ns="https://php.net/whatever"><default:element xmlns:… 124 <html xmlns=""><element xmlns:foo="https://php.net/bar"><foo:bar/><bar/></element></html> 129 <feed xmlns="http://www.w3.org/2005/Atom" xmlns:default="http://www.w3.org/1999/xhtml"> 136 <container xmlns:test="https://php.net/test" xmlns="https://php.net/example"><feed xmlns="http://ww… 145 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example… 148 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example… [all …]
|
H A D | DOMElement_prefix_empty.phpt | 9 $dom->loadXML("<hello:container xmlns:conflict=\"urn:foo\" xmlns:hello=\"http://www.w3.org/1999/xht… 41 <container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://www.w3… 44 <container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://www.w3… 47 <hello:container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://… 51 <hello:container xmlns:conflict="urn:foo" xmlns:hello="http://www.w3.org/1999/xhtml" xmlns="http://…
|
H A D | bug47531_b.phpt | 2 Bug #47531 (No way of removing redundant xmlns: declarations) 10 <container xmlns:foo="some:ns"> 12 <foo:second xmlns:foo="some:ns2"> 18 <foo:child5 xmlns:foo="some:ns3"> 19 <p xmlns:foo="other:ns"> 29 <child7 xmlns:foo="some:ns" foo:foo="bar"> 37 var_dump($elem->removeAttribute("xmlns:foo")); 44 <container xmlns:foo="some:ns"> 46 <foo:second xmlns:foo="some:ns2"> 52 <foo:child5 xmlns:foo="some:ns3"> [all …]
|
/PHP-8.4/ext/dom/tests/modern/spec/ |
H A D | Document_createAttributeNS.phpt | 35 testErrorCase($dom, 'http://www.w3.org/2000/xmlns', 'xmlns'); 36 testErrorCase($dom, 'http://www.w3.org/2000/xmlns', 'xmlns:bar'); 75 ("http://www.w3.org/2000/xmlns", "xmlns"): Namespace Error 76 ("http://www.w3.org/2000/xmlns", "xmlns:bar"): Namespace Error 80 Attr: xmlns:foo 81 string(5) "xmlns" 84 Attr: xmlns:bar 85 string(5) "xmlns" 88 Attr: xmlns 108 <foo xmlns:foo="" xmlns:bar="" xmlns="" xml:foo="" bar:bar="" foo:bar=""></foo> [all …]
|
H A D | Element_toggleAttribute.phpt | 2 Element::toggleAttribute() xmlns spec compliance 12 $container->toggleAttribute('xmlns:foo'); 13 $container->toggleAttribute('xmlns:bar'); 14 $container->toggleAttribute('xmlns'); 19 $container->toggleAttribute('xmlns:foo'); 20 $container->toggleAttribute('xmlns:bar'); 21 $container->toggleAttribute('xmlns'); 27 <container hidden="" xmlns:foo="" xmlns:bar="" xmlns=""></container>
|
H A D | clone_conflicting_namespace_prefix.phpt | 11 <a:root1 xmlns:a="urn:a"> 12 <a:root2 xmlns:a="urn:b"> 13 <a:child xmlns:b="urn:b"> 38 <a:root1 xmlns:a="urn:a" xmlns:ns1="urn:y" ns1:foo="bar"> 39 <a:root2 xmlns:a="urn:b"> 40 <a:child xmlns:b="urn:b"> 48 string(7) "xmlns:a" 49 string(29) "http://www.w3.org/2000/xmlns/" 52 <a:root1 xmlns:a="urn:a" xmlns:ns1="urn:y" ns1:foo="bar"> 53 <a:root2 xmlns:a="urn:b"> [all …]
|
H A D | dom_parsing_gh44.phpt | 8 …t = Dom\XMLDocument::createFromString('<root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0="ur… 15 <root xmlns:ns2="uri2"><child xmlns:ns1="uri1" xmlns:a0="uri1" xmlns:NS1="uri1" xmlns:ns2="uri3" ns…
|
H A D | Document_importLegacyNode.phpt | 11 <child xmlns="urn:a" a="b"/> 12 <child xmlns="urn:b" xmlns:c="urn:c" c:c="d"/> 44 name: string(5) "xmlns" 46 namespaceURI: string(29) "http://www.w3.org/2000/xmlns/" 54 name: string(5) "xmlns" 56 namespaceURI: string(29) "http://www.w3.org/2000/xmlns/" 57 name: string(7) "xmlns:c" 58 prefix: string(5) "xmlns" 59 namespaceURI: string(29) "http://www.w3.org/2000/xmlns/" 65 <child xmlns="urn:a" a="b"/> [all …]
|
H A D | bug47530.phpt | 18 …$doc = Dom\XMLDocument::createFromString('<html xmlns=""><element xmlns:foo="https://php.net/bar"/… 36 <feed xmlns="http://www.w3.org/2005/Atom"> 37 <div xmlns="http://www.w3.org/1999/xhtml"> 55 <feed xmlns="http://www.w3.org/1999/xhtml" xmlns:test="https://php.net/test" xmlns:example="https:/… 118 <html xmlns=""><element xmlns:foo="https://php.net/bar"><foo:bar/><bar/></element></html> 125 <feed xmlns="http://www.w3.org/2005/Atom"> 126 <div xmlns="http://www.w3.org/1999/xhtml"> 132 <container xmlns:test="https://php.net/test" xmlns="https://php.net/example"><feed xmlns="http://ww… 141 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example… 143 <div xmlns:example="https://php.net/somethingelse"><p xmlns="https://php.net/default" xmlns:example… [all …]
|
H A D | dom_parsing_gh47_bis.phpt | 10 $dom = Dom\XMLDocument::createFromString('<root xmlns=""><child xmlns=""/></root>'); 13 $dom = Dom\XMLDocument::createFromString('<root xmlns="urn:u1"><child xmlns="urn:u1"/></root>'); 19 <root xmlns=""><child xmlns=""/></root> 21 <root xmlns="urn:u1"><child xmlns="urn:u1"/></root>
|
H A D | reconciliation_of_elements.phpt | 11 <a:root1 xmlns:a="urn:a"> 12 <a:root2 xmlns:a="urn:b"> 13 <a:child xmlns:b="urn:b"> 14 <b:child1 xmlns:a="urn:x">bar</b:child1> 40 <a:root1 xmlns:a="urn:a"> 41 <a:root2 xmlns:a="urn:b"> 45 <b:child xmlns:b="urn:b"> 46 <b:child1 xmlns:a="urn:x">bar</b:child1> 49 <b:child xmlns:b="urn:b"> 50 <b:child1 xmlns:a="urn:x">bar</b:child1>
|
H A D | serialize_element_unqualified.phpt | 8 $dom = Dom\XMLDocument::createFromString('<root xmlns:p1="u1"><child xmlns:p2="u1"><p1:child2/></ch… 11 $dom = Dom\XMLDocument::createFromString('<root xmlns:p1="u1"><child xmlns:p2="u1"></child></root>'… 20 <root xmlns:p1="u1"><child xmlns:p2="u1"><p1:child2/></child></root> 22 <root xmlns:p1="u1"><child xmlns:p2="u1"><p2:child2/></child></root>
|
/PHP-8.4/ext/dom/tests/modern/css_selectors/ |
H A D | pseudo_classes_read_write_read_only.phpt | 11 <html xmlns="http://www.w3.org/1999/xhtml"> 16 <input type="text" xmlns="" /> 17 <textarea xmlns="" /> 31 <input xmlns="http://www.w3.org/1999/xhtml" type="text" /> 32 <textarea xmlns="http://www.w3.org/1999/xhtml"></textarea> 33 <p xmlns="http://www.w3.org/1999/xhtml" contenteditable=""></p> 35 <html xmlns="http://www.w3.org/1999/xhtml"> 40 <input xmlns="" type="text"/> 41 <textarea xmlns=""/> 51 <input xmlns="" type="text"/> [all …]
|
H A D | combinators.phpt | 67 <p xmlns="http://www.w3.org/1999/xhtml">First p</p> 68 <p xmlns="http://www.w3.org/1999/xhtml">Second p</p> 69 <p xmlns="http://www.w3.org/1999/xhtml">Third p</p> 70 <p xmlns="http://www.w3.org/1999/xhtml">Fourth p</p> 73 <p xmlns="http://www.w3.org/1999/xhtml">First p</p> 74 <p xmlns="http://www.w3.org/1999/xhtml">Second p</p> 76 <p xmlns="http://www.w3.org/1999/xhtml">Third p</p> 82 <p xmlns="http://www.w3.org/1999/xhtml">First p</p> 84 <p xmlns="http://www.w3.org/1999/xhtml">Third p</p> 88 <p xmlns="http://www.w3.org/1999/xhtml">Third p</p> [all …]
|
H A D | pseudo_classes_disabled_enabled.phpt | 11 <html xmlns="http://www.w3.org/1999/xhtml"> 13 <button xmlns="" disabled="disabled"/> 46 <input xmlns="http://www.w3.org/1999/xhtml" disabled="disabled" /> 65 <fieldset xmlns="http://www.w3.org/1999/xhtml" id="3"></fieldset> 67 <html xmlns="http://www.w3.org/1999/xhtml"> 69 <button xmlns="" disabled="disabled"/> 93 <button xmlns="http://www.w3.org/1999/xhtml"></button> 94 <button xmlns="" disabled="disabled"/> 96 <legend xmlns="http://www.w3.org/1999/xhtml"> 101 <div xmlns="http://www.w3.org/1999/xhtml"> [all …]
|
H A D | pseudo_classes_optional_required.phpt | 11 <html xmlns="http://www.w3.org/1999/xhtml"> 18 <input xmlns=""/> 19 <input xmlns="" required="" /> 29 <input xmlns="http://www.w3.org/1999/xhtml" type="checkbox" required="required" /> 30 <select xmlns="http://www.w3.org/1999/xhtml" required="required"></select> 31 <textarea xmlns="http://www.w3.org/1999/xhtml" required=""></textarea> 33 <input xmlns="http://www.w3.org/1999/xhtml" type="checkbox" /> 34 <select xmlns="http://www.w3.org/1999/xhtml"></select> 35 <textarea xmlns="http://www.w3.org/1999/xhtml"></textarea>
|
/PHP-8.4/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_ns_imported_02.phpt | 25 <container xmlns="some:ns" xmlns:bar="another:ns"> 28 <test xmlns="x:y"/> 32 <foo xmlns="some:ns"/> 35 <child xmlns="some:ns2"/></container> 38 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>foo<container xmlns="some:ns" xmln… 41 <test xmlns="x:y"/> 45 <foo xmlns="some:ns"/> 48 <child xmlns="some:ns2"/></container></p></body></html> 49 <html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns"> 52 <test xmlns="x:y"></test> [all …]
|
H A D | HTMLDocument_serialize_ns_imported_05.phpt | 25 <container xmlns="some:ns" xmlns:bar="another:ns"> 28 <test xmlns="x:y"/> 32 <foo xmlns="some:ns"/> 35 <child xmlns="some:ns2"/></container> 38 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>foo<container xmlns="some:ns" xmln… 41 <test xmlns="x:y"/> 45 <foo xmlns="some:ns"/> 48 <child xmlns="some:ns2"/></container></p></body></html> 49 <html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns"> 52 <test xmlns="x:y"></test> [all …]
|
H A D | HTMLDocument_serialize_ns_imported_01.phpt | 8 $xml = Dom\XMLDocument::createFromString('<?xml version="1.0"?><container xmlns="some:ns" xmlns:bar… 26 <container xmlns="some:ns" xmlns:bar="another:ns" xmlns:foo="http://foo/" foo:bar="value"><child xm… 29 …xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar… 30 <html><head></head><body><p>foo<container xmlns="some:ns" xmlns:bar="another:ns" foo:bar="value"><c…
|
H A D | HTMLDocument_serialize_ns_imported_06.phpt | 25 <container xmlns="some:ns" xmlns:bar="another:ns"> 28 <test xmlns="x:y"/> 32 <foo xmlns="some:ns"/> 34 <child xmlns="some:ns2"/></x> 38 <html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><p>foo<x xmlns="some:ns"> 40 <test xmlns="x:y"/> 44 <foo xmlns="some:ns"/> 46 <child xmlns="some:ns2"/></x></p></body></html> 49 <test xmlns="x:y"></test> 53 <foo xmlns="some:ns"></foo>
|
/PHP-8.4/ext/dom/tests/modern/xml/ |
H A D | Element_innerHTML_writing.phpt | 11 $el->innerHTML = '<p>foo</p><p xmlns="">bar</p>'; 24 $child->setAttributeNS('http://www.w3.org/2000/xmlns/', 'xmlns', 'urn:b'); 33 <root xmlns="urn:a" xmlns:b="urn:b" xmlns:c="urn:c"> 58 <root xmlns="urn:a"><p>foo</p><p xmlns="">bar</p></root> 60 <root xmlns="urn:a"/> 62 <root xmlns="urn:a">&</root> 64 <root xmlns="urn:a"><foo></root> 67 <root><child xmlns="urn:a"><default/></child></root> 72 <root xmlns="urn:a" xmlns:b="urn:b" xmlns:c="urn:c"> 77 <child xmlns="urn:a" a="none" b:b="b" c:c="c"> [all …]
|
/PHP-8.4/ext/soap/tests/ |
H A D | setheaders.phpt | 28 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x… 30 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x… 32 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x… 34 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x… 36 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x… 38 …NV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="test://" xmlns:x…
|
H A D | server029.phpt | 7 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 8 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 10 xmlns:si="http://soapinterop.org/xsd"> 12 <ns1:test xmlns:ns1="http://testuri.org" /> 42 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 43 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 44 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 45 xmlns:si="http://soapinterop.org/xsd"> 47 <ns1:test xmlns:ns1="http://testuri.org" /> [all …]
|