add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / object_property_expression / 785.php.expectf
blobf229911054154f3c731047c50135beac07996fac
1 Warning: Creating default object from empty value in %s/test/slow/object_property_expression/785.php on line 5
2 object(stdClass)#2 (1) {
3   ["prop"]=>
4   object(stdClass)#3 (1) {
5     ["foo"]=>
6     object(stdClass)#4 (1) {
7       ["bar"]=>
8       string(6) "string"
9     }
10   }