Remove calls to ObjectData::o_getArray(arr, false).
commit6fafbf2667eb39d4fa4254c750d41a0c9d37c830
authorAlex Malyshev <alexanderm@fb.com>
Tue, 16 Dec 2014 19:10:54 +0000 (16 11:10 -0800)
committerhhvm-bot <hhvm-bot@fb.com>
Tue, 16 Dec 2014 19:30:26 +0000 (16 11:30 -0800)
treed5f65f0d5c3e480297c17266cd1b89439eb477ad
parentf4a4388c6e750d51ffb3dfafa339cc007afab1c1
Remove calls to ObjectData::o_getArray(arr, false).

Summary: The second argument already defaults to false.

While I'm here, make some Class* arguments into const Class*.

Reviewed By: @swtaarrs

Differential Revision: D1741711

Signature: t1:1741711:1418723072:aa3c21c17a5fa7617162cae9154a89b05dcaea23
hphp/runtime/base/apc-object.cpp
hphp/runtime/base/object-data.cpp
hphp/runtime/base/object-data.h
hphp/runtime/base/tv-comparisons.cpp
hphp/runtime/base/type-object.cpp