On 04/18/2012 11:04 PM, Stas Malyshev wrote:
> Hi!
> 
>> "default" is already a reserved keyword. It's used in switch
>> constructs. So it is safe to use :)
> 
> Ah, silly me, indeed it is. Then I guess it doesn't hurt to add it as an
> option. Will do.

I can't estimate the amount of breakage, but what about using underscore
(literal _) without quotation marks?

In functional languages it's sometimes the "default match" in pattern
matching, that's at least a loose conversion and I hope not many people
would do
define("_", <whatever>) in their code.

The question now is, if create_query("a", _, _, _, true) really looks
better...

Greetings,
Florian

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to