gh8461-005.inc 72 B

12345678
  1. <?php
  2. $x = 0;
  3. function test() {
  4. global $x;
  5. $x += 1;
  6. }