make `Switch` constructor more precise
[hiphop-php.git] / hphp / test / slow / ext_xml / xmlwriter_object_oriented.php.expect
blob18f78a03ee23d0488667fa4e9fb89c101674db79
1 object(XMLWriter) (0) {
3 bool(true)
4 bool(true)
5 bool(true)
6 bool(true)
7 bool(true)
8 bool(true)
9 bool(true)
10 bool(true)
11 bool(true)
12 bool(true)
13 bool(true)
14 bool(true)
15 bool(true)
16 bool(true)
17 bool(true)
18 bool(true)
19 bool(true)
20 bool(true)
21 bool(true)
22 bool(true)
23 bool(true)
24 bool(true)
25 bool(true)
26 bool(true)
27 bool(true)
28 bool(true)
29 bool(true)
30 bool(true)
31 bool(true)
32 bool(true)
33 bool(true)
34 bool(true)
35 bool(true)
36 bool(true)
37 bool(true)
38 bool(true)
39 bool(true)
40 bool(true)
41 bool(true)
42 bool(true)
43 bool(true)
44 bool(true)
45 bool(true)
46 bool(true)
47 bool(true)
48 bool(true)
49 string(704) "<?xml version="1.0" encoding="UTF-8"?>
50 <node name="value" name2="">
51   <subnode>some text</subnode>
52 </node>
53 <fb:node fb:attr="value" fb:attr2="" xmlns:fb="http://www.facebook.com/">
54   <prefix:name xmlns:prefix="http://some.url/">1337</prefix:name>
55   <node></node>
56 </fb:node>
57 <node><![CDATA[Raw text]]></node>
58 <node><![CDATA[More CDATA]]></node>
59 <!--Comments-->
60 <!--More comments-->
61 <?lol?>
62 <?hh print 'Hello world!';?>
63 <node>Raw XML</node><!DOCTYPE name
64 PUBLIC "publicID"
65        "systemID" [subset]>
66 <!DOCTYPE name
67 PUBLIC "publicID"
68        "systemID">
69 <!ELEMENT name>
70 <!ELEMENT name content>
71 <!ATTLIST name>
72 <!ATTLIST name content>
73 <!ENTITY name>
74 <!ENTITY name PUBLIC "publicid" "systemid" NDATA ndataid>
76 string(0) ""