Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref() From: André Langhorst (waldschrott <email protected>)
Date: 09/14/00

> Hmm, I'm not sure exactly what you are trying to achieve.
> References are definitely causing quite a few headaches and we have to
> be very careful where we actually give active support for them.

a) allow working with references with func_get_arg(s)() functions,
benefit is obvious (just combine "what for do I need references as func
params" and "what for do I need func_get_arg(s)")
b) BONUS: allow functions with *optional* references, what zend
currently does not support

this is place where active support would make sense

andré

-- 
· André Langhorst       · t: +49 571 3201801 ·
· waldschrott <email protected>   · m: +49 173 9558736 ·
· PHP Quality Assurance · http://qa.php.net  ·

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>