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