magic_methods_020.phpt 272 B

123456789101112
  1. --TEST--
  2. __set_state first parameter must be an array
  3. --FILE--
  4. <?php
  5. class Foo {
  6. public static function __set_state(int $properties) {}
  7. }
  8. ?>
  9. --EXPECTF--
  10. Fatal error: Foo::__set_state(): Parameter #1 ($properties) must be of type array when declared in %s on line %d