errmsg_010.phpt 253 B

12345678910111213
  1. --TEST--
  2. errmsg: multiple access type modifiers are not allowed (methods)
  3. --FILE--
  4. <?php
  5. class test {
  6. private protected function foo() {}
  7. }
  8. echo "Done\n";
  9. ?>
  10. --EXPECTF--
  11. Fatal error: Multiple access type modifiers are not allowed in %s on line %d