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