Hi!

> To make sure we are not providing a somewhat cumbersome
> implementation, let’s start tackling named parameters first. It’s
> another long standing feature. We will most likely need named
> parameters for convenient annotations anyway. We have an (really old)
> RFC for that: https://wiki.php.net/rfc/namedparameters.

That RFC is not really an RFC but rather a short note. There are tons of
stuff that need to be covered for this to be considered a workable
proposal. And as somebody who had tried to implement default parameters
(much smaller task) - not finished yet due to lack of time - I must warn
you the implementation of it may be harder than you think, especially if
you consider how it is supposed to work with internal functions, etc.

-- 
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to