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_win d_matches,
&$php_highest_w ind)
[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_patt ern().
depreciated, then how are we to pass vars by reference???
Function parse_for_wind( $php_line, &$php_total_win d_matches,
&$php_highest_w ind)
[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_patt ern().
Comment