preload_bug81256.inc 86 B

1234567
  1. <?php
  2. $a = true;
  3. if ($a) {
  4. function foo(...$arg) {
  5. echo "Hello\n";
  6. }
  7. }