magic_methods_018.phpt 284 B

12345678910
  1. --TEST--
  2. __callStatic second parameter should be an array typed
  3. --FILE--
  4. <?php
  5. class Foo {
  6. static function __callStatic(string $name, \Arguments $args) {}
  7. }
  8. ?>
  9. --EXPECTF--
  10. Fatal error: Foo::__callStatic(): Parameter #2 ($args) must be of type array when declared in %s on line %d