Date: 09/14/00
- Next message: dshadow <email protected>: "[PHP-DEV] PHP 4.0 Bug #6750: passing undefined variables by reference mangles function parameters"
- Previous message: Mathieu Kooiman (ggInternet): "RE: [PHP-DEV] PHP 4.0 Bug #6738: If statement not liking 0"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Next in thread: Joey Smith: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Reply: Joey Smith: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: dshadow <email protected>: "[PHP-DEV] PHP 4.0 Bug #6750: passing undefined variables by reference mangles function parameters"
- Previous message: Mathieu Kooiman (ggInternet): "RE: [PHP-DEV] PHP 4.0 Bug #6738: If statement not liking 0"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Next in thread: Joey Smith: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Reply: Joey Smith: "Re: [PHP-DEV] Idea: func_get_arg(s?)_by_ref()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

