Fix some situations where EmptyArray allowed KindOfUninits into arrays
commitddccff89f200f4ab7338f17aef6b4e76754ec9ee
authorJordan DeLong <jdelong@fb.com>
Fri, 28 Mar 2014 23:25:25 +0000 (28 16:25 -0700)
committerSara Golemon <sgolemon@fb.com>
Wed, 2 Apr 2014 16:14:02 +0000 (2 09:14 -0700)
tree537a61ea3356b6770697e9c3167e67c465db5db1
parent7a7441ca3c77eb027be2297437dca87e4598fec9
Fix some situations where EmptyArray allowed KindOfUninits into arrays

This was an unintentional difference from the old behavior in
these functions, and moves in the wrong direction.

Reviewed By: @jasone

Differential Revision: D1247639
hphp/runtime/base/empty-array.cpp
hphp/runtime/base/hphp-array.cpp