1) { $this->expression = call_user_func_array("sprintf", func_get_args()); } else { $this->expression = $e; } } /** * Get the string expression * @return string */ function __toString() { return (string) $this->expression; } }