jay wrote:
> okey. another syntax:
> myfunc($('key1'=>'val1', 'key2'=>'val2', ...));

This has been discussed and rejected several times.

If you still want to be able to use this syntax you can use my patch at
        http://cschneid.com/php/
including a script to convert from and to this syntax.
We use this in our production environment so the patch will be updated
for future PHP versions ;-)

If you want to use it in an environment where you cannot patch PHP you
could use our toolkit which provides an auto_prepend file with
just-in-time translation from new to old syntax.
See: http://itools.search.ch/

Regards,
- Chris



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

Reply via email to