Home
last modified time | relevance | path

Searched refs:xmlns (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/PHP-8.3/ext/dom/tests/
H A Dgh12870_a.phpt12 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 Dgh13012_ns.phpt9 $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 Dbug47530.phpt20 $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 Dbug47531_b.phpt2 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 …]
H A Dbug47531_a.phpt2 Bug #47531 (No way of removing redundant xmlns: declarations)
10 <container xmlns:foo="some:ns">
19 <p xmlns:foo="other:ns">
36 var_dump($root->removeAttribute("xmlns:foo"));
44 <foo:first xmlns:foo="some:ns"/>
46 <foo:child1 xmlns:foo="some:ns"/>
47 <foo:child2 xmlns:foo="some:ns"/>
50 <foo:child4 xmlns:foo="some:ns"/>
51 <foo:child5 xmlns:foo="some:ns">
52 <p xmlns:foo="other:ns">
[all …]
H A Dcanonicalization.phpt9 <foo xmlns="http://www.example.com/ns/foo"
10 xmlns:fubar="http://www.example.com/ns/fubar" xmlns:test="urn::test"><contain>
13 <fubar:bar xmlns:fubar="http://www.example.com/ns/fubar"><test3 /></fubar:bar>
52 <contain xmlns="http://www.example.com/ns/foo" xmlns:fubar="http://www.example.com/ns/fubar" xmlns:…
60 <contain xmlns="http://www.example.com/ns/foo">
63 <fubar:bar xmlns:fubar="http://www.example.com/ns/fubar"><test3></test3></fubar:bar>
68 <contain xmlns="http://www.example.com/ns/foo" xmlns:fubar="http://www.example.com/ns/fubar" xmlns:…
76 <contain xmlns="http://www.example.com/ns/foo">
84 <foo xmlns="http://www.example.com/ns/foo"><contain>
93 <contain xmlns="http://www.example.com/ns/foo" xmlns:test="urn::test"><bar></bar><bar></bar></conta…
[all …]
H A DDOMElement_toggleAttribute.phpt50 $dom->loadXML("<?xml version='1.0'?><container xmlns='some:ns' xmlns:foo='some:ns2' xmlns:anotheron…
53 var_dump($dom->documentElement->toggleAttribute('xmlns'));
59 var_dump($dom->documentElement->toggleAttribute('xmlns:foo'));
87 var_dump($dom->documentElement->getAttribute('xmlns:anotheron'));
126 <container xmlns:foo="some:ns2" xmlns:anotherone="some:ns3" xmlns="some:ns"><foo:bar/><baz/></conta…
129 <container xmlns:foo="some:ns2" xmlns="some:ns"><foo:bar/><baz/></container>
132 <container xmlns:foo="some:ns2" xmlns="some:ns" xmlns:anotherone=""><foo:bar/><baz/></container>
135 <container xmlns="some:ns" xmlns:anotherone=""><foo:bar xmlns:foo="some:ns2"/><baz/></container>
138 <container xmlns="some:ns" xmlns:anotherone=""><foo:bar xmlns:foo="some:ns2"/><baz/></container>
145 <container xmlns="some:ns" xmlns:anotherone="" test:test=""><foo:bar xmlns:foo="some:ns2" foo:test=…
[all …]
/PHP-8.3/ext/soap/tests/
H A Dsetheaders.phpt28 …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 Dserver029.phpt7 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 …]
H A Dserver010.phpt25 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
26 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28 xmlns:si="http://soapinterop.org/xsd">
30 <ns1:Sum xmlns:ns1="http://testuri.org">
43 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
44 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
45 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
46 xmlns:si="http://soapinterop.org/xsd">
48 <ns1:Sum xmlns:ns1="http://testuri.org">
[all …]
H A Dserver009.phpt28 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
29 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
30 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
31 xmlns:si="http://soapinterop.org/xsd">
33 <ns1:Sum xmlns:ns1="http://testuri.org">
46 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
47 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
48 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
49 xmlns:si="http://soapinterop.org/xsd">
51 <ns1:Sum xmlns:ns1="http://testuri.org">
[all …]
/PHP-8.3/ext/soap/tests/soap12/
H A DT77_2.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:isNil xmlns:test="http://example.org/ts-tests"
23xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT60.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:countItems xmlns:test="http://example.org/ts-tests"
14 xmlns:enc="http://www.w3.org/2003/05/soap-encoding"
28xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT41.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:echoStruct xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
29xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT47.phpt11 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
12 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
13 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15 <test:echoFloatArray xmlns:test="http://example.org/ts-tests"
18 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
30xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT48.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
16 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
28xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT49.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
16 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
28xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT50.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:echoIntegerArray xmlns:test="http://example.org/ts-tests"
16 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
28xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT57.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
20 <test:echoString xmlns:test="http://example.org/ts-tests"
31xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT76_2.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
20 <test:echoString xmlns:test="http://example.org/ts-tests"
31xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT76_1.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:echoString xmlns:test="http://example.org/ts-tests"
24xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
H A DT77_1.phpt9 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
10 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
13 <test:isNil xmlns:test="http://example.org/ts-tests"
24xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:…
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug41566.phpt32 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
33 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
34 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
35 xmlns:si="http://soapinterop.org/xsd">
37 <ns1:test xmlns:ns1="http://testuri.org" />
47 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
48 xmlns:ns1="http://testuri.org"
49 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
50 xmlns:enc="http://www.w3.org/2003/05/soap-encoding">
62xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://testuri.org" xmlns:SO…
[all …]
/PHP-8.3/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_008w.phpt18xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/" xml…
20xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/" xml…
H A Dr2_base_009w.phpt18xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/" xml…
20xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/" xml…

Completed in 21 milliseconds

12345678910>>...26