import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-serialize / 002.php.expectf
blobbc463e69962967a1461ae52a3240fd36e7b2becd
1 bool(false)
2 bool(true)
3 int(823)
4 string(0) ""
5 string(3) "foo"
6 array(1) {
7   [0]=>
8   string(2) "12"
10 array(2) {
11   [0]=>
12   array(0) {
13   }
14   [1]=>
15   array(0) {
16   }
18 array(3) {
19   [0]=>
20   string(3) "foo"
21   [1]=>
22   string(3) "bar"
23   [2]=>
24   string(3) "baz"
26 object(stdClass)#%d (0) {
28 ===DONE===