global statement removal: hphp/test [7/x]
[hiphop-php.git] / hphp / test / quick / builtin_extension_DOMEntityReference.php.expectf
blob13eecb895778999c0bf4a92f1c2add997d515d4e
1 DOMEntityReference
2 object(DOMEntityReference) (16) {
3   ["nodeName"]=>
4   string(3) "Foo"
5   ["nodeValue"]=>
6   NULL
7   ["nodeType"]=>
8   int(5)
9   ["parentNode"]=>
10   NULL
11   ["childNodes"]=>
12   string(22) "(object value omitted)"
13   ["firstChild"]=>
14   NULL
15   ["lastChild"]=>
16   NULL
17   ["previousSibling"]=>
18   NULL
19   ["nextSibling"]=>
20   NULL
21   ["attributes"]=>
22   NULL
23   ["ownerDocument"]=>
24   NULL
25   ["namespaceURI"]=>
26   NULL
27   ["prefix"]=>
28   string(0) ""
29   ["localName"]=>
30   NULL
31   ["baseURI"]=>
32   NULL
33   ["textContent"]=>
34   string(0) ""
37 Warning: Attempted to serialize unserializable builtin class DOMEntityReference in %s/test/quick/builtin_extensions.inc on line 8
38 string(2) "N;"
39 NULL
40 array(19) {
41   [0]=>
42   string(11) "__construct"
43   [1]=>
44   string(11) "appendChild"
45   [2]=>
46   string(9) "cloneNode"
47   [3]=>
48   string(9) "getLineNo"
49   [4]=>
50   string(13) "hasAttributes"
51   [5]=>
52   string(13) "hasChildNodes"
53   [6]=>
54   string(12) "insertBefore"
55   [7]=>
56   string(18) "isDefaultNamespace"
57   [8]=>
58   string(10) "isSameNode"
59   [9]=>
60   string(11) "isSupported"
61   [10]=>
62   string(18) "lookupNamespaceUri"
63   [11]=>
64   string(12) "lookupPrefix"
65   [12]=>
66   string(9) "normalize"
67   [13]=>
68   string(11) "removeChild"
69   [14]=>
70   string(12) "replaceChild"
71   [15]=>
72   string(4) "c14n"
73   [16]=>
74   string(8) "c14nfile"
75   [17]=>
76   string(11) "getNodePath"
77   [18]=>
78   string(11) "__debuginfo"
80 ================
81 A_DOMEntityReference
82 object(A_DOMEntityReference) (17) {
83   ["___x"]=>
84   NULL
85   ["nodeName"]=>
86   string(3) "Foo"
87   ["nodeValue"]=>
88   NULL
89   ["nodeType"]=>
90   int(5)
91   ["parentNode"]=>
92   NULL
93   ["childNodes"]=>
94   string(22) "(object value omitted)"
95   ["firstChild"]=>
96   NULL
97   ["lastChild"]=>
98   NULL
99   ["previousSibling"]=>
100   NULL
101   ["nextSibling"]=>
102   NULL
103   ["attributes"]=>
104   NULL
105   ["ownerDocument"]=>
106   NULL
107   ["namespaceURI"]=>
108   NULL
109   ["prefix"]=>
110   string(0) ""
111   ["localName"]=>
112   NULL
113   ["baseURI"]=>
114   NULL
115   ["textContent"]=>
116   string(0) ""
119 Warning: Attempted to serialize unserializable builtin class A_DOMEntityReference in %s/test/quick/builtin_extensions.inc on line 26
120 string(2) "N;"
121 NULL
122 array(19) {
123   [0]=>
124   string(11) "__construct"
125   [1]=>
126   string(11) "appendChild"
127   [2]=>
128   string(9) "cloneNode"
129   [3]=>
130   string(9) "getLineNo"
131   [4]=>
132   string(13) "hasAttributes"
133   [5]=>
134   string(13) "hasChildNodes"
135   [6]=>
136   string(12) "insertBefore"
137   [7]=>
138   string(18) "isDefaultNamespace"
139   [8]=>
140   string(10) "isSameNode"
141   [9]=>
142   string(11) "isSupported"
143   [10]=>
144   string(18) "lookupNamespaceUri"
145   [11]=>
146   string(12) "lookupPrefix"
147   [12]=>
148   string(9) "normalize"
149   [13]=>
150   string(11) "removeChild"
151   [14]=>
152   string(12) "replaceChild"
153   [15]=>
154   string(4) "c14n"
155   [16]=>
156   string(8) "c14nfile"
157   [17]=>
158   string(11) "getNodePath"
159   [18]=>
160   string(11) "__debuginfo"