It's possible to use another script's function:
a.php
include ("z.php");
$str = _error("not found");
z.php
function bin_laden($param) {
return "/bin/laden: $param<br>";
}
I don't know if this can solve your problem, but you can always permutate values by using return().