<?php
function foo() {
  var_dump("hello");
}
foo();
foo();
foo();
?>