Chip away at uses of StableMap in hhvm's tests
commitd133343df02f9b8af5afe14198a9e2668fd2765c
authorDrew Paroski <andrewparoski@fb.com>
Sat, 22 Feb 2014 02:17:20 +0000 (21 18:17 -0800)
committerSara Golemon <sgolemon@fb.com>
Fri, 7 Mar 2014 18:14:53 +0000 (7 10:14 -0800)
treed7d4af3937c7a424064c9e922a8e004baea39a81
parentadf430e96dc9882f20a292393d0f0406214c6051
Chip away at uses of StableMap in hhvm's tests

Reviewed By: @elgenie

Differential Revision: D1208504
44 files changed:
hphp/test/frameworks/Framework.php
hphp/test/quick/cnvBool.php
hphp/test/quick/cnvBool.php.expect
hphp/test/quick/collection-initializer.php
hphp/test/quick/debug_backtrace.php
hphp/test/slow/collection_classes/812.php
hphp/test/slow/collection_classes/812.php.expect
hphp/test/slow/collection_classes/821.php
hphp/test/slow/collection_classes/825.php
hphp/test/slow/collection_classes/829.php
hphp/test/slow/collection_classes/829.php.expect
hphp/test/slow/collection_classes/array-filter.php
hphp/test/slow/collection_classes/array-map.php
hphp/test/slow/collection_classes/array-map.php.expect
hphp/test/slow/collection_classes/array_combine.php
hphp/test/slow/collection_classes/array_combine.php.expect
hphp/test/slow/collection_classes/array_keys.php
hphp/test/slow/collection_classes/array_keys.php.expect
hphp/test/slow/collection_classes/array_push.php
hphp/test/slow/collection_classes/array_push.php.expectf
hphp/test/slow/collection_classes/array_values.php
hphp/test/slow/collection_classes/array_values.php.expect
hphp/test/slow/collection_classes/call-user-func-array.php
hphp/test/slow/collection_classes/deep_copy.php
hphp/test/slow/collection_classes/deep_copy.php.expect
hphp/test/slow/collection_classes/frozen_map/constructors.php
hphp/test/slow/collection_classes/frozen_map/constructors.php.expect
hphp/test/slow/collection_classes/frozen_map/equals.php
hphp/test/slow/collection_classes/frozen_map/equals.php.expect
hphp/test/slow/collection_classes/frozen_set/materialization.php
hphp/test/slow/collection_classes/implode.php
hphp/test/slow/collection_classes/instanceof.php
hphp/test/slow/collection_classes/instanceof.php.expect
hphp/test/slow/collection_classes/iter-collections.php
hphp/test/slow/collection_classes/iter-collections.php.expectf
hphp/test/slow/collection_classes/migration/unserialize-stablemap.php
hphp/test/slow/collection_classes/retain.php
hphp/test/slow/collection_classes/retain.php.expect
hphp/test/slow/collection_classes/with-key-apis.php
hphp/test/slow/collection_classes/with-key-apis.php.expect
hphp/test/slow/ext_json/json_decode_collections.php
hphp/test/slow/ext_json/json_decode_collections.php.expect
hphp/test/slow/hint/2194.php
hphp/test/slow/hint/2195.php