function test() {
  $example = 10;
  echo $example;
}

test();
10