Handle this typehints
[hiphop-php.git] / hphp / test / quick / builtin_extension_SoapHeader.php.expectf
blob4b5da571269f2c730694212d1e96d9f1622772a7
1 SoapHeader
2 object(SoapHeader)#1 (4) {
3   ["namespace"]=>
4   string(3) "Foo"
5   ["name"]=>
6   string(3) "Bar"
7   ["data"]=>
8   NULL
9   ["mustUnderstand"]=>
10   bool(false)
13 Warning: Attempted to serialize unserializable builtin class SoapHeader in %s/test/quick/builtin_extensions.inc on line 8
14 string(2) "N;"
15 NULL
16 array(1) {
17   [0]=>
18   string(11) "__construct"
20 ================
21 A_SoapHeader
22 object(A_SoapHeader)#2 (5) {
23   ["___x"]=>
24   NULL
25   ["namespace"]=>
26   string(3) "Foo"
27   ["name"]=>
28   string(3) "Bar"
29   ["data"]=>
30   NULL
31   ["mustUnderstand"]=>
32   bool(false)
35 Warning: Attempted to serialize unserializable builtin class A_SoapHeader in %s/test/quick/builtin_extensions.inc on line 26
36 string(2) "N;"
37 NULL
38 array(1) {
39   [0]=>
40   string(11) "__construct"