|
Posted by ralphNOSPAM on 08/25/05 18:05
On Wed, 24 Aug 2005 14:45:04 -0700, ralphNOSPAM@primemail.com wrote:
>I'm getting this error on my PHP CLI script. If this feature is being
>depreciated, then how are we to pass vars by reference???
>
>Function parse_for_wind($php_line, &$php_total_wind_matches,
>&$php_highest_wind)
>
>[Wed Aug 24 16:22:08 2005] [error] PHP Warning: Call-time
>pass-by-reference has been deprecated - argument passed by value; If
>you would like to pass it by reference, modify the declaration of
>parse_ceil_pattern().
>
Thanks everyone - that was the answer; pass by reference using arrays.
[Back to original message]
|