magic_methods_010.phpt 238 B

12345678910111213
  1. --TEST--
  2. Testing __toString() declaration with wrong modifier
  3. --FILE--
  4. <?php
  5. class a {
  6. static protected function __toString($a, $b) {
  7. }
  8. }
  9. ?>
  10. --EXPECTF--
  11. Fatal error: Method a::__toString() cannot take arguments in %s on line %d