Lines Matching refs:quote
28 $attribute->textContent = 'quote "test"';
32 $attribute->textContent = "quote 'test'";
36 $attribute->textContent = "quote '\"test\"'";
50 $document->documentElement->textContent = 'quote "test"';
54 $document->documentElement->textContent = "quote 'test'";
72 string(12) "quote "test""
73 string(45) "<element attribute='quote "test"'></element>
75 string(12) "quote 'test'"
76 string(45) "<element attribute="quote 'test'"></element>
78 string(14) "quote '"test"'"
79 string(57) "<element attribute="quote '"test"'"></element>
83 string(74) "<element attribute="quote '"test"'">hello & world</element>
86 string(78) "<element attribute="quote '"test"'"><b>hi</b></element>
88 string(12) "quote "test""
89 string(69) "<element attribute="quote '"test"'">quote "test"</element>
91 string(12) "quote 'test'"
92 string(69) "<element attribute="quote '"test"'">quote 'test'</element>