eval($target, $args); } else { $value = h($target); } return $value; } private function eval($fun, $args=[]) { return $fun($args); } }