functions7 59 B

123456789
  1. a = 2;
  2. function wusi()
  3. {
  4. $a = 5;
  5. }
  6. wusi();
  7. print(a);