Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 200004

Re: [PHP4BETA] while/each issue on PHP/4.0RC2-dev From: Andi Gutmans (andi <email protected>)
Date: 04/12/00

This should be fixed in the latest CVS.

Andi

On Wed, 12 Apr 2000, Dan Larsson wrote:

> What am I missing here?
>
> Errormessage:
> -------------
> Warning: Cannot use a scalar value as an array in functions.inc on line 156
>
> functions.inc starting on line 156
> ----------------------------------
> while (list($key, $value) = each($server))
> {
> if (empty($val['hostname']))
> unset($server[$key]);
> }
>
> Regards
> ------------
> Dan Larsson
>
>
>

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