Explicit Array::CreatePHPArray, used for non-convertible sites
commit8374ab0c0b85ec77eb23a61065493f6e864c3fdb
authorBill Fumerola <bill@fb.com>
Fri, 5 Oct 2018 00:13:40 +0000 (4 17:13 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 5 Oct 2018 00:35:17 +0000 (4 17:35 -0700)
treead73e281133e1d79ccb51502b3cede8404bad2a5
parent9462568324cbc2f07850482a6c8876c0bb63aa1c
Explicit Array::CreatePHPArray, used for non-convertible sites

Summary:
As we wind down on the number of non-converted sites, I worry that effort will be
duplicated as one engineer investigates a call to `Array::Create()` that is acceptable for
whatever reason.

```
$ rg --fixed-strings 'Array::Create()' hphp |wc -l
305
```

Reviewed By: mxw

Differential Revision: D9981279

fbshipit-source-id: 3ea4268186bc2fbe3c8f37766aace8b92fd5799f
hphp/runtime/base/type-array.h
hphp/runtime/test/array.cpp