<?php function foo($x, $y) { return $x + $y; } function bar() { return; } function fud() { return $x; } ?>