Fix remaining extension typehints
commit6e3db8627afc48cd78bd6196a1a294dbb59f50dd
authorShaunak Kishore <kshaunak@fb.com>
Sat, 9 May 2020 23:57:57 +0000 (9 16:57 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sun, 10 May 2020 00:01:22 +0000 (9 17:01 -0700)
treec759e27d65a1fdfa4c0fa2ee436b3302f4d2112a
parent156a7f167dd24ec413cc3d6233e913524cdb883a
Fix remaining extension typehints

Summary:
A few more extensions take arrays where they should take either a varray or a darray. Safe because if we get dvarray-ness wrong, all we'll do is raise a notice.

```
hphp/test/zend/good/ext/spl/tests/spl_classes.php
hphp/test/zend/good/ext/spl/tests/spl_iterator_apply_error.php
hphp/test/zend/good/ext/spl/tests/spl_iterator_apply_error_001.php
hphp/test/zend/good/ext/spl/tests/SplFileObject_fputcsv.php
hphp/test/zend/good/ext/standard/tests/file/fputcsv.php
hphp/test/zend/good/ext/zlib/tests/bug60761.php
```

Reviewed By: ricklavoie

Differential Revision: D21491941

fbshipit-source-id: e37b2c89c888de7097627b24a8637159e11e5a59
hphp/runtime/ext/spl/ext_spl.php
hphp/runtime/ext/std/ext_std_options.php
hphp/test/zend/good/ext/spl/tests/SplFileObject_fputcsv.php
hphp/test/zend/good/ext/standard/tests/file/fputcsv.php