Replace `is_array` with `is_any_array` in systemlib
commite15ff02ef6301b6838d973deebfc64c0eec7a2a4
authorHunter Goldstein <hgoldstein@fb.com>
Thu, 20 Aug 2020 20:05:07 +0000 (20 13:05 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 20 Aug 2020 20:07:07 +0000 (20 13:07 -0700)
treec23c5afad041dfa43174ccdcae1dacb9b923495d
parent57fbd230b844a838dfc532a8624c03d4ec6126e5
Replace `is_array` with `is_any_array` in systemlib

Summary: `is_array` is problematic given that it rejects Hack arrays; while these _ought_ to be `is Container<_>` checks, `is_any_array` is the least we can do.

Reviewed By: dneiter

Differential Revision: D23215128

fbshipit-source-id: fb7bd94152981924f4a1183095d5edfc15773050
hphp/system/php/apc/APCIterator.php
hphp/system/php/collections/collections.ns.php
hphp/system/php/experimental_parser_utils.php
hphp/system/php/filter/filter_var_array.php
hphp/system/php/soap/SoapFault.php
hphp/system/php/spl/iterators/RegexIterator.php