Remove remaining __call() methods inside HHVM
commit84c6b755c35f76483f916b8b288cb6cd1017942c
authorJan Oravec <jan@fb.com>
Sun, 3 May 2020 21:01:15 +0000 (3 14:01 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Sun, 3 May 2020 21:03:44 +0000 (3 14:03 -0700)
tree9322550b1d4b5d83f11c031e61fdd07e705f0689
parent4911594ae778556eecb2ce1cf2cf25f44148c263
Remove remaining __call() methods inside HHVM

Summary:
Remove all remaining __call() methods inside HHVM and update the unit tests to
not invoke them. Generally, SOAP use cases were converted to  `->__soapcall()`
and IteratorIterators to `->getInnerIterator()`.

Reviewed By: alexeyt

Differential Revision: D21362113

fbshipit-source-id: ff9f7e66da445f1a75b504705d03d1f55ac7094f
36 files changed:
hphp/runtime/ext/soap/ext_soap.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/RecursiveIteratorIterator.php
hphp/test/quick/builtin_call.php [deleted file]
hphp/test/quick/builtin_call.php.expect [deleted file]
hphp/test/quick/builtin_extension_SoapClient.php.expectf
hphp/test/slow/dv_array/ext_soap/bug38055.php
hphp/test/slow/dv_array_hack_arr/ext_soap/bug38055.php
hphp/test/slow/ext_iterator/RecursiveIteratorIterator_call.php
hphp/test/slow/ext_soap/classmap_extension_crash.php
hphp/test/slow/soap/data-type-check.php
hphp/test/zend/good/ext/soap/tests/bugs/bug29795.php
hphp/test/zend/good/ext/soap/tests/bugs/bug30106.php
hphp/test/zend/good/ext/soap/tests/bugs/bug30175.php
hphp/test/zend/good/ext/soap/tests/bugs/bug30928.php
hphp/test/zend/good/ext/soap/tests/bugs/bug36999.php
hphp/test/zend/good/ext/soap/tests/bugs/bug37083.php
hphp/test/zend/good/ext/soap/tests/bugs/bug38004.php
hphp/test/zend/good/ext/soap/tests/bugs/bug38055.php
hphp/test/zend/good/ext/soap/tests/bugs/bug38067.php
hphp/test/zend/good/ext/soap/tests/bugs/bug38536.php
hphp/test/zend/good/ext/soap/tests/bugs/bug39121.php
hphp/test/zend/good/ext/soap/tests/bugs/bug42692.php
hphp/test/zend/good/ext/soap/tests/bugs/bug55323.php
hphp/test/zend/good/ext/soap/tests/classmap002.php
hphp/test/zend/good/ext/soap/tests/schema/test_schema.inc
hphp/test/zend/good/ext/soap/tests/typemap003.php
hphp/test/zend/good/ext/soap/tests/typemap007.php
hphp/test/zend/good/ext/soap/tests/typemap011.php
hphp/test/zend/good/ext/soap/tests/typemap012.php
hphp/test/zend/good/ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.php
hphp/test/zend/good/ext/spl/tests/bug62616.php
hphp/test/zend/good/ext/spl/tests/bug67359.php
hphp/test/zend/good/ext/spl/tests/iterator_001.php