Revert "make hphpc able to use ini files"
[hiphop-php.git] / hphp / test / zend / bad / ext / standard / tests / strings / get_html_translation_table_basic10.php.expectf
bloba048efe6a4848970079ba08d0e14b772fc5db743
1 int(100)
2 Array
4     ["] => "
5     [&] => &
6     [<] => &lt;
7     [>] => &gt;
8     [ ] => &nbsp;
9     [¡] => &iexcl;
10     [¢] => &cent;
11     [£] => &pound;
12     [¤] => &curren;
13     [¥] => &yen;
14     [¦] => &brvbar;
15     [§] => &sect;
16     [¨] => &uml;
17     [©] => &copy;
18     [ª] => &ordf;
19     [«] => &laquo;
20     [¬] => &not;
21     [­] => &shy;
22     [®] => &reg;
23     [¯] => &macr;
24     [°] => &deg;
25     [±] => &plusmn;
26     [²] => &sup2;
27     [³] => &sup3;
28     [´] => &acute;
29     [µ] => &micro;
30     [¶] => &para;
31     [·] => &middot;
32     [¸] => &cedil;
33     [¹] => &sup1;
34     [º] => &ordm;
35     [»] => &raquo;
36     [¼] => &frac14;
37     [½] => &frac12;
38     [¾] => &frac34;
39     [¿] => &iquest;
40     [À] => &Agrave;
41     [Á] => &Aacute;
42     [Â] => &Acirc;
43     [Ã] => &Atilde;
44     [Ä] => &Auml;
45     [Å] => &Aring;
46     [Æ] => &AElig;
47     [Ç] => &Ccedil;
48     [È] => &Egrave;
49     [É] => &Eacute;
50     [Ê] => &Ecirc;
51     [Ë] => &Euml;
52     [Ì] => &Igrave;
53     [Í] => &Iacute;
54     [Î] => &Icirc;
55     [Ï] => &Iuml;
56     [Ð] => &ETH;
57     [Ñ] => &Ntilde;
58     [Ò] => &Ograve;
59     [Ó] => &Oacute;
60     [Ô] => &Ocirc;
61     [Õ] => &Otilde;
62     [Ö] => &Ouml;
63     [×] => &times;
64     [Ø] => &Oslash;
65     [Ù] => &Ugrave;
66     [Ú] => &Uacute;
67     [Û] => &Ucirc;
68     [Ü] => &Uuml;
69     [Ý] => &Yacute;
70     [Þ] => &THORN;
71     [ß] => &szlig;
72     [à] => &agrave;
73     [á] => &aacute;
74     [â] => &acirc;
75     [ã] => &atilde;
76     [ä] => &auml;
77     [å] => &aring;
78     [æ] => &aelig;
79     [ç] => &ccedil;
80     [è] => &egrave;
81     [é] => &eacute;
82     [ê] => &ecirc;
83     [ë] => &euml;
84     [ì] => &igrave;
85     [í] => &iacute;
86     [î] => &icirc;
87     [ï] => &iuml;
88     [ð] => &eth;
89     [ñ] => &ntilde;
90     [ò] => &ograve;
91     [ó] => &oacute;
92     [ô] => &ocirc;
93     [õ] => &otilde;
94     [ö] => &ouml;
95     [÷] => &divide;
96     [ø] => &oslash;
97     [ù] => &ugrave;
98     [ú] => &uacute;
99     [û] => &ucirc;
100     [ü] => &uuml;
101     [ý] => &yacute;
102     [þ] => &thorn;
103     [ÿ] => &yuml;
105 Done