Fix deep copying for Sets
commiteaabed2416473bbde2c51633e2b0db19d160ca2d
authorDrew Paroski <andrewparoski@fb.com>
Mon, 10 Jun 2013 20:42:56 +0000 (10 13:42 -0700)
committersgolemon <sgolemon@hiphop-ubuntu-12.04-64>
Tue, 11 Jun 2013 18:47:28 +0000 (11 11:47 -0700)
tree7c35105e30ee9d67289301a3b2551c73278d7d76
parentda8e8adc46d61b30d02174afb7cf2ed3d2018c18
Fix deep copying for Sets

This logic got messed up somehow during rebasing and we were missing a
case for Set inside collectionDeepCopyTV(). This diff fixes the issue.
hphp/runtime/ext/ext_collections.cpp
hphp/test/quick/collection-initializer.php
hphp/test/quick/collection-initializer.php.expect