magic_methods_013.phpt 252 B

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