Re: a for-loop syntax question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> ERRATA:
> 
> for ($i = 0, $j = 0; (!($j = 5) && $i < 10 && $j < 5); $i++, $j++)

ERRATA 2:

for ($i = 0, $j = 0; (!($j == 5) && ...

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux