Have prop & UB generics type enforcement warn by default
[hiphop-php.git] / hphp / test / slow / native_data_serialization / serialize_with_sleep_and_wakeup.php.expect
blob965df7df5f8e0701504584d204bd6c396d299a61
1 string(15) "__sleep invoked"
2 string(3) "Foo"
3 string(3) "Foo"
4 string(129) ""O:3:\"Bar\":4:{s:4:\"name\";s:3:\"Foo\";s:4:\"prop\";i:1337;s:8:\"\u0000Bar\u0000meh\";i:456;s:7:\"\u0000native\";s:3:\"Foo\";}""
5 string(16) "__wakeup invoked"
6 int(1337)
7 string(14) "not serialized"
8 string(3) "Foo"
9 string(3) "Foo"
10 object(Bar) (5) {
11   ["prop"]=>
12   int(1337)
13   ["dontSerializeMe"]=>
14   string(14) "not serialized"
15   ["meh":"Bar":private]=>
16   int(456)
17   ["name"]=>
18   string(3) "Foo"
19   ["obj":"ReflectionClass":private]=>
20   NULL