Add an explicitly intish-casting variant of collection::toArray
commitf184f5a437e7bba87c286cd3ff2f763a85fd6b05
authorJoseph Griego <jgriego@fb.com>
Wed, 21 Nov 2018 02:08:14 +0000 (20 18:08 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 21 Nov 2018 02:13:56 +0000 (20 18:13 -0800)
tree42249d9a0626e5ff30a4714807d5e6a4244e380e
parent1735f16451191feb19bebfdec114162b10efc92b
Add an explicitly intish-casting variant of collection::toArray

Summary: What it says on the tin

Reviewed By: mxw

Differential Revision: D13115188

fbshipit-source-id: ac3c661bab24e814399b3bf92750e89f5d727f85
13 files changed:
hphp/runtime/base/collections.cpp
hphp/runtime/base/collections.h
hphp/runtime/base/object-data.cpp
hphp/runtime/base/object-data.h
hphp/runtime/ext/collections/ext_collections-map.cpp
hphp/runtime/ext/collections/ext_collections-map.h
hphp/runtime/ext/collections/ext_collections-pair.cpp
hphp/runtime/ext/collections/ext_collections-pair.h
hphp/runtime/ext/collections/ext_collections-set.cpp
hphp/runtime/ext/collections/ext_collections-set.h
hphp/runtime/ext/collections/ext_collections-vector.h
hphp/runtime/ext/collections/hash-collection.cpp
hphp/runtime/ext/collections/hash-collection.h