Simpletest Coverage - includes/unicode.entities.inc

1 <?php
2 // $Id: unicode.entities.inc,v 1.2 2009/04/26 15:14:55 dries Exp $
3
4 /**
5 * @file
6 * (X)HTML entities, as defined in HTML 4.01.
7 *
8 * @see http://www.w3.org/TR/html401/sgml/entities.html
9 */
10
11 $html_entities = array(
12 '&Aacute;' => 'Ã',
13 '&aacute;' => 'á',
14 '&Acirc;' => 'Ã',
15 '&acirc;' => 'â',
16 '&acute;' => '´',
17 '&AElig;' => 'Ã',
18 '&aelig;' => 'æ',
19 '&Agrave;' => 'Ã',
20 '&agrave;' => 'à',
21 '&alefsym;' => 'âµ',
22 '&Alpha;' => 'Î',
23 '&alpha;' => 'α',
24 '&amp;' => '&',
25 '&and;' => 'â§',
26 '&ang;' => 'â ',
27 '&Aring;' => 'Ã',
28 '&aring;' => 'Ã¥',
29 '&asymp;' => 'â',
30 '&Atilde;' => 'Ã',
31 '&atilde;' => 'ã',
32 '&Auml;' => 'Ã',
33 '&auml;' => 'ä',
34 '&bdquo;' => 'â',
35 '&Beta;' => 'Î',
36 '&beta;' => 'β',
37 '&brvbar;' => '¦',
38 '&bull;' => 'â¢',
39 '&cap;' => 'â©',
40 '&Ccedil;' => 'Ã',
41 '&ccedil;' => 'ç',
42 '&cedil;' => '¸',
43 '&cent;' => '¢',
44 '&Chi;' => 'Χ',
45 '&chi;' => 'Ï',
46 '&circ;' => 'Ë',
47 '&clubs;' => 'â£',
48 '&cong;' => 'â',
49 '&copy;' => '©',
50 '&crarr;' => 'âµ',
51 '&cup;' => 'âª',
52 '&curren;' => '¤',
53 '&dagger;' => 'â ',
54 '&Dagger;' => 'â¡',
55 '&darr;' => 'â',
56 '&dArr;' => 'â',
57 '&deg;' => '°',
58 '&Delta;' => 'Î',
59 '&delta;' => 'δ',
60 '&diams;' => 'â¦',
61 '&divide;' => '÷',
62 '&Eacute;' => 'Ã',
63 '&eacute;' => 'é',
64 '&Ecirc;' => 'Ã',
65 '&ecirc;' => 'ê',
66 '&Egrave;' => 'Ã',
67 '&egrave;' => 'è',
68 '&empty;' => 'â',
69 '&emsp;' => 'â',
70 '&ensp;' => 'â',
71 '&Epsilon;' => 'Î',
72 '&epsilon;' => 'ε',
73 '&equiv;' => 'â¡',
74 '&Eta;' => 'Î',
75 '&eta;' => 'η',
76 '&ETH;' => 'Ã',
77 '&eth;' => 'ð',
78 '&Euml;' => 'Ã',
79 '&euml;' => 'ë',
80 '&euro;' => 'â¬',
81 '&exist;' => 'â',
82 '&fnof;' => 'Æ',
83 '&forall;' => 'â',
84 '&frac12;' => '½',
85 '&frac14;' => '¼',
86 '&frac34;' => '¾',
87 '&frasl;' => 'â',
88 '&Gamma;' => 'Î',
89 '&gamma;' => 'γ',
90 '&ge;' => 'â¥',
91 '&harr;' => 'â',
92 '&hArr;' => 'â',
93 '&hearts;' => 'â¥',
94 '&hellip;' => 'â¦',
95 '&Iacute;' => 'Ã',
96 '&iacute;' => 'í',
97 '&Icirc;' => 'Ã',
98 '&icirc;' => 'î',
99 '&iexcl;' => '¡',
100 '&Igrave;' => 'Ã',
101 '&igrave;' => 'ì',
102 '&image;' => 'â',
103 '&infin;' => 'â',
104 '&int;' => 'â«',
105 '&Iota;' => 'Î',
106 '&iota;' => 'ι',
107 '&iquest;' => '¿',
108 '&isin;' => 'â',
109 '&Iuml;' => 'Ã',
110 '&iuml;' => 'ï',
111 '&Kappa;' => 'Î',
112 '&kappa;' => 'κ',
113 '&Lambda;' => 'Î',
114 '&lambda;' => 'λ',
115 '&lang;' => 'ã',
116 '&laquo;' => '«',
117 '&larr;' => 'â',
118 '&lArr;' => 'â',
119 '&lceil;' => 'â',
120 '&ldquo;' => 'â',
121 '&le;' => 'â¤',
122 '&lfloor;' => 'â',
123 '&lowast;' => 'â',
124 '&loz;' => 'â',
125 '&lrm;' => 'â',
126 '&lsaquo;' => 'â¹',
127 '&lsquo;' => 'â',
128 '&macr;' => '¯',
129 '&mdash;' => 'â',
130 '&micro;' => 'µ',
131 '&middot;' => '·',
132 '&minus;' => 'â',
133 '&Mu;' => 'Î',
134 '&mu;' => 'μ',
135 '&nabla;' => 'â',
136 '&nbsp;' => ' ',
137 '&ndash;' => 'â',
138 '&ne;' => 'â ',
139 '&ni;' => 'â',
140 '&not;' => '¬',
141 '&notin;' => 'â',
142 '&nsub;' => 'â',
143 '&Ntilde;' => 'Ã',
144 '&ntilde;' => 'ñ',
145 '&Nu;' => 'Î',
146 '&nu;' => 'ν',
147 '&Oacute;' => 'Ã',
148 '&oacute;' => 'ó',
149 '&Ocirc;' => 'Ã',
150 '&ocirc;' => 'ô',
151 '&OElig;' => 'Å',
152 '&oelig;' => 'Å',
153 '&Ograve;' => 'Ã',
154 '&ograve;' => 'ò',
155 '&oline;' => 'â¾',
156 '&Omega;' => 'Ω',
157 '&omega;' => 'Ï',
158 '&Omicron;' => 'Î',
159 '&omicron;' => 'ο',
160 '&oplus;' => 'â',
161 '&or;' => 'â¨',
162 '&ordf;' => 'ª',
163 '&ordm;' => 'º',
164 '&Oslash;' => 'Ã',
165 '&oslash;' => 'ø',
166 '&Otilde;' => 'Ã',
167 '&otilde;' => 'õ',
168 '&otimes;' => 'â',
169 '&Ouml;' => 'Ã',
170 '&ouml;' => 'ö',
171 '&para;' => '¶',
172 '&part;' => 'â',
173 '&permil;' => 'â°',
174 '&perp;' => 'â¥',
175 '&Phi;' => 'Φ',
176 '&phi;' => 'Ï',
177 '&Pi;' => 'Π',
178 '&pi;' => 'Ï',
179 '&piv;' => 'Ï',
180 '&plusmn;' => '±',
181 '&pound;' => '£',
182 '&prime;' => 'â²',
183 '&Prime;' => 'â³',
184 '&prod;' => 'â',
185 '&prop;' => 'â',
186 '&Psi;' => 'Ψ',
187 '&psi;' => 'Ï',
188 '&radic;' => 'â',
189 '&rang;' => 'ã',
190 '&raquo;' => '»',
191 '&rarr;' => 'â',
192 '&rArr;' => 'â',
193 '&rceil;' => 'â',
194 '&rdquo;' => 'â',
195 '&real;' => 'â',
196 '&reg;' => '®',
197 '&rfloor;' => 'â',
198 '&Rho;' => 'Ρ',
199 '&rho;' => 'Ï',
200 '&rlm;' => 'â',
201 '&rsaquo;' => 'âº',
202 '&rsquo;' => 'â',
203 '&sbquo;' => 'â',
204 '&Scaron;' => 'Å ',
205 '&scaron;' => 'Å¡',
206 '&sdot;' => 'â',
207 '&sect;' => '§',
208 '&shy;' => '­',
209 '&Sigma;' => 'Σ',
210 '&sigma;' => 'Ï',
211 '&sigmaf;' => 'Ï',
212 '&sim;' => 'â¼',
213 '&spades;' => 'â ',
214 '&sub;' => 'â',
215 '&sube;' => 'â',
216 '&sum;' => 'â',
217 '&sup1;' => '¹',
218 '&sup2;' => '²',
219 '&sup3;' => '³',
220 '&sup;' => 'â',
221 '&supe;' => 'â',
222 '&szlig;' => 'Ã',
223 '&Tau;' => 'Τ',
224 '&tau;' => 'Ï',
225 '&there4;' => 'â´',
226 '&Theta;' => 'Î',
227 '&theta;' => 'θ',
228 '&thetasym;' => 'Ï',
229 '&thinsp;' => 'â',
230 '&THORN;' => 'Ã',
231 '&thorn;' => 'þ',
232 '&tilde;' => 'Ë',
233 '&times;' => 'Ã',
234 '&trade;' => 'â¢',
235 '&Uacute;' => 'Ã',
236 '&uacute;' => 'ú',
237 '&uarr;' => 'â',
238 '&uArr;' => 'â',
239 '&Ucirc;' => 'Ã',
240 '&ucirc;' => 'û',
241 '&Ugrave;' => 'Ã',
242 '&ugrave;' => 'ù',
243 '&uml;' => '¨',
244 '&upsih;' => 'Ï',
245 '&Upsilon;' => 'Î¥',
246 '&upsilon;' => 'Ï',
247 '&Uuml;' => 'Ã',
248 '&uuml;' => 'ü',
249 '&weierp;' => 'â',
250 '&Xi;' => 'Î',
251 '&xi;' => 'ξ',
252 '&Yacute;' => 'Ã',
253 '&yacute;' => 'ý',
254 '&yen;' => 'Â¥',
255 '&yuml;' => 'ÿ',
256 '&Yuml;' => 'Ÿ',
257 '&Zeta;' => 'Î',
258 '&zeta;' => 'ζ',
259 '&zwj;' => 'â',
260 '&zwnj;' => 'â',
261 '&gt;' => '>',
262 '&lt;' => '<',
263 '&quot;' => '"',
264 // Add apostrophe (XML).
265 '&apos;' => "'",
266 );
267

Legend

Missed
lines code that were not excersized during program execution.
Covered
lines code were excersized during program execution.
Comment/non executable
Comment or non-executable line of code.
Dead
lines of code that according to xdebug could not be executed. This is counted as coverage code because in almost all cases it is code that runnable.