@PER-CS1.0-risky.test-in.php 73 B

12345678
  1. <?php
  2. class Foo
  3. {
  4. public function bar($foo = 1, $bar)
  5. {
  6. }
  7. }