Lines Matching refs:html
13 var_dump($dom->createAttributeNS('http://www.w3.org/1999/xhtml', 'html')->nodeName);
14 var_dump($dom->createAttributeNS('http://www.w3.org/1999/xhtml', 'foo:html')->nodeName);
18 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'html')->nodeName);
19 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'html')->nodeName);
20 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'foo:html')->nodeName);
21 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'foo:html')->nodeName);
22 var_dump($dom->createElementNS('', 'html')->nodeName);
23 var_dump($dom->createElementNS(null, 'html')->nodeName);
30 var_dump($dom->createAttributeNS('http://www.w3.org/1999/xhtml', 'html')->nodeName);
31 var_dump($dom->createAttributeNS('http://www.w3.org/1999/xhtml', 'foo:html')->nodeName);
35 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'html')->nodeName);
36 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'html')->nodeName);
37 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml', 'foo:html')->nodeName);
38 var_dump($dom->createElementNS('http://www.w3.org/1999/xhtml/', 'foo:html')->nodeName);
39 var_dump($dom->createElementNS('', 'html')->nodeName);
40 var_dump($dom->createElementNS(null, 'html')->nodeName);
44 string(4) "html"
45 string(8) "foo:html"
48 string(4) "html"
50 string(8) "foo:html"
51 string(4) "html"
52 string(4) "html"
54 string(4) "html"
55 string(8) "foo:html"
57 string(4) "html"
58 string(4) "html"
59 string(8) "foo:html"
60 string(8) "foo:html"
61 string(4) "html"
62 string(4) "html"