You know what would be *really* awesome? If you could define a default value to function arguments, Python style.
PHP Code:
function argumentTest(temp.foobar, temp.barfoo=true)
In the above example, temp.barfoo would be set to
true if a value isn't defined in the function caller.
Can haz plz?
