Remove array(...) literals from hphp/system
commit385ed65801728c65c0fe61d4450f3e67e44c80ba
authorVassil Mladenov <vmladenov@fb.com>
Thu, 6 Feb 2020 18:14:02 +0000 (6 10:14 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 6 Feb 2020 18:16:27 +0000 (6 10:16 -0800)
tree2dbb46e41d3e5a03799c26615184d21affaf91e5
parent9eba1003e480e14118aaabc58ab568a899ba81c1
Remove array(...) literals from hphp/system

Reviewed By: billf

Differential Revision: D19673045

fbshipit-source-id: 92e971a7b0ccbff43518417e11edb6528da3adb1
15 files changed:
hphp/system/php/apc/APCIterator.php
hphp/system/php/async/vm.ns.php
hphp/system/php/filter/filter_var_array.php
hphp/system/php/lang/BaseException.ns.php
hphp/system/php/redis/Redis.php
hphp/system/php/spl/datastructures/SplDoublyLinkedList.php
hphp/system/php/spl/datastructures/SplFixedArray.php
hphp/system/php/spl/datastructures/SplObjectStorage.php
hphp/system/php/spl/datastructures/SplPriorityQueue.php
hphp/system/php/spl/iterators/AppendIterator.php
hphp/system/php/spl/iterators/FilterIterator.php
hphp/system/php/spl/iterators/IteratorIterator.php
hphp/system/php/spl/iterators/MultipleIterator.php
hphp/system/php/spl/iterators/RecursiveIteratorIterator.php
hphp/system/php/spl/iterators/RecursiveTreeIterator.php